View source: R/datazone_operations.R
datazone_list_policy_grants | R Documentation |
Lists policy grants.
See https://www.paws-r-sdk.com/docs/datazone_list_policy_grants/ for full documentation.
datazone_list_policy_grants(
domainIdentifier,
entityIdentifier,
entityType,
maxResults = NULL,
nextToken = NULL,
policyType
)
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
|
nextToken |
When the number of grants is greater than the default value for the
|
policyType |
[required] The type of policy that you want to list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.