ClientTlsPolicy class
ClientTlsPolicy is a resource that specifies how a client should authenticate connections to backends of a service.
This resource itself does not affect configuration unless it is attached to a backend service resource.
Constructors
-
ClientTlsPolicy({GoogleCloudNetworksecurityV1CertificateProvider? clientCertificate, String? createTime, String? description, Map<
String, String> ? labels, String? name, List<ValidationCA> ? serverValidationCa, String? sni, String? updateTime}) - ClientTlsPolicy.fromJson(Map json_)
Properties
- clientCertificate ↔ GoogleCloudNetworksecurityV1CertificateProvider?
-
Defines a mechanism to provision client identity (public and private keys)
for peer to peer authentication.
getter/setter pair
- createTime ↔ String?
-
The timestamp when the resource was created.
getter/setter pair
- description ↔ String?
-
Free-text description of the resource.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
Set of label tags associated with the resource.
getter/setter pair
- name ↔ String?
-
Name of the ClientTlsPolicy resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serverValidationCa
↔ List<
ValidationCA> ? -
Defines the mechanism to obtain the Certificate Authority certificate to
validate the server certificate.
getter/setter pair
- sni ↔ String?
-
Server Name Indication string to present to the server during TLS
handshake.
getter/setter pair
- updateTime ↔ String?
-
The timestamp when the resource was updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited