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