SignInService / Client / get_console_authorization_configuration
get_console_authorization_configuration¶
- SignInService.Client.get_console_authorization_configuration(**kwargs)¶
Get console authorization configuration with automatic scope detection
See also: AWS API Documentation
Request Syntax
response = client.get_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 GetConsoleAuthorizationConfiguration operation
targetId (string) –
Target account identifier
scope (string) –
Authorization scope
consoleAuthorizationEnabled (boolean) –
Whether console authorization is enabled
Exceptions