{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "DgtAssetMgmtProvider - Metadata API",
"description": "Represents external content providers, such as digital asset management (DAM) systems, that integrate with Salesforce CMS. When combined with the DgtAssetMgmtPrvdLghtCpnt type, this metadata type enables organizations to configure external content systems as content providers within the Salesforce platform.",
"file_information": ".dgtAssetMgmtProvider",
"directory_location": "dgtAssetMgmtProviders",
"fields_columns": [
"type",
"description",
"required"
],
"fields": {
"icon": {
"type": "string",
"description": "Stores a reference to the icon resource (typically a Lightning icon or custom image) that visually represents the external content provider in the user interface."
},
"label": {
"type": "string",
"required": true,
"description": "Specifies the display label for the external content provider that users see when they select or view the provider."
},
"masterLabel": {
"type": "string",
"required": true,
"description": "Specifies the primary identifier for the provider in metadata contexts and localization."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n\n\n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a DgtAssetMgmtProvider component.",
"code": "\n\n My icon\n \n My text\n"
}
]
}