INPUT_OBJECT
SecurityCreateGroupInput
link GraphQL Schema definition
- input SecurityCreateGroupInput {
- # Brief text that describes this compliance group
- String :
- # Name of the group
- String! :
- # ID of the framework the group is associated to
- String! :
- # Source of this group
- SecurityComplianceSource! :
- # Documentation reference url for this group
- String :
- }