confluent-kafka-dotnet
Show / Hide Table of Contents

Class UserScramCredentialDeletion

Deletion for the UserScramCredentialAlteration Used to delete existing Scram Credential for a user.

Inheritance
object
UserScramCredentialAlteration
UserScramCredentialDeletion
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 UserScramCredentialDeletion : UserScramCredentialAlteration

Properties

Mechanism

The Mechanism of the Deletion

Declaration
public ScramMechanism Mechanism { get; set; }
Property Value
Type Description
ScramMechanism

Methods

ToString()

Returns a JSON representation of the UserScramCredentialDeletion object.

Declaration
public override string ToString()
Returns
Type Description
string

A JSON representation the UserScramCredentialDeletion object.

Overrides
object.ToString()
In this article