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. |
Group
Required
public object Group { get; set; }
- Type: object
Name
Required
public object Name { get; set; }
- Type: object
Password
Required
public object Password { get; set; }
- Type: object