Class ScramCredentialInfo
Specification of a ScramCredential corresponding to a user.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class ScramCredentialInfo
Properties
Iterations
The iterations of the ScramCredentialInfo
Declaration
public int Iterations { get; set; }
Property Value
Type | Description |
---|---|
int |
Mechanism
The Mechanism of the ScramCredentialInfo
Declaration
public ScramMechanism Mechanism { get; set; }
Property Value
Type | Description |
---|---|
ScramMechanism |
Methods
ToString()
Returns a JSON representation of the ScramCredentialInfo object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A JSON representation the ScramCredentialInfo object. |