Class AlterUserScramCredentialsReport
The per-user result for an alter user scram credentials request, including errors.
Inherited Members
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. |