ServerTlsPolicy constructor
ServerTlsPolicy({
- bool? allowOpen,
- String? createTime,
- String? description,
- Map<
String, String> ? labels, - MTLSPolicy? mtlsPolicy,
- String? name,
- GoogleCloudNetworksecurityV1beta1CertificateProvider? serverCertificate,
- String? updateTime,
Implementation
ServerTlsPolicy({
this.allowOpen,
this.createTime,
this.description,
this.labels,
this.mtlsPolicy,
this.name,
this.serverCertificate,
this.updateTime,
});