RosSaslUserProps
Properties for defining a RosSaslUser
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kafka-sasluser
Initializer
using AlibabaCloud.SDK.ROS.CDK.Kafka;
new RosSaslUserProps {
object InstanceId,
object Password,
object Username,
object Mechanism = null,
object Type = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
No description. |
Password |
object |
No description. |
Username |
object |
No description. |
Mechanism |
object |
No description. |
Type |
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
Mechanism
Optional
public object Mechanism { get; set; }
- Type: object
Type
Optional
public object Type { get; set; }
- Type: object