Reject Shared Directory
directoryservice_reject_shared_directory | R Documentation |
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)
Arguments¶
SharedDirectoryId |
[required] Identifier of the shared directory in the directory consumer account. This identifier is different for each directory owner account. |
Value¶
A list with the following syntax:
list(
SharedDirectoryId = "string"
)
Request syntax¶
svc$reject_shared_directory(
SharedDirectoryId = "string"
)