| Id |
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 |
System.DateTime |
Creation date of the identity |
[optional] [readonly] |
| Modified |
System.DateTime |
Last modification date of the identity |
[optional] [readonly] |
| Alias |
String |
The identity's alternate unique identifier is equivalent to its Account Name on the authoritative source account schema. |
[optional] |
| EmailAddress |
String |
The email address of the identity |
[optional] |
| ProcessingState |
Enum [ "ERROR", "OK" ] |
The processing state of the identity |
[optional] |
| IdentityStatus |
Enum [ "UNREGISTERED", "REGISTERED", "PENDING", "WARNING", "DISABLED", "ACTIVE", "DEACTIVATED", "TERMINATED", "ERROR", "LOCKED" ] |
The identity's status in the system |
[optional] |
| ManagerRef |
IdentityManagerRef |
|
[optional] |
| IsManager |
Boolean |
Whether this identity is a manager of another identity |
[optional] [default to $false] |
| LastRefresh |
System.DateTime |
The last time the identity was refreshed by the system |
[optional] |
| Attributes |
[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 |
IdentityLifecycleState |
|
[optional] |