CredentialProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new CredentialProperty {
object Password,
object UserName
};
Properties
| Name | Type | Description |
|---|---|---|
Password |
object |
No description. |
UserName |
object |
No description. |
PasswordRequired
public object Password { get; set; }
- Type: object
UserNameRequired
public object UserName { get; set; }
- Type: object