Citrix · Schema

CreateServicePrincipalRequest

Application DeliveryDesktop-As-A-ServiceNetworkingVirtualizationWorkspaceFortune 1000

Properties

Name Type Description
displayName string Display name for the new service principal
View JSON Schema on GitHub

JSON Schema

citrix-createserviceprincipalrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateServicePrincipalRequest",
  "title": "CreateServicePrincipalRequest",
  "type": "object",
  "required": [
    "displayName"
  ],
  "properties": {
    "displayName": {
      "type": "string",
      "description": "Display name for the new service principal"
    }
  }
}