Lists policy grants.
See https://www.paws-r-sdk.com/docs/datazone_list_policy_grants/ for full documentation.
Usage
datazone_list_policy_grants(
domainIdentifier,
entityType,
entityIdentifier,
policyType,
maxResults = NULL,
nextToken = NULL
)Arguments
- domainIdentifier
[required] The ID of the domain where you want to list policy grants.
- entityType
[required] The type of entity for which you want to list policy grants.
- entityIdentifier
[required] The ID of the entity for which you want to list policy grants.
- policyType
[required] The type of policy that you want to list.
- 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 ofMaxResults, the response contains aNextTokenvalue that you can use in a subsequent call tolist_policy_grantsto list the next set of grants.- nextToken
When the number of grants is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of grants, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call tolist_policy_grantsto list the next set of grants.