Skip to content

RosUserProps

Properties for defining a RosUser.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkedsuser"
&alicloudroscdkedsuser.RosUserProps {
    EndUserId: interface{},
    Email: interface{},
    OrgId: interface{},
    OwnerType: interface{},
    Password: interface{},
    Phone: interface{},
    Remark: interface{},
}

Properties

Name Type Description
EndUserId interface{} No description.
Email interface{} No description.
OrgId interface{} No description.
OwnerType interface{} No description.
Password interface{} No description.
Phone interface{} No description.
Remark interface{} No description.

EndUserIdRequired

EndUserId interface{}
  • Type: interface{}

EmailOptional

Email interface{}
  • Type: interface{}

OrgIdOptional

OrgId interface{}
  • Type: interface{}

OwnerTypeOptional

OwnerType interface{}
  • Type: interface{}

PasswordOptional

Password interface{}
  • Type: interface{}

PhoneOptional

Phone interface{}
  • Type: interface{}

RemarkOptional

Remark interface{}
  • Type: interface{}