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: api-reference/beta/api/cloudpc-get.md
+4-133Lines changed: 4 additions & 133 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ GET /deviceManagement/virtualEndpoint/cloudPCs/{id}
47
47
48
48
## Optional query parameters
49
49
50
-
This method supports the `$select` OData query parameter to help customize the response. For general information, see [OData query parameters](/graph/query-parameters).
50
+
This method supports the `$select`[OData query parameter](/graph/query-parameters) to help customize the response.
GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/cloudPCs/40cee9d2-03fb-4066-8d35-dbdf2875c33f?$select=id,displayName,imageDisplayName,lastModifiedDateTime,lastRemoteActionResult,lastLoginResult,connectivityResult,allotmentDisplayName,deviceRegionName
184
+
GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/cloudPCs/40cee9d2-03fb-4066-8d35-dbdf2875c33f?$select=id,displayName,imageDisplayName,lastModifiedDateTime,lastRemoteActionResult,lastLoginResult,connectivityResult,allotmentDisplayName,deviceRegionName,productType
### Example 4: List Cloud PCs filtered by disaster recovery capability type
377
-
378
-
The following example shows how to list Cloud PCs filtered by disaster recovery capability type and select specific parameters.
379
-
380
-
#### Request
381
-
382
-
The following example shows a request.
383
-
384
-
# [HTTP](#tab/http)
385
-
<!-- {
386
-
"blockType": "request",
387
-
"name": "get_cloudpc_disasterrecoverycapability"
388
-
}
389
-
-->
390
-
```http
391
-
GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/cloudPCs?$select=id,displayName,disasterRecoveryCapability&$filter=disasterRecoveryCapability/capabilityType eq 'failover'
Copy file name to clipboardExpand all lines: api-reference/beta/api/cloudpc-getprovisionedcloudpcs.md
+5-38Lines changed: 5 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -197,50 +197,15 @@ The following example shows how to get all provisioned Cloud PCs and use `$selec
197
197
198
198
The following example shows a request.
199
199
200
-
# [HTTP](#tab/http)
201
200
<!-- {
202
201
"blockType": "request",
203
202
"name": "cloudpc.getProvisionedCloudPCs_2"
204
203
}
205
204
-->
206
205
```http
207
-
GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='30d0e128-de93-41dc-89ec-33d84bb662a0',servicePlanId='9ecf691d-8b82-46cb-b254-cd061b2c02fb')?$select=id,displayName,powerState,connectivityResult,lastLoginResult,lastRemoteActionResult,osVersion,provisioningPolicyName,userAccountType
206
+
GET https://graph.microsoft.com/beta/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='30d0e128-de93-41dc-89ec-33d84bb662a0',servicePlanId='9ecf691d-8b82-46cb-b254-cd061b2c02fb')?$select=id,displayName,powerState,connectivityResult,lastLoginResult,lastRemoteActionResult,osVersion,provisioningPolicyName,userAccountType,productType
Copy file name to clipboardExpand all lines: api-reference/beta/api/fido2authenticationmethod-creationoptions.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,9 @@ Don't supply a request body for this method.
59
59
60
60
If successful, this function returns a `200 OK` response code and a [webauthnCredentialCreationOptions](../resources/webauthncredentialcreationoptions.md) in the response body.
61
61
62
+
> [!NOTE]
63
+
> This method also returns **excludeCredentials** key IDs formatted in Base64URL with a padding number suffix. To decode the key IDs, convert the trailing integer value of 0, 1, or 2 to the same number of base64 padding characters.
64
+
62
65
## Examples
63
66
64
67
### Request
@@ -99,7 +102,9 @@ GET https://graph.microsoft.com/beta/users/{usersId}/authentication/fido2Methods
99
102
### Response
100
103
101
104
The following example shows the response.
102
-
>**Note:** The response object shown here might be shortened for readability.
105
+
106
+
> **Note:** The response object shown here might be shortened for readability.
Copy file name to clipboardExpand all lines: api-reference/beta/api/fido2authenticationmethod-get.md
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,13 @@ Don't supply a request body for this method.
59
59
60
60
If successful, this method returns a `200 OK` response code and the requested [fido2AuthenticationMethod](../resources/fido2authenticationmethod.md) object in the response body.
61
61
62
+
> [!NOTE]
63
+
> This method also returns credentials key IDs formatted in Base64URL with a padding number suffix. To decode the key IDs, convert the trailing integer value of 0, 1, or 2 to the same number of base64 padding characters.
64
+
62
65
## Examples
63
66
64
67
### Request
65
-
68
+
The following example shows a request.
66
69
67
70
# [HTTP](#tab/http)
68
71
<!-- {
@@ -112,7 +115,8 @@ GET https://graph.microsoft.com/beta/me/authentication/fido2Methods/-2_GRUg2-HYz
112
115
### Response
113
116
The following example shows the response.
114
117
115
-
**Note:** The response object shown here might be shortened for readability.
118
+
>**Note:** The response object shown here might be shortened for readability.
Copy file name to clipboardExpand all lines: api-reference/beta/api/identitycontainer-list-customauthenticationextensions.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -26,11 +26,7 @@ Get a list of the [customAuthenticationExtension](../resources/customauthenticat
26
26
27
27
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
Copy file name to clipboardExpand all lines: api-reference/beta/api/identitycontainer-post-customauthenticationextensions.md
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -31,11 +31,7 @@ Create a new [customAuthenticationExtension](../resources/customauthenticationex
31
31
32
32
Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions [only if your app requires it](/graph/permissions-overview#best-practices-for-using-microsoft-graph-permissions). For details about delegated and application permissions, see [Permission types](/graph/permissions-overview#permission-types). To learn more about these permissions, see the [permissions reference](/graph/permissions-reference).
0 commit comments