CloudPC.ReadWrite.All.
Graph Methods
Type: A = Application Permission, D = Delegate Permission
Application Permission
|
|
Id |
|
Display String |
|
Description |
|
Resources
Property |
Type |
Description |
aadDeviceId |
String |
The Azure Active Directory (Azure AD) device ID of the Cloud PC. |
connectivityResult |
cloudPcConnectivityResult |
The connectivity health check result of a Cloud PC, including the updated timestamp and whether the Cloud PC can be connected. |
diskEncryptionState |
cloudPcDiskEncryptionState |
The disk encryption applied to the Cloud PC. Possible values: notAvailable , notEncrypted , encryptedUsingPlatformManagedKey , encryptedUsingCustomerManagedKey , and unknownFutureValue . |
displayName |
String |
The display name of the Cloud PC. |
gracePeriodEndDateTime |
DateTimeOffset |
The date and time when the grace period ends and reprovisioning/deprovisioning happens. Required only if the status is inGracePeriod . The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . |
id |
String |
The unique identifier for the Cloud PC. Read-only. |
imageDisplayName |
String |
Name of the OS image that's on the Cloud PC. |
lastLoginResult |
cloudPcLoginResult |
The last login result of the Cloud PC. For example, { "time": "2014-01-01T00:00:00Z"} . |
lastModifiedDateTime |
DateTimeOffset |
The last modified date and time of the Cloud PC. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . |
lastRemoteActionResult |
cloudPcRemoteActionResult |
The last remote action result of the enterprise Cloud PCs. The supported remote actions are: Reboot , Rename , Reprovision , Restore , and Troubleshoot . |
managedDeviceId |
String |
The Intune device ID of the Cloud PC. |
managedDeviceName |
String |
The Intune device name of the Cloud PC. |
onPremisesConnectionName |
String |
The Azure network connection that is applied during the provisioning of Cloud PCs. |
osVersion |
cloudPcOperatingSystem |
The version of the operating system (OS) to provision on Cloud PCs. Possible values are: windows10 , windows11 , and unknownFutureValue . |
partnerAgentInstallResults |
cloudPcPartnerAgentInstallResult collection |
The results of every partner agent's installation status on Cloud PC. |
provisioningPolicyId |
String |
The provisioning policy ID of the Cloud PC. |
provisioningPolicyName |
String |
The provisioning policy that is applied during the provisioning of Cloud PCs. |
provisioningType |
cloudPcProvisioningType |
The type of licenses to be used when provisioning Cloud PCs using this policy. Possible values are: dedicated , shared , unknownFutureValue . Default value is dedicated . |
servicePlanId |
String |
The service plan ID of the Cloud PC. |
servicePlanName |
String |
The service plan name of the Cloud PC. |
servicePlanType |
cloudPcServicePlanType |
The service plan type of the Cloud PC. |
status |
cloudPcStatus |
The status of the Cloud PC. Possible values are: notProvisioned , provisioning , provisioned , upgrading , inGracePeriod , deprovisioning , failed , restoring . |
statusDetails |
cloudPcStatusDetails |
The details of the Cloud PC status. |
userAccountType |
cloudPcUserAccountType |
The account type of the user on provisioned Cloud PCs. Possible values are: standardUser , administrator , and unknownFutureValue . |
userPrincipalName |
String |
The user principal name (UPN) of the user assigned to the Cloud PC. |