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
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 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 |
---|---|---|
allowedAudiences | organizationAllowedAudiences | A privacy setting that reflects the allowed audience for the configured property. The possible values are: me , organization , federatedOrganizations , everyone , unknownFutureValue . |
id | String | System generated GUID. Inherited from entity. |
isUserOverrideForAudienceEnabled | Boolean | Defines whether a user is allowed to override the tenant admin privacy setting. |
name | String | Name of the property-level setting. |
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",
"allowedAudiences": "String",
"id": "String (identifier)",
"isUserOverrideForAudienceEnabled": "Boolean",
"name": "String",
"prioritizedSourceUrls": ["String"]
}