ServerTlsPolicy class
ServerTlsPolicy is a resource that specifies how a server should authenticate incoming requests.
This resource itself does not affect configuration unless it is attached to a target https proxy or endpoint config selector resource.
Constructors
-
ServerTlsPolicy({bool? allowOpen, String? createTime, String? description, Map<
String, String> ? labels, MTLSPolicy? mtlsPolicy, String? name, GoogleCloudNetworksecurityV1beta1CertificateProvider? serverCertificate, String? updateTime}) - ServerTlsPolicy.fromJson(Map _json)
Properties
- allowOpen ↔ bool?
-
Determines if server allows plaintext connections.
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
- mtlsPolicy ↔ MTLSPolicy?
-
Defines a mechanism to provision peer validation certificates for peer to
peer authentication (Mutual TLS - mTLS).
getter/setter pair
- name ↔ String?
-
Name of the ServerTlsPolicy resource.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverCertificate ↔ GoogleCloudNetworksecurityV1beta1CertificateProvider?
-
Defines a mechanism to provision server identity (public and private
keys).
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