datazone_remove_policy_grant {paws.analytics}R Documentation

Removes a policy grant

Description

Removes a policy grant.

See https://www.paws-r-sdk.com/docs/datazone_remove_policy_grant/ for full documentation.

Usage

datazone_remove_policy_grant(
  clientToken = NULL,
  domainIdentifier,
  entityIdentifier,
  entityType,
  policyType,
  principal
)

Arguments

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.


[Package paws.analytics version 0.9.0 Index]