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 page details the `HmacKeyMetadata` class for Google Cloud Storage, which is used to manage metadata for HMAC keys that allow application authentication."],["The `HmacKeyMetadata` class includes testing modifier functions such as `set_access_id`, `set_id`, `set_kind`, `set_project_id`, `set_service_account_email`, `set_time_created`, and `set_updated` for use when testing and mocking the client library."],["There are also getter functions within the `HmacKeyMetadata` class for retrieving information such as `access_id`, `etag`, `id`, `kind`, `project_id`, `service_account_email`, `state`, `time_created`, and `updated`."],["Static functions `state_active`, `state_inactive`, and `state_deleted` are available to identify the possible states of an HMAC key."],["The page also contains a breakdown of different versions, with the latest being 2.37.0-rc, that you can view the `HmacKeyMetadata` for."]]],[]]