Interface PrivatecaCertificateAuthorityConfigSubjectConfigSubject

    • Method Detail

      • getCommonName

        @Stability(Stable)
        @NotNull
        String getCommonName()
        The common name of the distinguished name.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#common_name PrivatecaCertificateAuthority#common_name}

      • getOrganization

        @Stability(Stable)
        @NotNull
        String getOrganization()
        The organization of the subject.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#organization PrivatecaCertificateAuthority#organization}

      • getCountryCode

        @Stability(Stable)
        @Nullable
        default String getCountryCode()
        The country code of the subject.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#country_code PrivatecaCertificateAuthority#country_code}

      • getLocality

        @Stability(Stable)
        @Nullable
        default String getLocality()
        The locality or city of the subject.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#locality PrivatecaCertificateAuthority#locality}

      • getOrganizationalUnit

        @Stability(Stable)
        @Nullable
        default String getOrganizationalUnit()
        The organizational unit of the subject.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#organizational_unit PrivatecaCertificateAuthority#organizational_unit}

      • getPostalCode

        @Stability(Stable)
        @Nullable
        default String getPostalCode()
        The postal code of the subject.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#postal_code PrivatecaCertificateAuthority#postal_code}

      • getProvince

        @Stability(Stable)
        @Nullable
        default String getProvince()
        The province, territory, or regional state of the subject.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#province PrivatecaCertificateAuthority#province}

      • getStreetAddress

        @Stability(Stable)
        @Nullable
        default String getStreetAddress()
        The street address of the subject.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/privateca_certificate_authority#street_address PrivatecaCertificateAuthority#street_address}