ssoadmin_delete_account_assignment: Deletes a principal's access from a specified AWS account...

View source: R/ssoadmin_operations.R

ssoadmin_delete_account_assignmentR Documentation

Deletes a principal's access from a specified AWS account using a specified permission set

Description

Deletes a principal's access from a specified AWS account using a specified permission set.

See https://www.paws-r-sdk.com/docs/ssoadmin_delete_account_assignment/ for full documentation.

Usage

ssoadmin_delete_account_assignment(
  InstanceArn,
  TargetId,
  TargetType,
  PermissionSetArn,
  PrincipalType,
  PrincipalId
)

Arguments

InstanceArn

[required] The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.

TargetId

[required] TargetID is an AWS account identifier, typically a 10-12 digit string (For example, 123456789012).

TargetType

[required] The entity type for which the assignment will be deleted.

PermissionSetArn

[required] The ARN of the permission set that will be used to remove access.

PrincipalType

[required] The entity type for which the assignment will be deleted.

PrincipalId

[required] An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.