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: DateTime after which the migration should be performed
16592
+
description: 'Date and time after which the migration should be performed. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z.'
16590
16593
format: date-time
16591
16594
createdBy:
16592
16595
type: string
16593
-
description: ID of the user that created the job
16596
+
description: User principal name (UPN) of the user who created the job. Read-only.
description: 'When the job was created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. Read-only.'
16598
16601
format: date-time
16599
16602
displayName:
16600
16603
type: string
16601
-
description: Display name of the job. Must be unique per tenant
16604
+
description: Display name of the job. Must be unique per tenant.
description: When this migration job was last updated
16612
+
description: 'When this migration job was last updated. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2024, is 2024-01-01T00:00:00Z. Read-only.'
16610
16613
format: date-time
16611
16614
message:
16612
16615
type: string
16613
-
description: Status message of the migration job
16616
+
description: Status message of the migration job. Nullable. Read-only.
16614
16617
nullable: true
16615
16618
resources:
16616
16619
type: array
16617
16620
items:
16618
16621
type: string
16619
-
description: IDs (GUID) of the resources being migrated with the migration job
16622
+
description: IDs (GUID) of the resources that are migrated with the migration job.
16620
16623
resourceType:
16621
16624
type: string
16622
-
description: Type of resource being migrated. Only Users is currently supported
16625
+
description: Type of resource being migrated. Only Users is currently supported.
16623
16626
sourceTenantId:
16624
16627
type: string
16625
-
description: ID (GUID) of the tenant that content is being migrated from
16628
+
description: ID (GUID) of the tenant that content is migrated from.
Copy file name to clipboardExpand all lines: openApiDocs/beta/ChangeNotifications.yml
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,18 @@ components:
308
308
resource:
309
309
type: string
310
310
description: Required. Specifies the resource that is monitored for changes. Don't include the base URL (https://graph.microsoft.com/beta/). See the possible resource path values for each supported resource.
311
+
vapidPublicKey:
312
+
type: string
313
+
description: 'Optional. The application server''s VAPID public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). Obtained by calling the getVapidPublicKey function on the subscription collection. The browser passes this value to PushManager.subscribe({ applicationServerKey }) to bind the push subscription to this server identity. Required when notificationUrl targets a known Web Push service origin (for example, *.push.apple.com, fcm.googleapis.com, updates.push.services.mozilla.com); rejected with 400 Bad Request if supplied on a standard webhook subscription. For more information, see RFC 8292.'
314
+
nullable: true
315
+
webPushEncryptionP256dhPublicKey:
316
+
type: string
317
+
description: 'Optional. The subscriber''s ECDH public key, base64url-encoded (P-256 uncompressed point, 65 bytes pre-encoding). Obtained from the browser via PushSubscription.getKey(''p256dh''). Used as the peer public key during ECDH key agreement to derive the per-message content encryption key for RFC 8291 payload encryption. Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. For more information, see RFC 8291 Section 3.'
318
+
nullable: true
319
+
webPushEncryptionSecret:
320
+
type: string
321
+
description: 'Optional. The subscriber''s auth secret, base64url-encoded (16 bytes pre-encoding). Obtained from the browser via PushSubscription.getKey(''auth''). Used as the HMAC-SHA-256 salt for the HKDF combine step that derives key material for RFC 8291 payload encryption. Write-only: this value is never returned in GET responses (returned as null). Treat as a secret. Required when notificationUrl targets a known Web Push service origin; rejected with 400 Bad Request if supplied on a standard webhook subscription. For more information, see RFC 8291 Section 3.'
0 commit comments