workdocs_add_resource_permissions: Creates a set of permissions for the specified folder or...

View source: R/workdocs_operations.R

workdocs_add_resource_permissionsR 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.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.