GoogleCloudIntegrationsV1alphaCloudKmsConfig class

Configuration information for Client's Cloud KMS information

Constructors

GoogleCloudIntegrationsV1alphaCloudKmsConfig({String? key, String? keyVersion, String? kmsLocation, String? kmsProjectId, String? kmsRing})
GoogleCloudIntegrationsV1alphaCloudKmsConfig.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
key String?
A Cloud KMS key is a named object containing one or more key versions, along with metadata for the key.
getter/setter pair
keyVersion String?
Each version of a key contains key material used for encryption or signing.
getter/setter pair
kmsLocation String?
Location name of the key ring, e.g. "us-west1".
getter/setter pair
kmsProjectId String?
The gcp project id of the project where the kms key stored.
getter/setter pair
kmsRing String?
A key ring organizes keys in a specific Google Cloud location and allows you to manage access control on groups of keys.
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