AppUserProps
Properties for defining a AppUser
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-appuser
Initializer
using AlibabaCloud.SDK.ROS.CDK.Sag;
new AppUserProps {
object Bandwidth,
object SmartAgId,
object UserMail,
object ClientIp = null,
object Disable = null,
object Password = null,
object UserName = null
};
Properties
Name | Type | Description |
---|---|---|
Bandwidth |
object |
Property bandwidth: The bandwidth. |
SmartAgId |
object |
Property smartAgId: The ID of the SAG APP instance. |
UserMail |
object |
Property userMail: The email address of the user. |
ClientIp |
object |
Property clientIp: After this feature is enabled, you must specify the IP address of SAG APP. |
Disable |
object |
Property disable: Disable user or not. |
Password |
object |
Property password: The password used to log on to SAG APP. |
UserName |
object |
Property userName: The username of the client account. |
Bandwidth
Required
public object Bandwidth { get; set; }
- Type: object
Property bandwidth: The bandwidth.
Unit: Kbit/s. Maximum bandwidth: 2,000 Kbit/s.
SmartAgId
Required
public object SmartAgId { get; set; }
- Type: object
Property smartAgId: The ID of the SAG APP instance.
UserMail
Required
public object UserMail { get; set; }
- Type: object
Property userMail: The email address of the user.
The username and password are sent to the specified email address.
ClientIp
Optional
public object ClientIp { get; set; }
- Type: object
Property clientIp: After this feature is enabled, you must specify the IP address of SAG APP.
In this case, SAG APP connects to Alibaba Cloud through the specified IP address. Note The IP address must fall into the CIDR block of the private network. After this feature is disabled, an IP address within the CIDR block of the private network is assigned to SAG APP. Each connection to Alibaba Cloud uses a different IP address.
Disable
Optional
public object Disable { get; set; }
- Type: object
Property disable: Disable user or not.
Password
Optional
public object Password { get; set; }
- Type: object
Property password: The password used to log on to SAG APP.
For a client account, if you specify the username, you must also specify the password.
UserName
Optional
public object UserName { get; set; }
- Type: object
Property userName: The username of the client account.
Usernames of client accounts added to the same SAG APP instance must be unique. For a client account, if you specify the username, you must also specify the password.