You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When malicious content is detected in the scanned object, `scanResult` will show a non-zero value. Otherwise, the value will be `null`. Moreover, when malware is detected, `foundMalwares` will be non-empty containing one or more name/value pairs of `fileName` and `malwareName`. `fileName` will be filename of malware detected while `malwareName` will be the name of the virus/malware found.
121
187
@@ -130,11 +196,11 @@ Creates a new instance of the grpc Channel, and provisions essential settings, i
| region | The region you obtained your api key. Value provided must be one of the Vision One regions, e.g. `us-east-1`, `eu-central-1`, `ap-northeast-1`, `ap-southeast-2`, `ap-southeast-1`, `ap-south-1`, etc. |
135
201
| api_key | Your own Vision One API Key. |
136
-
| enable_tls | Enable or disable TLS. TLS should always be enabled when connecting to the AMaaS server. For more information, see the 'Ensuring Secure Communication with TLS' section. |
137
-
| ca_cert |`Optional` CA certificate used to connect to AMaaS server. |
202
+
| enable_tls | Enable or disable TLS. TLS should always be enabled when connecting to the AMaaS server. For more information, see the 'Ensuring Secure Communication with TLS' section. |
203
+
| ca_cert |`Optional` CA certificate used to connect to AMaaS server. |
138
204
139
205
**_Return_**
140
206
A grpc Channel instance
@@ -146,47 +212,49 @@ Creates a new instance of the grpc aio Channel, and provisions essential setting
| region | The region you obtained your api key. Value provided must be one of the Vision One regions, e.g. `us-east-1`, `eu-central-1`, `ap-northeast-1`, `ap-southeast-2`, `ap-southeast-1`, `ap-south-1`, etc. |
151
217
| api_key | Your own Vision One API Key. |
152
-
| enable_tls | Enable or disable TLS. TLS should always be enabled when connecting to the AMaaS server. For more information, see the 'Ensuring Secure Communication with TLS' section. |
153
-
| ca_cert |`Optional` CA certificate used to connect to AMaaS server. |
218
+
| enable_tls | Enable or disable TLS. TLS should always be enabled when connecting to the AMaaS server. For more information, see the 'Ensuring Secure Communication with TLS' section. |
219
+
| ca_cert |`Optional` CA certificate used to connect to AMaaS server. |
|`TM_AM_SCAN_TIMEOUT_SECS`| Specify, in number of seconds, to override the default scan timeout period | 0, 1, 2, ... ; default=300 |
223
291
224
292
## Thread Safety
@@ -230,4 +298,4 @@ The following environment variables are supported by Python Client SDK and can b
230
298
The communication channel between the client program or SDK and the Trend Vision One™ File Security service is fortified with robust server-side TLS encryption. This ensures that all data transmitted between the client and Trend service remains thoroughly encrypted and safeguarded.
231
299
The certificate employed by server-side TLS is a publicly-signed certificate from Trend Micro Inc, issued by a trusted Certificate Authority (CA), further bolstering security measures.
232
300
233
-
The File Security SDK consistently adopts TLS as the default communication channel, prioritizing security at all times. It is strongly advised not to disable TLS in a production environment while utilizing the File Security SDK, as doing so could compromise the integrity and confidentiality of transmitted data.
301
+
The File Security SDK consistently adopts TLS as the default communication channel, prioritizing security at all times. It is strongly advised not to disable TLS in a production environment while utilizing the File Security SDK, as doing so could compromise the integrity and confidentiality of transmitted data.
0 commit comments