ssoadmin_provision_permission_set: The process by which a specified permission set is...

View source: R/ssoadmin_operations.R

ssoadmin_provision_permission_setR Documentation

The process by which a specified permission set is provisioned to the specified target

Description

The process by which a specified permission set is provisioned to the specified target.

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

Usage

ssoadmin_provision_permission_set(
  InstanceArn,
  PermissionSetArn,
  TargetId = NULL,
  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 AWS Service Namespaces in the AWS General Reference.

PermissionSetArn

[required] The ARN of the permission set.

TargetId

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 created.


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