clouddirectory_list_object_parent_paths {paws.security.identity} | R 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. |
[Package paws.security.identity version 0.6.1 Index]