Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
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"
}