GenerateClientCertificateRequest class
Message for requests to generate a client certificate signed by the Cluster CA.
Constructors
- GenerateClientCertificateRequest({String? certDuration, String? publicKey, String? requestId, bool? useMetadataExchange})
- GenerateClientCertificateRequest.fromJson(Map json_)
Properties
- certDuration ↔ String?
-
An optional hint to the endpoint to generate the client certificate with
the requested duration.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- publicKey ↔ String?
-
The public key from the client.
getter/setter pair
- requestId ↔ String?
-
An optional request ID to identify requests.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useMetadataExchange ↔ bool?
-
An optional hint to the endpoint to generate a client ceritificate that
can be used by AlloyDB connectors to exchange additional metadata with the
server after TLS handshake.
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