Update python SDK docs: 16529922792

This commit is contained in:
developer-relations-sp
2025-07-25 19:23:51 +00:00
parent 456f1a8b11
commit aefdabfd26
538 changed files with 1386 additions and 1234 deletions

View File

@@ -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 = '', )
)