| 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 | bool | 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] |