KeyHandle class

Resource-oriented representation of a request to Cloud KMS Autokey and the resulting provisioning of a CryptoKey.

Constructors

KeyHandle({String? kmsKey, String? name, String? resourceTypeSelector})
KeyHandle.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
kmsKey String?
Name of a CryptoKey that has been provisioned for Customer Managed Encryption Key (CMEK) use in the KeyHandle project and location for the requested resource type.
getter/setter pair
name String?
Identifier.
getter/setter pair
resourceTypeSelector String?
Indicates the resource type that the resulting CryptoKey is meant to protect, e.g. {SERVICE}.googleapis.com/{TYPE}.
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