Skip to content

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.

uidRequired

uid: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property uid: UserAliYunUid.


mobileOptional

mobile: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property mobile: UserMobile.


role_namesOptional

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.


statusOptional

status: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property status: UserStatus.


tidOptional

tid: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property tid:.


user_nameOptional

user_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property userName: UserNickName.