Back to Flyway

Microsoft Entra Interactive Resolver Client Id Setting

documentation/Reference/Configuration/Environments Namespace/Environment Resolvers Namespace/Microsoft Entra Interactive Resolver/Microsoft Entra Interactive Resolver Client Id Setting.md

latest442 B
Original Source

{% include enterprise.html %}

Description

The Microsoft Entra client id.

Type

String

Default

<i>none</i>

Usage

Flyway Desktop

This can be set from the connection dialog for SQL Server projects.

Command-line

bash
./flyway info -environments.development.resolvers.entraId.clientId='{some GUID}'

TOML Configuration File

toml
[environments.development.resolvers.entraId]
clientId = "{some GUID}"