Represents the metadata for a Google Cloud Storage HmacKeyResource.
HMAC keys allow applications to authenticate with Google Cloud Storage using HMAC authentication. Applications can create a limited number of HMAC keys associated with a service account. The application can use the HMAC keys to authenticate with GCS. GCS will use the service account permissions to determine if the request is authorized.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This document provides a reference for the `HmacKeyMetadata` class in the Google Cloud Storage C++ library, detailing its functionality across multiple versions, from 2.11.0 to the latest release candidate, 2.37.0-rc."],["`HmacKeyMetadata` represents the metadata for an HMAC key, allowing applications to authenticate with Google Cloud Storage via HMAC authentication, which is linked to a service account and is granted access via its associated permissions."],["The document outlines the various functions available in the `HmacKeyMetadata` class, including constructors, testing modifiers, and methods to access and modify key attributes like `access_id`, `id`, `kind`, `project_id`, `service_account_email`, `state`, `time_created`, and `updated`."],["The `HmacKeyMetadata` class contains testing modifier functions that allow for altering key attributes in a test environment, although these attributes cannot be changed during typical updates, creations, or patching of the resource."],["It specifies the various states an HMAC key can be in, which are active, inactive, or deleted."]]],[]]