Skip to main content

List authentication settings

GET 

/authentication-settings

Retrieve a list of device authentication settings.

Request

Query Parameters

    folder string

    The folder in which the resource is defined

    snippet string

    The snippet in which the resource is defined

    device string

    The device in which the resource is defined

Responses

OK

Schema
    data object[]
  • Array [
  • id stringrequired

    UUID of the resource

    authentication object
    authentication_profile string

    Authentication profile

    certificate_profile string

    Certificate profile

    accounting_server_profile string

    Accounting server profile

  • ]
Loading...