Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.4 KB

File metadata and controls

58 lines (43 loc) · 1.4 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 braedenp-msft
ms.localizationpriority medium
ms.subservice universal-print
doc_type resourcePageType
ms.date 07/23/2024

printCertificateSigningRequest resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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