Skip to content

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.

UidRequired

public object Uid { get; set; }
  • Type: object

MobileOptional

public object Mobile { get; set; }
  • Type: object

RoleNamesOptional

public object RoleNames { get; set; }
  • Type: object

StatusOptional

public object Status { get; set; }
  • Type: object

TidOptional

public object Tid { get; set; }
  • Type: object

UserNameOptional

public object UserName { get; set; }
  • Type: object