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-09 UTC."],[[["This document outlines the `HmacKeyMetadata` class, which represents the metadata for a Google Cloud Storage HmacKeyResource, enabling applications to authenticate with GCS using HMAC authentication."],["The webpage provides links to different versions of the `HmacKeyMetadata` class documentation, ranging from version 2.11.0 to the latest release candidate 2.37.0-rc."],["The `HmacKeyMetadata` class contains various testing modifier functions such as `set_access_id`, `set_id`, `set_kind`, and others, which are for test purposes and cannot change the resource when updating, creating, or patching."],["The class includes getter functions to access data like `access_id`, `etag`, `id`, `kind`, `state`, and several others, along with setter functions for properties like `etag` and `state`."],["The `state` properties of an HMAC key can be active, inactive, or deleted, accessible via the static methods `state_active()`, `state_inactive()`, and `state_deleted()`."]]],[]]