| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique ID | [optional] |
| name | str | Name | [optional] |
| created_at | datetime | ISO 8601 timestamp when the resource was created | [optional] |
| description | str | The description for this Compliance Standard | [optional] |
| updated_at | datetime | ISO 8601 timestamp when the resource was updated | [optional] |
| max_accounts | int | The max number of external accounts allowed for the organization. This is only returned by the organizations/:organization_id/compliance_standards endpoint. | [optional] |
| compliance_domains | list[ComplianceDomain] | Associated Compliance Domains | [optional] |
| compliance_domain_ids | list[int] | Associated Compliance Domains IDs | [optional] |
| compliance_controls | list[ComplianceControl] | Associated Compliance Controls | [optional] |
| compliance_control_ids | list[int] | Associated Compliance Controls IDs | [optional] |
This repository was archived by the owner on Jan 12, 2021. It is now read-only.