Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.08 KB

File metadata and controls

39 lines (33 loc) · 1.08 KB
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

printCertificateSigningRequest resource type

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"
}