Skip to content

RosUserProps

Properties for defining a RosUser.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edsuser-user

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edsuser;
new RosUserProps {
    object EndUserId,
    object Email = null,
    object OrgId = null,
    object OwnerType = null,
    object Password = null,
    object Phone = null,
    object Remark = null
};

Properties

Name Type Description
EndUserId object No description.
Email object No description.
OrgId object No description.
OwnerType object No description.
Password object No description.
Phone object No description.
Remark object No description.

EndUserIdRequired

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

EmailOptional

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

OrgIdOptional

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

OwnerTypeOptional

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

PasswordOptional

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

PhoneOptional

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

RemarkOptional

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