INPUT_OBJECT

SecurityCreateControlInput

link GraphQL Schema definition

  • input SecurityCreateControlInput {
  • # Steps necessary to audit compliance for an environment for this control
  • auditProcedure: String
  • # Brief description that explains the specific vulnerabilities targeted by this
  • # security control.
  • description: String
  • # ID of the group the control is associated to
  • groupId: String!
  • # Documentation reference url(s) for this compliance control.
  • hyperlinks: [HyperLinkInput!]
  • # Impact statements for this control
  • impactStatement: String
  • # Name of the control
  • name: String!
  • # Notes for the Control
  • notes: String
  • # Describes the importance and rationale for implementing this compliance control
  • rationale: String
  • # Lists steps necessary to remediate vulnerabilities detected by this compliance
  • # control
  • remediationProcedure: String
  • # Section of this control
  • section: String
  • # Source of this Control
  • source: SecurityComplianceSource!
  • # Short title that describes this control
  • title: String
  • }