Create Permission Set
ssoadmin_create_permission_set | R Documentation |
Creates a permission set within a specified IAM Identity Center instance¶
Description¶
Creates a permission set within a specified IAM Identity Center instance.
To grant users and groups access to Amazon Web Services account
resources, use create_account_assignment
.
Usage¶
Arguments¶
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 Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
Name
[required] The name of the PermissionSet.
RelayState
Used to redirect users within the application during the federation authentication process.
SessionDuration
The length of time that the application user sessions are valid in the ISO-8601 standard.
Tags
The tags to attach to the new PermissionSet.
Value¶
A list with the following syntax:
list(
PermissionSet = list(
CreatedDate = as.POSIXct(
"2015-01-01"
),
Description = "string",
Name = "string",
PermissionSetArn = "string",
RelayState = "string",
SessionDuration = "string"
)
)