allowed Key Types
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.
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.
suspend fun allowedKeyTypes(argument: List<suspend CaPoolIssuancePolicyAllowedKeyTypeArgsBuilder.() -> Unit>)
suspend fun allowedKeyTypes(vararg argument: suspend CaPoolIssuancePolicyAllowedKeyTypeArgsBuilder.() -> Unit)
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.