afv-library/skills/platform-metadata-api-context-get/assets/metadata_api/FunctionReference.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."
}
}
}