UserProps
Properties for defining a User.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dms-user
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dms;
new UserProps {
object Uid,
object Mobile = null,
object RoleNames = null,
object Status = null,
object Tid = null,
object UserName = null
};
Properties
| Name | Type | Description |
|---|---|---|
Uid |
object |
Property uid: UserAliYunUid. |
Mobile |
object |
Property mobile: UserMobile. |
RoleNames |
object |
Property roleNames: UserRole. |
Status |
object |
Property status: UserStatus. |
Tid |
object |
Property tid:. |
UserName |
object |
Property userName: UserNickName. |
UidRequired
public object Uid { get; set; }
- Type: object
Property uid: UserAliYunUid.
MobileOptional
public object Mobile { get; set; }
- Type: object
Property mobile: UserMobile.
RoleNamesOptional
public object RoleNames { get; set; }
- Type: object
Property roleNames: UserRole.
StatusOptional
public object Status { get; set; }
- Type: object
Property status: UserStatus.
TidOptional
public object Tid { get; set; }
- Type: object
Property tid:.
UserNameOptional
public object UserName { get; set; }
- Type: object
Property userName: UserNickName.