Directory

class Directory : KotlinCustomResource

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

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

Import

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

$ pulumi import alicloud:cloudsso/directory:Directory example <id>

Properties

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

The name of the CloudSSO directory. The length is 2-64 characters, and it can contain lowercase letters, numbers, and dashes (-). It cannot start or end with a dash and cannot have two consecutive dashes. Need to be globally unique, and capitalization is not supported. Cannot start with d-.

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

The mfa authentication status. Valid values: Enabled or Disabled. Default to Enabled.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The saml identity provider configuration. See saml_identity_provider_configuration below.

Link copied to clipboard

The scim synchronization status. Valid values: Enabled or Disabled. Default to Disabled.

Link copied to clipboard
val urn: Output<String>