Skip to main content

Update an authentication portal

PUT 

/authentication-portals/:id

Update an existing authentication portal.

Request

Path Parameters

    id uuidrequired

    The UUID of the configuration resource

Body

OK

    oneOf
    folder stringrequired

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

    The folder in which the resource is defined

    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

Responses

OK

Loading...