confluent-kafka-dotnet
Show / Hide Table of Contents

Class AlterUserScramCredentialsReport

The per-user result for an alter user scram credentials request, including errors.

Inheritance
object
AlterUserScramCredentialsReport
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 AlterUserScramCredentialsReport

Properties

Error

Error of the performed Alteration.

Declaration
public Error Error { get; set; }
Property Value
Type Description
Error

User

Username for the performed Alteration.

Declaration
public string User { get; set; }
Property Value
Type Description
string

Methods

ToString()

Returns a JSON representation of the AlterUserScramCredentialsReport object.

Declaration
public override string ToString()
Returns
Type Description
string

A JSON representation the AlterUserScramCredentialsReport object.

Overrides
object.ToString()
In this article