windowsInformationProtectionDataRecoveryCertificate resource type
Namespace: microsoft.graph
Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.
Windows Information Protection DataRecoveryCertificate
Properties
Property | Type | Description |
---|---|---|
subjectName | String | Data recovery Certificate subject name |
description | String | Data recovery Certificate description |
expirationDateTime | DateTimeOffset | Data recovery Certificate expiration datetime |
certificate | Binary | Data recovery Certificate |
Relationships
None
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.windowsInformationProtectionDataRecoveryCertificate",
"subjectName": "String",
"description": "String",
"expirationDateTime": "String (timestamp)",
"certificate": "binary"
}