workdocs_describe_resource_permissions {paws.end.user.computing} | R Documentation |
Describes the permissions of a specified resource
Description
Describes 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) |
[Package paws.end.user.computing version 0.9.0 Index]