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

Attributes

  • value (type: String.t, default: nil) - The TLS Common Name string of the certificate.
  • wildcardMatch (type: boolean(), default: nil) - Indicates whether the cert should be matched against as a wildcard cert.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1TlsInfoCommonName{
  value: String.t() | nil,
  wildcardMatch: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.