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