| id |
str |
System-generated unique ID of the Object |
[optional] [readonly] |
| name |
str |
Name of the Object |
[required] |
| created |
datetime |
Creation date of the Object |
[optional] [readonly] |
| modified |
datetime |
Last modification date of the Object |
[optional] [readonly] |
| source_id |
str |
The unique ID of the source this account belongs to |
[required] |
| source_name |
str |
The display name of the source this account belongs to |
[required] |
| identity_id |
str |
The unique ID of the identity this account is correlated to |
[optional] |
| cloud_lifecycle_state |
str |
The lifecycle state of the identity this account is correlated to |
[optional] |
| identity_state |
str |
The identity state of the identity this account is correlated to |
[optional] |
| connection_type |
str |
The connection type of the source this account is from |
[optional] |
| is_machine |
bool |
Indicates if the account is of machine type |
[optional] [default to False] |
| recommendation |
AccountAllOfRecommendation |
|
[optional] |
| attributes |
map[string]object |
The account attributes that are aggregated |
[required] |
| authoritative |
bool |
Indicates if this account is from an authoritative source |
[required] |
| description |
str |
A description of the account |
[optional] |
| disabled |
bool |
Indicates if the account is currently disabled |
[required] |
| locked |
bool |
Indicates if the account is currently locked |
[required] |
| native_identity |
str |
The unique ID of the account generated by the source system |
[required] |
| system_account |
bool |
If true, this is a user account within IdentityNow. If false, this is an account from a source system. |
[required] |
| uncorrelated |
bool |
Indicates if this account is not correlated to an identity |
[required] |
| uuid |
str |
The unique ID of the account as determined by the account schema |
[optional] |
| manually_correlated |
bool |
Indicates if the account has been manually correlated to an identity |
[required] |
| has_entitlements |
bool |
Indicates if the account has entitlements |
[required] |
| identity |
AccountAllOfIdentity |
|
[optional] |
| source_owner |
AccountAllOfSourceOwner |
|
[optional] |
| features |
str |
A string list containing the owning source's features |
[optional] |
| origin |
Enum [ 'AGGREGATED', 'PROVISIONED' ] |
The origin of the account either aggregated or provisioned |
[optional] |
| owner_identity |
AccountAllOfOwnerIdentity |
|
[optional] |
| } |
|
|
|