Detaches a policy from an object.
clouddirectory_detach_policy(DirectoryArn, PolicyReference,
  ObjectReference)[required] The Amazon Resource Name (ARN) that is associated with the Directory where both objects reside. For more information, see arns.
[required] Reference that identifies the policy object.
[required] Reference that identifies the object whose policy object will be detached.
svc$detach_policy(
  DirectoryArn = "string",
  PolicyReference = list(
    Selector = "string"
  ),
  ObjectReference = list(
    Selector = "string"
  )
)