Python SDK Configuration on the Client
Some functions supported by SDK can be enabled or disabled through configuration.
Sample code
1 2 3 4 5 6 |
conn = connection.Connection(auth_url=auth_url,
user_domain_id=userDomainId,
project_id=projectId,
username=username,
password=password,
verify=False)
|
Currently, the following custom parameters are supported.
|
Parameter |
Default Value |
Function Description |
Remarks |
|---|---|---|---|
|
verify |
True |
SSL check |
You are advised to set verify to True. |
Last Article: Python SDK Authentication Modes
Next Article: Python SDK Service Endpoint Configuration
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.