| Name | Type | Description | Notes |
|---|---|---|---|
| accountId | String | [optional] | |
| platform | String | [optional] | |
| username | String | [optional] | |
| displayName | String | [optional] | |
| status | StatusEnum | Overall health status | [optional] |
| tokenStatus | GetAccountHealth200ResponseTokenStatus | [optional] | |
| permissions | GetAccountHealth200ResponsePermissions | [optional] | |
| issues | List<String> | List of issues found | [optional] |
| recommendations | List<String> | Actionable recommendations to fix issues | [optional] |
| Name | Value |
|---|---|
| HEALTHY | "healthy" |
| WARNING | "warning" |
| ERROR | "error" |