INPUT_OBJECT

SecurityUpdateGroupInput

link GraphQL Schema definition

  • input SecurityUpdateGroupInput {
  • # Brief text that describes this compliance group
  • description: String
  • # Name of the group
  • displayName: String!
  • # ID of the group to update
  • groupId: String!
  • # Opaque version string for the group
  • nodeVersion: ID!
  • # Includes any notes that a user can provide when updating a group. These notes
  • # are persisted as part of the change-log.
  • revisionNotes: String
  • # Source of this group
  • source: SecurityComplianceSource!
  • # Documentation reference url for this group
  • url: String
  • }