Interface PrivatecaCertificateConfigSubjectConfigSubject

    • 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#common_name PrivatecaCertificate#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#organization PrivatecaCertificate#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#country_code PrivatecaCertificate#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#locality PrivatecaCertificate#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#organizational_unit PrivatecaCertificate#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#postal_code PrivatecaCertificate#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#province PrivatecaCertificate#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#street_address PrivatecaCertificate#street_address}