listEndpointCredentials

Gets the endpoint access credentials to the resource. API Version: 2022-05-01-preview.

Return

The endpoint access for the target resource.

Parameters

argument

null


suspend fun listEndpointCredentials(endpointName: String, expiresin: Int? = null, resourceUri: String): ListEndpointCredentialsResult

Return

The endpoint access for the target resource.

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 to be connected.

See also


Return

The endpoint access for the target resource.

Parameters

argument

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

See also