afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/FunctionConnection.json

48 lines
2.6 KiB
JSON

{
"sections": [
"title",
"description",
"fields",
"usage"
],
"title": "FunctionConnection - Data API",
"description": "Represents a connection between an org and Salesforce Functions. This object is available in API version 52.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"Error": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The error string, if any, for the connection between the org and Salesforce Functions."
},
"FunctionsAccountLoginOrg": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The Salesforce Functions account login org."
},
"FunctionsAccountName": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "The Salesforce Functions account name."
},
"FunctionsAccountUuid": {
"type": "string",
"properties": "Filter, Group, idLookup, Nillable, Sort",
"description": "The unique Salesforce Functions account UUID. This is a generated ID that is not in Salesforce object ID format."
},
"Sequence": {
"type": "string",
"properties": "Autonumber, Defaulted on create, Filter, Sort",
"description": "Sequence number for the record."
},
"Status": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Restricted picklist, Sort, Update",
"description": "The status of the connection between the org and Salesforce Functions. Possible values are: Attempted None TrustedBiDirection TrustedUniDirection The default value is 'None'. TrustedBiDirection indicates the connection is fully established."
}
},
"usage": "FunctionConnection is not intended for direct use and should be treated as a read-only object that represents the current connection information between your org and Salesforce Functions. To create and manage connections between your org and Salesforce Functions use the steps and commands described in the Salesforce Functions developer documentation. FunctionConnection is not supported in Trialforce templates or org snapshots.\n\nFunctionConnection is not intended for direct use and should be treated as a read-only object that represents the current connection information between your org and Salesforce Functions. To create and manage connections between your org and Salesforce Functions use the steps and commands described in the Salesforce Functions developer documentation.\n\nFunctionConnection is not supported in Trialforce templates or org snapshots."
}