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