Skip to content

Delete Identity Propagation Config

quicksight_delete_identity_propagation_config R Documentation

Deletes all access scopes and authorized targets that are associated with a service from the Amazon QuickSight IAM Identity Center application

Description

Deletes all access scopes and authorized targets that are associated with a service from the Amazon QuickSight IAM Identity Center application.

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

Usage

quicksight_delete_identity_propagation_config(AwsAccountId, Service)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that you want to delete an identity propagation configuration from.

Service

[required] The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.

Value

A list with the following syntax:

list(
  RequestId = "string",
  Status = 123
)

Request syntax

svc$delete_identity_propagation_config(
  AwsAccountId = "string",
  Service = "REDSHIFT"
)