Skip to main content
GET
Get Guardian Settings

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

レスポンス

Returns the Guardian settings.

display_remember_me_checkbox
boolean
デフォルト:true
必須

Determines whether to display the "Remember Me" checkbox on the MFA prompt in Universal Login.

remember_me_default_value
boolean
デフォルト:false
必須

Determines the default state of the "Remember Me" checkbox on the MFA prompt in Universal Login.

mfa_session_inactivity_timeout
integer
デフォルト:604800
必須

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 <= 2592000
mfa_session_overall_timeout
integer
デフォルト:2592000
必須

Maximum 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