EkmConnection class

An EkmConnection represents an individual EKM connection.

It can be used for creating CryptoKeys and CryptoKeyVersions with a ProtectionLevel of EXTERNAL_VPC, as well as performing cryptographic operations using keys created within the EkmConnection.

Constructors

EkmConnection({String? createTime, String? cryptoSpacePath, String? etag, String? keyManagementMode, String? name, List<ServiceResolver>? serviceResolvers})
EkmConnection.fromJson(Map json_)

Properties

createTime String?
The time at which the EkmConnection was created.
getter/setter pair
cryptoSpacePath String?
Identifies the EKM Crypto Space that this EkmConnection maps to.
getter/setter pair
etag String?
Etag of the currently stored EkmConnection.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyManagementMode String?
Describes who can perform control plane operations on the EKM.
getter/setter pair
name String?
The resource name for the EkmConnection in the format projects / * /locations / * /ekmConnections / * .
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceResolvers List<ServiceResolver>?
A list of ServiceResolvers where the EKM can be reached.
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