Permission Set Args
data class PermissionSetArgs(val description: Output<String>? = null, val instanceArn: Output<String>? = null, val name: Output<String>? = null, val relayState: Output<String>? = null, val sessionDuration: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<PermissionSetArgs>
Provides a Single Sign-On (SSO) Permission Set resource
NOTE: Updating this resource will automatically Provision the Permission Set to apply the corresponding updates to all assigned accounts.
Import
SSO Permission Sets can be imported using the arn
and instance_arn
separated by a comma (,
) e.g.,
$ pulumi import aws:ssoadmin/permissionSet:PermissionSet example arn:aws:sso:::permissionSet/ssoins-2938j0x8920sbj72/ps-80383020jr9302rk,arn:aws:sso:::instance/ssoins-2938j0x8920sbj72
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
The description of the Permission Set.
Link copied to clipboard
The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.
Link copied to clipboard
The relay state URL used to redirect users within the application during the federation authentication process.
Link copied to clipboard
The length of time that the application user sessions are valid in the ISO-8601 standard. Default: PT1H
.