Skip to main content

Get existing authentication settings

GET 

/authentication-settings/:id

Retrieve existing device authentication settings.

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

    UUID of the resource

    authentication object
    authentication_profile string

    Authentication profile

    certificate_profile string

    Certificate profile

    accounting_server_profile string

    Accounting server profile

Loading...