Skip to main content

AuditActorDTO

DTO for the Actor details of an Aembit Audit Log

typestringnullable

The type of Audit Log actor (e.g. User, System, or Role)

displayNamestringnullable

Fully qualified Audit Log Actor name

userNamestringnullable
emailstringnullable
credentialProviderIdstringnullable

Credential Provider ID that was used to generate the Role-based Access Token for this Audit Log action

accessPolicyIdstringnullable

Access Policy ID that was used to generate the Role-based Access Token for this Audit Log action

AuditActorDTO
{
"type": "string",
"displayName": "string",
"userName": "string",
"email": "string",
"credentialProviderId": "string",
"accessPolicyId": "string"
}