GenerateClientCertificateResponse class
Message returned by a GenerateClientCertificate operation.
Constructors
-
GenerateClientCertificateResponse({String? caCert, List<
String> ? pemCertificateChain}) - GenerateClientCertificateResponse.fromJson(Map json_)
Properties
- caCert ↔ String?
-
The pem-encoded cluster ca X.509 certificate.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pemCertificateChain
↔ List<
String> ? -
The pem-encoded chain that may be used to verify the X.509 certificate.
getter/setter pair
- 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