Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1] Weekly OpenApiDocs Refresh #1951

Merged
merged 2 commits into from
Apr 20, 2023
Merged
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
2 changes: 1 addition & 1 deletion openApiDocs/beta/Calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53862,7 +53862,7 @@ paths:
tags:
- users.calendarGroup
summary: List calendarView
description: "Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,\nfrom a user's default calendar `(../me/calendarview)` or some other calendar of the user's."
description: "Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,\nfrom a user's default calendar `(../me/calendarView)` or some other calendar of the user's."
externalDocs:
description: Find more info here
url: https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0
Expand Down
121 changes: 119 additions & 2 deletions openApiDocs/beta/Devices.CorporateManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23092,6 +23092,8 @@ paths:
- refreshTokensValidFromDateTime desc
- securityIdentifier
- securityIdentifier desc
- serviceProvisioningErrors
- serviceProvisioningErrors desc
- showInAddressList
- showInAddressList desc
- signInSessionsValidFromDateTime
Expand Down Expand Up @@ -23206,6 +23208,7 @@ paths:
- proxyAddresses
- refreshTokensValidFromDateTime
- securityIdentifier
- serviceProvisioningErrors
- showInAddressList
- signInSessionsValidFromDateTime
- state
Expand Down Expand Up @@ -31781,6 +31784,10 @@ components:
type: string
description: 'Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).'
nullable: true
serviceProvisioningErrors:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
showInAddressList:
type: boolean
description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue.
Expand Down Expand Up @@ -35087,6 +35094,23 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.serviceProvisioningError:
title: serviceProvisioningError
type: object
properties:
createdDateTime:
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
isResolved:
type: boolean
nullable: true
serviceInstance:
type: string
nullable: true
additionalProperties:
type: object
microsoft.graph.mailboxSettings:
title: mailboxSettings
type: object
Expand Down Expand Up @@ -36320,6 +36344,10 @@ components:
type: string
description: 'Security identifier of the group, used in Windows scenarios. Returned by default.'
nullable: true
serviceProvisioningErrors:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.serviceProvisioningError'
theme:
type: string
description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.'
Expand Down Expand Up @@ -39109,12 +39137,14 @@ components:
properties:
isEnabled:
type: boolean
description: Denotes whether the policy is enabled.
restrictions:
$ref: '#/components/schemas/microsoft.graph.appManagementConfiguration'
appliesTo:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.directoryObject'
description: Collection of application and service principals to which a policy is applied.
x-ms-navigationProperty: true
additionalProperties:
type: object
Expand Down Expand Up @@ -40450,6 +40480,8 @@ components:
$ref: '#/components/schemas/microsoft.graph.permission'
description: The set of permissions for the item. Read-only. Nullable.
x-ms-navigationProperty: true
retentionLabel:
$ref: '#/components/schemas/microsoft.graph.itemRetentionLabel'
subscriptions:
type: array
items:
Expand Down Expand Up @@ -43644,11 +43676,13 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest'
description: The open shift requests in the schedule.
x-ms-navigationProperty: true
openShifts:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.openShift'
description: The set of open shifts in a scheduling group in the schedule.
x-ms-navigationProperty: true
schedulingGroups:
type: array
Expand All @@ -43666,6 +43700,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest'
description: The swap requests for shifts in the schedule.
x-ms-navigationProperty: true
timeCards:
type: array
Expand All @@ -43682,6 +43717,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.timeOffRequest'
description: The time off requests in the schedule.
x-ms-navigationProperty: true
timesOff:
type: array
Expand Down Expand Up @@ -44284,11 +44320,11 @@ components:
properties:
key:
type: string
description: Key.
description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.'
nullable: true
value:
type: string
description: Value.
description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false.
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -45620,6 +45656,29 @@ components:
x-ms-navigationProperty: true
additionalProperties:
type: object
microsoft.graph.itemRetentionLabel:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: itemRetentionLabel
type: object
properties:
isLabelAppliedExplicitly:
type: boolean
nullable: true
labelAppliedBy:
$ref: '#/components/schemas/microsoft.graph.identitySet'
labelAppliedDateTime:
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
name:
type: string
nullable: true
retentionSettings:
$ref: '#/components/schemas/microsoft.graph.retentionLabelSettings'
additionalProperties:
type: object
microsoft.graph.subscription:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down Expand Up @@ -49814,6 +49873,29 @@ components:
x-ms-navigationProperty: true
additionalProperties:
type: object
microsoft.graph.retentionLabelSettings:
title: retentionLabelSettings
type: object
properties:
behaviorDuringRetentionPeriod:
$ref: '#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod'
isContentUpdateAllowed:
type: boolean
nullable: true
isDeleteAllowed:
type: boolean
nullable: true
isLabelUpdateAllowed:
type: boolean
nullable: true
isMetadataUpdateAllowed:
type: boolean
nullable: true
isRecordLocked:
type: boolean
nullable: true
additionalProperties:
type: object
microsoft.graph.thumbnail:
title: thumbnail
type: object
Expand Down Expand Up @@ -52493,9 +52575,13 @@ components:
title: synchronizationRule
type: object
properties:
containerFilter:
$ref: '#/components/schemas/microsoft.graph.containerFilter'
editable:
type: boolean
description: true if the synchronization rule can be customized; false if this rule is read-only and should not be changed.
groupFilter:
$ref: '#/components/schemas/microsoft.graph.groupFilter'
id:
type: string
description: Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API.
Expand Down Expand Up @@ -52757,6 +52843,15 @@ components:
description: Indicates if the worksheet is protected. Read-only.
additionalProperties:
type: object
microsoft.graph.security.behaviorDuringRetentionPeriod:
title: behaviorDuringRetentionPeriod
enum:
- doNotRetain
- retain
- retainAsRecord
- retainAsRegulatoryRecord
- unknownFutureValue
type: string
microsoft.graph.accessAction:
title: accessAction
type: object
Expand Down Expand Up @@ -53172,6 +53267,28 @@ components:
- TooManyDeletes
- IngestionInterrupted
type: string
microsoft.graph.containerFilter:
title: containerFilter
type: object
properties:
includedContainers:
type: array
items:
type: string
nullable: true
additionalProperties:
type: object
microsoft.graph.groupFilter:
title: groupFilter
type: object
properties:
includedGroups:
type: array
items:
type: string
nullable: true
additionalProperties:
type: object
microsoft.graph.stringKeyStringValuePair:
title: stringKeyStringValuePair
type: object
Expand Down
Loading