Authority Config X509Config Key Usage Base Key Usage Args
data class AuthorityConfigX509ConfigKeyUsageBaseKeyUsageArgs(val certSign: Output<Boolean>? = null, val contentCommitment: Output<Boolean>? = null, val crlSign: Output<Boolean>? = null, val dataEncipherment: Output<Boolean>? = null, val decipherOnly: Output<Boolean>? = null, val digitalSignature: Output<Boolean>? = null, val encipherOnly: Output<Boolean>? = null, val keyAgreement: Output<Boolean>? = null, val keyEncipherment: Output<Boolean>? = null) : ConvertibleToJava<AuthorityConfigX509ConfigKeyUsageBaseKeyUsageArgs>
Constructors
Link copied to clipboard
fun AuthorityConfigX509ConfigKeyUsageBaseKeyUsageArgs(certSign: Output<Boolean>? = null, contentCommitment: Output<Boolean>? = null, crlSign: Output<Boolean>? = null, dataEncipherment: Output<Boolean>? = null, decipherOnly: Output<Boolean>? = null, digitalSignature: Output<Boolean>? = null, encipherOnly: Output<Boolean>? = null, keyAgreement: Output<Boolean>? = null, keyEncipherment: Output<Boolean>? = null)