UsernamePasswordCredentials Class
Username and password credentials.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.media.videoanalyzeredge._generated.models._models_py3.CredentialsBaseUsernamePasswordCredentials
Constructor
UsernamePasswordCredentials(*, username: str, password: str, **kwargs)
Variables
- type
- str
Required. Type discriminator for the derived types.Constant filled by server.
- username
- str
Required. Username to be presented as part of the credentials.
- password
- str
Required. Password to be presented as part of the credentials. It is recommended that this value is parameterized as a secret string in order to prevent this value to be returned as part of the resource on API requests.
Feedback
Submit and view feedback for