UserAuthExemptionDto
UserAuthExemptionDto
Used to add exemption to users from authentication validation policies.
JSON Example
{
"isIpRestrictionExempted": false,
"isUserApiTokenMfaExempted": false,
"isUserLoginMfaExempted": false,
"userId": "string"
}
boolean
isIpRestrictionExempted
Optional
Is user IP restriction exempted. If enabled then user is bypassed from User IP restriction policy validation
boolean
isUserApiTokenMfaExempted
Optional
Is user api token mfa exempted.
If enabled then user is bypassed from User Api token Mfa policy validation
boolean
isUserLoginMfaExempted
Optional
Is user login mfa exempted. If enabled then the user is bypassed from the organization level User login MFA policy
string
userId
Required
The unique identifier of the user, on behalf of which the token was issued.