Property | Description |
|---|---|
tenant_id | The Microsoft Azure tenant ID used for authentication. |
grant_type | The grant type must be set to client_credentials. |
client_id | The application’s client ID, also known as the Application ID. |
client_secret | The client secret associated with the client ID. |
resource | The resource name, which must be set to https://management.azure.com. |
subscription_id | The Azure subscription identifier. |
api_version | The version of the Azure Data Factory API to use. |