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. |
Uid
Required
Uid interface{}
- Type: interface{}
Property uid: UserAliYunUid.
Mobile
Optional
Mobile interface{}
- Type: interface{}
Property mobile: UserMobile.
RoleNames
Optional
RoleNames interface{}
- Type: interface{}
Property roleNames: UserRole.
Status
Optional
Status interface{}
- Type: interface{}
Property status: UserStatus.
Tid
Optional
Tid interface{}
- Type: interface{}
Property tid:.
UserName
Optional
UserName interface{}
- Type: interface{}
Property userName: UserNickName.