Skip to main content

Edit a authentication portal

PUT 

/sse/config/v1/authentication-portals/:id

Modify a authentication portal.

Request

Path Parameters

    id stringrequired

    The resource's unique identifier.

Body

The authentication portal you want to edit

    authentication_profile string
    certificate_profile string
    gp_udp_port integer

    Possible values: >= 1 and <= 65535

    idle_timer integer

    Possible values: >= 1 and <= 1440

    redirect_host string
    timer integer

    Possible values: >= 1 and <= 1440

    tls_service_profile string

Responses

Ok

Loading...