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

Reference to a certificate or key/certificate pair.

Attributes

  • alias (type: String.t, default: nil) - Resource ID for this alias. Values must match the regular expression [^/]{1,255}.
  • certsInfo (type: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Certificate.t, default: nil) - Chain of certificates under this alias.
  • type (type: String.t, default: nil) - Type of alias.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Alias{
  alias: String.t() | nil,
  certsInfo: GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1Certificate.t() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.