SignInService / Client / delete_console_authorization_configuration
delete_console_authorization_configuration¶
- SignInService.Client.delete_console_authorization_configuration(**kwargs)¶
Delete console authorization configuration with automatic scope detection
See also: AWS API Documentation
Request Syntax
response = client.delete_console_authorization_configuration( targetId='string' )
- Parameters:
targetId (string) – Target account identifier
- Return type:
dict
- Returns:
Response Syntax
{ 'targetId': 'string', 'scope': 'string', 'consoleAuthorizationEnabled': True|False }
Response Structure
(dict) –
Output for DeleteConsoleAuthorizationConfiguration operation
targetId (string) –
Target account identifier
scope (string) –
Authorization scope
consoleAuthorizationEnabled (boolean) –
Whether console authorization is enabled
Exceptions