Interface KmsEkmConnectionServiceResolversServerCertificates

    • Method Detail

      • getRawDer

        @Stability(Stable)
        @NotNull
        String getRawDer()
        Required. The raw certificate bytes in DER format. A base64-encoded string.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_ekm_connection#raw_der KmsEkmConnection#raw_der}

      • getSubjectAlternativeDnsNames

        @Stability(Stable)
        @Nullable
        default List<String> getSubjectAlternativeDnsNames()
        Output only. The subject Alternative DNS names. Only present if parsed is true.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_ekm_connection#subject_alternative_dns_names KmsEkmConnection#subject_alternative_dns_names}