GoogleApi.PrivateCA.V1beta1.Model.Subject (google_api_private_ca v0.7.3) View Source

Subject describes parts of a distinguished name that, in turn, describes the subject of the certificate.

Attributes

  • countryCode (type: String.t, default: nil) - The country code of the subject.
  • locality (type: String.t, default: nil) - The locality or city of the subject.
  • organization (type: String.t, default: nil) - The organization of the subject.
  • organizationalUnit (type: String.t, default: nil) - The organizational_unit of the subject.
  • postalCode (type: String.t, default: nil) - The postal code of the subject.
  • province (type: String.t, default: nil) - The province, territory, or regional state of the subject.
  • streetAddress (type: String.t, default: nil) - The street address of the subject.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.PrivateCA.V1beta1.Model.Subject{
  countryCode: String.t() | nil,
  locality: String.t() | nil,
  organization: String.t() | nil,
  organizationalUnit: String.t() | nil,
  postalCode: String.t() | nil,
  province: String.t() | nil,
  streetAddress: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.