Skip to content

SCIMServerCredentialProps

Properties for defining a SCIMServerCredential.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudsso-scimservercredential

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudsso;
new SCIMServerCredentialProps {
    object DirectoryId,
    object Status = null
};

Properties

Name Type Description
DirectoryId object Property directoryId: The ID of the directory.
Status object Property status: The new status of the SCIM credential.

DirectoryIdRequired

public object DirectoryId { get; set; }
  • Type: object

Property directoryId: The ID of the directory.


StatusOptional

public object Status { get; set; }
  • Type: object

Property status: The new status of the SCIM credential.

Valid values:

  • Enabled: The SCIM credential is enabled.
  • Disabled: The SCIM credential is disabled. The default value is Enabled.