builtin:hyperscaler-authentication.connections.azure)Connections to Azure for Dynatrace integrations
| Schema ID | Schema groups | Scope |
|---|---|---|
builtin:hyperscaler-authentication.connections.azure | - | environment |
| GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:hyperscaler-authentication.connections.azure |
| SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:hyperscaler-authentication.connections.azure | |
| Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:hyperscaler-authentication.connections.azure |
To execute this request, you need an access token with Read settings (settings.read) scope. To learn how to obtain and use it, see Tokens and authentication.
| Property | Type | Description | Required |
|---|---|---|---|
Namename | text | The name of the connection | Required |
Connection Typetype | enum | Azure Authentication mechanism to be used by the connection The element has these enums
| Required |
clientSecret | ClientSecretConfig | - | Required |
federatedIdentityCredential | FederatedIdentityCredential | - | Required |
ClientSecretConfig object| Property | Type | Description | Required |
|---|---|---|---|
Directory (tenant) IDdirectoryId | text | Directory (tenant) ID of Microsoft Entra ID | Required |
Application (client) IDapplicationId | text | Application (client) ID of your app registered in Microsoft Azure App registrations | Required |
Client secretclientSecret | secret | Client secret of your app registered in Microsoft Azure App registrations | Required |
Consumersconsumers | ConsumersOfClientSecret[] | Dynatrace integrations that can use this connection The element has these enums
| Required |
FederatedIdentityCredential object| Property | Type | Description | Required |
|---|---|---|---|
Directory (tenant) IDdirectoryId | text | Directory (tenant) ID of Microsoft Entra ID | Optional |
Application (client) IDapplicationId | text | Application (client) ID of your app registered in Microsoft Azure App registrations | Optional |
Consumersconsumers | ConsumersOfFederatedIdentityCredential[] | Consumers that can use the connection The element has these enums
| Required |