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
description: "Process a batch of tenant-wide content entries asynchronously against data protection policies."
5
-
author: "ArunGedela"
6
-
ms.date: 04/08/2025
5
+
author: "reezaali149"
6
+
ms.date: 02/06/2026
7
7
ms.localizationpriority: medium
8
8
ms.subservice: "security"
9
9
doc_type: apiPageType
@@ -38,6 +38,7 @@ POST /security/dataSecurityAndGovernance/processContentAsync
38
38
| :------------ | :------------ |
39
39
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
40
40
| Content-Type | application/json. Required. |
41
+
| Client-Request-Id | String (GUID recommended). Optional. Unique identifier for this request, which is used for tracing and debugging in logs and support interactions. If an ID is not provided, one may be generated automatically. We recommend that you specify the ID to make tracing and debugging easier. The same ID that was sent in the request will be returned in the response. |
description: "Compute the tenant-wide data protection policies and actions, including user or group scoping."
5
5
author: "kylemar"
6
-
ms.date: 06/19/2025
6
+
ms.date: 02/06/2026
7
7
ms.localizationpriority: medium
8
8
ms.subservice: "security"
9
9
doc_type: apiPageType
@@ -38,6 +38,7 @@ POST /security/dataSecurityAndGovernance/protectionScopes/compute
38
38
| :------------ | :------------ |
39
39
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
40
40
| Content-Type | application/json. Required. |
41
+
| Client-Request-Id | String (GUID recommended). Optional. Unique identifier for this request, which is used for tracing and debugging in logs and support interactions. If an ID is not provided, one may be generated automatically. We recommend that you specify the ID to make tracing and debugging easier. The same ID that was sent in the request will be returned in the response. |
description: "Process content against data protection policies in the context of the current, or specified, user."
5
5
author: "kylemar"
6
-
ms.date: 06/19/2025
6
+
ms.date: 02/06/2026
7
7
ms.localizationpriority: medium
8
8
ms.subservice: "security"
9
9
doc_type: apiPageType
@@ -47,6 +47,7 @@ POST /users/{userId}/dataSecurityAndGovernance/processContent
47
47
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
48
48
|Content-Type|application/json. Required.|
49
49
| If-None-Match | Optional. This value is used by the API to determine if the policy state changed since the last call to the API. The value is from the Etag header returned from [protectionScopes compute](../api/userprotectionscopecontainer-compute.md). If newly computed Etag value does not match the value passsed in this header, protectionScopeState property returned will be "modified" and the app needs to refresh by calling [protectionScopes compute](../api/userprotectionscopecontainer-compute.md). |
50
+
| Client-Request-Id | String (GUID recommended). Optional. Unique identifier for this request, which is used for tracing and debugging in logs and support interactions. If an ID is not provided, one may be generated automatically. We recommend that you specify the ID to make tracing and debugging easier. The same ID that was sent in the request will be returned in the response. |
50
51
51
52
## Request body
52
53
@@ -84,6 +85,7 @@ The following example shows a request.
84
85
```http
85
86
POST https://graph.microsoft.com/beta/me/dataSecurityAndGovernance/processContent
description: "Compute the data protection policies and actions applicable to a specific user based on their context."
5
5
author: "kylemar"
6
-
ms.date: 06/19/2025
6
+
ms.date: 02/06/2026
7
7
ms.localizationpriority: medium
8
8
ms.subservice: "security"
9
9
doc_type: apiPageType
@@ -46,7 +46,8 @@ POST /users/{usersId}/dataSecurityAndGovernance/protectionScopes/compute
46
46
| :------------ | :------------ |
47
47
|Authorization|Bearer {token}. Required. Learn more about [authentication and authorization](/graph/auth/auth-concepts).|
48
48
| Content-Type | application/json. Required. |
49
-
| If-None-Match | Optional. This value is used by the API to determine if the policy state has changed since the last call to the API. |
49
+
| If-None-Match | Optional. This value is used by the API to determine if the policy state changed since the last call to the API. |
50
+
| Client-Request-Id | String (GUID recommended). Optional. Unique identifier for this request, which is used for tracing and debugging in logs and support interactions. If an ID isn't provided, one may be generated automatically. We recommend that you specify the ID to make tracing and debugging easier. The same ID that was sent in the request is returned in the response. |
50
51
51
52
## Request body
52
53
@@ -64,7 +65,7 @@ In the request body, provide a JSON object with the following parameters.
64
65
65
66
| Name | Description |
66
67
| :------------ | :------------ |
67
-
| ETag | An indicator whether the admin-configured policy state has changed. If the Etag matches the If-None-Match value and you have cached the results of parsing previous results from this API, there is no need to parse the response and cache the parsed results. Cache this value for calls to [process content](../api/userdatasecurityandgovernance-processcontent.md). |
68
+
| ETag | An indicator whether the admin-configured policy state changed. If the Etag matches the If-None-Match value and you cached the results of parsing previous results from this API, there's no need to parse the response and cache the parsed results. Cache this value for calls to [process content](../api/userdatasecurityandgovernance-processcontent.md). |
68
69
69
70
## Response
70
71
@@ -79,6 +80,7 @@ The following example computes the protection scope for a user performing text u
79
80
```http
80
81
POST https://graph.microsoft.com/beta/users/7c1f8f10-cba8-4a8d-9449-db4b876d1ef70/dataSecurityAndGovernance/protectionScopes/compute
0 commit comments