View Source GoogleApi.IAM.V1.Model.ListServiceAccountKeysResponse (google_api_iam v0.42.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.