| Id |
String |
The unique ID of the referenced object. |
[required] |
| Name |
String |
The human readable name of the referenced object. |
[required] |
| Type |
DocumentType |
|
[required] |
| DisplayName |
Pointer to String |
Identity's display name. |
[optional] |
| FirstName |
Pointer to String |
Identity's first name. |
[optional] |
| LastName |
Pointer to String |
Identity's last name. |
[optional] |
| Email |
Pointer to String |
Identity's primary email address. |
[optional] |
| Created |
Pointer to System.DateTime |
ISO-8601 date-time referring to the time when the object was created. |
[optional] |
| Modified |
Pointer to System.DateTime |
ISO-8601 date-time referring to the time when the object was last modified. |
[optional] |
| Phone |
Pointer to String |
Identity's phone number. |
[optional] |
| Synced |
Pointer to String |
ISO-8601 date-time referring to the date-time when object was queued to be synced into search database for use in the search API. This date-time changes anytime there is an update to the object, which triggers a synchronization event being sent to the search database. There may be some delay between the synced time and the time when the updated data is actually available in the search API. |
[optional] |
| Inactive |
Pointer to Boolean |
Indicates whether the identity is inactive. |
[optional] [default to $false] |
| Protected |
Pointer to Boolean |
Indicates whether the identity is protected. |
[optional] [default to $false] |
| Status |
Pointer to String |
Identity's status in SailPoint. |
[optional] |
| EmployeeNumber |
Pointer to String |
Identity's employee number. |
[optional] |
| Manager |
Pointer to IdentityDocumentAllOfManager |
|
[optional] |
| IsManager |
Pointer to Boolean |
Indicates whether the identity is a manager of other identities. |
[optional] |
| IdentityProfile |
Pointer to IdentityDocumentAllOfIdentityProfile |
|
[optional] |
| Source |
Pointer to IdentityDocumentAllOfSource |
|
[optional] |
| Attributes |
Pointer to [map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 |
Map or dictionary of key/value pairs. |
[optional] |
| ProcessingState |
Pointer to String |
Identity's processing state. |
[optional] |
| ProcessingDetails |
Pointer to ProcessingDetails |
|
[optional] |
| Accounts |
Pointer to []BaseAccount |
List of accounts associated with the identity. |
[optional] |
| AccountCount |
Pointer to Int32 |
Number of accounts associated with the identity. |
[optional] |
| Apps |
Pointer to []App |
List of applications the identity has access to. |
[optional] |
| AppCount |
Pointer to Int32 |
Number of applications the identity has access to. |
[optional] |
| Access |
Pointer to []IdentityAccess |
List of access items assigned to the identity. |
[optional] |
| AccessCount |
Pointer to Int32 |
Number of access items assigned to the identity. |
[optional] |
| EntitlementCount |
Pointer to Int32 |
Number of entitlements assigned to the identity. |
[optional] |
| RoleCount |
Pointer to Int32 |
Number of roles assigned to the identity. |
[optional] |
| AccessProfileCount |
Pointer to Int32 |
Number of access profiles assigned to the identity. |
[optional] |
| Owns |
Pointer to []Owns |
Access items the identity owns. |
[optional] |
| OwnsCount |
Pointer to Int32 |
Number of access items the identity owns. |
[optional] |
| Tags |
Pointer to []String |
Tags that have been applied to the object. |
[optional] |