Account Assignment
Provides a Single Sign-On (SSO) Account Assignment resource
Import
SSO Account Assignments can be imported using the principal_id
, principal_type
, target_id
, target_type
, permission_set_arn
, instance_arn
separated by commas (,
) e.g.,
$ pulumi import aws:ssoadmin/accountAssignment:AccountAssignment example f81d4fae-7dec-11d0-a765-00a0c91e6bf6,GROUP,1234567890,AWS_ACCOUNT,arn:aws:sso:::permissionSet/ssoins-0123456789abcdef/ps-0123456789abcdef,arn:aws:sso:::instance/ssoins-0123456789abcdef
Content copied to clipboard
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the SSO Instance.
Link copied to clipboard
The Amazon Resource Name (ARN) of the Permission Set that the admin wants to grant the principal access to.
Link copied to clipboard
An identifier for an object in SSO, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6
).
Link copied to clipboard
The entity type for which the assignment will be created. Valid values: USER
, GROUP
.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The entity type for which the assignment will be created. Valid values: AWS_ACCOUNT
.