Keys Aw
data class KeysAw(val accessKey: String, val allowGenerateKey: Boolean? = null, val allowReplaceKey: Boolean? = null, val allowStoreKey: Boolean? = null, val anyMount: Boolean? = null, val curve: String? = null, val endpoint: String? = null, val keyBits: String, val keyType: String, val kmsKey: String, val name: String, val region: String? = null, val secretKey: String, val uuid: String? = null)
Constructors
Link copied to clipboard
constructor(accessKey: String, allowGenerateKey: Boolean? = null, allowReplaceKey: Boolean? = null, allowStoreKey: Boolean? = null, anyMount: Boolean? = null, curve: String? = null, endpoint: String? = null, keyBits: String, keyType: String, kmsKey: String, name: String, region: String? = null, secretKey: String, uuid: String? = null)
Properties
Link copied to clipboard
If no existing key can be found in the referenced backend, instructs Vault to generate a key within the backend
Link copied to clipboard
Controls the ability for Vault to replace through generation or importing a key into the configured backend even if a key is present, if set to false those operations are forbidden if a key exists.
Link copied to clipboard
Controls the ability for Vault to import a key to the configured backend, if 'false', those operations will be forbidden