KeyVersionSpec class
A Cloud KMS key configuration that a CertificateAuthority will use.
Constructors
- KeyVersionSpec({String? algorithm, String? cloudKmsKeyVersion})
- KeyVersionSpec.fromJson(Map _json)
Properties
- algorithm ↔ String?
-
The algorithm to use for creating a managed Cloud KMS key for a for a
simplified experience.
getter/setter pair
- cloudKmsKeyVersion ↔ String?
-
The resource name for an existing Cloud KMS CryptoKeyVersion in the format
projects / * /locations / * /keyRings / * /cryptoKeys / * /cryptoKeyVersions / *
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- 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