confluent-kafka-dotnet
Show / Hide Table of Contents

Class DescribeUserScramCredentialsResult

Represents the result of a DescribeUserScramCredentials operation.

Inheritance
object
DescribeUserScramCredentialsResult
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class DescribeUserScramCredentialsResult

Properties

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.

Overrides
object.ToString()
In this article