Skip to content

Update Account Custom Permission

quicksight_update_account_custom_permission R Documentation

Applies a custom permissions profile to an account

Description

Applies a custom permissions profile to an account.

Usage

quicksight_update_account_custom_permission(CustomPermissionsName,
  AwsAccountId)

Arguments

CustomPermissionsName

[required] The name of the custom permissions profile that you want to apply to an account.

AwsAccountId

[required] The ID of the Amazon Web Services account for which you want to apply a custom permissions profile.

Value

A list with the following syntax:

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

Request syntax

svc$update_account_custom_permission(
  CustomPermissionsName = "string",
  AwsAccountId = "string"
)