pfxRecryptionRequest 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 pfxRecryptionRequests pfxRecryptionRequest collection List properties and relationships of the pfxRecryptionRequest objects.
Get pfxRecryptionRequest pfxRecryptionRequest Read properties and relationships of the pfxRecryptionRequest object.
Create pfxRecryptionRequest pfxRecryptionRequest Create a new pfxRecryptionRequest object.
Delete pfxRecryptionRequest None Deletes a pfxRecryptionRequest.
Update pfxRecryptionRequest pfxRecryptionRequest Update the properties of a pfxRecryptionRequest object.

Properties

Property Type Description
tenantId Guid
userId Guid
deviceId Guid
profileId Guid
thumbprint String
deviceKeyThumbprint String
status Int32
sourceType Int32
createdTime DateTimeOffset
lastModifiedTime DateTimeOffset
isDeleted Boolean
eTag String

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.pfxRecryptionRequest",
  "tenantId": "Guid",
  "userId": "Guid",
  "deviceId": "Guid",
  "profileId": "Guid",
  "thumbprint": "String",
  "deviceKeyThumbprint": "String",
  "status": 1024,
  "sourceType": 1024,
  "createdTime": "String (timestamp)",
  "lastModifiedTime": "String (timestamp)",
  "isDeleted": true,
  "eTag": "String"
}