Class DescribeUserScramCredentialsReport
Represents the result of a DescribeUserScramCredentials operation. (including error status).
Inheritance
System.Object
DescribeUserScramCredentialsReport
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 DescribeUserScramCredentialsReport
Properties
UserScramCredentialsDescriptions
User SCRAM credentials description 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 DescribeUserScramCredentialsReport object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A JSON representation the DescribeUserScramCredentialsReport object. |
Overrides
System.Object.ToString()