RestrictionsResponse.GlobalRestrictions
A dictionary that contains the global restrictions in effect.
Declaration
object RestrictionsResponse.GlobalRestrictionsProperties
| Name | Type | Description |
|---|---|---|
intersection | RestrictionsResponse.GlobalRestrictions.Intersection | A dictionary of intersected profile restrictions. Intersected restrictions indicate that new restrictions can only reduce the number of strings in the set. |
restrictedBool | RestrictionsResponse.GlobalRestrictions.RestrictedBool | A dictionary of Boolean profile restrictions. |
restrictedValue | RestrictionsResponse.GlobalRestrictions.RestrictedValue | A dictionary of numeric profile restrictions. |
union | RestrictionsResponse.GlobalRestrictions.Union | A dictionary of unioned profile restrictions. Unioned restrictions indicate that new restrictions can add to the set. |