View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Keystore (google_api_apigee v0.46.0)

Datastore for Certificates and Aliases.

Attributes

  • aliases (type: list(String.t), default: nil) - Output only. Aliases in this keystore.
  • name (type: String.t, default: nil) - Required. Resource ID for this keystore. Values must match the regular expression [\w[:space:].-]{1,255}.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Keystore{
  aliases: [String.t()] | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.