gateway_debug_credentials
Creates, updates, deletes, gets or lists a gateway_debug_credentials
resource.
Overview
Name | gateway_debug_credentials |
Type | Resource |
Id | azure.api_management.gateway_debug_credentials |
Fields
Name | Datatype | Description |
---|---|---|
token | string | Gateway debug token. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | gatewayId, resourceGroupName, serviceName, subscriptionId, data__apiId, data__purposes | Create new debug credentials for gateway. |
SELECT
examples
Create new debug credentials for gateway.
SELECT
token
FROM azure.api_management.gateway_debug_credentials
WHERE gatewayId = '{{ gatewayId }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND serviceName = '{{ serviceName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND data__apiId = '{{ data__apiId }}'
AND data__purposes = '{{ data__purposes }}';