RosAppUserProps
Properties for defining a RosAppUser.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-appuser
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sag;
new RosAppUserProps {
object Bandwidth,
object SmartAgId,
object UserMail,
object ClientIp = null,
object Disable = null,
object Password = null,
object UserName = null
};
Properties
| Name | Type | Description |
|---|---|---|
Bandwidth |
object |
No description. |
SmartAgId |
object |
No description. |
UserMail |
object |
No description. |
ClientIp |
object |
No description. |
Disable |
object |
No description. |
Password |
object |
No description. |
UserName |
object |
No description. |
BandwidthRequired
public object Bandwidth { get; set; }
- Type: object
SmartAgIdRequired
public object SmartAgId { get; set; }
- Type: object
UserMailRequired
public object UserMail { get; set; }
- Type: object
ClientIpOptional
public object ClientIp { get; set; }
- Type: object
DisableOptional
public object Disable { get; set; }
- Type: object
PasswordOptional
public object Password { get; set; }
- Type: object
UserNameOptional
public object UserName { get; set; }
- Type: object