RosAccountProps
Properties for defining a RosAccount.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-redis-account
Initializer
using AlibabaCloud.SDK.ROS.CDK.Redis;
new RosAccountProps {
object AccountName,
object AccountPassword,
object InstanceId,
object AccountDescription = null,
object AccountPrivilege = null,
object AccountType = null
};
Properties
| Name | Type | Description |
|---|---|---|
AccountName |
object |
No description. |
AccountPassword |
object |
No description. |
InstanceId |
object |
No description. |
AccountDescription |
object |
No description. |
AccountPrivilege |
object |
No description. |
AccountType |
object |
No description. |
AccountNameRequired
public object AccountName { get; set; }
- Type: object
AccountPasswordRequired
public object AccountPassword { get; set; }
- Type: object
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
AccountDescriptionOptional
public object AccountDescription { get; set; }
- Type: object
AccountPrivilegeOptional
public object AccountPrivilege { get; set; }
- Type: object
AccountTypeOptional
public object AccountType { get; set; }
- Type: object