allowedKeyTypes property

List<AllowedKeyType>? allowedKeyTypes
getter/setter pair

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.

Optional.

Implementation

core.List<AllowedKeyType>? allowedKeyTypes;