Skip to content

UserProps

Properties for defining a User.

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

Initializer

import com.aliyun.ros.cdk.edsuser.UserProps;
UserProps.builder()
    .endUserId(java.lang.String)
    .endUserId(IResolvable)
//  .email(java.lang.String)
//  .email(IResolvable)
//  .orgId(java.lang.String)
//  .orgId(IResolvable)
//  .ownerType(java.lang.String)
//  .ownerType(IResolvable)
//  .password(java.lang.String)
//  .password(IResolvable)
//  .phone(java.lang.String)
//  .phone(IResolvable)
//  .remark(java.lang.String)
//  .remark(IResolvable)
    .build();

Properties

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

endUserIdRequired

public java.lang.Object getEndUserId();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getEmail();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getOrgId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


ownerTypeOptional

public java.lang.Object getOwnerType();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property ownerType: The type of the account ownership.

Enumeration Value: CreateFromManager Normal


passwordOptional

public java.lang.Object getPassword();
  • Type: java.lang.String OR com.aliyun.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 java.lang.Object getPhone();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

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


remarkOptional

public java.lang.Object getRemark();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property remark: The remarks of the end user.