keyUsages

@JvmName(name = "vhlgrbivkmppsjsu")
suspend fun keyUsages(value: Output<List<String>>)
@JvmName(name = "oahmplrvexfkmdyb")
suspend fun keyUsages(value: List<String>)

Parameters

value

A list of uses associated with this Key. Possible values include cRLSign, dataEncipherment, decipherOnly, digitalSignature, encipherOnly, keyAgreement, keyCertSign, keyEncipherment and nonRepudiation and are case-sensitive. Changing this forces a new resource to be created.


@JvmName(name = "hixlvfrnilxeeiwl")
suspend fun keyUsages(vararg values: Output<String>)


@JvmName(name = "gecijonqhyghicuc")
suspend fun keyUsages(values: List<Output<String>>)
@JvmName(name = "srgvaijjsccvgwhc")
suspend fun keyUsages(vararg values: String)

Parameters

values

A list of uses associated with this Key. Possible values include cRLSign, dataEncipherment, decipherOnly, digitalSignature, encipherOnly, keyAgreement, keyCertSign, keyEncipherment and nonRepudiation and are case-sensitive. Changing this forces a new resource to be created.