Skip to content

RosUserProps

Properties for defining a RosUser.

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

Initializer

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

Properties

Name Type Description
Uid interface{} No description.
Mobile interface{} No description.
RoleNames interface{} No description.
Status interface{} No description.
Tid interface{} No description.
UserName interface{} No description.

UidRequired

Uid interface{}
  • Type: interface{}

MobileOptional

Mobile interface{}
  • Type: interface{}

RoleNamesOptional

RoleNames interface{}
  • Type: interface{}

StatusOptional

Status interface{}
  • Type: interface{}

TidOptional

Tid interface{}
  • Type: interface{}

UserNameOptional

UserName interface{}
  • Type: interface{}