GoogleApi.IAM.V1.Model.ExtendedStatus (google_api_iam v0.45.0)

View Source

Extended status can store additional metadata. For example, for keys disabled due to their private key data being expoesed we may include a message with more information about the exposure.

Attributes

  • key (type: String.t, default: nil) - The key for this extended status.
  • value (type: String.t, default: nil) - The value for the extended status.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.IAM.V1.Model.ExtendedStatus{
  key: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.