AccessConfiguration

class AccessConfiguration : KotlinCustomResource

Provides a Cloud SSO Access Configuration resource. For information about Cloud SSO Access Configuration and how to use it, see What is Access Configuration.

NOTE: Available since v1.145.0. NOTE: Cloud SSO Only Support cn-shanghai And us-west-1 Region

Import

Cloud SSO Access Configuration can be imported using the id, e.g.

$ pulumi import alicloud:cloudsso/accessConfiguration:AccessConfiguration example <directory_id>:<access_configuration_id>

Properties

Link copied to clipboard

The AccessConfigurationId of the Access Configuration.

Link copied to clipboard

The AccessConfigurationName of the Access Configuration. The name of the resource. The name can be up to 32 characters long and can contain letters, digits, and hyphens (-).

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

The Description of the Access Configuration. The description can be up to 1024 characters long.

Link copied to clipboard
val directoryId: Output<String>

The ID of the Directory.

Link copied to clipboard

This parameter is used to force deletion permission_policies. Valid Value: true and false.

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

The Policy List. See permission_policies below.

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 RelayState of the Access Configuration, Cloud SSO users use this access configuration to access the RD account, the initial access page address. Must be the Alibaba Cloud console page, the default is the console home page.

Link copied to clipboard
val sessionDuration: Output<Int>

The SessionDuration of the Access Configuration. Valid Value: 900 to 43200. Unit: Seconds.

Link copied to clipboard
val urn: Output<String>