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
)[required] The ID of the domain where you want to list policy grants.
[required] The ID of the entity for which you want to list policy grants.
[required] The type of entity for which you want to list policy grants.
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.
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.
[required] The type of policy that you want to list.