afv-library/skills/platform-metadata-api-context-get/data/metadata_api/SocialProfileSettings.json

35 lines
1.8 KiB
JSON

{
"sections": [
"title",
"description",
"fields"
],
"title": "SocialProfileSettings - Metadata API",
"description": "Represents org preferences for social media features such as enabling Twitter and Facebook.Represents org preferences for social media features such as enabling Twitter and Facebook. This type extends the Metadata metadata type and inherits the fullName field.",
"fields_columns": [
"type",
"description"
],
"fields": {
"isFacebookSocialProfilesDisabled": {
"type": "boolean",
"description": "Prevents users from accessing Facebook in social CRM (true) or not (false). enableSocialProfiles must be true to enable Facebook social profiles."
},
"isLinkedInSocialProfilesDisabled": {
"type": "boolean",
"description": "Prevents users from accessing LinkedIn in social CRM (true) or not (false). enableSocialProfiles must be true to enable LinkedIn social profiles."
},
"isTwitterSocialProfilesDisabled": {
"type": "boolean",
"description": "Prevents users from accessing Twitter in social CRM (true) or not (false). enableSocialProfiles must be true to enable Twitter social profiles. This setting is permanently set to True because Twitter access was removed in API version 59.0."
},
"isYouTubeSocialProfilesDisabled": {
"type": "boolean",
"description": "Prevents users from accessing YouTube in social CRM (true) or not (false). enableSocialProfiles must be true to enable YouTube social profiles. This setting is permanently set to True because YouTube access was removed in API version 60.0."
},
"enableSocialProfiles": {
"type": "boolean",
"description": "Indicates whether users can access social media profiles in social CRM (true) or not (false)."
}
}
}