list Connection Consent Links
suspend fun listConnectionConsentLinks(argument: ListConnectionConsentLinksPlainArgs): ListConnectionConsentLinksResult
Lists the consent links of a connection Uses Azure REST API version 2016-06-01. Other available API versions: 2015-08-01-preview.
Return
Collection of consent links
Parameters
argument
null
suspend fun listConnectionConsentLinks(connectionName: String, parameters: List<ConsentLinkParameterDefinition>? = null, resourceGroupName: String, subscriptionId: String? = null): ListConnectionConsentLinksResult
Return
Collection of consent links
Parameters
connection Name
Connection name
parameters
Collection of resources
resource Group Name
The resource group
subscription Id
Subscription Id
See also
suspend fun listConnectionConsentLinks(argument: suspend ListConnectionConsentLinksPlainArgsBuilder.() -> Unit): ListConnectionConsentLinksResult
Return
Collection of consent links
Parameters
argument
Builder for com.pulumi.azurenative.web.kotlin.inputs.ListConnectionConsentLinksPlainArgs.