QuickSight / Paginator / ListOAuthClientApplications

ListOAuthClientApplications

class QuickSight.Paginator.ListOAuthClientApplications
paginator = client.get_paginator('list_o_auth_client_applications')
paginate(**kwargs)

Creates an iterator that will paginate through responses from QuickSight.Client.list_o_auth_client_applications().

See also: AWS API Documentation

Request Syntax

response_iterator = paginator.paginate(
    AwsAccountId='string',
    PaginationConfig={
        'MaxItems': 123,
        'PageSize': 123,
        'StartingToken': 'string'
    }
)
Parameters:
  • AwsAccountId (string) –

    [REQUIRED]

    The Amazon Web Services account ID.

  • PaginationConfig (dict) –

    A dictionary that provides parameters to control pagination.

    • MaxItems (integer) –

      The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken will be provided in the output that you can use to resume pagination.

    • PageSize (integer) –

      The size of each page.

    • StartingToken (string) –

      A token to specify where to start paginating. This is the NextToken from a previous response.

Return type:

dict

Returns:

Response Syntax

{
    'OAuthClientApplications': [
        {
            'OAuthClientApplicationId': 'string',
            'Name': 'string',
            'OAuthClientAuthenticationType': 'TOKEN',
            'DataSourceType': 'ADOBE_ANALYTICS'|'AMAZON_ELASTICSEARCH'|'ATHENA'|'AURORA'|'AURORA_POSTGRESQL'|'AWS_IOT_ANALYTICS'|'GITHUB'|'JIRA'|'MARIADB'|'MYSQL'|'ORACLE'|'POSTGRESQL'|'PRESTO'|'REDSHIFT'|'S3'|'S3_TABLES'|'SALESFORCE'|'SERVICENOW'|'SNOWFLAKE'|'SPARK'|'SQLSERVER'|'TERADATA'|'TWITTER'|'TIMESTREAM'|'AMAZON_OPENSEARCH'|'EXASOL'|'DATABRICKS'|'STARBURST'|'TRINO'|'BIGQUERY'|'GOOGLESHEETS'|'GOOGLE_DRIVE'|'CONFLUENCE'|'SHAREPOINT'|'ONE_DRIVE'|'WEB_CRAWLER'|'S3_KNOWLEDGE_BASE'|'QBUSINESS',
            'IdentityProviderVpcConnectionProperties': {
                'VpcConnectionArn': 'string'
            },
            'CreatedTime': datetime(2015, 1, 1),
            'LastUpdatedTime': datetime(2015, 1, 1),
            'Arn': 'string'
        },
    ],
    'RequestId': 'string',
    'Status': 123
}

Response Structure

  • (dict) –

    • OAuthClientApplications (list) –

      A list of OAuthClientApplication summaries.

      • (dict) –

        A summary of an OAuthClientApplication.

        • OAuthClientApplicationId (string) –

          The ID of the OAuthClientApplication. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

        • Name (string) –

          The display name of the OAuthClientApplication.

        • OAuthClientAuthenticationType (string) –

          The OAuth client authentication type used by the OAuthClientApplication. Valid values are TOKEN.

        • DataSourceType (string) –

          The type of data source that the OAuthClientApplication is used with. Valid values are SNOWFLAKE.

        • IdentityProviderVpcConnectionProperties (dict) –

          VPC connection properties.

          • VpcConnectionArn (string) –

            The Amazon Resource Name (ARN) for the VPC connection.

        • CreatedTime (datetime) –

          The time that the OAuthClientApplication was created.

        • LastUpdatedTime (datetime) –

          The time that the OAuthClientApplication was last updated.

        • Arn (string) –

          The Amazon Resource Name (ARN) of the OAuthClientApplication.

    • RequestId (string) –

      The Amazon Web Services request ID for this operation.

    • Status (integer) –

      The HTTP status of the request.