You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/api/peopleadminsettings-post-profilepropertysettings.md
+4-35Lines changed: 4 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,10 +53,9 @@ You can specify the following properties when you create a **profilePropertySett
53
53
54
54
|Property|Type|Description|
55
55
|:---|:---|:---|
56
-
|allowedAudiences|organizationAllowedAudiences|A privacy setting that reflects the allowed audience for the configured property. The possible values are: `me`, `organization`, `federatedOrganizations`, `everyone`, `unknownFutureValue`.|
57
-
|isUserOverrideForAudienceEnabled|Boolean|Defines whether a user is allowed to override the tenant admin privacy setting.|
58
-
|name|String|Name of the property-level setting.|
56
+
|name|String|Other name of the property-level setting. For backward compatibility.|
59
57
|prioritizedSourceUrls|String collection|A collection of prioritized profile source URLs ordered by data precedence within an organization.|
58
+
|displayName|String|Name of the property-level setting.|
60
59
61
60
## Response
62
61
@@ -67,7 +66,6 @@ If successful, this method returns a `201 Created` response code and a [profileP
|allowedAudiences|organizationAllowedAudiences|A privacy setting that reflects the allowed audience for the configured property. The possible values are: `me`, `organization`, `federatedOrganizations`, `everyone`, `unknownFutureValue`.|
54
-
|isUserOverrideForAudienceEnabled|Boolean|Defines whether a user is allowed to override the tenant admin privacy setting.|
55
-
|name|String|Name of the property-level setting.|
53
+
|name|String|Other name of the property-level setting. For backward compatibility.|
56
54
|prioritizedSourceUrls|String collection|A collection of prioritized profile source URLs ordered by data precedence within an organization.|
55
+
|displayName|String|Name of the property-level setting.|
57
56
58
57
## Response
59
58
@@ -64,7 +63,6 @@ If successful, this method returns a `200 OK` response code and an updated [prof
Copy file name to clipboardExpand all lines: api-reference/beta/resources/profilepropertysetting.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,9 @@ Inherits from [entity](../resources/entity.md).
33
33
## Properties
34
34
|Property|Type|Description|
35
35
|:---|:---|:---|
36
-
|allowedAudiences|organizationAllowedAudiences|A privacy setting that reflects the allowed audience for the configured property. The possible values are: `me`, `organization`, `federatedOrganizations`, `everyone`, `unknownFutureValue`.|
36
+
|displayName|String|Name of the property-level setting.|
37
37
|id|String|System generated GUID. Inherited from [entity](../resources/entity.md).|
38
-
|isUserOverrideForAudienceEnabled|Boolean|Defines whether a user is allowed to override the tenant admin privacy setting.|
39
-
|name|String|Name of the property-level setting.|
38
+
|name|String|Other name of the property-level setting. For backward compatibility.|
40
39
|prioritizedSourceUrls|String collection|A collection of prioritized profile source URLs ordered by data precedence within an organization.|
41
40
42
41
## Relationships
@@ -55,11 +54,10 @@ The following JSON representation shows the resource type.
Copy file name to clipboardExpand all lines: changelog/Microsoft.People.json
+35-1Lines changed: 35 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,39 @@
1
1
{
2
-
"changelog": [
2
+
"changelog": [
3
+
{
4
+
"ChangeList": [
5
+
{
6
+
"Id": "1184eb27-ecdb-488f-b59c-24a35ecd8688",
7
+
"ApiChange": "Property",
8
+
"ChangedApiName": "allowedAudiences",
9
+
"ChangeType": "Deletion",
10
+
"Description": "Removed the **allowedAudiences** property from the [profilePropertySetting](https://learn.microsoft.com/en-us/graph/api/resources/profilePropertySetting?view=graph-rest-beta) resource.",
11
+
"Target": "profilePropertySetting"
12
+
},
13
+
{
14
+
"Id": "1184eb27-ecdb-488f-b59c-24a35ecd8688",
15
+
"ApiChange": "Property",
16
+
"ChangedApiName": "displayName",
17
+
"ChangeType": "Addition",
18
+
"Description": "Added the **displayName** property to the [profilePropertySetting](https://learn.microsoft.com/en-us/graph/api/resources/profilePropertySetting?view=graph-rest-beta) resource.",
"Description": "Removed the **isUserOverrideForAudienceEnabled** property from the [profilePropertySetting](https://learn.microsoft.com/en-us/graph/api/resources/profilePropertySetting?view=graph-rest-beta) resource.",
0 commit comments