PermissionSet

class PermissionSet : KotlinCustomResource

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

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the Permission Set.

Link copied to clipboard
val createdDate: Output<String>

The date the Permission Set was created in RFC3339 format.

Link copied to clipboard
val description: Output<String>?

The description of the Permission Set.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceArn: Output<String>

The Amazon Resource Name (ARN) of the SSO Instance under which the operation will be executed.

Link copied to clipboard
val name: Output<String>

The name of the Permission Set.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val relayState: Output<String>?

The relay state URL used to redirect users within the application during the federation authentication process.

Link copied to clipboard
val sessionDuration: Output<String>?

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

Link copied to clipboard
val tags: Output<Map<String, String>>?

Key-value map of resource tags. .If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard
val tagsAll: Output<Map<String, String>>

A map of tags assigned to the resource, including those inherited from the provider default_tags configuration block.

Link copied to clipboard
val urn: Output<String>