allowedCommonNames property

List<String>? allowedCommonNames
getter/setter pair

If any value is specified here, then all Certificates issued by the CertificateAuthority must match at least one listed value.

If no value is specified, all values will be allowed for this fied. Glob patterns are also supported.

Optional.

Implementation

core.List<core.String>? allowedCommonNames;