List windowsOfficeClientSecurityConfigurations
Namespace: microsoft.graph
Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
List properties and relationships of the windowsOfficeClientSecurityConfiguration objects.
Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.
Permission type | Permissions (from most to least privileged) |
---|---|
Delegated (work or school account) | DeviceManagementConfiguration.ReadWrite.All DeviceManagementConfiguration.Read.All |
Delegated (personal Microsoft account) | Not supported. |
Application | DeviceManagementConfiguration.ReadWrite.All DeviceManagementConfiguration.Read.All |
HTTP Request
GET /officeConfiguration/clientConfigurations
Request headers
Header | Value |
---|---|
Authorization | Bearer <token> Required. |
Accept | application/json |
Request body
Do not supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and a collection of windowsOfficeClientSecurityConfiguration objects in the response body.
Example
Request
Here is an example of the request.
GET https://graph.microsoft.com/beta/officeConfiguration/clientConfigurations
Response
Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 1222
{
"value": [
{
"@odata.type": "#microsoft.graph.windowsOfficeClientSecurityConfiguration",
"id": "f90ca1a5-a1a5-f90c-a5a1-0cf9a5a10cf9",
"userPreferencePayload": "<Unknown Primitive Type Edm.Stream>",
"policyPayload": "<Unknown Primitive Type Edm.Stream>",
"description": "Description value",
"displayName": "Display Name value",
"priority": 8,
"userCheckinSummary": {
"@odata.type": "microsoft.graph.officeUserCheckinSummary",
"succeededUserCount": 2,
"failedUserCount": 15
},
"checkinStatuses": [
{
"@odata.type": "microsoft.graph.officeClientCheckinStatus",
"userPrincipalName": "User Principal Name value",
"deviceName": "Device Name value",
"devicePlatform": "Device Platform value",
"devicePlatformVersion": "Device Platform Version value",
"wasSuccessful": true,
"userId": "User Id value",
"checkinDateTime": "2016-12-31T23:56:33.9571764-08:00",
"errorMessage": "Error Message value",
"appliedPolicies": [
"Applied Policies value"
]
}
]
}
]
}
Feedback
Submit and view feedback for