Values_2.UpdateDashboardPermissionsRequestSourceUpdates read and write permissions on a dashboard.
type nonrec t = {awsAccountId : Values_1.AwsAccountId.t;The ID of the Amazon Web Services account that contains the dashboard whose permissions you're updating.
*)dashboardId : Values_0.ShortRestrictiveResourceId.t;The ID for the dashboard.
*)grantPermissions : UpdateResourcePermissionList.t option;The permissions that you want to grant on this resource.
*)revokePermissions : UpdateResourcePermissionList.t option;The permissions that you want to revoke from this resource.
*)grantLinkPermissions : UpdateLinkPermissionList.t option;Grants link permissions to all users in a defined namespace.
*)revokeLinkPermissions : UpdateLinkPermissionList.t option;Revokes link permissions from all users in a defined namespace.
*)}val make :
?grantPermissions:??? ->
?revokePermissions:??? ->
?grantLinkPermissions:??? ->
?revokeLinkPermissions:??? ->
awsAccountId:Values_1.AwsAccountId.t ->
dashboardId:Values_0.ShortRestrictiveResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of string ] list
| `String of string ])
list ]
list
| `String of Values_1.AwsAccountId.t ])
list ]