INPUT_OBJECT
SecurityUpdateControlInput
link GraphQL Schema definition
- input SecurityUpdateControlInput {
- # Steps necessary to audit compliance for an environment for this control
- String :
- # Identifier of the control
- String! :
- # Brief description that explains the specific vulnerabilities targeted by this
- # security control.
- String :
- # Documentation reference url(s) for this compliance control.
- HyperLinkInput!] : [
- # Impact statements for this control
- String :
- # Name of the control
- String! :
- # Opaque version string for the control
- ID! :
- # 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 :
- # Includes any notes that a user can provide when updating a control. These notes
- # are persisted as part of the change-log.
- String :
- # Section of this control
- String :
- # Source of this Control
- SecurityComplianceSource! :
- # Short title that describes this control
- String :
- }