Skip to main content

Get Auth Profile.

GET 

/auth-profiles/:id

This API returns auth profile information.

Request

Responses

Auth Profile

Schema
    name string

    Authentication Profile name.

    offNetwork boolean

    Default value: false

    Use it to block access from off network.

    untrustedGeography boolean

    Default value: false

    Use it to block access from untrusted geoographies.

    applicationId string

    Application ID.

    applicationName string

    Application name.

    type string

    Possible values: [BLOCK, MFA, NON_PTA, PTA]

    Type of the Authentication Profile.

    strongAuthLogin boolean

    Default value: false

    Use it to enable strong authentication.

Loading...