Skip to content

Delete Role Membership

quicksight_delete_role_membership R Documentation

Removes a group from a role

Description

Removes a group from a role.

Usage

quicksight_delete_role_membership(MemberName, Role, AwsAccountId,
  Namespace)

Arguments

MemberName

[required] The name of the group.

Role

[required] The role that you want to remove permissions from.

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(
  RequestId = "string",
  Status = 123
)

Request syntax

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