Skip to main content

List all authentication portals

GET 

/sse/config/v1/authentication-portals

Retrieve a list of all authentication portals.

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.

Responses

Get authentication portal

Schema
    data object[]
  • Array [
  • authentication_profile string
    certificate_profile string
    gp_udp_port integer

    Possible values: >= 1 and <= 65535

    id string

    uuid of the resource

    idle_timer integer

    Possible values: >= 1 and <= 1440

    redirect_host string
    timer integer

    Possible values: >= 1 and <= 1440

    tls_service_profile string
  • ]
  • limit number

    Default value: 200

    offset number

    Default value: 0

    total number
Loading...