Skip to main content

List authentication sequences

GET 

/authentication-sequences

Retrieve a list of authentication sequences.

Request

Query Parameters

    name string

    The name of the configuration resource

    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

    limit number

    Default value: 200

    The maximum number of results per page

    offset number

    Default value: 0

    The offset into the list of results returned

Responses

OK

Schema
    data object[]
  • Array [
  • id stringrequired

    The UUID of the authentication sequence

    name stringrequired

    The name of the authentication sequence

    authentication_profiles string[]

    An ordered list of authentication profiles

    use_domain_find_profile boolean

    Default value: true

    Use domain to determine authentication profile?

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...