| 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] |
| description |
str |
A description of the machine account |
[optional] |
| native_identity |
str |
The unique ID of the machine account generated by the source system |
[required] |
| uuid |
str |
The unique ID of the account as determined by the account schema |
[optional] |
| classification_method |
Enum [ 'SOURCE', 'CRITERIA', 'DISCOVERY', 'MANUAL' ] |
Classification Method |
[required] |
| machine_identity |
object |
The machine identity this account is associated with |
[optional] |
| owner_identity |
object |
The identity who owns this account. |
[optional] |
| access_type |
str |
The connection type of the source this account is from |
[optional] |
| subtype |
str |
The sub-type |
[optional] |
| environment |
str |
Environment |
[optional] |
| attributes |
map[string]object |
Custom attributes specific to the machine account |
[optional] |
| connector_attributes |
map[string]object |
The connector attributes for the account |
[required] |
| manually_correlated |
bool |
Indicates if the account has been manually correlated to an identity |
[optional] [default to False] |
| manually_edited |
bool |
Indicates if the account has been manually edited |
[required][default to False] |
| locked |
bool |
Indicates if the account is currently locked |
[required] |
| enabled |
bool |
Indicates if the account is enabled |
[required][default to False] |
| has_entitlements |
bool |
Indicates if the account has entitlements |
[required][default to True] |
| source |
object |
The source this machine account belongs to. |
[required] |
| } |
|
|
|