SecretAuthInfo interface
The authentication info when authType is secret
- Extends
Properties
auth |
Polymorphic discriminator, which specifies the different types this object can be |
name | Username or account name for secret auth. |
secret |
Password or key vault secret for secret auth. |
Property Details
authType
Polymorphic discriminator, which specifies the different types this object can be
authType: "secret"
Property Value
"secret"
name
Username or account name for secret auth.
name?: string
Property Value
string
secretInfo
Password or key vault secret for secret auth.
secretInfo?: SecretInfoBaseUnion