paws.security.identity (version 0.1.0)

clouddirectory_detach_policy: 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.

Request syntax

svc$detach_policy(
  DirectoryArn = "string",
  PolicyReference = list(
    Selector = "string"
  ),
  ObjectReference = list(
    Selector = "string"
  )
)