Skip to content

Describe Role Custom Permission

quicksight_describe_role_custom_permission R Documentation

Describes all custom permissions that are mapped to a role

Description

Describes all custom permissions that are mapped to a role.

Usage

quicksight_describe_role_custom_permission(Role, AwsAccountId,
  Namespace)

Arguments

Role

[required] The name of the role whose permissions you want described.

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.

Value

A list with the following syntax:

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

Request syntax

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