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
summary: Update media content for application in applications
1129
-
operationId: applications.application_UpdateLogo
1129
+
operationId: applications.application_SetLogo
1130
1130
parameters:
1131
1131
- name: application-id
1132
1132
in: path
@@ -16335,7 +16335,7 @@ components:
16335
16335
description: Specifies resources that this application requires access to and the set of OAuth permission scopes and application roles that it needs under each of those resources. This pre-configuration of required resource access drives the consent experience. Not nullable.
16336
16336
signInAudience:
16337
16337
type: string
16338
-
description: 'Specifies what Microsoft accounts are supported for the current application. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (i.e. single tenant)AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (i.e. multi-tenant)AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant'
16338
+
description: 'Specifies the Microsoft accounts that are supported for the current application. Supported values are:AzureADMyOrg: Users with a Microsoft work or school account in my organization’s Azure AD tenant (single tenant)AzureADMultipleOrgs: Users with a Microsoft work or school account in any organization’s Azure AD tenant (multi-tenant)AzureADandPersonalMicrosoftAccount: Users with a personal Microsoft account, or a work or school account in any organization’s Azure AD tenant.'
Copy file name to clipboardExpand all lines: openApiDocs/beta/Calendar.yml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -46429,6 +46429,7 @@ components:
46429
46429
nullable: true
46430
46430
transactionId:
46431
46431
type: string
46432
+
description: 'A custom identifier specified by a client app for the server to avoid redundant POST operations in case of client retries to create the same event. This is useful when low network connectivity causes the client to time out before receiving a response from the server for the client''s prior create-event request. After you set transactionId when creating an event, you cannot change transactionId in a subsequent update. This property is only returned in a response payload if an app has set it. Optional.'
Copy file name to clipboardExpand all lines: openApiDocs/beta/ChangeNotifications.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -275,9 +275,11 @@ components:
275
275
nullable: true
276
276
encryptionCertificate:
277
277
type: string
278
+
description: A base64-encoded representation of a certificate with a public key used to encrypt resource data in change notifications. Optional. Required when includeResourceData is true.
278
279
nullable: true
279
280
encryptionCertificateId:
280
281
type: string
282
+
description: A custom app-provided identifier to help identify the certificate needed to decrypt resource data. Optional.
description: 'When set to true, change notifications include resource data (such as content of a chat message). Optional.'
292
295
nullable: true
293
296
latestSupportedTlsVersion:
294
297
type: string
295
-
description: 'Specifies the latest version of Transport Layer Security (TLS) that the notification endpoint, specified by notificationUrl, supports. The possible values are: v1_0, v1_1, v1_2, v1_3. For subscribers whose notification endpoint supports a version lower than the currently recommended version (TLS 1.2), specifying this property by a set timeline allows them to temporarily use their deprecated version of TLS before completing their upgrade to TLS 1.2. For these subscribers, not setting this property per the timeline would result in subscription operations failing. For subscribers whose notification endpoint already supports TLS 1.2, setting this property is optional. In such cases, Microsoft Graph defaults the property to v1_2.'
0 commit comments