Package-level declarations

Types

Link copied to clipboard
data class KeysAwArgs(val accessKey: Output<String>, val allowGenerateKey: Output<Boolean>? = null, val allowReplaceKey: Output<Boolean>? = null, val allowStoreKey: Output<Boolean>? = null, val anyMount: Output<Boolean>? = null, val curve: Output<String>? = null, val endpoint: Output<String>? = null, val keyBits: Output<String>, val keyType: Output<String>, val kmsKey: Output<String>, val name: Output<String>, val region: Output<String>? = null, val secretKey: Output<String>, val uuid: Output<String>? = null) : ConvertibleToJava<KeysAwArgs>
Link copied to clipboard

Builder for KeysAwArgs.

Link copied to clipboard
data class KeysAzureArgs(val allowGenerateKey: Output<Boolean>? = null, val allowReplaceKey: Output<Boolean>? = null, val allowStoreKey: Output<Boolean>? = null, val anyMount: Output<Boolean>? = null, val clientId: Output<String>, val clientSecret: Output<String>, val environment: Output<String>? = null, val keyBits: Output<String>? = null, val keyName: Output<String>, val keyType: Output<String>, val name: Output<String>, val resource: Output<String>? = null, val tenantId: Output<String>, val uuid: Output<String>? = null, val vaultName: Output<String>) : ConvertibleToJava<KeysAzureArgs>
Link copied to clipboard
Link copied to clipboard
data class KeysPkcArgs(val allowGenerateKey: Output<Boolean>? = null, val allowReplaceKey: Output<Boolean>? = null, val allowStoreKey: Output<Boolean>? = null, val anyMount: Output<Boolean>? = null, val curve: Output<String>? = null, val forceRwSession: Output<String>? = null, val keyBits: Output<String>? = null, val keyId: Output<String>, val keyLabel: Output<String>, val library: Output<String>, val mechanism: Output<String>, val name: Output<String>, val pin: Output<String>, val slot: Output<String>? = null, val tokenLabel: Output<String>? = null, val uuid: Output<String>? = null) : ConvertibleToJava<KeysPkcArgs>
Link copied to clipboard