HttpAuthentication Class
HttpAuthentication.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: OAuthAuthentication, BasicAuthentication, ClientCertAuthentication.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelHttpAuthentication
Constructor
HttpAuthentication(**kwargs)
Parameters
Name | Description |
---|---|
type
Required
|
Required. Gets or sets the HTTP authentication type.Constant filled by server. Possible values include: "NotSpecified", "ClientCertificate", "ActiveDirectoryOAuth", "Basic". |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python