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 a collection of configuration data for property-level settings configured by an administrator.
Note
When you configure the prioritizedSourceUrls setting, the name property must be empty to differentiate it from other property-level settings in the collection that have a name property. Only one configuration without a name is allowed per collection.
Inherits from entity.
Methods
| Method | Return type | Description |
|---|---|---|
| List | profilePropertySetting collection | Get a collection of profilePropertySetting objects that define the configuration for user profile properties in an organization. |
| Create | profilePropertySetting | Create a new profilePropertySetting object. |
| Get | profilePropertySetting | Read the properties and relationships of a profilePropertySetting object. |
| Update | profilePropertySetting | Update the properties of a profilePropertySetting object. |
| Delete | None | Delete a profilePropertySetting object. |
Properties
| Property | Type | Description |
|---|---|---|
| displayName | String | Name of the property-level setting. |
| id | String | System generated GUID. Inherited from entity. |
| name | String | Other name of the property-level setting. For backward compatibility. |
| prioritizedSourceUrls | String collection | A collection of prioritized profile source URLs ordered by data precedence within an organization. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.profilePropertySetting",
"id": "String (identifier)",
"name": "String",
"displayName": "String",
"prioritizedSourceUrls": [
"String"
]
}