Skip to main content

Get an authentication portal

GET 

/authentication-portals/:id

Get an existing authentication portal.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Responses

OK

Schema
    oneOf
    folder stringrequired

    Possible values: <= 64 characters, Value must match regular expression ^[a-zA-Z\d-_\. ]+$

    The folder in which the resource is defined

    id stringrequired

    The UUID of the authentication portal

    authentication_profile string

    The authentication profile

    certificate_profile string

    The certificate profile

    gp_udp_port integer

    Possible values: >= 1 and <= 65535

    The UDP port for inbound authentication prompts

    idle_timer integer

    Possible values: >= 1 and <= 1440

    The idle timeout value (minutes)

    redirect_host stringrequired

    The authentication portal IP address or hostname

    tls_service_profile string

    The SSL/TLS service profile

    timer integer

    Possible values: >= 1 and <= 1440

Loading...