google_api_storage v0.7.0 GoogleApi.Storage.V1.Model.HmacKeyMetadata View Source
JSON template to produce a JSON-style HMAC Key metadata resource.
Attributes
- accessId (String.t): The ID of the HMAC Key. Defaults to:
null
. - etag (String.t): HTTP 1.1 Entity tag for the HMAC key. Defaults to:
null
. - id (String.t): The ID of the HMAC key, including the Project ID and the Access ID. Defaults to:
null
. - kind (String.t): The kind of item this is. For HMAC Key metadata, this is always storage#hmacKeyMetadata. Defaults to:
null
. - projectId (String.t): Project ID owning the service account to which the key authenticates. Defaults to:
null
. - selfLink (String.t): The link to this resource. Defaults to:
null
. - serviceAccountEmail (String.t): The email address of the key's associated service account. Defaults to:
null
. - state (String.t): The state of the key. Can be one of ACTIVE, INACTIVE, or DELETED. Defaults to:
null
. - timeCreated (DateTime.t): The creation time of the HMAC key in RFC 3339 format. Defaults to:
null
. - updated (DateTime.t): The last modification time of the HMAC key metadata in RFC 3339 format. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Storage.V1.Model.HmacKeyMetadata{
accessId: any(),
etag: any(),
id: any(),
kind: any(),
projectId: any(),
selfLink: any(),
serviceAccountEmail: any(),
state: any(),
timeCreated: DateTime.t(),
updated: DateTime.t()
}
t() :: %GoogleApi.Storage.V1.Model.HmacKeyMetadata{ accessId: any(), etag: any(), id: any(), kind: any(), projectId: any(), selfLink: any(), serviceAccountEmail: any(), state: any(), timeCreated: DateTime.t(), updated: DateTime.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.