View source: R/clouddirectory_operations.R
clouddirectory_list_object_parent_paths | R Documentation |
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.
clouddirectory_list_object_parent_paths(
DirectoryArn,
ObjectReference,
NextToken = NULL,
MaxResults = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.