Learn R Programming

paws.analytics (version 0.7.0)

datazone_list_policy_grants: Lists policy grants

Description

Lists policy grants.

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

Usage

datazone_list_policy_grants(
  domainIdentifier,
  entityIdentifier,
  entityType,
  maxResults = NULL,
  nextToken = NULL,
  policyType
)

Arguments

domainIdentifier

[required] The ID of the domain where you want to list policy grants.

entityIdentifier

[required] The ID of the entity for which you want to list policy grants.

entityType

[required] The type of entity for which you want to list policy grants.

maxResults

The maximum number of grants to return in a single call to list_policy_grants. When the number of grants to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to list_policy_grants to list the next set of grants.

nextToken

When the number of grants is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of grants, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to list_policy_grants to list the next set of grants.

policyType

[required] The type of policy that you want to list.