Skip to content

RosAppUserProps

Properties for defining a RosAppUser.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-appuser

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksag"
&alicloudroscdksag.RosAppUserProps {
    Bandwidth: interface{},
    SmartAgId: interface{},
    UserMail: interface{},
    ClientIp: interface{},
    Disable: interface{},
    Password: interface{},
    UserName: interface{},
}

Properties

Name Type Description
Bandwidth interface{} No description.
SmartAgId interface{} No description.
UserMail interface{} No description.
ClientIp interface{} No description.
Disable interface{} No description.
Password interface{} No description.
UserName interface{} No description.

BandwidthRequired

Bandwidth interface{}
  • Type: interface{}

SmartAgIdRequired

SmartAgId interface{}
  • Type: interface{}

UserMailRequired

UserMail interface{}
  • Type: interface{}

ClientIpOptional

ClientIp interface{}
  • Type: interface{}

DisableOptional

Disable interface{}
  • Type: interface{}

PasswordOptional

Password interface{}
  • Type: interface{}

UserNameOptional

UserName interface{}
  • Type: interface{}