SecretAuthInfo interface

The authentication info when authType is secret

Extends

Properties

authType

Polymorphic discriminator, which specifies the different types this object can be

name

Username or account name for secret auth.

secretInfo

Password or key vault secret for secret auth.

Inherited Properties

authMode

Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.

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

Property Value

Inherited Property Details

authMode

Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.

authMode?: string

Property Value

string

Inherited From AuthInfoBase.authMode