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

@@ -36,16 +36,16 @@ name='Access request subscription',
description='Access requested to site xyz',
type='HTTP',
response_deadline='PT1H',
http_config=sailpoint.v2024.models.http_config.HttpConfig(
http_config=sailpoint.v2024.models.http_config.Http Config(
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 = '', ), ),
event_bridge_config=sailpoint.v2024.models.event_bridge_config.EventBridgeConfig(
event_bridge_config=sailpoint.v2024.models.event_bridge_config.Event Bridge Config(
aws_account = '123456789012',
aws_region = 'us-west-1', ),
enabled=True,