AuthCredential Class
Authentication credential stored for an upstream.
Constructor
AuthCredential(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
name
|
The name of the credential. "Credential1" |
|
username_secret_identifier
|
KeyVault Secret URI for accessing the username. |
|
password_secret_identifier
|
KeyVault Secret URI for accessing the password. |
|
credential_health
|
This provides data pertaining to the health of the auth credential. |
Attributes
credential_health
This provides data pertaining to the health of the auth credential.
credential_health: _models.CredentialHealth | None
name
The name of the credential. "Credential1"
name: str | _models.CredentialName | None
password_secret_identifier
KeyVault Secret URI for accessing the password.
password_secret_identifier: str | None
username_secret_identifier
KeyVault Secret URI for accessing the username.
username_secret_identifier: str | None