Interface PrivatecaCertificateAuthorityConfigX509ConfigKeyUsageExtendedKeyUsage

    • Method Detail

      • getClientAuth

        @Stability(Stable)
        @Nullable
        default Object getClientAuth()
        Corresponds to OID 1.3.6.1.5.5.7.3.2. Officially described as "TLS WWW client authentication", though regularly used for non-WWW TLS.

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

      • getCodeSigning

        @Stability(Stable)
        @Nullable
        default Object getCodeSigning()
        Corresponds to OID 1.3.6.1.5.5.7.3.3. Officially described as "Signing of downloadable executable code client authentication".

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

      • getEmailProtection

        @Stability(Stable)
        @Nullable
        default Object getEmailProtection()
        Corresponds to OID 1.3.6.1.5.5.7.3.4. Officially described as "Email protection".

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

      • getOcspSigning

        @Stability(Stable)
        @Nullable
        default Object getOcspSigning()
        Corresponds to OID 1.3.6.1.5.5.7.3.9. Officially described as "Signing OCSP responses".

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

      • getServerAuth

        @Stability(Stable)
        @Nullable
        default Object getServerAuth()
        Corresponds to OID 1.3.6.1.5.5.7.3.1. Officially described as "TLS WWW server authentication", though regularly used for non-WWW TLS.

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

      • getTimeStamping

        @Stability(Stable)
        @Nullable
        default Object getTimeStamping()
        Corresponds to OID 1.3.6.1.5.5.7.3.8. Officially described as "Binding the hash of an object to a time".

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