afv-library/skills/platform-data-and-tooling-api-context-get/assets/tooling_api/DelegateGroupMember.json

38 lines
2.4 KiB
JSON
Raw Normal View History

{
"sections": [
"title",
"description",
"supported_soap_calls",
"supported_rest_api_http_methods",
"fields",
"wsdl_segment"
],
"title": "DelegateGroupMember - Tooling API",
"description": "Represents users assigned to the 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 of the associated delegate group."
},
"UserOrGroupId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort",
"description": "The reference indicating the user id of the delegated administrator for the delegate group. Note: User is the only valid value for this field. Group is reserved for future development. This field is a polymorphic relationship field.",
"relationship_name": "null",
"relationship_type": "Lookup",
"refers_to": "Group, User"
}
},
"wsdl_segment": "```xml\n<xsd:complexType name=\"DelegateGroupMember\">\n <xsd:complexContent>\n <xsd:extension base=\"ens:sObject\">\n <xsd:sequence>\n <xsd:element name=\"CreatedBy\" minOccurs=\"0\" type=\"ens:User\" nillable=\"true\"/>\n <xsd:element name=\"CreatedById\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"CreatedDate\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"DelegateGroupId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n <xsd:element name=\"SystemModstamp\" minOccurs=\"0\" type=\"xsd:dateTime\" nillable=\"true\"/>\n <xsd:element name=\"UserOrGroupId\" minOccurs=\"0\" type=\"tns:ID\" nillable=\"true\"/>\n </xsd:sequence>\n </xsd:extension>\n </xsd:complexContent>\n</xsd:complexType>\n<xsd:simpleType name=\"ID\">\n <xsd:restriction base=\"xsd:string\">\n <xsd:length value=\"18\"/>\n <xsd:pattern value=\"[a-zA-Z0-9]{18}\"/>\n </xsd:restriction>\n</xsd:simpleType>\n```"
}