Skip to content

UserProps

Properties for defining a User.

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

Initializer

import { UserProps } from '@alicloud/ros-cdk-edsuser'
const userProps: UserProps = { ... }

Properties

Name Type Description
endUserId string | @alicloud/ros-cdk-core.IResolvable Property endUserId: The name of the end user.
email string | @alicloud/ros-cdk-core.IResolvable Property email: The email address of the end user.
orgId string | @alicloud/ros-cdk-core.IResolvable Property orgId: The organization to which the end user belongs.
ownerType string | @alicloud/ros-cdk-core.IResolvable Property ownerType: The type of the account ownership.
password string | @alicloud/ros-cdk-core.IResolvable Property password: The initial password.
phone string | @alicloud/ros-cdk-core.IResolvable Property phone: Mobile numbers are not supported on the international site (alibabacloud.com).
remark string | @alicloud/ros-cdk-core.IResolvable Property remark: The remarks of the end user.

endUserIdRequired

public readonly endUserId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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 readonly email: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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 readonly orgId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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


ownerTypeOptional

public readonly ownerType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property ownerType: The type of the account ownership.

Enumeration Value: CreateFromManager Normal


passwordOptional

public readonly password: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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 readonly phone: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

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


remarkOptional

public readonly remark: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property remark: The remarks of the end user.