Certificate Map
Location in GUI: Objects » Certificate Map
Diagram
Section titled “Diagram”Classes
Section titled “Classes”objects (fmc.domains)
Section titled “objects (fmc.domains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| certificate_maps | List | [certificate_maps] | No |
certificate_maps (fmc.domains.objects)
Section titled “certificate_maps (fmc.domains.objects)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| rules | List | [rules] | No |
rules (fmc.domains.objects.certificate_maps)
Section titled “rules (fmc.domains.objects.certificate_maps)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| component | Choice | WHOLE_FIELD, COUNTRY, COMMON_NAME, DN_QUALIFIER, EMAIL_ADDRESS, GENERATIONAL_QUALIFIER, GIVEN_NAME, INITIALS, LOCALITY, NAME, ORGANISATION, ORGANISATIONAL_UNIT, SERIAL_NUMBER, SURNAME, STATE_PROVINCE, TITLE, USER_ID, UNSTRUCTURED_NAME, IP_ADDRESS, DOMAIN_COMPONENT | Yes | |
| field | Choice | SUBJECT, ALTERNATIVE_SUBJECT, ISSUER, EXTENDED_KEY_USAGE | Yes | |
| operator | Choice | EQUALS, CONTAINS, DOES_NOT_EQUAL, DOES_NOT_CONTAIN | Yes | |
| value | String | Yes |
Examples
Section titled “Examples”fmc: domains: - name: Global
certificate_maps: - name: MyCertificateMapName1 rules: - component: COMMON_NAME field: SUBJECT operator: EQUALS value: example.com - component: WHOLE_FIELD field: ALTERNATIVE_SUBJECT operator: EQUALS value: "ExampleOrg"