InjectCredentialsRequest class

A request to inject credentials into a cluster.

Constructors

InjectCredentialsRequest({String? clusterUuid, String? credentialsCiphertext})
InjectCredentialsRequest.fromJson(Map json_)

Properties

clusterUuid String?
The cluster UUID.
getter/setter pair
credentialsCiphertext String?
The encrypted credentials being injected in to the cluster.The client is responsible for encrypting the credentials in a way that is supported by the cluster.A wrapped value is used here so that the actual contents of the encrypted credentials are not written to audit logs.
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