ScimServerCredentialArgs

data class ScimServerCredentialArgs(val directoryId: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<ScimServerCredentialArgs>

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

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

Import

Cloud SSO SCIM Server Credential can be imported using the id, e.g.

$ pulumi import alicloud:cloudsso/scimServerCredential:ScimServerCredential example <directory_id>:<credential_id>

Constructors

Link copied to clipboard
fun ScimServerCredentialArgs(directoryId: Output<String>? = null, status: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ScimServerCredentialArgs

Properties

Link copied to clipboard
val directoryId: Output<String>? = null

The ID of the Directory.

Link copied to clipboard
val status: Output<String>? = null

The Status of the resource. Valid values: Disabled, Enabled.