Skip to main content

List application templates

GET 

/api/web/v1/applications/templates

List application templates. Caller requires the TEMPLATES:VIEW permission.

Responses

Successful

Schema

  • Array [

  • authenticationMethod stringrequired

    The type the application template. Possible values are SAML20, RADIUS, AAAS, IDG, OIDC, AUTHAPI, ADMINAPI, SIEMAPI.

    description string

    The description of application template.

    id stringrequired

    The UUID of the application template.

    name stringrequired

    The name of the application template.

  • ]

Loading...