Class UserScramCredentialsDescription
UserScramCredentials Description: Describe SCRAM credentials of a single user.
Inherited Members
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. |