Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.81 KB

File metadata and controls

20 lines (16 loc) · 1.81 KB

akeyless.Model.CertAccessRules

Properties

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 &quot;oid:value&quot;. Expects the extension value to be some type of ASN1 encoded string. All values must match. Supports globbing on &quot;value&quot;. [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]

[Back to Model list] [Back to API list] [Back to README]