UserProps
Properties for defining a User
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-edsuser-user
Initializer
import ros_cdk_edsuser
ros_cdk_edsuser.UserProps(
end_user_id: typing.Union[str, IResolvable],
email: typing.Union[str, IResolvable] = None,
org_id: typing.Union[str, IResolvable] = None,
owner_type: typing.Union[str, IResolvable] = None,
password: typing.Union[str, IResolvable] = None,
phone: typing.Union[str, IResolvable] = None,
remark: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
end_user_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property endUserId: The name of the end user. |
email |
typing.Union[str, ros_cdk_core.IResolvable] |
Property email: The email address of the end user. |
org_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property orgId: The organization to which the end user belongs. |
owner_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property ownerType: The type of the account ownership. |
password |
typing.Union[str, ros_cdk_core.IResolvable] |
Property password: The initial password. |
phone |
typing.Union[str, ros_cdk_core.IResolvable] |
Property phone: Mobile numbers are not supported on the international site (alibabacloud.com). |
remark |
typing.Union[str, ros_cdk_core.IResolvable] |
Property remark: The remarks of the end user. |
end_user_id
Required
end_user_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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 (_).
email
Optional
email: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.
org_id
Optional
org_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property orgId: The organization to which the end user belongs.
owner_type
Optional
owner_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property ownerType: The type of the account ownership.
Enumeration Value: CreateFromManager Normal
password
Optional
password: typing.Union[str, IResolvable]
- Type: typing.Union[str, 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.
phone
Optional
phone: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property phone: Mobile numbers are not supported on the international site (alibabacloud.com).
remark
Optional
remark: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property remark: The remarks of the end user.