datazone_add_policy_grant {paws.analytics} | R Documentation |
Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles
Description
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.
Usage
datazone_add_policy_grant(
clientToken = NULL,
detail,
domainIdentifier,
entityIdentifier,
entityType,
policyType,
principal
)
Arguments
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. |
[Package paws.analytics version 0.9.0 Index]