SecretBackendRoleAllowedUserKeyConfigArgs

data class SecretBackendRoleAllowedUserKeyConfigArgs(val lengths: Output<List<Int>>, val type: Output<String>) : ConvertibleToJava<SecretBackendRoleAllowedUserKeyConfigArgs>

Constructors

constructor(lengths: Output<List<Int>>, type: Output<String>)

Properties

Link copied to clipboard
val lengths: Output<List<Int>>

List of allowed key lengths, vault-1.10 and above

Link copied to clipboard
val type: Output<String>

Key type, choices: rsa, ecdsa, ec, dsa, ed25519, ssh-rsa, ssh-dss, ssh-ed25519, ecdsa-sha2-nistp256, ecdsa-sha2-nistp384, ecdsa-sha2-nistp521

Functions

Link copied to clipboard
open override fun toJava(): SecretBackendRoleAllowedUserKeyConfigArgs