{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"wsdl_segment"
],
"title": "DelegateGroupGrant - Tooling API",
"description": "Represents a Delegate Group Grant, indicating permissions granted to a delegate group. This object is available in Tooling API version 57.0 and later.",
"supported_soap_calls": "`create()`, `delete()`, `describeSObjects()`, `query()`, `retrieve()`, `update()`, `upsert()`",
"supported_rest_api_http_methods": "`DELETE`, `GET`, `HEAD`, `PATCH`, `POST`, `Query`",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"DelegateGroupId": {
"type": "reference",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The id for the associated delegate group."
},
"GrantedId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort",
"description": "The id for the associated object granted to the delegate group. This field is a polymorphic relationship field.",
"relationship_name": "null",
"relationship_type": "Lookup",
"refers_to": "CustomObject, Group, PermissionSet, PermissionSetGroup, Profile, User, UserRole"
},
"KeyPrefix": {
"type": "string",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Sort",
"description": "The prefix of the object id that designates the object type."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n \n\n```"
}