Skip to content

Remove All Resource Permissions

workdocs_remove_all_resource_permissions R Documentation

Removes all the permissions from the specified resource

Description

Removes all the permissions from the specified resource.

Usage

workdocs_remove_all_resource_permissions(AuthenticationToken,
  ResourceId)

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.

Value

An empty list.

Request syntax

svc$remove_all_resource_permissions(
  AuthenticationToken = "string",
  ResourceId = "string"
)