INPUT_OBJECT

SecurityCreateGroupInput

link GraphQL Schema definition

  • input SecurityCreateGroupInput {
  • # Brief text that describes this compliance group
  • description: String
  • # Name of the group
  • displayName: String!
  • # ID of the framework the group is associated to
  • frameworkId: String!
  • # Source of this group
  • source: SecurityComplianceSource!
  • # Documentation reference url for this group
  • url: String
  • }