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.26 KB

File metadata and controls

19 lines (15 loc) · 1.26 KB

CustomComplianceDomain

Properties

Name Type Description Notes
id int Unique ID [optional]
identifier str The identifier of this custom 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 custom domain within the custom standard [optional]
custom_compliance_standard CustomComplianceStandard Associated Custom Compliance Standard [optional]
custom_compliance_standard_id int Associated Custom Compliance Standard ID [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]