INPUT_OBJECT
SecurityCreateControlInput
link GraphQL Schema definition
- input SecurityCreateControlInput {
- # Steps necessary to audit compliance for an environment for this control
- String :
- # Brief description that explains the specific vulnerabilities targeted by this
- # security control.
- String :
- # ID of the group the control is associated to
- String! :
- # Documentation reference url(s) for this compliance control.
- HyperLinkInput!] : [
- # Impact statements for this control
- String :
- # Name of the control
- String! :
- # Notes for the Control
- String :
- # Describes the importance and rationale for implementing this compliance control
- String :
- # Lists steps necessary to remediate vulnerabilities detected by this compliance
- # control
- String :
- # Section of this control
- String :
- # Source of this Control
- SecurityComplianceSource! :
- # Short title that describes this control
- String :
- }