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-03-21 UTC."],[[["This page provides documentation for the `HmacKeyMetadata` class in the Google Cloud Storage C++ client library, which is used to represent the metadata of HMAC keys."],["The documentation covers various versions of the library, ranging from 2.11.0 to the latest release candidate 2.37.0-rc, with version 2.35.0 serving as the reference point for the main content."],["HMAC keys are a method for applications to authenticate with Google Cloud Storage, using service account permissions to determine request authorization, and can be learned more about in the referenced cloud documentation."],["The `HmacKeyMetadata` class includes testing modifiers that allow for the modification of certain attributes that cannot be changed during normal usage, for the purpose of creating mock results."],["The documentation includes functions for setting and retrieving various metadata attributes, such as access ID, ID, kind, project ID, service account email, state, creation time, and last updated time, and has static functions for state representation."]]],[]]