Gets a description of a Server Message Block (SMB) file share settings from a file gateway. This operation is only supported for file gateways.
storagegateway_describe_smb_settings(GatewayARN)
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",
FileSharesVisible = TRUE|FALSE
)
[required]
svc$describe_smb_settings(
GatewayARN = "string"
)