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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user