mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update python SDK docs: 16529922792
This commit is contained in:
@@ -32,10 +32,10 @@ http_config = HttpConfig(
|
||||
url='https://www.example.com',
|
||||
http_dispatch_mode='SYNC',
|
||||
http_authentication_type='NO_AUTH',
|
||||
basic_auth_config=sailpoint.v2024.models.basic_auth_config.BasicAuthConfig(
|
||||
basic_auth_config=sailpoint.v2024.models.basic_auth_config.Basic Auth Config(
|
||||
user_name = 'user@example.com',
|
||||
password = '', ),
|
||||
bearer_token_auth_config=sailpoint.v2024.models.bearer_token_auth_config.BearerTokenAuthConfig(
|
||||
bearer_token_auth_config=sailpoint.v2024.models.bearer_token_auth_config.Bearer Token Auth Config(
|
||||
bearer_token = '', )
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user