listGatewayDebugCredentials

Create new debug credentials for gateway. Uses Azure REST API version 2024-06-01-preview. Other available API versions: 2023-03-01-preview, 2023-05-01-preview, 2023-09-01-preview, 2024-05-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native apimanagement [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Gateway debug credentials.

Parameters

argument

null


suspend fun listGatewayDebugCredentials(apiId: String, credentialsExpireAfter: String? = null, gatewayId: String, purposes: List<Either<String, GatewayListDebugCredentialsContractPurpose>>, resourceGroupName: String, serviceName: String): ListGatewayDebugCredentialsResult

Return

Gateway debug credentials.

Parameters

apiId

Full resource Id of an API.

credentialsExpireAfter

Credentials expiration in ISO8601 format. Maximum duration of the credentials is PT1H. When property is not specified, them value PT1H is used.

gatewayId

Gateway entity identifier. Must be unique in the current API Management service instance. Must not have value 'managed'

purposes

Purposes of debug credential.

resourceGroupName

The name of the resource group. The name is case insensitive.

serviceName

The name of the API Management service.

See also


Return

Gateway debug credentials.

Parameters

argument

Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.ListGatewayDebugCredentialsPlainArgs.

See also