INPUT_OBJECT

SecurityUpdateControlInput

link GraphQL Schema definition

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