allowedLocationsAndOrganizations property

List<Subject>? allowedLocationsAndOrganizations
getter/setter pair

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

If a Subject has an empty field, any value will be allowed for that field.

Optional.

Implementation

core.List<Subject>? allowedLocationsAndOrganizations;