Edit

Share via


profileSourceLocalization resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents configurations that allow an administrator to customize the appearance of the displayName and webUrl properties in a profile source. The administrator can define a default display name and web URL, along with a set of alternative translations for the languages supported in their organization.

Properties

Property Type Description
displayName String Localized display name.
languageTag String Language locale.
webUrl String Localized profile source URL.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.profileSourceLocalization",
  "displayName": "String",
  "languageTag": "String",
  "webUrl": "String"
}