| Name | Type | Description | Notes |
|---|---|---|---|
| analysisScope | AnalysisScopeEnum | PUBLIC, PRIVATE, or TEAM | |
| baseAddress | Long | Base address of the binary, null when unknown | |
| binaryId | Long | Binary ID | |
| binaryName | String | Binary filename | |
| binarySize | Long | Binary size in bytes | |
| binaryUuid | String | UUID of the binary, omitted when not set | [optional] |
| creation | OffsetDateTime | When the binary was uploaded | |
| debug | Boolean | True when the binary was analysed with debug symbols | |
| functionCount | Long | Number of functions in the binary | |
| isAdvanced | Boolean | True when the analysis was run in advanced mode | |
| isOwner | Boolean | True when the caller is the analysis owner | |
| isSystem | Boolean | True when the analysis is owned by a system user | |
| modelId | Long | Model ID | |
| modelName | String | Model used for analysis | |
| ownerUsername | String | Username of the analysis owner | |
| sequencerVersion | String | Sequencer version, omitted when not set | [optional] |
| sha256Hash | String | SHA-256 hash of the binary | |
| teamId | Long | Team ID of the analysis |
| Name | Value |
|---|---|
| PRIVATE | "PRIVATE" |
| PUBLIC | "PUBLIC" |
| TEAM | "TEAM" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |