Returns the shared directories in your account.
directoryservice_describe_shared_directories(OwnerDirectoryId,
SharedDirectoryIds, NextToken, Limit)
A list with the following syntax:
list(
SharedDirectories = list(
list(
OwnerAccountId = "string",
OwnerDirectoryId = "string",
ShareMethod = "ORGANIZATIONS"|"HANDSHAKE",
SharedAccountId = "string",
SharedDirectoryId = "string",
ShareStatus = "Shared"|"PendingAcceptance"|"Rejected"|"Rejecting"|"RejectFailed"|"Sharing"|"ShareFailed"|"Deleted"|"Deleting",
ShareNotes = "string",
CreatedDateTime = as.POSIXct(
"2015-01-01"
),
LastUpdatedDateTime = as.POSIXct(
"2015-01-01"
)
)
),
NextToken = "string"
)
[required] Returns the identifier of the directory in the directory owner account.
A list of identifiers of all shared directories in your account.
The DescribeSharedDirectoriesResult.NextToken
value from a previous
call to
describe_shared_directories
.
Pass null if this is the first call.
The number of shared directories to return in the response object.
svc$describe_shared_directories(
OwnerDirectoryId = "string",
SharedDirectoryIds = list(
"string"
),
NextToken = "string",
Limit = 123
)