directoryservice_reject_shared_directory: Rejects a directory sharing request that was sent from the directory
owner account
Description
Rejects a directory sharing request that was sent from the directory
owner account.
Usage
directoryservice_reject_shared_directory(SharedDirectoryId)
Value
A list with the following syntax:
list(
SharedDirectoryId = "string"
)
Arguments
- SharedDirectoryId
[required] Identifier of the shared directory in the directory consumer account.
This identifier is different for each directory owner account.
Request syntax
svc$reject_shared_directory(
SharedDirectoryId = "string"
)