Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the cloud profile details for specific Cloud PC user settings persistence under the Cloud PC policy assignment.
Properties
| Property | Type | Description |
|---|---|---|
| lastProfileAttachedDateTime | DateTimeOffset | The last time the user settings persistence profile was attached to the Cloud PC. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. |
| profileId | String | Indicates the unique identifier of the Cloud PC user settings persistence profile for the selected Cloud PC user settings persistence. Required. Read-only. |
| profileSizeInGB | Int32 | Indicates the maximum allowed size in gigabytes of the cloud profile for a specific user. For example, 10 GB of allocated size returns 10 as a response. Required. Read-only. |
| status | cloudPCUserSettingsPersistenceProfileStatus | The status of this cloud profile. The possible values are: connected, notConnected, deleting, unknownFutureValue. The default value is notConnected. Required. Read-only. |
| userPrincipalName | String | The user principal name of the owner of the cloud profile. For example, connie@contoso.com. Required. Read-only. |
cloudPCUserSettingsPersistenceProfileStatus values
| Member | Description |
|---|---|
| connected | Indicates that the user connects to the user settings persistence profile. |
| notConnected | Indicates that the user doesn't connect to the user settings persistence profile. |
| deleting | Indicates that the user's user settings persistence profile is in the process of deletion due to automatic clean-up or manual deletion by an IT admin. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.cloudPCUserSettingsPersistenceProfile",
"lastProfileAttachedDateTime": "String (timestamp)",
"profileId": "String (identifier)",
"profileSizeInGB": "Int32",
"status": "String",
"userPrincipalName": "String"
}