View source: R/datazone_operations.R
datazone_add_policy_grant | R Documentation |
Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles.
See https://www.paws-r-sdk.com/docs/datazone_add_policy_grant/ for full documentation.
datazone_add_policy_grant(
clientToken = NULL,
detail,
domainIdentifier,
entityIdentifier,
entityType,
policyType,
principal
)
clientToken |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request. |
detail |
[required] The details of the policy grant. |
domainIdentifier |
[required] The ID of the domain where you want to add a policy grant. |
entityIdentifier |
[required] The ID of the entity (resource) to which you want to add a policy grant. |
entityType |
[required] The type of entity (resource) to which the grant is added. |
policyType |
[required] The type of policy that you want to grant. |
principal |
[required] The principal to whom the permissions are granted. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.