CloudPC.ReadWrite
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
CloudPC.ReadWritepermission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReportcommand. See How To: Run a quick OAuth app audit of your tenant
| Category | Application | Delegated |
|---|---|---|
| Identifier | - | - |
| DisplayText | - | - |
| Description | - | - |
| AdminConsentRequired | Yes | No |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
| Methods |
|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
Graph reference: cloudPcPool
| Property | Type | Description |
|---|---|---|
| capabilities | cloudPcPoolCapabilityConfiguration | The capabilities configuration for the pool, including single sign-on settings. |
| cloudPcConfiguration | cloudPcConfiguration | The Cloud PC specification, including image and operating system locale settings for provisioning. |
| createdDateTime | DateTimeOffset | 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. |
| description | String | The description of the pool. The maximum length is 512 characters. |
| displayName | String | The display name of the pool. The name is unique across Cloud PC pools in an organization. The maximum length is 60 characters. |
| id | String | The unique identifier for the pool. Read-only. Inherited from entity. |
| lastModifiedDateTime | DateTimeOffset | 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. |
| networkConfiguration | cloudPcNetworkConfiguration | The network configuration for the pool. |