clouddirectory_list_object_parent_paths: Retrieves all available parent paths for any object type such...

View source: R/clouddirectory_operations.R

clouddirectory_list_object_parent_pathsR Documentation

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects

Description

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.

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

Usage

clouddirectory_list_object_parent_paths(
  DirectoryArn,
  ObjectReference,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

DirectoryArn

[required] The ARN of the directory to which the parent path applies.

ObjectReference

[required] The reference that identifies the object whose parent paths are listed.

NextToken

The pagination token.

MaxResults

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


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.