list Endpoint Credentials
suspend fun listEndpointCredentials(argument: ListEndpointCredentialsPlainArgs): ListEndpointCredentialsResult
Gets the endpoint access credentials to the resource. Azure REST API version: 2023-03-15. Other available API versions: 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, serviceName: Either<String, ServiceName>? = null): ListEndpointCredentialsResult
Return
The endpoint access for the target resource.
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. If not provided, the request will by pass the generation of service configuration token
suspend fun listEndpointCredentials(argument: suspend ListEndpointCredentialsPlainArgsBuilder.() -> Unit): ListEndpointCredentialsResult
Return
The endpoint access for the target resource.
See also
Parameters
argument
Builder for com.pulumi.azurenative.hybridconnectivity.kotlin.inputs.ListEndpointCredentialsPlainArgs.