Class UserScramCredentialUpsertion
Upsertion for the UserScramCredentialAlteration Used to upsert new Scram Credential for a user.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class UserScramCredentialUpsertion : UserScramCredentialAlteration
Properties
Password
Password to HMAC before storage
Declaration
public byte[] Password { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
Salt
Salt to use. Will be generated randomly if null (optional)
Declaration
public byte[] Salt { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
ScramCredentialInfo
The mechanism and iterations.
Declaration
public ScramCredentialInfo ScramCredentialInfo { get; set; }
Property Value
Type | Description |
---|---|
ScramCredentialInfo |
Methods
ToString()
Returns a JSON representation of the UserScramCredentialUpsertion object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A JSON representation the UserScramCredentialUpsertion object. |