Creates a set of permissions for the specified folder or document
Source:R/workdocs_operations.R
workdocs_add_resource_permissions.RdCreates a set of permissions for the specified folder or document. The resource permissions are overwritten if the principals already have different permissions.
See https://www.paws-r-sdk.com/docs/workdocs_add_resource_permissions/ for full documentation.
Usage
workdocs_add_resource_permissions(
AuthenticationToken = NULL,
ResourceId,
Principals,
NotificationOptions = NULL
)Arguments
- AuthenticationToken
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
- ResourceId
[required] The ID of the resource.
- Principals
[required] The users, groups, or organization being granted permission.
- NotificationOptions
The notification options.