Skip to content

Update Role Custom Permission

quicksight_update_role_custom_permission R Documentation

Updates the custom permissions that are associated with a role

Description

Updates the custom permissions that are associated with a role.

Usage

quicksight_update_role_custom_permission(CustomPermissionsName, Role,
  AwsAccountId, Namespace)

Arguments

CustomPermissionsName

[required] The name of the custom permission that you want to update the role with.

Role

[required] The name of role tht you want to update.

AwsAccountId

[required] The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.

Namespace

[required] The namespace that contains the role that you want to update.

Value

A list with the following syntax:

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

Request syntax

svc$update_role_custom_permission(
  CustomPermissionsName = "string",
  Role = "ADMIN"|"AUTHOR"|"READER"|"ADMIN_PRO"|"AUTHOR_PRO"|"READER_PRO",
  AwsAccountId = "string",
  Namespace = "string"
)