RosSCIMServerCredentialProps
Properties for defining a RosSCIMServerCredential.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudsso-scimservercredential
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudsso;
new RosSCIMServerCredentialProps {
object DirectoryId,
object Status = null
};
Properties
| Name | Type | Description |
|---|---|---|
DirectoryId |
object |
No description. |
Status |
object |
No description. |
DirectoryIdRequired
public object DirectoryId { get; set; }
- Type: object
StatusOptional
public object Status { get; set; }
- Type: object