Skip to main content
Version: 1.7.1

ConfluentSchemaRegistryCredentialsSpec

class ConfluentSchemaRegistryCredentialsSpec(user: str | Secret, password: str | Secret)

Bases: Credentials

Categories: credentials

Represents credentials consisting of a user and a password.

This class is used to manage and securely handle user and password credentials. It includes functionalities to set user and password details, convert them into a dictionary representation, and provide a string representation for debugging purposes.

Initialize the UserPasswordCredentials object.

Parameters

parameter
userstr | Secret

The user.

parameter
passwordstr | Secret

The password

Properties

property
passwordSecret

The password.

property
userSecret

The user.