Updates the SMB security strategy on a file gateway. This action is only supported in file gateways.
storagegateway_update_smb_security_strategy(GatewayARN,
SMBSecurityStrategy)
[required]
[required] Specifies the type of security strategy.
ClientSpecified: SMBv1 is enabled, SMB signing is offered but not required, SMB encryption is offered but not required.
MandatorySigning: SMBv1 is disabled, SMB signing is required, SMB encryption is offered but not required.
MandatoryEncryption: SMBv1 is disabled, SMB signing is offered but not required, SMB encryption is required.
svc$update_smb_security_strategy( GatewayARN = "string", SMBSecurityStrategy = "ClientSpecified"|"MandatorySigning"|"MandatoryEncryption" )