AutokeyConfig class
Cloud KMS Autokey configuration for a folder.
Constructors
- AutokeyConfig({String? keyProject, String? name})
- AutokeyConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- keyProject ↔ String?
-
Name of the key project, e.g.
projects/{PROJECT_ID}
orprojects/{PROJECT_NUMBER}
, where Cloud KMS Autokey will provision a new CryptoKey when a KeyHandle is created.getter/setter pair - name ↔ String?
-
Identifier.
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