EasyAuthMicrosoftEntraIDAuthInfo interface

The authentication info when authType is EasyAuth Microsoft Entra ID

Extends

Properties

authType

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

clientId

Application clientId for EasyAuth Microsoft Entra ID.

deleteOrUpdateBehavior

Indicates whether to clean up previous operation when Linker is updating or deleting

secret

Application Secret for EasyAuth Microsoft Entra ID.

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: "easyAuthMicrosoftEntraID"

Property Value

"easyAuthMicrosoftEntraID"

clientId

Application clientId for EasyAuth Microsoft Entra ID.

clientId?: string

Property Value

string

deleteOrUpdateBehavior

Indicates whether to clean up previous operation when Linker is updating or deleting

deleteOrUpdateBehavior?: string

Property Value

string

secret

Application Secret for EasyAuth Microsoft Entra ID.

secret?: string

Property Value

string

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