printCertificateSigningRequest resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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.
{
"content": "String",
"transportKey": "String"
}