View source: R/datazone_operations.R
datazone_remove_policy_grant | R Documentation |
Removes a policy grant.
See https://www.paws-r-sdk.com/docs/datazone_remove_policy_grant/ for full documentation.
datazone_remove_policy_grant(
clientToken = NULL,
domainIdentifier,
entityIdentifier,
entityType,
policyType,
principal
)
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
domainIdentifier |
[required] The ID of the domain where you want to remove a policy grant. |
entityIdentifier |
[required] The ID of the entity from which you want to remove a policy grant. |
entityType |
[required] The type of the entity from which you want to remove a policy grant. |
policyType |
[required] The type of the policy that you want to remove. |
principal |
[required] The principal from which you want to remove a policy grant. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.