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-01 UTC."],[[["This page provides documentation for the `HmacKeyMetadata` class in the Google Cloud Storage C++ client library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["`HmacKeyMetadata` represents metadata for a Google Cloud Storage HMAC key resource, which allows applications to authenticate with Google Cloud Storage."],["The document describes various functions for the `HmacKeyMetadata` class including constructors, getters (e.g., `access_id()`, `id()`, `state()`, `time_created()`), and setters (e.g., `set_access_id()`, `set_id()`, `set_state()`, `set_etag()`), along with static state functions (`state_active()`, `state_inactive()`, `state_deleted()`)."],["Several testing modifier functions, such as `set_access_id`, `set_id`, and `set_kind`, are detailed, which are for changing attributes in test environments, even though these attributes cannot be modified when updating, creating, or patching a `HmacKeyMetadata` resource."],["The page contains links to general information about HMAC keys and general information about Google Cloud Storage, for those who need further information."]]],[]]