ssoadmin_update_permission_set: Updates an existing permission set

View source: R/ssoadmin_operations.R

ssoadmin_update_permission_setR Documentation

Updates an existing permission set

Description

Updates an existing permission set.

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

Usage

ssoadmin_update_permission_set(
  InstanceArn,
  PermissionSetArn,
  Description = NULL,
  SessionDuration = NULL,
  RelayState = NULL
)

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.

Description

The description of the PermissionSet.

SessionDuration

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

RelayState

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


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