paws.security.identity (version 0.5.0)

clouddirectory_list_object_policies: Returns policies attached to an object in pagination fashion

Description

Returns policies attached to an object in pagination fashion.

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

Usage

clouddirectory_list_object_policies(
  DirectoryArn,
  ObjectReference,
  NextToken = NULL,
  MaxResults = NULL,
  ConsistencyLevel = NULL
)

Arguments

DirectoryArn

[required] The Amazon Resource Name (ARN) that is associated with the Directory where objects reside. For more information, see arns.

ObjectReference

[required] Reference that identifies the object for which policies will be listed.

NextToken

The pagination token.

MaxResults

The maximum number of items to be retrieved in a single call. This is an approximate number.

ConsistencyLevel

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.