ScimServerCredential

class ScimServerCredential : KotlinCustomResource

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>

Properties

Link copied to clipboard
val credentialId: Output<String>

The CredentialId of the resource.

Link copied to clipboard
val directoryId: Output<String>

The ID of the Directory.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

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

Link copied to clipboard
val urn: Output<String>