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
EndUserId
Required
public object EndUserId { get; set; }
- Type: object
Email
Optional
public object Email { get; set; }
- Type: object
OrgId
Optional
public object OrgId { get; set; }
- Type: object
OwnerType
Optional
public object OwnerType { get; set; }
- Type: object
Password
Optional
public object Password { get; set; }
- Type: object
Phone
Optional
public object Phone { get; set; }
- Type: object
Remark
Optional
public object Remark { get; set; }
- Type: object