allowedKeyTypes

@JvmName(name = "upnwjgukyahcabev")
suspend fun allowedKeyTypes(value: Output<List<CaPoolIssuancePolicyAllowedKeyTypeArgs>>)
@JvmName(name = "locrxnooimbxyygv")
suspend fun allowedKeyTypes(value: List<CaPoolIssuancePolicyAllowedKeyTypeArgs>?)

Parameters

value

If any AllowedKeyType is specified, then the certificate request's public key must match one of the key types listed here. Otherwise, any key may be used. Structure is documented below.


@JvmName(name = "wrtfgjmsuegwsatg")
suspend fun allowedKeyTypes(vararg values: Output<CaPoolIssuancePolicyAllowedKeyTypeArgs>)


@JvmName(name = "smqgfquikyhifxte")
suspend fun allowedKeyTypes(values: List<Output<CaPoolIssuancePolicyAllowedKeyTypeArgs>>)
@JvmName(name = "yyclgdyjfwdhomod")
suspend fun allowedKeyTypes(vararg values: CaPoolIssuancePolicyAllowedKeyTypeArgs)

Parameters

values

If any AllowedKeyType is specified, then the certificate request's public key must match one of the key types listed here. Otherwise, any key may be used. Structure is documented below.


@JvmName(name = "orhsifttcmcbcjvx")
suspend fun allowedKeyTypes(argument: List<suspend CaPoolIssuancePolicyAllowedKeyTypeArgsBuilder.() -> Unit>)
@JvmName(name = "efuqsscysmqdrksx")
suspend fun allowedKeyTypes(vararg argument: suspend CaPoolIssuancePolicyAllowedKeyTypeArgsBuilder.() -> Unit)
@JvmName(name = "uukbntiggddwohek")
suspend fun allowedKeyTypes(argument: suspend CaPoolIssuancePolicyAllowedKeyTypeArgsBuilder.() -> Unit)

Parameters

argument

If any AllowedKeyType is specified, then the certificate request's public key must match one of the key types listed here. Otherwise, any key may be used. Structure is documented below.