Extended Key Usage Options Args
data class ExtendedKeyUsageOptionsArgs(val clientAuth: Output<Boolean>? = null, val codeSigning: Output<Boolean>? = null, val emailProtection: Output<Boolean>? = null, val ocspSigning: Output<Boolean>? = null, val serverAuth: Output<Boolean>? = null, val timeStamping: Output<Boolean>? = null) : ConvertibleToJava<ExtendedKeyUsageOptionsArgs>
KeyUsage.ExtendedKeyUsageOptions has fields that correspond to certain common OIDs that could be specified as an extended key usage value.