Microsoft Graph · Schema

printCertificateSigningRequest

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name 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.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphprintcertificatesigningrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.printCertificateSigningRequest",
  "title": "printCertificateSigningRequest",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "content": {
      "type": "string",
      "description": "A base64-encoded pkcs10 certificate request. Read-only."
    },
    "transportKey": {
      "type": "string",
      "description": "The base64-encoded public portion of an asymmetric key that is generated by the client. Read-only."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}