| title | printCertificateSigningRequest resource type |
|---|---|
| description | The certificate signing request (CSR) to be used during registration of a printer with the Universal Print service. |
| author | nilakhan |
| ms.localizationpriority | medium |
| ms.subservice | universal-print |
| doc_type | resourcePageType |
| ms.date | 07/26/2024 |
Namespace: microsoft.graph
The certificate signing request (CSR) to be used during registration of a printer with the Universal Print service.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.printCertificateSigningRequest",
"content": "String",
"transportKey": "String"
}