lakeformation_list_permissions: Returns a list of the principal permissions on the resource,...

View source: R/lakeformation_operations.R

lakeformation_list_permissionsR Documentation

Returns a list of the principal permissions on the resource, filtered by the permissions of the caller

Description

Returns a list of the principal permissions on the resource, filtered by the permissions of the caller. For example, if you are granted an ALTER permission, you are able to see only the principal permissions for ALTER.

See https://www.paws-r-sdk.com/docs/lakeformation_list_permissions/ for full documentation.

Usage

lakeformation_list_permissions(
  CatalogId = NULL,
  Principal = NULL,
  ResourceType = NULL,
  Resource = NULL,
  NextToken = NULL,
  MaxResults = NULL,
  IncludeRelated = NULL
)

Arguments

CatalogId

The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

Principal

Specifies a principal to filter the permissions returned.

ResourceType

Specifies a resource type to filter the permissions returned.

Resource

A resource where you will get a list of the principal permissions.

This operation does not support getting privileges on a table with columns. Instead, call this operation on the table, and the operation returns the table and the table w columns.

NextToken

A continuation token, if this is not the first call to retrieve this list.

MaxResults

The maximum number of results to return.

IncludeRelated

Indicates that related permissions should be included in the results.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.