KmsConfig class

KmsConfig is the customer managed encryption key(CMEK) configuration.

Constructors

KmsConfig.new({String? createTime, String? cryptoKeyName, String? description, String? instructions, Map<String, String>? labels, String? name, String? serviceAccount, String? state, String? stateDetails})
KmsConfig.fromJson(Map json_)

Properties

createTime String?
Create time of the KmsConfig.
getter/setter pair
cryptoKeyName String?
Customer managed crypto key resource full name.
getter/setter pair
description String?
Description of the KmsConfig.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instructions String?
Instructions to provide the access to the customer provided encryption key.
getter/setter pair
labels Map<String, String>?
Labels as key value pairs
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccount String?
The Service account which will have access to the customer provided encryption key.
getter/setter pair
state String?
State of the KmsConfig.
getter/setter pair
stateDetails String?
State details of the KmsConfig.
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