Get Client Tls Policy Result
data class GetClientTlsPolicyResult(val clientCertificate: GoogleCloudNetworksecurityV1CertificateProviderResponse, val createTime: String, val description: String, val labels: Map<String, String>, val name: String, val serverValidationCa: List<ValidationCAResponse>, val sni: String, val updateTime: String)
Properties
Link copied to clipboard
Optional. Defines a mechanism to provision client identity (public and private keys) for peer to peer authentication. The presence of this dictates mTLS.
Link copied to clipboard
The timestamp when the resource was created.
Link copied to clipboard
Optional. Free-text description of the resource.
Link copied to clipboard
Optional. Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate.
Link copied to clipboard
The timestamp when the resource was updated. */