CustomerEncryptionKey class
Represents a customer-supplied encryption key
Constructors
- CustomerEncryptionKey()
- CustomerEncryptionKey.fromJson(Map _json)
Properties
- kmsKeyName ↔ String
-
The name of the encryption key that is stored in Google Cloud KMS.
read / write
- rawKey ↔ String
-
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648
base64 to either encrypt or decrypt this resource.
read / write
- sha256 ↔ String
-
Output only
The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.read / write - hashCode → int
-
The hash code for this object.
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
toJson(
) → Map< String, Object> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited