keyUsages

@JvmName(name = "bgtlvlqbjjaeuqdv")
suspend fun keyUsages(value: Output<List<Either<String, KeyUsageName>>>)
@JvmName(name = "yupnkbwfksdvkifm")
suspend fun keyUsages(value: List<Either<String, KeyUsageName>>?)

Parameters

value

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.


@JvmName(name = "xbmsvhygccsyelpq")
suspend fun keyUsages(vararg values: Output<Either<String, KeyUsageName>>)


@JvmName(name = "eedmnrjcclcwesnb")
suspend fun keyUsages(values: List<Output<Either<String, KeyUsageName>>>)
@JvmName(name = "dwjwhvobnpuvkqkt")
suspend fun keyUsages(vararg values: Either<String, KeyUsageName>)

Parameters

values

A list of Key Usage X.509 v3 extension objects. Each object is a string value that identifies the purpose of the public key contained in the certificate. Possible extension values include DIGITAL_SIGNATURE, KEY_ENCHIPHERMENT, NON_REPUDIATION, and more.