Skip to content

List Identity Propagation Configs

quicksight_list_identity_propagation_configs R Documentation

Lists all services and authorized targets that the Amazon QuickSight IAM Identity Center application can access

Description

Lists all services and authorized targets that the Amazon QuickSight IAM Identity Center application can access.

This operation is only supported for Amazon QuickSight accounts that use IAM Identity Center.

Usage

quicksight_list_identity_propagation_configs(AwsAccountId, MaxResults,
  NextToken)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contain the identity propagation configurations of.

MaxResults

The maximum number of results to be returned.

NextToken

The token for the next set of results, or null if there are no more results.

Value

A list with the following syntax:

list(
  Services = list(
    list(
      Service = "REDSHIFT",
      AuthorizedTargets = list(
        "string"
      )
    )
  ),
  NextToken = "string",
  Status = 123,
  RequestId = "string"
)

Request syntax

svc$list_identity_propagation_configs(
  AwsAccountId = "string",
  MaxResults = 123,
  NextToken = "string"
)