workdocs_add_resource_permissions {paws.end.user.computing} | R Documentation |
Creates a set of permissions for the specified folder or document
Description
Creates 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. |
[Package paws.end.user.computing version 0.7.0 Index]