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
128 changes: 97 additions & 31 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23729,6 +23729,12 @@ components:
$ref: '#/components/schemas/microsoft.graph.userSettings'
solutions:
$ref: '#/components/schemas/microsoft.graph.userSolutionRoot'
sponsorOf:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.directoryObject'
description: 'Directory objects that this user sponsors, such as guest users, agent users, agent blueprints, agent blueprint principals, and agent identities. If the user is a member of a group that''s a sponsor, the objects sponsored by that group are also included. Read-only. Nullable. Supports $filter, $count, $select, $expand, $top, and $skip.'
x-ms-navigationProperty: true
sponsors:
type: array
items:
Expand Down Expand Up @@ -27000,6 +27006,12 @@ components:
type: boolean
lastLoginResult:
$ref: '#/components/schemas/microsoft.graph.cloudPcLoginResult'
lastLogoffDateTime:
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
description: 'The date and time when the user last logged off from the Cloud PC session. Returns null if the user has never established a session or if a session is currently active. The timestamp is shown in ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Returned only when explicitly selected with $select.'
format: date-time
nullable: true
lastModifiedDateTime:
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
Expand Down Expand Up @@ -27650,12 +27662,6 @@ components:
personIdentifier:
type: string
nullable: true
distributionListMembers:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.distributionListMember'
description: The expanded members of the distribution list. Each member contains detailed information including resolved email addresses. Read-only.
x-ms-navigationProperty: true
singleValueExtendedProperties:
type: array
items:
Expand Down Expand Up @@ -31164,7 +31170,6 @@ components:
type: object
additionalProperties:
type: object
description: 'IP range base class for representing IPV4, IPV6 address ranges'
microsoft.graph.optionalClaim:
title: optionalClaim
type: object
Expand Down Expand Up @@ -32514,7 +32519,7 @@ components:
type: object
properties:
body:
$ref: '#/components/schemas/microsoft.graph.itemBody'
$ref: '#/components/schemas/microsoft.graph.chatMessageBody'
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
Expand Down Expand Up @@ -32569,7 +32574,7 @@ components:
$ref: '#/components/schemas/microsoft.graph.chatMessageAttachment'
description: 'References to attached objects like files, tabs, meetings etc.'
body:
$ref: '#/components/schemas/microsoft.graph.itemBody'
$ref: '#/components/schemas/microsoft.graph.chatMessageBody'
channelIdentity:
$ref: '#/components/schemas/microsoft.graph.channelIdentity'
chatId:
Expand Down Expand Up @@ -33497,26 +33502,6 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.distributionListMember:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
- title: distributionListMember
type: object
properties:
contactId:
type: string
description: 'The ID of the referenced contact, if applicable. Read-only.'
nullable: true
displayName:
type: string
description: The display name of the member. Read-only.
nullable: true
recipientType:
$ref: '#/components/schemas/microsoft.graph.recipientType'
contact:
$ref: '#/components/schemas/microsoft.graph.contact'
additionalProperties:
type: object
microsoft.graph.baseItem:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down Expand Up @@ -38150,6 +38135,7 @@ components:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.plannerHistoryItem'
description: Collection of history items for entities in the plan. Read-only. Nullable.
x-ms-navigationProperty: true
tasks:
type: array
Expand Down Expand Up @@ -40900,6 +40886,20 @@ components:
$ref: '#/components/schemas/microsoft.graph.teamsAppIcon'
additionalProperties:
type: object
microsoft.graph.chatMessageBody:
title: chatMessageBody
type: object
properties:
content:
type: string
description: The content of the chat message.
nullable: true
contentType:
$ref: '#/components/schemas/microsoft.graph.bodyType'
messageBodyContentType:
$ref: '#/components/schemas/microsoft.graph.chatMessageBodyContentType'
additionalProperties:
type: object
microsoft.graph.eventMessageDetail:
title: eventMessageDetail
type: object
Expand Down Expand Up @@ -45549,7 +45549,7 @@ components:
nullable: true
type:
type: string
description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackageAssignmentPolicy, and CustomDataProvidedResource.'
description: 'Type of resource. Types include: Group, ServicePrincipal, DirectoryRole, AzureRole, AccessPackage, AccessPackageAssignmentPolicy, and CustomDataProvidedResource.'
nullable: true
additionalProperties:
type: object
Expand Down Expand Up @@ -45826,17 +45826,20 @@ components:
$ref: '#/components/schemas/microsoft.graph.identitySet'
entityId:
type: string
description: The ID of the entity that was changed.
entityType:
$ref: '#/components/schemas/microsoft.graph.historyEntityType'
eventType:
$ref: '#/components/schemas/microsoft.graph.historyEventType'
occurredDateTime:
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
description: 'The date and time when the change occurred. 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.'
format: date-time
nullable: true
planId:
type: string
description: The ID of the plan that contains the changed entity.
additionalProperties:
type: object
microsoft.graph.plannerAppliedCategories:
Expand Down Expand Up @@ -46533,6 +46536,13 @@ components:
type: number
format: int64
nullable: true
familyMembersUsage:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.familyMemberStorageQuota'
isPooledStorageEnabled:
type: boolean
nullable: true
manageWebUrl:
type: string
description: A URL that can be used in a browser to manage the breakdown. Read-only.
Expand Down Expand Up @@ -48230,6 +48240,14 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.chatMessageBodyContentType:
title: chatMessageBodyContentType
enum:
- text
- html
- markdown
- unknownFutureValue
type: string
microsoft.graph.chatMessageMentionedIdentitySet:
allOf:
- $ref: '#/components/schemas/microsoft.graph.identitySet'
Expand Down Expand Up @@ -48374,6 +48392,8 @@ components:
$ref: '#/components/schemas/microsoft.graph.contextMetadata'
deviceMetadata:
$ref: '#/components/schemas/microsoft.graph.deviceMetadata'
evaluationScope:
$ref: '#/components/schemas/microsoft.graph.evaluationScope'
integratedAppMetadata:
$ref: '#/components/schemas/microsoft.graph.integratedApplicationMetadata'
protectedAppMetadata:
Expand Down Expand Up @@ -50748,6 +50768,20 @@ components:
nullable: true
additionalProperties:
type: object
microsoft.graph.familyMemberStorageQuota:
title: familyMemberStorageQuota
type: object
properties:
additionalAllocations:
$ref: '#/components/schemas/microsoft.graph.additionalStorageAllocations'
used:
type: number
format: int64
nullable: true
user:
$ref: '#/components/schemas/microsoft.graph.identity'
additionalProperties:
type: object
microsoft.graph.serviceStorageQuotaBreakdown:
allOf:
- $ref: '#/components/schemas/microsoft.graph.storageQuotaBreakdown'
Expand Down Expand Up @@ -52816,6 +52850,14 @@ components:
$ref: '#/components/schemas/microsoft.graph.operatingSystemSpecifications'
additionalProperties:
type: object
microsoft.graph.evaluationScope:
title: evaluationScope
type: object
properties:
type:
$ref: '#/components/schemas/microsoft.graph.evaluationScopeType'
additionalProperties:
type: object
microsoft.graph.integratedApplicationMetadata:
title: integratedApplicationMetadata
type: object
Expand All @@ -52838,6 +52880,8 @@ components:
properties:
applicationLocation:
$ref: '#/components/schemas/microsoft.graph.policyLocation'
sourceLocation:
$ref: '#/components/schemas/microsoft.graph.policyLocation'
additionalProperties:
type: object
microsoft.graph.documentSetVersionItem:
Expand Down Expand Up @@ -53466,6 +53510,20 @@ components:
format: date-time
additionalProperties:
type: object
microsoft.graph.additionalStorageAllocations:
title: additionalStorageAllocations
type: object
properties:
bonusQuotaInBytes:
type: number
format: int64
nullable: true
subscriptionQuotaInBytes:
type: number
format: int64
nullable: true
additionalProperties:
type: object
microsoft.graph.storageQuotaBreakdown:
allOf:
- $ref: '#/components/schemas/microsoft.graph.entity'
Expand Down Expand Up @@ -53824,11 +53882,11 @@ components:
- uploadFile
- downloadText
- downloadFile
- unknownFutureValue
- copyToClipboard
- pasteFromClipboard
- print
- accessDebugTools
- unknownFutureValue
type: string
microsoft.graph.contentBase:
title: contentBase
Expand Down Expand Up @@ -53861,6 +53919,14 @@ components:
description: The version string of the operating system.
additionalProperties:
type: object
microsoft.graph.evaluationScopeType:
title: evaluationScopeType
enum:
- tenant
- agent
- anonymousUser
- unknownFutureValue
type: string
microsoft.graph.policyLocation:
title: policyLocation
type: object
Expand Down
42 changes: 30 additions & 12 deletions openApiDocs/beta/BackupRestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@ paths:
nullable: true
orderBy:
$ref: '#/components/schemas/microsoft.graph.browseQueryOrder'
optimizedBrowse:
type: boolean
default: false
nullable: true
additionalProperties:
type: object
required: true
Expand Down Expand Up @@ -11747,6 +11751,13 @@ components:
title: browseQueryResponseItem
type: object
properties:
createdBy:
$ref: '#/components/schemas/microsoft.graph.identitySet'
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
itemKey:
type: string
description: Unique identifier of the returned item.
Expand All @@ -11758,6 +11769,13 @@ components:
description: 'The count of items present within the items; for example, the count of files in a folder.'
format: int32
nullable: true
lastModifiedBy:
$ref: '#/components/schemas/microsoft.graph.identitySet'
lastModifiedDateTime:
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
description: The name of the item.
Expand Down Expand Up @@ -12877,6 +12895,18 @@ components:
- failed
- unknownFutureValue
type: string
microsoft.graph.identitySet:
title: identitySet
type: object
properties:
application:
$ref: '#/components/schemas/microsoft.graph.identity'
device:
$ref: '#/components/schemas/microsoft.graph.identity'
user:
$ref: '#/components/schemas/microsoft.graph.identity'
additionalProperties:
type: object
microsoft.graph.browseQueryResponseItemType:
title: browseQueryResponseItemType
enum:
Expand Down Expand Up @@ -13087,18 +13117,6 @@ components:
$ref: '#/components/schemas/microsoft.graph.restorePointTags'
additionalProperties:
type: object
microsoft.graph.identitySet:
title: identitySet
type: object
properties:
application:
$ref: '#/components/schemas/microsoft.graph.identity'
device:
$ref: '#/components/schemas/microsoft.graph.identity'
user:
$ref: '#/components/schemas/microsoft.graph.identity'
additionalProperties:
type: object
microsoft.graph.backupServiceConsumer:
title: backupServiceConsumer
enum:
Expand Down
Loading
Loading