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, which represents the metadata for a Google Cloud Storage HMAC key resource, enabling applications to authenticate with Google Cloud Storage."],["The latest version of the documentation available is version 2.37.0-rc, with many historical versions available down to 2.11.0."],["The `HmacKeyMetadata` class includes testing modifiers (`set_access_id`, `set_id`, etc.) for changing attributes, primarily for testing and mocking purposes."],["The `HmacKeyMetadata` class provides methods to access the various attributes of an HMAC key, such as `access_id()`, `etag()`, `id()`, `kind()`, `project_id()`, `service_account_email()`, `state()`, `time_created()`, and `updated()`."],["The `state()` of the `HmacKeyMetadata` can be set or accessed, with static methods for common states such as `state_active()`, `state_inactive()`, and `state_deleted()`."]]],[]]