Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
The certificate signing request (CSR) to be used during registration of a printer with the Universal Print service.
Properties
| Property | Type | Description |
|---|---|---|
| content | String | A base64-encoded pkcs10 certificate request. Read-only. |
| transportKey | String | The base64-encoded public portion of an asymmetric key that is generated by the client. Read-only. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.printCertificateSigningRequest",
"content": "String",
"transportKey": "String"
}