Describes the permissions of a specified resource
Source:R/workdocs_operations.R
workdocs_describe_resource_permissions.RdDescribes the permissions of a specified resource.
See https://www.paws-r-sdk.com/docs/workdocs_describe_resource_permissions/ for full documentation.
Usage
workdocs_describe_resource_permissions(
AuthenticationToken = NULL,
ResourceId,
PrincipalId = NULL,
Limit = NULL,
Marker = 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.
- PrincipalId
The ID of the principal to filter permissions by.
- Limit
The maximum number of items to return with this call.
- Marker
The marker for the next set of results. (You received this marker from a previous call)