confluent-kafka-dotnet
Show / Hide Table of Contents

Class UserScramCredentialUpsertion

Upsertion for the UserScramCredentialAlteration Used to upsert new Scram Credential for a user.

Inheritance
object
UserScramCredentialAlteration
UserScramCredentialUpsertion
Inherited Members
UserScramCredentialAlteration.User
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 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.

Overrides
object.ToString()
In this article