UsersProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new UsersProperty {
object Group,
object Name,
object Password
};
Properties
| Name | Type | Description |
|---|---|---|
Group |
object |
No description. |
Name |
object |
No description. |
Password |
object |
No description. |
GroupRequired
public object Group { get; set; }
- Type: object
NameRequired
public object Name { get; set; }
- Type: object
PasswordRequired
public object Password { get; set; }
- Type: object