Get Secret Backend Sign Plain Args
data class GetSecretBackendSignPlainArgs(val certType: String? = null, val criticalOptions: Map<String, String>? = null, val extensions: Map<String, String>? = null, val keyId: String? = null, val name: String, val namespace: String? = null, val path: String, val publicKey: String, val ttl: String? = null, val validPrincipals: String? = null) : ConvertibleToJava<GetSecretBackendSignPlainArgs>
A collection of arguments for invoking getSecretBackendSign.
Properties
Link copied to clipboard
Specifies a map of the critical options that the certificate should be signed for. Defaults to none.
Link copied to clipboard
Specifies a map of the extensions that the certificate should be signed for. Defaults to none.
Link copied to clipboard
Specifies valid principals, either usernames or hostnames, that the certificate should be signed for. Required unless the role has specified allow_empty_principals or a value has been set for either the default_user or default_user_template role parameters.