ActivityAuditorEntity
This struct represents an entity. An entity can be the target of an activity or the actor of an activity.
Fields
| Field | Type | Description |
|---|---|---|
| details | ActivityAuditorEntityDetails | The details of the entity. |
| id | String! | The ID of the entity. |
| name | String! | The name of the entity. |
| status | IdentityStatus! | The status of the entity. |
| type | ActivityEntityType! | |
| uniqueIdentifier | String! | The principal's unique identifier: the UPN for users; SAMAccountName / GUID / SID for groups, computers, service accounts, etc. This is the same value the actor / target-entity filters match on. Empty for entities that have no backing principal (e.g. Entra-internal or application actors, tenant targets). |
Used By
Referenced by