Id | String | The unique ID of the referenced object. | [required] |
Name | String | The human readable name of the referenced object. | [required] |
DisplayName | String | Identity's display name. | [optional] |
FirstName | String | Identity's first name. | [optional] |
LastName | String | Identity's last name. | [optional] |
Email | String | Identity's primary email address. | [optional] |
Created | System.DateTime | ISO-8601 date-time referring to the time when the object was created. | [optional] |
Modified | System.DateTime | ISO-8601 date-time referring to the time when the object was last modified. | [optional] |
Phone | String | Identity's phone number. | [optional] |
Synced | 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 | Boolean | Indicates whether the identity is inactive. | [optional] [default to $false] |
Protected | Boolean | Indicates whether the identity is protected. | [optional] [default to $false] |
Status | String | Identity's status in SailPoint. | [optional] |
EmployeeNumber | String | Identity's employee number. | [optional] |
Manager | IdentityDocumentAllOfManager | | [optional] |
IsManager | Boolean | Indicates whether the identity is a manager of other identities. | [optional] |
IdentityProfile | IdentityDocumentAllOfIdentityProfile | | [optional] |
Source | IdentityDocumentAllOfSource | | [optional] |
Attributes | [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] |
Disabled | Boolean | Indicates whether the identity is disabled. | [optional] [default to $false] |
Locked | Boolean | Indicates whether the identity is locked. | [optional] [default to $false] |
ProcessingState | String | Identity's processing state. | [optional] |
ProcessingDetails | ProcessingDetails | | [optional] |
Accounts | []BaseAccount | List of accounts associated with the identity. | [optional] |
AccountCount | Int32 | Number of accounts associated with the identity. | [optional] |
Apps | []App | List of applications the identity has access to. | [optional] |
AppCount | Int32 | Number of applications the identity has access to. | [optional] |
Access | []IdentityAccess | List of access items assigned to the identity. | [optional] |
AccessCount | Int32 | Number of access items assigned to the identity. | [optional] |
EntitlementCount | Int32 | Number of entitlements assigned to the identity. | [optional] |
RoleCount | Int32 | Number of roles assigned to the identity. | [optional] |
AccessProfileCount | Int32 | Number of access profiles assigned to the identity. | [optional] |
Owns | []Owns | Access items the identity owns. | [optional] |
OwnsCount | Int32 | Number of access items the identity owns. | [optional] |
Tags | []String | Tags that have been applied to the object. | [optional] |
TagsCount | Int32 | Number of tags on the identity. | [optional] |
VisibleSegments | []String | List of segments that the identity is in. | [optional] |
VisibleSegmentCount | Int32 | Number of segments the identity is in. | [optional] |