Class DescribeUserScramCredentialsReport
Represents the result of a DescribeUserScramCredentials operation. (including error status).
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class DescribeUserScramCredentialsReport
Properties
UserScramCredentialsDescriptions
User SCRAM credentials description of requested users.
Declaration
public List<UserScramCredentialsDescription> UserScramCredentialsDescriptions { get; set; }
Property Value
Type | Description |
---|---|
List<UserScramCredentialsDescription> |
Methods
ToString()
Returns a JSON representation of the DescribeUserScramCredentialsReport object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A JSON representation the DescribeUserScramCredentialsReport object. |