GoogleApi.IAM.V1.Model.ListServiceAccountKeysResponse (google_api_iam v0.32.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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.IAM.V1.Model.ListServiceAccountKeysResponse{ keys: [GoogleApi.IAM.V1.Model.ServiceAccountKey.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.