Update README

This commit is contained in:
Samuel Lorch 2021-08-30 16:48:20 +02:00
parent 0c454a3c28
commit d59d0cc0e5

View file

@ -173,7 +173,7 @@ The ShareResourceWithUsersAndGroups function Shares the Resource With all Provid
```
err := helper.ShareResourceWithUsersAndGroups(ctx, client, "resource id", []string{"user 1 id"}, []string{"group 1 id"}, 7)
```
Note: Existing Permission of Users and Groups will be Adjusted to Fit the Type.
Note: Existing Permission of Users and Groups will be adjusted to be of the Provided permissionType.
If you need to do something more Complicated like setting Users/Groups to different Type then you can Use ShareResource directly:
```