Skip to content

UserProps

Properties for defining a User.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdms"
&alicloudroscdkdms.UserProps {
    Uid: interface{},
    Mobile: interface{},
    RoleNames: interface{},
    Status: interface{},
    Tid: interface{},
    UserName: interface{},
}

Properties

Name Type Description
Uid interface{} Property uid: UserAliYunUid.
Mobile interface{} Property mobile: UserMobile.
RoleNames interface{} Property roleNames: UserRole.
Status interface{} Property status: UserStatus.
Tid interface{} Property tid:.
UserName interface{} Property userName: UserNickName.

UidRequired

Uid interface{}
  • Type: interface{}

Property uid: UserAliYunUid.


MobileOptional

Mobile interface{}
  • Type: interface{}

Property mobile: UserMobile.


RoleNamesOptional

RoleNames interface{}
  • Type: interface{}

Property roleNames: UserRole.


StatusOptional

Status interface{}
  • Type: interface{}

Property status: UserStatus.


TidOptional

Tid interface{}
  • Type: interface{}

Property tid:.


UserNameOptional

UserName interface{}
  • Type: interface{}

Property userName: UserNickName.