JSON template to produce a JSON-style HMAC Key metadata resource.
Attributes
-
access_id(type:String.t()) - The ID of the HMAC Key. -
etag(type:String.t()) - HTTP 1.1 Entity tag for the HMAC key. -
id(type:String.t()) - The ID of the HMAC key, including the Project ID and the Access ID. -
kind(type:String.t()) - The kind of item this is. For HMAC Key metadata, this is always storage#hmacKeyMetadata. -
project_id(type:String.t()) - Project ID owning the service account to which the key authenticates. -
self_link(type:String.t()) - The link to this resource. -
service_account_email(type:String.t()) - The email address of the key's associated service account. -
state(type:String.t()) - The state of the key. Can be one of ACTIVE, INACTIVE, or DELETED. -
time_created(type:DateTime.t()) - The creation time of the HMAC key in RFC 3339 format. -
updated(type:DateTime.t()) - The last modification time of the HMAC key metadata in RFC 3339 format.
Summary
Types
@type t() :: %Googly.CloudStorage.Model.HmacKeyMetadata{ access_id: String.t() | nil, etag: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, project_id: String.t() | nil, self_link: String.t() | nil, service_account_email: String.t() | nil, state: String.t() | nil, time_created: DateTime.t() | nil, updated: DateTime.t() | nil }