SiteRestriction Object
Field Guide
Name | Type | Example | Notes |
---|---|---|---|
enabled | Boolean | true | Indicates if the Site is restricted or not. |
authentication | String | CALLBACK |
Possible values:
|
callbackConfiguration | CallbackConfiguration | Present if authentication is CALLBACK . |
Example
{
"enabled": true,
"authentication": "CALLBACK",
"callbackConfiguration": {
"signInUrl": "https://example.com/signin"
}
}