View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeystoreConfig (google_api_apigee v0.53.0)
Attributes
-
aliases(type:list(GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AliasRevisionConfig.t), default:nil) - Aliases in the keystore. -
name(type:String.t, default:nil) - Resource name in the following format:organizations/{org}/environments/{env}/keystores/{keystore}
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1KeystoreConfig{ aliases: [GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1AliasRevisionConfig.t()] | nil, name: String.t() | nil }