UNPKG

@itentialopensource/adapter-salesforce_tooling

Version:

This adapter integrates with system described as: Salesforce Tooling.

1,862 lines 3.09 MB
openapi: 3.1.0 info: title: SforceServiceService contact: {} version: '1.0' jsonSchemaDialect: https://json-schema.org/draft/2020-12/schema servers: - url: https://test.salesforce.com/services/Soap/T/48.0 variables: {} paths: /getServerTimestamp: post: tags: - SoapBinding summary: getServerTimestamp description: Gets server timestamp operationId: getServerTimestamp parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/getServerTimestampRequest' - xml: name: getServerTimestampRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: {} content: application/xml: schema: allOf: - $ref: '#/components/schemas/getServerTimestampResponse' - xml: name: getServerTimestampResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /invalidateSessions: post: tags: - SoapBinding summary: invalidateSessions description: Logs out and invalidates session ids operationId: invalidateSessions parameters: - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/invalidateSessionsRequest' - xml: name: invalidateSessionsRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: {} content: application/xml: schema: allOf: - $ref: '#/components/schemas/invalidateSessionsResponse' - xml: name: invalidateSessionsResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /login: post: tags: - SoapBinding summary: login description: Login to the Salesforce.com SOAP Api operationId: login parameters: - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/loginRequest' - xml: name: loginRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: {} content: application/xml: schema: allOf: - $ref: '#/components/schemas/loginResponse' - xml: name: loginResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /logout: post: tags: - SoapBinding summary: logout description: Logout the current user, invalidating the current session. operationId: logout parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/logoutRequest' - xml: name: logoutRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: {} content: application/xml: schema: allOf: - $ref: '#/components/schemas/logoutResponse' - xml: name: logoutResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /create: post: tags: - SObject summary: createsObject description: Create a set of new sObjects operationId: createsObject parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: MetadataWarningsHeader in: header description: '' required: true style: simple schema: type: string - name: AllOrNoneHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/createRequest' - xml: name: createRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: APIPerformanceInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/createResponse' - xml: name: createResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /delete: post: tags: - SObject summary: deletesObject description: Delete a set of sObjects based on object id operationId: deletesObject parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: MetadataWarningsHeader in: header description: '' required: true style: simple schema: type: string - name: AllOrNoneHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/deleteRequest' - xml: name: deleteRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: APIPerformanceInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/deleteResponse' - xml: name: deleteResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /describeLayout: post: tags: - SObject summary: describeLayout description: Describe the layout of the given sObject or the given actionable global page. operationId: describeLayout parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeLayoutRequest' - xml: name: describeLayoutRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: {} content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeLayoutResponse' - xml: name: describeLayoutResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /describeSObject: post: tags: - SObject summary: describeSObject description: Describe an sObject operationId: describeSObject parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeSObjectRequest' - xml: name: describeSObjectRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: APIPerformanceInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeSObjectResponse' - xml: name: describeSObjectResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /describeSObjects: post: tags: - SObject summary: describeSObjects description: Describe multiple sObjects (upto 100) operationId: describeSObjects parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeSObjectsRequest' - xml: name: describeSObjectsRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: APIPerformanceInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeSObjectsResponse' - xml: name: describeSObjectsResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /getDeleted: post: tags: - SObject summary: getDeletedsObjects description: Get the IDs for deleted sObjects operationId: getDeletedsObjects parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/getDeletedRequest' - xml: name: getDeletedRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: {} content: application/xml: schema: allOf: - $ref: '#/components/schemas/getDeletedResponse' - xml: name: getDeletedResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /getUpdated: post: tags: - SObject summary: getUpdatedsObjects description: Get the IDs for updated sObjects operationId: getUpdatedsObjects parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/getUpdatedRequest' - xml: name: getUpdatedRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: {} content: application/xml: schema: allOf: - $ref: '#/components/schemas/getUpdatedResponse' - xml: name: getUpdatedResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /retrieve: post: tags: - SObject summary: retrievesObject description: Get a set of sObjects operationId: retrievesObject parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/retrieveRequest' - xml: name: retrieveRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: APIPerformanceInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/retrieveResponse' - xml: name: retrieveResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /search: post: tags: - SObject summary: searchsObjects description: Search for sObjects operationId: searchsObjects parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/searchRequest' - xml: name: searchRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: APIPerformanceInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/searchResponse' - xml: name: searchResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /update: post: tags: - SObject summary: updatesObject description: Update a set of sObjects operationId: updatesObject parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: MetadataWarningsHeader in: header description: '' required: true style: simple schema: type: string - name: AllOrNoneHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: MetadataVersionCheck in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/updateRequest' - xml: name: updateRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: MetadataVersionCheck: content: text/plain: schema: type: string contentMediaType: text/plain APIPerformanceInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/updateResponse' - xml: name: updateResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /upsert: post: tags: - SObject summary: upsertsObject description: Update or insert a set of sObjects based on object id operationId: upsertsObject parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: MetadataWarningsHeader in: header description: '' required: true style: simple schema: type: string - name: MetadataVersionCheck in: header description: '' required: true style: simple schema: type: string - name: AllOrNoneHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/upsertRequest' - xml: name: upsertRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: MetadataVersionCheck: content: text/plain: schema: type: string contentMediaType: text/plain APIPerformanceInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/upsertResponse' - xml: name: upsertResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /describeGlobal: post: tags: - Global summary: describeGlobal description: Describe the Global state operationId: describeGlobal parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeGlobalRequest' - xml: name: describeGlobalRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: APIPerformanceInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeGlobalResponse' - xml: name: describeGlobalResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /changeOwnPassword: post: tags: - UserInfo summary: changeOwnPassword description: Change the current user's password operationId: changeOwnPassword parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/changeOwnPasswordRequest' - xml: name: changeOwnPasswordRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: {} content: application/xml: schema: allOf: - $ref: '#/components/schemas/changeOwnPasswordResponse' - xml: name: changeOwnPasswordResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /describeSoqlListViews: post: tags: - UserInfo summary: describeSoqlListViews description: Describe the ListViews as SOQL metadata for the generation of SOQL. operationId: describeSoqlListViews parameters: - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeSoqlListViewsRequest' - xml: name: describeSoqlListViewsRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: {} content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeSoqlListViewsResponse' - xml: name: describeSoqlListViewsResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /getUserInfo: post: tags: - UserInfo summary: getUserInfo description: Returns standard information relevant to the current user operationId: getUserInfo parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/getUserInfoRequest' - xml: name: getUserInfoRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: {} content: application/xml: schema: allOf: - $ref: '#/components/schemas/getUserInfoResponse' - xml: name: getUserInfoResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /setPassword: post: tags: - UserInfo summary: setPassword description: Set a user's password operationId: setPassword parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/setPasswordRequest' - xml: name: setPasswordRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: {} content: application/xml: schema: allOf: - $ref: '#/components/schemas/setPasswordResponse' - xml: name: setPasswordResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /describeValueType: post: tags: - Value summary: describeValueType description: Describe a complex value type operationId: describeValueType parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeValueTypeRequest' - xml: name: describeValueTypeRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: {} content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeValueTypeResponse' - xml: name: describeValueTypeResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /describeWorkitemActions: post: tags: - Workflow summary: describeWorkitemActions description: Determine which actions are available for the given workitem operationId: describeWorkitemActions parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeWorkitemActionsRequest' - xml: name: describeWorkitemActionsRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: {} content: application/xml: schema: allOf: - $ref: '#/components/schemas/describeWorkitemActionsResponse' - xml: name: describeWorkitemActionsResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /query: post: tags: - Query summary: query description: Create a Query Cursor operationId: query parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: MetadataVersionCheck in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/queryRequest' - xml: name: queryRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: MetadataVersionCheck: content: text/plain: schema: type: string contentMediaType: text/plain APIPerformanceInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/queryResponse' - xml: name: queryResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /queryAll: post: tags: - Query summary: queryAll description: Create a Query Cursor, including deleted sObjects operationId: queryAll parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/queryAllRequest' - xml: name: queryAllRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: APIPerformanceInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/queryAllResponse' - xml: name: queryAllResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /queryMore: post: tags: - Query summary: queryMore description: Gets the next batch of sObjects from a query operationId: queryMore parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/queryMoreRequest' - xml: name: queryMoreRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: APIPerformanceInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/queryMoreResponse' - xml: name: queryMoreResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /executeAnonymous: post: tags: - Execute summary: executeAnonymous description: Execute an anonymous Apex code block operationId: executeAnonymous parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: DebuggingHeader in: header description: '' required: true style: simple schema: type: string - name: PackageVersionHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: AllowFieldTruncationHeader in: header description: '' required: true style: simple schema: type: string - name: DisableFeedTrackingHeader in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/executeAnonymousRequest' - xml: name: executeAnonymousRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: DebuggingInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/executeAnonymousResponse' - xml: name: executeAnonymousResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /runTests: post: tags: - Execute summary: runTests description: Execute test methods operationId: runTests parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: DebuggingHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/runTestsRequest' - xml: name: runTestsRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: DebuggingInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/runTestsResponse' - xml: name: runTestsResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] /runTestsAsynchronous: post: tags: - Execute summary: runTestsAsynchronous description: Execute asynchronous runTests operationId: runTestsAsynchronous parameters: - name: SessionHeader in: header description: '' required: true style: simple schema: type: string - name: DebuggingHeader in: header description: '' required: true style: simple schema: type: string - name: CallOptions in: header description: '' required: true style: simple schema: type: string - name: Content-Type in: header description: '' required: true style: simple schema: const: application/xml type: string requestBody: description: '' content: application/xml: schema: allOf: - $ref: '#/components/schemas/runTestsAsynchronousRequest' - xml: name: runTestsAsynchronousRequest attribute: false wrapped: false contentMediaType: application/xml required: true responses: '200': description: '' headers: DebuggingInfo: content: text/plain: schema: type: string contentMediaType: text/plain content: application/xml: schema: allOf: - $ref: '#/components/schemas/runTestsAsynchronousResponse' - xml: name: runTestsAsynchronousResponse attribute: false wrapped: false contentMediaType: application/xml deprecated: false parameters: [] components: schemas: mns_AIReplyRecommendationsSettings: title: mns_AIReplyRecommendationsSettings type: object properties: enableAIReplyRecommendations: type: boolean xml: name: enableAIReplyRecommendations namespace: urn:metadata.tooling.soap.sforce.com prefix: mns attribute: false wrapped: false xml: name: AIReplyRecommendationsSettings namespace: urn:metadata.tooling.soap.sforce.com prefix: mns attribute: false wrapped: false mns_AccessControlPolicy: title: mns_AccessControlPolicy required: - active - deploymentStatus - masterLabel - targetEntity - version type: object properties: active: type: boolean xml: name: active namespace: urn:metadata.tooling.soap.sforce.com prefix: mns attribute: false wrapped: false deploymentStatus: allOf: - $ref: '#/components/schemas/tns_ACPStatus' - xml: name: ACPStatus namespace: urn:tooling.soap.sforce.com prefix: tns attribute: false wrapped: false description: type: string xml: name: description namespace: urn:metadata.tooling.soap.sforce.com prefix: mns attribute: false wrapped: false masterLabel: type: string xml: name: masterLabel namespace: urn:metadata.tooling.soap.sforce.com prefix: mns attribute: false wrapped: false targetEntity: type: string xml: name: targetEntity namespace: urn:metadata.tooling.soap.sforce.com prefix: mns attribute: false wrapped: false version: type: integer contentEncoding: int32 xml: name: version namespace: urn:metadata.tooling.soap.sforce.com prefix: mns attribute: false wrapped: false xml: name: AccessControlPolicy namespace: urn:metadata.tooling.soap.sforce.com prefix: mns attribute