Inspector2 / Client / enable_delegated_admin_account
enable_delegated_admin_account¶
- Inspector2.Client.enable_delegated_admin_account(**kwargs)¶
- Enables the Amazon Inspector delegated administrator for your Organizations organization. - See also: AWS API Documentation - Request Syntax- response = client.enable_delegated_admin_account( delegatedAdminAccountId='string', clientToken='string' ) - Parameters:
- delegatedAdminAccountId (string) – - [REQUIRED] - The Amazon Web Services account ID of the Amazon Inspector delegated administrator. 
- clientToken (string) – - The idempotency token for the request. - This field is autopopulated if not provided. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'delegatedAdminAccountId': 'string' } - Response Structure- (dict) – - delegatedAdminAccountId (string) – - The Amazon Web Services account ID of the successfully Amazon Inspector delegated administrator. 
 
 
 - Exceptions