onPremEncryptedPayload resource type

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.

Methods

Method Return Type Description
List onPremEncryptedPayloads onPremEncryptedPayload collection List properties and relationships of the onPremEncryptedPayload objects.
Get onPremEncryptedPayload onPremEncryptedPayload Read properties and relationships of the onPremEncryptedPayload object.
Create onPremEncryptedPayload onPremEncryptedPayload Create a new onPremEncryptedPayload object.
Delete onPremEncryptedPayload None Deletes a onPremEncryptedPayload.
Update onPremEncryptedPayload onPremEncryptedPayload Update the properties of a onPremEncryptedPayload object.

Properties

Property Type Description
tenantId Guid
userId Guid
deviceId Guid
payloadId Guid
deviceKeyThumbprint String
cert1PayloadUUID String
cert2PayloadUUID String
cert3PayloadUUID String
plistTemplate String
encryptedBlob Binary
payloadVersion Int32
status Int32
createdTime DateTimeOffset
lastModifiedTime DateTimeOffset
eTag String
isDeleted Boolean

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.onPremEncryptedPayload",
  "tenantId": "Guid",
  "userId": "Guid",
  "deviceId": "Guid",
  "payloadId": "Guid",
  "deviceKeyThumbprint": "String",
  "cert1PayloadUUID": "String",
  "cert2PayloadUUID": "String",
  "cert3PayloadUUID": "String",
  "plistTemplate": "String",
  "encryptedBlob": "binary",
  "payloadVersion": 1024,
  "status": 1024,
  "createdTime": "String (timestamp)",
  "lastModifiedTime": "String (timestamp)",
  "eTag": "String",
  "isDeleted": true
}