Values_1.LinkSharingConfigurationSourceA structure that contains the configuration of a shareable link to the dashboard.
type nonrec t = {permissions : ResourcePermissionList.t option;A structure that contains the permissions of a shareable link.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of Principal.t ])
list ]
list ])
list ]