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. |
Uid
Required
public object Uid { get; set; }
- Type: object
Property uid: UserAliYunUid.
Mobile
Optional
public object Mobile { get; set; }
- Type: object
Property mobile: UserMobile.
RoleNames
Optional
public object RoleNames { get; set; }
- Type: object
Property roleNames: UserRole.
Status
Optional
public object Status { get; set; }
- Type: object
Property status: UserStatus.
Tid
Optional
public object Tid { get; set; }
- Type: object
Property tid:.
UserName
Optional
public object UserName { get; set; }
- Type: object
Property userName: UserNickName.