Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.61 KB

CertAccessRules.md

File metadata and controls

19 lines (15 loc) · 1.61 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]
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]