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 provides details on the `HmacKeyMetadata` class, which is used to manage metadata for HMAC keys in Google Cloud Storage, enabling applications to authenticate with GCS."],["The latest version of this document covers version 2.37.0-rc, and provides information on many previous versions going back to version 2.11.0."],["HMAC keys authenticate applications with Google Cloud Storage, and these keys are tied to a specific service account whose permissions determine request authorization."],["The document details various functions for managing `HmacKeyMetadata`, including setting and retrieving attributes like `access_id`, `id`, `kind`, `state`, and time-related data, with specific testing modifiers to help with mocking and testing."],["It also provides static functions for retrieving the current state of the key, such as 'active', 'inactive' and 'deleted'."]]],[]]