Detach Policy
clouddirectory_detach_policy | R Documentation |
Detaches a policy from an object¶
Description¶
Detaches a policy from an object.
Usage¶
clouddirectory_detach_policy(DirectoryArn, PolicyReference,
ObjectReference)
Arguments¶
DirectoryArn |
[required] The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns. |
PolicyReference |
[required] Reference that identifies the policy object. |
ObjectReference |
[required] Reference that identifies the object whose policy object will be detached. |
Value¶
An empty list.
Request syntax¶
svc$detach_policy(
DirectoryArn = "string",
PolicyReference = list(
Selector = "string"
),
ObjectReference = list(
Selector = "string"
)
)