| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique ID | [optional] |
| name | String | Name | [optional] |
| createdAt | DateTime | ISO 8601 timestamp when the resource was created | [optional] |
| description | String | The description for this Compliance Standard | [optional] |
| updatedAt | DateTime | ISO 8601 timestamp when the resource was updated | [optional] |
| maxAccounts | Integer | The max number of external accounts allowed for the organization. This is only returned by the organizations/:organization_id/compliance_standards endpoint. | [optional] |
| complianceDomains | List<ComplianceDomain> | Associated Compliance Domains | [optional] |
| complianceDomainIds | List<Integer> | Associated Compliance Domains IDs | [optional] |
| complianceControls | List<ComplianceControl> | Associated Compliance Controls | [optional] |
| complianceControlIds | List<Integer> | Associated Compliance Controls IDs | [optional] |
This repository was archived by the owner on Jan 12, 2021. It is now read-only.