ssoadmin_create_permission_set: Creates a permission set within a specified IAM Identity...

View source: R/ssoadmin_operations.R

ssoadmin_create_permission_setR Documentation

Creates a permission set within a specified IAM Identity Center instance

Description

Creates a permission set within a specified IAM Identity Center instance.

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

Usage

ssoadmin_create_permission_set(
  Name,
  Description = NULL,
  InstanceArn,
  SessionDuration = NULL,
  RelayState = NULL,
  Tags = NULL
)

Arguments

Name

[required] The name of the PermissionSet.

Description

The description of the PermissionSet.

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.

SessionDuration

The length of time that the application user sessions are valid in the ISO-8601 standard.

RelayState

Used to redirect users within the application during the federation authentication process.

Tags

The tags to attach to the new PermissionSet.


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