EntityInfo interface
Information about an Entra entity (user or group) assigned to a role
Properties
| display |
The display name of the Entra entity |
| entity |
The type of entity - user or group |
| id | The unique identifier (UUID) of the Entra entity |
Property Details
displayName
The display name of the Entra entity
displayName?: string
Property Value
string
entityType
The type of entity - user or group
entityType?: string
Property Value
string
id
The unique identifier (UUID) of the Entra entity
id?: string
Property Value
string