mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-31 04:01:24 +08:00
31 lines
933 B
JSON
31 lines
933 B
JSON
|
|
{
|
||
|
|
"sections": [
|
||
|
|
"title",
|
||
|
|
"description",
|
||
|
|
"file_information",
|
||
|
|
"directory_location",
|
||
|
|
"fields"
|
||
|
|
],
|
||
|
|
"title": "FunctionReference - Metadata API",
|
||
|
|
"description": "Represents information about a deployed Salesforce Function that can be invoked from the org. This type extends the Metadata metadata type and inherits its fullName field.",
|
||
|
|
"file_information": ".functions",
|
||
|
|
"directory_location": "functions",
|
||
|
|
"fields_columns": [
|
||
|
|
"type",
|
||
|
|
"description"
|
||
|
|
],
|
||
|
|
"fields": {
|
||
|
|
"description": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Represents the description of the Salesforce Function."
|
||
|
|
},
|
||
|
|
"label": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Represents the label for the Salesforce Function."
|
||
|
|
},
|
||
|
|
"permissionSet": {
|
||
|
|
"type": "string",
|
||
|
|
"description": "Represents a set of permissions that's used to control org resources that the Function has access to."
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|