RosUserProps
Properties for defining a RosUser
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dms-user
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dms;
new RosUserProps {
object Uid,
object Mobile = null,
object RoleNames = null,
object Status = null,
object Tid = null,
object UserName = null
};
Properties
Name | Type | Description |
---|---|---|
Uid |
object |
No description. |
Mobile |
object |
No description. |
RoleNames |
object |
No description. |
Status |
object |
No description. |
Tid |
object |
No description. |
UserName |
object |
No description. |
Uid
Required
public object Uid { get; set; }
- Type: object
Mobile
Optional
public object Mobile { get; set; }
- Type: object
RoleNames
Optional
public object RoleNames { get; set; }
- Type: object
Status
Optional
public object Status { get; set; }
- Type: object
Tid
Optional
public object Tid { get; set; }
- Type: object
UserName
Optional
public object UserName { get; set; }
- Type: object