ssoadmin_create_account_assignment: Assigns access to a principal for a specified Amazon Web...

View source: R/ssoadmin_operations.R

ssoadmin_create_account_assignmentR Documentation

Assigns access to a principal for a specified Amazon Web Services account using a specified permission set

Description

Assigns access to a principal for a specified Amazon Web Services account using a specified permission set.

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

Usage

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

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 Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

PermissionSetArn

[required] The ARN of the permission set that the admin wants to grant the principal access to.

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.

PrincipalType

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

TargetId

[required] TargetID is an Amazon Web Services account identifier, (For example, 123456789012).

TargetType

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


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.