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: 'Specifies whose identity is anonymized in the meeting. Possible values are: attendee. The attendee value can''t be removed through a PATCH operation once added.'
13789
+
description: 'Specifies whose identity is anonymized in the meeting. The possible values are: attendee. The attendee value can''t be removed through a PATCH operation once added.'
description: 'Date and time when the sharePointMigrationTask ended, if available. The task might complete successfully or fail, but it ends at that time. Read-only. Only on OneDrive and SharePoint. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
description: 'Date and time when the sharePointMigrationTask was last updated or processed, if available. Use this property to find tasks that stopped processing for a long time. Read-only. Optional. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
description: 'Date and time when the sharePointMigrationTask started, if available. Read-only. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.'
description: 'The preferred latest start date and time. The system cancels the sharePointMigrationTask if it doesn''t start by this time. The value must be greater than the preferredStartDateTime, if present. Optional. Only on OneDrive and SharePoint.'
description: The preferred start date and time that allows the sharePointMigrationTask to start at a future time instead of as soon as possible (default). Optional. Only on OneDrive and SharePoint.
16722
16742
format: date-time
16723
16743
nullable: true
16724
16744
sourceSiteUrl:
16725
16745
type: string
16746
+
description: 'The SharePoint URL of the source site. Optional. Exactly one of sourceSiteId or sourceUrl must be specified. If both or neither are specified, it''s an error. Only on OneDrive and SharePoint.'
16726
16747
nullable: true
16727
16748
targetDataLocationCode:
16728
16749
type: string
16750
+
description: 'In Microsoft Entra, this value represents the geographic location (for example, JPN, NAM) of the target organization where the resource must be migrated to ensure data residency and compliance. This property isn''t required for single-geo target organizations or when the migration is to the default GEO of a multi-geo target organization. Optional. Only on OneDrive and SharePoint.'
16729
16751
nullable: true
16730
16752
targetOrganizationHost:
16731
16753
type: string
16754
+
description: 'The root, admin, or my site host of the specific multi-geo instance of the target organization where the resource must be migrated to ensure data residency and compliance. This property isn''t required for single-geo target organizations or when the migration is to the default GEO of a multi-geo target organization. Optional. Only on OneDrive and SharePoint.'
description: The unique Microsoft Entra company ID of the target organization to which the source resource must be migrated. Only on OneDrive and SharePoint.
16736
16760
format: uuid
16737
16761
nullable: true
16738
16762
targetSiteUrl:
16739
16763
type: string
16764
+
description: The SharePoint URL of the target site. Only on OneDrive and SharePoint.
16740
16765
nullable: true
16741
16766
validateOnly:
16742
16767
type: boolean
16768
+
description: 'Indicates whether this task is an actual migration or only a validation. If the parameter is missing, the system treats it as false. The default behavior is a real migration. Optional. Only on OneDrive and SharePoint.'
16743
16769
nullable: true
16744
16770
additionalProperties:
16745
16771
type: object
@@ -16860,7 +16886,7 @@ components:
16860
16886
properties:
16861
16887
defaultRule:
16862
16888
type: string
16863
-
description: 'Default rule that applies when a property or action-specific rule is not provided. Possible values are: Allow, Block'
16889
+
description: 'Default rule that applies when a property or action-specific rule is not provided. The possible values are: Allow, Block'
0 commit comments