@@ -13419,6 +13419,7 @@ components:
1341913419 type: array
1342013420 items:
1342113421 $ref: '#/components/schemas/microsoft.graph.browseSessionBase'
13422+ description: The list of browse sessions in the tenant.
1342213423 x-ms-navigationProperty: true
1342313424 driveInclusionRules:
1342413425 type: array
@@ -13472,6 +13473,7 @@ components:
1347213473 type: array
1347313474 items:
1347413475 $ref: '#/components/schemas/microsoft.graph.oneDriveForBusinessBrowseSession'
13476+ description: The list of onedriveforbusiness browse sessions in the tenant.
1347513477 x-ms-navigationProperty: true
1347613478 oneDriveForBusinessProtectionPolicies:
1347713479 type: array
@@ -13519,6 +13521,7 @@ components:
1351913521 type: array
1352013522 items:
1352113523 $ref: '#/components/schemas/microsoft.graph.sharePointBrowseSession'
13524+ description: The list of sharepoint browse sessions in the tenant.
1352213525 x-ms-navigationProperty: true
1352313526 sharePointProtectionPolicies:
1352413527 type: array
@@ -14524,22 +14527,26 @@ components:
1452414527 properties:
1452514528 backupSizeInBytes:
1452614529 type: string
14530+ description: The size of the backup in bytes.
1452714531 nullable: true
1452814532 createdDateTime:
1452914533 pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
1453014534 type: string
14535+ description: 'The date and time when the browse session 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, 2014 is 2014-01-01T00:00:00Z.'
1453114536 format: date-time
1453214537 nullable: true
1453314538 error:
1453414539 $ref: '#/components/schemas/microsoft.graph.publicError'
1453514540 expirationDateTime:
1453614541 pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
1453714542 type: string
14543+ description: The date and time after which the browse session is deleted automatically.
1453814544 format: date-time
1453914545 nullable: true
1454014546 restorePointDateTime:
1454114547 pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
1454214548 type: string
14549+ description: The date and time of the restore point on which the browse session is created.
1454314550 format: date-time
1454414551 nullable: true
1454514552 status:
@@ -14729,6 +14736,7 @@ components:
1472914736 properties:
1473014737 directoryObjectId:
1473114738 type: string
14739+ description: Id of the backed-up OneDrive.
1473214740 nullable: true
1473314741 additionalProperties:
1473414742 type: object
@@ -14779,6 +14787,7 @@ components:
1477914787 type: array
1478014788 items:
1478114789 $ref: '#/components/schemas/microsoft.graph.granularDriveRestoreArtifact'
14790+ description: A collection of browse session id and item key details that can be used to restore OneDrive for work or school files and folders.
1478214791 x-ms-navigationProperty: true
1478314792 additionalProperties:
1478414793 type: object
@@ -14814,6 +14823,11 @@ components:
1481414823 description: 'The date and time when the policy was last modified. 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.'
1481514824 format: date-time
1481614825 nullable: true
14826+ offboardRequestedDateTime:
14827+ pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
14828+ type: string
14829+ format: date-time
14830+ nullable: true
1481714831 protectionMode:
1481814832 $ref: '#/components/schemas/microsoft.graph.BackupPolicyProtectionMode'
1481914833 protectionPolicyArtifactCount:
@@ -14969,6 +14983,7 @@ components:
1496914983 properties:
1497014984 siteId:
1497114985 type: string
14986+ description: Id of the backed-up SharePoint site.
1497214987 nullable: true
1497314988 additionalProperties:
1497414989 type: object
@@ -15007,6 +15022,7 @@ components:
1500715022 type: array
1500815023 items:
1500915024 $ref: '#/components/schemas/microsoft.graph.granularSiteRestoreArtifact'
15025+ description: A collection of browse session id and item key details that can be used to restore SharePoint files and folders.
1501015026 x-ms-navigationProperty: true
1501115027 siteRestoreArtifacts:
1501215028 type: array
@@ -15800,6 +15816,7 @@ components:
1580015816 properties:
1580115817 directoryObjectId:
1580215818 type: string
15819+ description: Id of the drive in which artifact is present.
1580315820 nullable: true
1580415821 additionalProperties:
1580515822 type: object
@@ -15869,6 +15886,8 @@ components:
1586915886 - active
1587015887 - unknownFutureValue
1587115888 - dormant
15889+ - offboardRequested
15890+ - offboarded
1587215891 type: string
1587315892 microsoft.graph.protectionSource:
1587415893 title: protectionSource
@@ -15972,6 +15991,7 @@ components:
1597215991 properties:
1597315992 siteId:
1597415993 type: string
15994+ description: Id of the site in which artifact is present.
1597515995 nullable: true
1597615996 additionalProperties:
1597715997 type: object
@@ -16422,35 +16442,43 @@ components:
1642216442 properties:
1642316443 browseSessionId:
1642416444 type: string
16445+ description: The unique identifier of the browseSession
1642516446 nullable: true
1642616447 completionDateTime:
1642716448 pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
1642816449 type: string
16450+ description: Date time when the artifact's restoration completes.
1642916451 format: date-time
1643016452 nullable: true
1643116453 restoredItemKey:
1643216454 type: string
16455+ description: The unique identifier for the restored artifact.
1643316456 nullable: true
1643416457 restoredItemPath:
1643516458 type: string
16459+ description: The path of the restored artifact. It's the path of the folder where all the artifacts are restored within a granular restore session.
1643616460 nullable: true
1643716461 restoredItemWebUrl:
1643816462 type: string
16463+ description: The web url of the restord artifact.
1643916464 nullable: true
1644016465 restorePointDateTime:
1644116466 pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
1644216467 type: string
16468+ description: The restore point date time to which the artifact is restored.
1644316469 format: date-time
1644416470 nullable: true
1644516471 startDateTime:
1644616472 pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$'
1644716473 type: string
16474+ description: The start time of the restoration.
1644816475 format: date-time
1644916476 nullable: true
1645016477 status:
1645116478 $ref: '#/components/schemas/microsoft.graph.artifactRestoreStatus'
1645216479 webUrl:
1645316480 type: string
16481+ description: The original web url of the artifact being restored.
1645416482 nullable: true
1645516483 additionalProperties:
1645616484 type: object
0 commit comments