Class DescribeUserScramCredentialsResult
Represents the result of a DescribeUserScramCredentials operation.
Inheritance
System.Object
DescribeUserScramCredentialsResult
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 DescribeUserScramCredentialsResult
Properties
UserScramCredentialsDescriptions
UserScramCredentialsDescription of requested users.
Declaration
public List<UserScramCredentialsDescription> UserScramCredentialsDescriptions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UserScramCredentialsDescription> |
Methods
ToString()
Returns a JSON representation of the DescribeUserScramCredentialsResult object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A JSON representation the DescribeUserScramCredentialsResult object. |
Overrides
System.Object.ToString()