UserProps
Properties for defining a User
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dms-user
Initializer
import ros_cdk_dms
ros_cdk_dms.UserProps(
uid: typing.Union[str, IResolvable],
mobile: typing.Union[str, IResolvable] = None,
role_names: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]] = None,
status: typing.Union[str, IResolvable] = None,
tid: typing.Union[str, IResolvable] = None,
user_name: typing.Union[str, IResolvable] = None
)
Properties
Name | Type | Description |
---|---|---|
uid |
typing.Union[str, ros_cdk_core.IResolvable] |
Property uid: UserAliYunUid. |
mobile |
typing.Union[str, ros_cdk_core.IResolvable] |
Property mobile: UserMobile. |
role_names |
typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]] |
Property roleNames: UserRole. |
status |
typing.Union[str, ros_cdk_core.IResolvable] |
Property status: UserStatus. |
tid |
typing.Union[str, ros_cdk_core.IResolvable] |
Property tid:. |
user_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property userName: UserNickName. |
uid
Required
uid: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property uid: UserAliYunUid.
mobile
Optional
mobile: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property mobile: UserMobile.
role_names
Optional
role_names: typing.Union[IResolvable, typing.List[typing.Union[str, IResolvable]]]
- Type: typing.Union[ros_cdk_core.IResolvable, typing.List[typing.Union[str, ros_cdk_core.IResolvable]]]
Property roleNames: UserRole.
status
Optional
status: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property status: UserStatus.
tid
Optional
tid: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property tid:.
user_name
Optional
user_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property userName: UserNickName.