Skip to content

UserProps

Properties for defining a User.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Edsuser;
new UserProps {
    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 Property endUserId: The name of the end user.
Email object Property email: The email address of the end user.
OrgId object Property orgId: The organization to which the end user belongs.
OwnerType object Property ownerType: The type of the account ownership.
Password object Property password: The initial password.
Phone object Property phone: Mobile numbers are not supported on the international site (alibabacloud.com).
Remark object Property remark: The remarks of the end user.

EndUserIdRequired

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

Property endUserId: The name of the end user.

The name must be 3 to 24 characters in length, and can contain lowercase letters, digits, and underscores (_).


EmailOptional

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

Property email: The email address of the end user.

The email address is used to receive notifications about events such as desktop assignment. You must specify an email address or a mobile number to receive notifications.


OrgIdOptional

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

Property orgId: The organization to which the end user belongs.


OwnerTypeOptional

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

Property ownerType: The type of the account ownership.

Enumeration Value: CreateFromManager Normal


PasswordOptional

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

Property password: The initial password.

If this parameter is left empty, an email for password reset is sent to the specified email address.


PhoneOptional

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

Property phone: Mobile numbers are not supported on the international site (alibabacloud.com).


RemarkOptional

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

Property remark: The remarks of the end user.