| Id |
Pointer to String |
System-generated unique ID of the identity |
[optional] [readonly] |
| Name |
String |
The identity's name is equivalent to its Display Name attribute. |
[required] |
| Created |
Pointer to System.DateTime |
Creation date of the identity |
[optional] [readonly] |
| Modified |
Pointer to System.DateTime |
Last modification date of the identity |
[optional] [readonly] |
| Alias |
Pointer to String |
The identity's alternate unique identifier is equivalent to its Account Name on the authoritative source account schema. |
[optional] |
| EmailAddress |
Pointer to String |
The email address of the identity |
[optional] |
| ProcessingState |
Pointer to Enum [ "ERROR", "OK" ] |
The processing state of the identity |
[optional] |
| IdentityStatus |
Pointer to Enum [ "UNREGISTERED", "REGISTERED", "PENDING", "WARNING", "DISABLED", "ACTIVE", "DEACTIVATED", "TERMINATED", "ERROR", "LOCKED" ] |
The identity's status in the system |
[optional] |
| ManagerRef |
Pointer to IdentityManagerRef |
|
[optional] |
| IsManager |
Pointer to Boolean |
Whether this identity is a manager of another identity |
[optional] [default to $false] |
| LastRefresh |
Pointer to System.DateTime |
The last time the identity was refreshed by the system |
[optional] |
| Attributes |
Pointer to [SystemCollectionsHashtable]https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-9.0 |
A map with the identity attributes for the identity |
[optional] |
| LifecycleState |
Pointer to IdentityLifecycleState |
|
[optional] |