[{"label":"Latest (v1.0)","version":"latest"}]
csp
OrgIpAuthPolicyRestrictionsResponse
The response body for the IP address authorization policy restrictions.
Properties
array of
OrgIpPolicyRecordDto
exceptions
Optional
List of IP addresses for which the policy will not be applied.
string
restrictionMode
Optional
IP address authorization policy restriction mode.
Possible values are: BLOCKED , ALLOWED
JSON Example
{
"exceptions": [
{
"comment": "string",
"createdAt": 0,
"createdBy": "string",
"value": "string"
}
],
"ips": [
{
"comment": "string",
"createdAt": 0,
"createdBy": "string",
"value": "string"
}
],
"restrictionMode": "BLOCKED"
}