title | description | author | ms.localizationpriority | ms.subservice | doc_type |
---|---|---|---|---|---|
List onPremEncryptedPayloads |
List properties and relationships of the onPremEncryptedPayload objects. |
jaiprakashmb |
medium |
intune |
apiPageType |
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 onPremEncryptedPayload objects.
[!INCLUDE national-cloud-support]
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 least to most privileged) |
---|---|
Delegated (work or school account) | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All |
Delegated (personal Microsoft account) | Not supported. |
Application | DeviceManagementConfiguration.Read.All, DeviceManagementConfiguration.ReadWrite.All |
GET /onPremEncryptedPayloads
Header | Value |
---|---|
Authorization | Bearer {token}. Required. Learn more about authentication and authorization. |
Accept | application/json |
Do not supply a request body for this method.
If successful, this method returns a 200 OK
response code and a collection of onPremEncryptedPayload objects in the response body.
Here is an example of the request.
GET https://graph.microsoft.com/beta/onPremEncryptedPayloads
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: 882
{
"value": [
{
"@odata.type": "#microsoft.graph.onPremEncryptedPayload",
"tenantId": "f9882bcd-2bcd-f988-cd2b-88f9cd2b88f9",
"userId": "a991071c-071c-a991-1c07-91a91c0791a9",
"deviceId": "6de0af45-af45-6de0-45af-e06d45afe06d",
"payloadId": "f12f6c03-6c03-f12f-036c-2ff1036c2ff1",
"deviceKeyThumbprint": "Device Key Thumbprint value",
"cert1PayloadUUID": "Cert1Payload UUID value",
"cert2PayloadUUID": "Cert2Payload UUID value",
"cert3PayloadUUID": "Cert3Payload UUID value",
"plistTemplate": "Plist Template value",
"encryptedBlob": "ZW5jcnlwdGVkQmxvYg==",
"payloadVersion": 14,
"status": 6,
"createdTime": "2017-01-01T00:03:18.9597073-08:00",
"lastModifiedTime": "2017-01-01T00:03:18.5958204-08:00",
"eTag": "ETag value",
"isDeleted": true
}
]
}