ValidationCA class
Specification of ValidationCA.
Defines the mechanism to obtain the Certificate Authority certificate to validate the peer certificate.
Constructors
- ValidationCA({CertificateProviderInstance? certificateProviderInstance, GoogleCloudNetworksecurityV1GrpcEndpoint? grpcEndpoint})
- ValidationCA.fromJson(Map json_)
Properties
- certificateProviderInstance ↔ CertificateProviderInstance?
-
The certificate provider instance specification that will be passed to the
data plane, which will be used to load necessary credential information.
getter/setter pair
- grpcEndpoint ↔ GoogleCloudNetworksecurityV1GrpcEndpoint?
-
gRPC specific configuration to access the gRPC server to obtain the CA
certificate.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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