KeyMetadata constructor
KeyMetadata({
- required String keyId,
- String? awsAccountId,
- String? arn,
- String? cloudHsmClusterId,
- DateTime? creationDate,
- String? customKeyStoreId,
- CustomerMasterKeySpec? customerMasterKeySpec,
- DateTime? deletionDate,
- String? description,
- bool? enabled,
- List<
EncryptionAlgorithmSpec> ? encryptionAlgorithms, - ExpirationModelType? expirationModel,
- KeyManagerType? keyManager,
- KeyState? keyState,
- KeyUsageType? keyUsage,
- OriginType? origin,
- List<
SigningAlgorithmSpec> ? signingAlgorithms, - DateTime? validTo,
Implementation
KeyMetadata({
required this.keyId,
this.awsAccountId,
this.arn,
this.cloudHsmClusterId,
this.creationDate,
this.customKeyStoreId,
this.customerMasterKeySpec,
this.deletionDate,
this.description,
this.enabled,
this.encryptionAlgorithms,
this.expirationModel,
this.keyManager,
this.keyState,
this.keyUsage,
this.origin,
this.signingAlgorithms,
this.validTo,
});