AuditEventActor
The actor that triggered an audit event.
type AuditEventActor {
avatarUrl(
width: Int
): String
displayName: String
id: String
isVIP: Boolean
permission: String
type: String
}
Fields
AuditEventActor.avatarUrl ● String scalar common
The avatar URL for the actor.
AuditEventActor.avatarUrl.width ● Int scalar common
The requested avatar width in pixels.
AuditEventActor.displayName ● String scalar common
The display name of the actor.
AuditEventActor.id ● String scalar common
The unique identifier for the actor.
AuditEventActor.isVIP ● Boolean scalar common
Whether the actor is a VIP user.
AuditEventActor.permission ● String scalar common
The permission associated with the actor, if any.
AuditEventActor.type ● String scalar common
The actor type.
Member Of
AuditEvent object