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. |
DirectoryId
Required
public object DirectoryId { get; set; }
- Type: object
Property directoryId: The ID of the directory.
Status
Optional
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.