RosInfluxDBUserProps
Properties for defining a RosInfluxDBUser.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-tsdb-influxdbuser
Initializer
using AlibabaCloud.SDK.ROS.CDK.Tsdb;
new RosInfluxDBUserProps {
object InstanceId,
object Password,
object UserName,
object UserType,
object DatabasePermissions = null
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceId |
object |
No description. |
Password |
object |
No description. |
UserName |
object |
No description. |
UserType |
object |
No description. |
DatabasePermissions |
object |
No description. |
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
PasswordRequired
public object Password { get; set; }
- Type: object
UserNameRequired
public object UserName { get; set; }
- Type: object
UserTypeRequired
public object UserType { get; set; }
- Type: object
DatabasePermissionsOptional
public object DatabasePermissions { get; set; }
- Type: object