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

View Source

The service account keys list response.

Attributes

  • keys (type: list(GoogleApi.IAM.V1.Model.ServiceAccountKey.t), default: nil) - The public keys for the service account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.IAM.V1.Model.ListServiceAccountKeysResponse{
  keys: [GoogleApi.IAM.V1.Model.ServiceAccountKey.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.