paws.security.identity (version 0.5.0)

directoryservice_describe_shared_directories: Returns the shared directories in your account

Description

Returns the shared directories in your account.

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

Usage

directoryservice_describe_shared_directories(
  OwnerDirectoryId,
  SharedDirectoryIds = NULL,
  NextToken = NULL,
  Limit = NULL
)

Arguments

OwnerDirectoryId

[required] Returns the identifier of the directory in the directory owner account.

SharedDirectoryIds

A list of identifiers of all shared directories in your account.

NextToken

The DescribeSharedDirectoriesResult.NextToken value from a previous call to describe_shared_directories. Pass null if this is the first call.

Limit

The number of shared directories to return in the response object.