Class UserScramCredentialDeletion
Deletion for the UserScramCredentialAlteration Used to delete existing Scram Credential for a user.
Inherited Members
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. |