Class UserScramCredentialsDescription
UserScramCredentials Description: Describe SCRAM credentials of a single user.
Inheritance
System.Object
UserScramCredentialsDescription
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Confluent.Kafka.Admin
Assembly: cs.temp.dll.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 |
---|---|
System.Collections.Generic.List<ScramCredentialInfo> |
User
Username of the Description
Declaration
public string User { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Returns a JSON representation of the UserScramCredentialsDescription object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A JSON representation the UserScramCredentialsDescription object. |
Overrides
System.Object.ToString()