Get Guardian Settings
TODO: Link this endpoint to relevant documentation when available.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Returns the Guardian settings.
Determines whether to display the "Remember Me" checkbox on the MFA prompt in Universal Login.
Determines the default state of the "Remember Me" checkbox on the MFA prompt in Universal Login.
Duration of inactivity after which the user will be prompted for MFA. Represented as seconds. Minimum duration is 1 hour, maximum is 30 days, and cannot exceed the overall timeout.
3600 <= x <= 2592000Maximum duration after which the user will be prompted for MFA regardless of activity. Represented as seconds. Minimum duration is 1 hour, maximum is 90 days.
3600 <= x <= 7776000