Skip to content

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.

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

PasswordRequired

public object Password { get; set; }
  • Type: object

UsernameRequired

public object Username { get; set; }
  • Type: object

MechanismOptional

public object Mechanism { get; set; }
  • Type: object

TypeOptional

public object Type { get; set; }
  • Type: object