templates

get/authorizer/api/v1/cert/templates

Returns the certificate authentication templates for the service.

servicestring

Service name for the templates. For example, 'SSH'. If no service is defined, all templates are returned.

Default
""

Responses

Response examples

Successful response, returns certificate templates used for certificate authentication.

{
  "count": 123,
  "items": [
    {
      "name": "string",
      "description": "string",
      "service": "string"
    }
  ]
}

Was this page helpful?