Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (18 loc) · 1.7 KB

File metadata and controls

22 lines (18 loc) · 1.7 KB

CustomComplianceStandard

Properties

Name Type Description Notes
id int Unique ID [optional]
organization_id int The ID of the organization this custom compliance standard belongs to [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 maximum number of external accounts that can be added to the custom compliance standard [optional]
max_domains int The maximum number of custom compliance domains that can be added to the custom compliance standard [optional]
max_controls int The maximum number of custom compliance controls that can be added to the custom compliance standard [optional]
custom_compliance_domains list[CustomComplianceDomain] Associated Custom Compliance Domains [optional]
custom_compliance_domain_ids list[int] Associated Custom Compliance Domains IDs [optional]
custom_compliance_controls list[CustomComplianceControl] Associated Custom Compliance Controls [optional]
custom_compliance_control_ids list[int] Associated Custom Compliance Controls IDs [optional]

[Back to Model list] [Back to API list] [Back to README]