Values.AccessRestrictionSourceIndicates if the access location is restricted. Index correlates to that of an access point and indicates if access through this point has some form of restriction.
type nonrec t = {restricted : SensitiveBoolean.t option;The restriction.
*)categories : CategoryList.t option;Categories of results that results must belong too.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `List of
[> `Structure of
(string
* [> `Boolean of SensitiveBoolean.t
| `String of CategoryIdString.t ])
list ]
list ])
list ]