Skip to main content

List all authentication sequence

GET 

/sse/config/v1/authentication-sequences

Retrieve a list of all authentication sequences.

Request

Query Parameters

    limit number

    The maximum number of result objects to return per page.

    offset number

    The offset of the result entry.

    folder stringrequired

    Possible values: Value must match regular expression ^[0-9a-zA-Z._-\s]{1,}$, [Shared, Mobile Users, Remote Networks, Service Connections, Mobile Users Container, Mobile Users Explicit Proxy]

    The folder on which you want to perform this operation.

    name string

    The name of the entry.

Responses

List of authentication sequences

Schema
    data object[]
  • Array [
  • authentication_profiles string[]
    id string

    uuid of the resource

    name stringrequired
    use_domain_find_profile boolean

    Default value: true

  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...