AccountAccess / Client / list_applications
list_applications¶
- AccountAccess.Client.list_applications(**kwargs)¶
Lists the account access manager applications in your account. Use pagination to ensure that the operation returns quickly and successfully.
See also: AWS API Documentation
Request Syntax
response = client.list_applications( maxResults=123, nextToken='string' )
- Parameters:
maxResults (integer) – Specifies the maximum number of results to return in a single call.
nextToken (string) – Specifies the pagination token from a previous call to retrieve the next set of results.
- Return type:
dict
- Returns:
Response Syntax
{ 'applications': [ { 'applicationArn': 'string', 'tenantId': 'string', 'createdAt': datetime(2015, 1, 1), 'updatedAt': datetime(2015, 1, 1) }, ], 'nextToken': 'string' }
Response Structure
(dict) –
applications (list) –
The list of applications.
(dict) –
Contains summary information about an account access manager application.
applicationArn (string) –
The ARN of the application.
tenantId (string) –
The tenant identifier associated with the application.
createdAt (datetime) –
The date and time when the application was created.
updatedAt (datetime) –
The date and time when the application was last updated.
nextToken (string) –
The pagination token to use in a subsequent request to retrieve the next set of results. This value is null when there are no more results to return.
Exceptions
AccountAccess.Client.exceptions.AccessDeniedExceptionAccountAccess.Client.exceptions.ThrottlingExceptionAccountAccess.Client.exceptions.ValidationExceptionAccountAccess.Client.exceptions.InternalServerException