| Name | Type | Description | Notes |
|---|---|---|---|
| allowedCors | List<String> | a list of allowed cors domains if used for browser authentication | [optional] |
| boundCommonNames | List<String> | A list of names. At least one must exist in the Common Name. Supports globbing. | [optional] |
| boundDnsSans | List<String> | A list of DNS names. At least one must exist in the SANs. Supports globbing. | [optional] |
| boundEmailSans | List<String> | A list of Email Addresses. At least one must exist in the SANs. Supports globbing. | [optional] |
| boundExtensions | List<String> | A list of extensions formatted as "oid:value". Expects the extension value to be some type of ASN1 encoded string. All values must match. Supports globbing on "value". | [optional] |
| boundOrganizationalUnits | List<String> | A list of Organizational Units names. At least one must exist in the OU field. | [optional] |
| boundUriSans | List<String> | A list of URIs. At least one must exist in the SANs. Supports globbing. | [optional] |
| certificate | String | Base64 encdoed PEM certificate | [optional] |
| requireCrlDp | Boolean | RequireCrlDp indicates whether CRL distribution points are required on the leaf client certificate, and whether CRL validation must be enforced during authentication. | [optional] |
| revokedCertIds | List<String> | A list of revoked cert ids | [optional] |
| uniqueIdentifier | String | A unique identifier to distinguish different users | [optional] |