Adds a policy grant (an authorization policy) to a specified entity, including domain units, environment blueprint configurations, or environment profiles
Source:R/datazone_operations.R
datazone_add_policy_grant.RdAdds 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(
domainIdentifier,
entityType,
entityIdentifier,
policyType,
principal,
detail,
clientToken = NULL
)Arguments
- domainIdentifier
[required] The ID of the domain where you want to add a policy grant.
- entityType
[required] The type of entity (resource) to which the grant is added.
- entityIdentifier
[required] The ID of the entity (resource) to which you want to add a policy grant.
- policyType
[required] The type of policy that you want to grant.
- principal
[required] The principal to whom the permissions are granted.
- detail
[required] The details of the policy grant.
- clientToken
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.