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 outlines the `HmacKeyMetadata` class in the Google Cloud Storage C++ client library, specifically for version 2.29.0."],["`HmacKeyMetadata` represents the metadata for HMAC keys, which are used for authenticating applications with Google Cloud Storage through HMAC authentication."],["The class includes functions to modify and retrieve various attributes of an HMAC key's metadata, such as its access ID, ID, kind, project ID, service account email, creation time, and update time."],["There are test-only modifiers for setting attributes that cannot be changed in typical operations, allowing for mocking during testing."],["The document provides details on how to manage the state of HMAC keys, which can be active, inactive, or deleted."]]],[]]