Package-level declarations

Types

Link copied to clipboard
data class KeyKeyAttributesArgs(val keyAlgorithm: Output<String>, val keyClass: Output<String>, val keyModesOfUse: Output<KeyKeyAttributesKeyModesOfUseArgs>? = null, val keyUsage: Output<String>) : ConvertibleToJava<KeyKeyAttributesArgs>
Link copied to clipboard
data class KeyKeyAttributesKeyModesOfUseArgs(val decrypt: Output<Boolean>? = null, val deriveKey: Output<Boolean>? = null, val encrypt: Output<Boolean>? = null, val generate: Output<Boolean>? = null, val noRestrictions: Output<Boolean>? = null, val sign: Output<Boolean>? = null, val unwrap: Output<Boolean>? = null, val verify: Output<Boolean>? = null, val wrap: Output<Boolean>? = null) : ConvertibleToJava<KeyKeyAttributesKeyModesOfUseArgs>
Link copied to clipboard
data class KeyTimeoutsArgs(val create: Output<String>? = null, val delete: Output<String>? = null, val update: Output<String>? = null) : ConvertibleToJava<KeyTimeoutsArgs>
Link copied to clipboard