Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
196 changes: 180 additions & 16 deletions openApiDocs/beta/Applications.yml

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions openApiDocs/beta/BackupRestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12319,6 +12319,8 @@ components:
description: The time when protection unit offboard was requested.
format: date-time
nullable: true
pendingRetentionPeriodChange:
$ref: '#/components/schemas/microsoft.graph.retentionPeriodChange'
policyId:
type: string
description: The unique identifier of the protection policy based on which protection unit was created.
Expand Down Expand Up @@ -13044,6 +13046,8 @@ components:
description: Date time when the artifact's restoration completes.
format: date-time
nullable: true
destinationType:
$ref: '#/components/schemas/microsoft.graph.destinationType'
restoredItemKey:
type: string
description: The unique identifier for the restored artifact.
Expand Down Expand Up @@ -13144,6 +13148,25 @@ components:
- offboardRequested
- offboarded
type: string
microsoft.graph.retentionPeriodChange:
title: retentionPeriodChange
type: object
properties:
effectiveFromDateTime:
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])$'
type: string
format: date-time
nullable: true
status:
$ref: '#/components/schemas/microsoft.graph.retentionPeriodChangeStatus'
targetRetentionPeriodInDays:
maximum: 2147483647
minimum: -2147483648
type: number
format: int32
nullable: true
additionalProperties:
type: object
microsoft.graph.protectionSource:
title: protectionSource
enum:
Expand Down Expand Up @@ -13974,6 +13997,15 @@ components:
- completedWithErrors
- unknownFutureValue
type: string
microsoft.graph.retentionPeriodChangeStatus:
title: retentionPeriodChangeStatus
enum:
- none
- inProgress
- failed
- completed
- unknownFutureValue
type: string
microsoft.graph.ODataErrors.MainError:
required:
- code
Expand Down
Loading
Loading