Skip to content

Commit c6f780f

Browse files
committed
update open api doc 06-09-2026
1 parent ac92d3f commit c6f780f

42 files changed

Lines changed: 21438 additions & 11450 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

openApiDocs/beta/Applications.yml

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22319,7 +22319,7 @@ components:
2231922319
nullable: true
2232022320
isDisabled:
2232122321
type: boolean
22322-
description: 'Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false.'
22322+
description: 'Deactivate an app without deleting it. This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to true, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.true if the application is deactivated (disabled); otherwise false. Learn more in Deactivate an app registration.'
2232322323
nullable: true
2232422324
isFallbackPublicClient:
2232522325
type: boolean
@@ -23450,6 +23450,7 @@ components:
2345023450
type: array
2345123451
items:
2345223452
$ref: '#/components/schemas/microsoft.graph.cloudPcPool'
23453+
description: The user's Cloud PC pools. Read-only. Nullable.
2345323454
x-ms-navigationProperty: true
2345423455
cloudPCs:
2345523456
type: array
@@ -26871,22 +26872,27 @@ components:
2687126872
createdDateTime:
2687226873
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])$'
2687326874
type: string
26875+
description: 'The date and time when the pool 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, 2026 is 2026-01-01T00:00:00Z. Read-only.'
2687426876
format: date-time
2687526877
description:
2687626878
type: string
26879+
description: The description of the pool. The maximum length is 512 characters.
2687726880
nullable: true
2687826881
displayName:
2687926882
type: string
26883+
description: The display name of the pool. The name is unique across Cloud PC pools in an organization. The maximum length is 60 characters.
2688026884
lastModifiedDateTime:
2688126885
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])$'
2688226886
type: string
26887+
description: 'The date and time when the pool 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, 2026 is 2026-01-01T00:00:00Z. Read-only.'
2688326888
format: date-time
2688426889
networkConfiguration:
2688526890
$ref: '#/components/schemas/microsoft.graph.cloudPcNetworkConfiguration'
2688626891
assignments:
2688726892
type: array
2688826893
items:
2688926894
$ref: '#/components/schemas/microsoft.graph.cloudPcPoolAssignment'
26895+
description: The collection of assignments that grant user or service principal identities access to this pool.
2689026896
x-ms-navigationProperty: true
2689126897
additionalProperties:
2689226898
type: object
@@ -32682,13 +32688,16 @@ components:
3268232688
properties:
3268332689
imageDisplayName:
3268432690
type: string
32691+
description: The display name of the image. Read-only.
3268532692
nullable: true
3268632693
imageId:
3268732694
type: string
32695+
description: 'The unique identifier of the operating system image used for provisioning new Cloud PCs. The format for a gallery type image is: {publisherNameofferNameskuName}.'
3268832696
imageType:
3268932697
$ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyImageType'
3269032698
osLocale:
3269132699
type: string
32700+
description: The operating system locale for the Cloud PC.
3269232701
additionalProperties:
3269332702
type: object
3269432703
microsoft.graph.cloudPcNetworkConfiguration:
@@ -34650,6 +34659,11 @@ components:
3465034659
x-ms-navigationProperty: true
3465134660
filesFolder:
3465234661
$ref: '#/components/schemas/microsoft.graph.driveItem'
34662+
joinedUsers:
34663+
type: array
34664+
items:
34665+
$ref: '#/components/schemas/microsoft.graph.conversationMember'
34666+
x-ms-navigationProperty: true
3465334667
members:
3465434668
type: array
3465534669
items:
@@ -41405,6 +41419,8 @@ components:
4140541419
$ref: '#/components/schemas/microsoft.graph.fileArchiveStatus'
4140641420
hashes:
4140741421
$ref: '#/components/schemas/microsoft.graph.hashes'
41422+
lockInfo:
41423+
$ref: '#/components/schemas/microsoft.graph.lockInfo'
4140841424
mimeType:
4140941425
type: string
4141041426
description: The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. Read-only.
@@ -46594,6 +46610,9 @@ components:
4659446610
isRegistrationEnabled:
4659546611
type: boolean
4659646612
nullable: true
46613+
isRegistrationRequired:
46614+
type: boolean
46615+
nullable: true
4659746616
settings:
4659846617
$ref: '#/components/schemas/microsoft.graph.virtualEventSettings'
4659946618
startDateTime:
@@ -48320,6 +48339,28 @@ components:
4832048339
nullable: true
4832148340
additionalProperties:
4832248341
type: object
48342+
microsoft.graph.lockInfo:
48343+
title: lockInfo
48344+
type: object
48345+
properties:
48346+
createdDateTime:
48347+
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])$'
48348+
type: string
48349+
format: date-time
48350+
nullable: true
48351+
expirationDateTime:
48352+
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])$'
48353+
type: string
48354+
format: date-time
48355+
nullable: true
48356+
lockType:
48357+
$ref: '#/components/schemas/microsoft.graph.lockType'
48358+
owners:
48359+
type: array
48360+
items:
48361+
$ref: '#/components/schemas/microsoft.graph.userIdentity'
48362+
additionalProperties:
48363+
type: object
4832348364
microsoft.graph.folderView:
4832448365
title: folderView
4832548366
type: object
@@ -50667,6 +50708,7 @@ components:
5066750708
maximum: 2147483647
5066850709
minimum: -2147483648
5066950710
type: number
50711+
description: Represents the expected number of attendees for town hall session.
5067050712
format: int32
5067150713
nullable: true
5067250714
endDateTime:
@@ -50704,9 +50746,11 @@ components:
5070450746
nullable: true
5070550747
isManualApprovalEnabled:
5070650748
type: boolean
50749+
description: Indicates whether registrations require organizer approval before a participant is confirmed.
5070750750
nullable: true
5070850751
isWaitlistEnabled:
5070950752
type: boolean
50753+
description: Indicates whether more registrants are automatically placed on a waitlist when capacity is reached.
5071050754
nullable: true
5071150755
registrationWebUrl:
5071250756
type: string
@@ -52535,6 +52579,14 @@ components:
5253552579
nullable: true
5253652580
additionalProperties:
5253752581
type: object
52582+
microsoft.graph.lockType:
52583+
title: lockType
52584+
enum:
52585+
- none
52586+
- exclusive
52587+
- shared
52588+
- unknownFutureValue
52589+
type: string
5253852590
microsoft.graph.mediaSourceContentCategory:
5253952591
title: mediaSourceContentCategory
5254052592
enum:
@@ -53494,6 +53546,7 @@ components:
5349453546
- uploadFile
5349553547
- downloadText
5349653548
- downloadFile
53549+
- copyToClipboard
5349753550
- unknownFutureValue
5349853551
type: string
5349953552
microsoft.graph.contentBase:

0 commit comments

Comments
 (0)