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

File metadata and controls

22 lines (18 loc) · 1.52 KB

CustomComplianceControl

Properties

Name Type Description Notes
id int Unique ID [optional]
name str Name [optional]
identifier str The identifier of this custom control [optional]
description str The description for this custom control [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 control within the custom domain [optional]
custom_compliance_standard CustomComplianceStandard Associated Custom Compliance Standard [optional]
custom_compliance_standard_id int Associated Custom Compliance Standard ID [optional]
custom_compliance_domain CustomComplianceDomain Associated Custom Compliance Domain [optional]
custom_compliance_domain_id int Associated Custom Compliance Domain ID [optional]
signatures list[Signature] Associated Signatures [optional]
custom_signatures list[CustomSignature] Associated Custom Signatures [optional]

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