CredentialsBase Class

Base class for credential objects.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: HttpHeaderCredentials, SymmetricKeyCredentials, UsernamePasswordCredentials.

All required parameters must be populated in order to send to Azure.

Inheritance
CredentialsBase

Constructor

CredentialsBase(**kwargs)

Variables

type
str

Required. Type discriminator for the derived types.Constant filled by server.