list Endpoint Ingress Gateway Credentials
suspend fun listEndpointIngressGatewayCredentials(argument: ListEndpointIngressGatewayCredentialsPlainArgs): ListEndpointIngressGatewayCredentialsResult
Gets the ingress gateway endpoint credentials Azure REST API version: 2023-03-15.
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
See also
Parameters
endpoint Name
The endpoint name.
expiresin
The is how long the endpoint access token is valid (in seconds).
resource Uri
The fully qualified Azure Resource manager identifier of the resource to be connected.
service Name
The name of the service.
suspend fun listEndpointIngressGatewayCredentials(argument: suspend ListEndpointIngressGatewayCredentialsPlainArgsBuilder.() -> Unit): ListEndpointIngressGatewayCredentialsResult
Return
The ingress gateway access credentials
See also
Parameters
argument
Builder for com.pulumi.azurenative.hybridconnectivity.kotlin.inputs.ListEndpointIngressGatewayCredentialsPlainArgs.