afv-library/skills/getting-metadata-api-context/data/metadata_api/BaseSharingRule.json

24 lines
914 B
JSON

{
"sections": [
"title",
"description",
"fields"
],
"title": "BaseSharingRule - Metadata API",
"description": "This component is removed as of API version 33.0 and is available in earlier versions only. Use SharingBaseRule instead. Represents the base container for criteria-based and owner-based sharing rules.",
"fields_columns": [
"type",
"description"
],
"fields": {
"sharedTo": {
"type": "SharedTo",
"description": "Specifies who the record is shared with.",
"required": true
},
"fullName": {
"type": "string",
"description": "The unique identifier for API access.The fullName can contain only underscores and alphanumeric characters. It must be unique, begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores. This field is inherited from the Metadata component."
}
}
}