Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 1.02 KB

KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse.md

File metadata and controls

18 lines (10 loc) · 1.02 KB

KeyfactorApiModelsCertificatesCertificateIdentityAuditResponse

Represents an account with a list of permission granted to it on a given certificate by either a role or collection

Properties

Name Type Description Notes
id Integer Id of the account represented by the audit response [optional]
accountName String Name of the account represented by the audit response [optional]
identityType String The type of account represented by the audit response (User or Group) [optional]
SID String The SID of the account represented by the audit reponse [optional]
permissions List<KeyfactorApiModelsCertificatesCertificateIdentityAuditResponseCertificatePermission> Permissions granted to the account represented by the audit reponse on the specified certifcate [optional] [readonly]