Describe Smb Settings
storagegateway_describe_smb_settings | R Documentation |
Gets a description of a Server Message Block (SMB) file share settings from a file gateway¶
Description¶
Gets a description of a Server Message Block (SMB) file share settings from a file gateway. This operation is only supported for file gateways.
Usage¶
Arguments¶
GatewayARN
[required]
Value¶
A list with the following syntax:
list(
GatewayARN = "string",
DomainName = "string",
ActiveDirectoryStatus = "ACCESS_DENIED"|"DETACHED"|"JOINED"|"JOINING"|"NETWORK_ERROR"|"TIMEOUT"|"UNKNOWN_ERROR",
SMBGuestPasswordSet = TRUE|FALSE,
SMBSecurityStrategy = "ClientSpecified"|"MandatorySigning"|"MandatoryEncryption"|"MandatoryEncryptionNoAes128",
FileSharesVisible = TRUE|FALSE,
SMBLocalGroups = list(
GatewayAdmins = list(
"string"
)
)
)