keyUsages

@JvmName(name = "swayxitmdkxdpwtq")
suspend fun keyUsages(value: Output<List<Either<String, KeyUsageName>>>)
@JvmName(name = "mobydtecvnogortq")
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 = "vpstrfrexpilriwj")
suspend fun keyUsages(vararg values: Output<Either<String, KeyUsageName>>)


@JvmName(name = "ciwbgjylsdpkdtjx")
suspend fun keyUsages(values: List<Output<Either<String, KeyUsageName>>>)
@JvmName(name = "wgjraneakstvxgsl")
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.