Skip to main content

Get Auth Profile.

GET 

/auth-profiles/:id

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

This API returns auth profile information.

Request

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

Auth Profile

Schema

    name string

    Authentication Profile name.

    offNetwork boolean

    Use it to block access from off network.

    untrustedGeography boolean

    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

    Use it to enable strong authentication.

Loading...