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