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
description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.'
21062
21002
x-ms-docs-operation-type: operation
21063
21003
delete:
21064
21004
tags:
@@ -21097,12 +21037,6 @@ paths:
21097
21037
description: Success
21098
21038
default:
21099
21039
$ref: '#/components/responses/error'
21100
-
deprecated: true
21101
-
x-ms-deprecation:
21102
-
removalDate: '2023-03-20T00:00:00.0000000+00:00'
21103
-
date: '2023-03-09T00:00:00.0000000+00:00'
21104
-
version: 2023-03/Notification_Deprecation
21105
-
description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.'
21106
21040
x-ms-docs-operation-type: operation
21107
21041
'/users/{user-id}/appRoleAssignments/$count':
21108
21042
get:
@@ -21136,12 +21070,6 @@ paths:
21136
21070
$ref: '#/components/responses/ODataCountResponse'
21137
21071
default:
21138
21072
$ref: '#/components/responses/error'
21139
-
deprecated: true
21140
-
x-ms-deprecation:
21141
-
removalDate: '2023-03-20T00:00:00.0000000+00:00'
21142
-
date: '2023-03-09T00:00:00.0000000+00:00'
21143
-
version: 2023-03/Notification_Deprecation
21144
-
description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.'
21145
21073
components:
21146
21074
schemas:
21147
21075
microsoft.graph.application:
@@ -21454,7 +21382,7 @@ components:
21454
21382
nullable: true
21455
21383
key:
21456
21384
type: string
21457
-
description: 'Value for the key credential. Should be a Base64 encoded value. Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it is always null.'
21385
+
description: 'Value for the key credential. Should be a Base64 encoded value. Returned only on $select for a single object, that is, GET applications/{applicationId}?$select=keyCredentials or GET servicePrincipals/{servicePrincipalId}?$select=keyCredentials; otherwise, it is always null. From a .cer certificate, you can read the key using the Convert.ToBase64String() method. For more information, see Get the certificate key.'
description: The display name of the identity. This property is read-only.
29310
+
description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.'
29374
29311
nullable: true
29375
29312
id:
29376
29313
type: string
29377
-
description: The identifier of the identity. This property is read-only.
description: 'The roles for that user. This property only contains additional qualifiers when relevant - for example, if the member has owner privileges, the roles property contains owner as one of the values. Similarly, if the member is a guest, the roles property contains guest as one of the values. A basic member should not have any values specified in the roles property.'
34814
+
description: 'The roles for that user. This property contains additional qualifiers only when relevant - for example, if the member has owner privileges, the roles property contains owner as one of the values. Similarly, if the member is an in-tenant guest, the roles property contains guest as one of the values. A basic member should not have any values specified in the roles property. An Out-of-tenant external member is assigned the owner role.'
Copy file name to clipboardExpand all lines: openApiDocs/beta/ChangeNotifications.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ paths:
58
58
tags:
59
59
- subscriptions.subscription
60
60
summary: Create subscription
61
-
description: 'Subscribes a listener application to receive change notifications when the requested type of changes occur to the specified resource in Microsoft Graph. See the table in the Permissions section for the list of resources that support subscribing to change notifications. Some resources support the option to include encrypted resource data in change notifications. These resources include chatMessage, contact, event, message, onlineMeetings and presence. For more information, see Set up change notifications that include resource data and Change notifications for Outlook resources in Microsoft Graph.'
61
+
description: 'Subscribes a listener application to receive change notifications when the requested type of changes occur to the specified resource in Microsoft Graph. To identify the resources for which you can create subscriptions and the limitations on subscriptions, see Set up notifications for changes in resource data: Supported resources. Some resources support rich notifications, that is, notifications that include resource data. For more information about these resources, see Set up change notifications that include resource data: Supported resources.'
0 commit comments