### Onboarding format

JSON:
```json
{
    "aws_account_details": {
        "acct_id": "",
        "acct_user_base": "",
        "data_classification": "",
        "environment_function": "",
        "environment_name": "",
        "environment_type": "",
        "logging_account": "",
        "payer_acct_id": "",
        "payer_acct_name": "",
        "priority": ""
    },
    "contacts": {
        "aws_administrator_poc": "",
        "aws_resource_poc": "",
        "aws_security_poc": "",
        "payer_acct_email": "",
        "srt_escalation_cc": "",
        "srt_escalation_to": ""
    },
    "organizations": {
        "opco": "",
        "reported_opco": "",
        "subopco": ""
    },
    "tools": {
        "trendmicro": {
            "conformity_active": true,
            "workload_active": true
        }
    }
}
```

Accepted field values:

- `"acct_user_base"`
  - `"B2B"`
  - `"B2E"`
  - `"B2C"`
  - `"None"`
  - `"Internal"`
  - `"Unknown"`
- `"environment_type"`
  - `"Acceptance"`
  - `"Development"`
  - `"POC"`
  - `"Production"`
  - `"Staging"`
  - `"Test"`
  - `"Sandbox"`
  - `"Unknown"`
  - `"Non-Production"`
  - `"Other"`
- `"data_classification"`
  - `"Confidential"`
  - `"Customer PII"`
  - `"Employee PII"`
  - `"Intellectual Property"`
  - `"Public"`
  - `"Secret"`
  - `"Unknown"`
- `"priority"`
  - `"Normal"`
  - `"Critical"`



Additionally, for srt_escalation_to and srt_escalation_cc the values should be one of or a combination of the following: `"aws_administrator_poc"`, `"aws_resource_poc"`, and/or `"aws_security_poc"`.
