Skip to content

UserProps

Properties for defining a User.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkedsuser"
&alicloudroscdkedsuser.UserProps {
    EndUserId: interface{},
    Email: interface{},
    OrgId: interface{},
    OwnerType: interface{},
    Password: interface{},
    Phone: interface{},
    Remark: interface{},
}

Properties

Name Type Description
EndUserId interface{} Property endUserId: The name of the end user.
Email interface{} Property email: The email address of the end user.
OrgId interface{} Property orgId: The organization to which the end user belongs.
OwnerType interface{} Property ownerType: The type of the account ownership.
Password interface{} Property password: The initial password.
Phone interface{} Property phone: Mobile numbers are not supported on the international site (alibabacloud.com).
Remark interface{} Property remark: The remarks of the end user.

EndUserIdRequired

EndUserId interface{}
  • Type: interface{}

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

Email interface{}
  • Type: interface{}

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

OrgId interface{}
  • Type: interface{}

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


OwnerTypeOptional

OwnerType interface{}
  • Type: interface{}

Property ownerType: The type of the account ownership.

Enumeration Value: CreateFromManager Normal


PasswordOptional

Password interface{}
  • Type: interface{}

Property password: The initial password.

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


PhoneOptional

Phone interface{}
  • Type: interface{}

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


RemarkOptional

Remark interface{}
  • Type: interface{}

Property remark: The remarks of the end user.