confluent-kafka-dotnet
Show / Hide Table of Contents

Class UserScramCredentialsDescription

UserScramCredentials Description: Describe SCRAM credentials of a single user.

Inheritance
object
UserScramCredentialsDescription
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class UserScramCredentialsDescription

Properties

Error

User Level Error

Declaration
public Error Error { get; set; }
Property Value
Type Description
Error

ScramCredentialInfos

ScramCredentialInfos of the User

Declaration
public List<ScramCredentialInfo> ScramCredentialInfos { get; set; }
Property Value
Type Description
List<ScramCredentialInfo>

User

Username of the Description

Declaration
public string User { get; set; }
Property Value
Type Description
string

Methods

ToString()

Returns a JSON representation of the UserScramCredentialsDescription object.

Declaration
public override string ToString()
Returns
Type Description
string

A JSON representation the UserScramCredentialsDescription object.

Overrides
object.ToString()
In this article