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
| required |
clientSecret | ClientSecretConfig | - | required |
federatedIdentityCredential | FederatedIdentityCredential | - | required |
ClientSecretConfig
objectProperty | 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
| required |
FederatedIdentityCredential
objectProperty | 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
| required |