List authorized Certificate Authorities / Templates for a lifecycle action

Before starting a lifecycle operation, a principal can list the Certificate Authority / Template combinations on which it is allowed to perform the specified lifecycle action.

Query parameters
permission
string

The action on which the principal wants to check its permissions. If none are specified, defaults to enroll

Enum enroll revoke search
Responses
  • 200 The list of authorized Certificate Authorities / Templates combinations on which the principal is permitted to perform the requested action

    Array [

    ca
    string required

    The name of the Certificate Authority

    template
    string required

    The name of the template

    ]

  • 204 Principal is not authorized to enroll on any Certificate Authority / Template combination
  • 401 Unauthorized request
  • 403 Forbidden action
  • 500 Internal server error