[{"label":"Latest (v1.0)","version":"latest"}]
csp

OrgAuthExemptionDto

Org auth exemption expanded dto


Properties

string
orgId Optional

userAuthExemptionDtos Optional

Used to add exemption to users from authentication validation policies.

JSON Example

{
	"orgId": "string",
	"userAuthExemptionDtos": [
		{
			"isIpRestrictionExempted": false,
			"isUserApiTokenMfaExempted": false,
			"isUserLoginMfaExempted": false,
			"userId": "string"
		}
	]
}
[{"label":"Latest (v1.0)","version":"latest"}]
csp
Property Of

GetOrgAuthExemptionDto

Feedback

Was this page helpful?