You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openApiDocs/beta/Applications.yml
+54-1Lines changed: 54 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22319,7 +22319,7 @@ components:
22319
22319
nullable: true
22320
22320
isDisabled:
22321
22321
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.'
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.'
26874
26876
format: date-time
26875
26877
description:
26876
26878
type: string
26879
+
description: The description of the pool. The maximum length is 512 characters.
26877
26880
nullable: true
26878
26881
displayName:
26879
26882
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.
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.'
description: The collection of assignments that grant user or service principal identities access to this pool.
26890
26896
x-ms-navigationProperty: true
26891
26897
additionalProperties:
26892
26898
type: object
@@ -32682,13 +32688,16 @@ components:
32682
32688
properties:
32683
32689
imageDisplayName:
32684
32690
type: string
32691
+
description: The display name of the image. Read-only.
32685
32692
nullable: true
32686
32693
imageId:
32687
32694
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}.'
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.
0 commit comments