listEndpointIngressGatewayCredentials

Gets the ingress gateway endpoint credentials Uses Azure REST API version 2024-12-01. Other available API versions: 2023-03-15. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridconnectivity [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

The ingress gateway access credentials

Parameters

argument

null


suspend fun listEndpointIngressGatewayCredentials(endpointName: String, expiresin: Int? = null, resourceUri: String, serviceName: Either<String, ServiceName>? = null): ListEndpointIngressGatewayCredentialsResult

Return

The ingress gateway access credentials

Parameters

endpointName

The endpoint name.

expiresin

The is how long the endpoint access token is valid (in seconds).

resourceUri

The fully qualified Azure Resource manager identifier of the resource.

serviceName

The name of the service. If not provided, the request will by pass the generation of service configuration token.

See also


Return

The ingress gateway access credentials

Parameters

argument

Builder for com.pulumi.azurenative.hybridconnectivity.kotlin.inputs.ListEndpointIngressGatewayCredentialsPlainArgs.

See also