Remove Resource Permission
workdocs_remove_resource_permission | R Documentation |
Removes the permission for the specified principal from the specified resource¶
Description¶
Removes the permission for the specified principal from the specified resource.
Usage¶
workdocs_remove_resource_permission(AuthenticationToken, ResourceId,
PrincipalId, PrincipalType)
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 |
[required] The principal ID of the resource. |
PrincipalType |
The principal type of the resource. |
Value¶
An empty list.
Request syntax¶
svc$remove_resource_permission(
AuthenticationToken = "string",
ResourceId = "string",
PrincipalId = "string",
PrincipalType = "USER"|"GROUP"|"INVITE"|"ANONYMOUS"|"ORGANIZATION"
)