google_api_apigee v0.4.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Keystore View Source

A datastore for Certificates and Aliases

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Keystore{
  aliases: [String.t()],
  name: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.