Skip to content

Commit 35d0f7a

Browse files
committed
complex type and api
1 parent 8db38c2 commit 35d0f7a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

api-reference/beta/api/cloudpc-getcloudpcconnectivityhistory.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ Content-Type: application/json
120120
"value": [
121121
{
122122
"@odata.type": "microsoft.graph.cloudPcConnectivityEvent",
123+
"activityId": "6b39fae5-0497-44cd-b0d1-19ffef7940e0",
123124
"eventDateTime": "2022-03-23T18:40:00Z",
124125
"eventName": "DomainJoinCheck",
125126
"eventResult": "failure",

api-reference/beta/resources/cloudpcconnectivityevent.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Describes a user connection record, including when and how the Cloud PC was conn
1919
## Properties
2020
|Property|Type|Description|
2121
|:---|:---|:---|
22+
|activityId|string|The unique identifier (GUID) that represents the activity associated with this event. When the event type is `userConnection`, this value is the activity identifier for this event. For any other event types, this value is `00000000-0000-0000-0000-000000000000`.|
2223
|eventDateTime|DateTimeOffset|Indicates the date and time when this event was created. The timestamp is shown in ISO 8601 format and Coordinated Universal Time (UTC). For example, midnight UTC on Jan 1, 2014 appears as `2014-01-01T00:00:00Z`.|
2324
|eventName|string|Name of the event.|
2425
|eventResult|[cloudPcConnectivityEventResult](#cloudpcconnectivityeventresult-values)|Result of this event. Possible values are: `unknown`, `success`, `failure`, and `unknownFutureValue`.|
@@ -57,6 +58,7 @@ The following JSON representation shows the resource type.
5758
``` json
5859
{
5960
"@odata.type": "#microsoft.graph.cloudPcConnectivityEvent",
61+
"activityId": "String",
6062
"eventDateTime": "String (timestamp)",
6163
"eventName": "String",
6264
"eventResult": "String",

0 commit comments

Comments
 (0)