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

Latest commit

 

History

History
19 lines (15 loc) · 1.15 KB

File metadata and controls

19 lines (15 loc) · 1.15 KB

ComplianceDomain

Properties

Name Type Description Notes
id int Unique ID [optional]
identifier str The identifier of this domain [optional]
name str Name [optional]
created_at datetime ISO 8601 timestamp when the resource was created [optional]
updated_at datetime ISO 8601 timestamp when the resource was updated [optional]
position int The position of this domain within the Standard [optional]
compliance_standard ComplianceStandard Associated Compliance Standard [optional]
compliance_standard_id int Associated Compliance Standard ID [optional]
compliance_controls list[ComplianceControl] Associated Compliance Controls [optional]
compliance_control_ids list[int] Associated Compliance Controls IDs [optional]

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