list Tenant Access Secrets
suspend fun listTenantAccessSecrets(argument: ListTenantAccessSecretsPlainArgs): ListTenantAccessSecretsResult
Get tenant access information details. API Version: 2020-12-01.
Return
Tenant access information contract of the API Management service.
Parameters
argument
null
suspend fun listTenantAccessSecrets(accessName: String, resourceGroupName: String, serviceName: String): ListTenantAccessSecretsResult
Return
Tenant access information contract of the API Management service.
Parameters
access Name
The identifier of the Access configuration.
resource Group Name
The name of the resource group.
service Name
The name of the API Management service.
See also
suspend fun listTenantAccessSecrets(argument: suspend ListTenantAccessSecretsPlainArgsBuilder.() -> Unit): ListTenantAccessSecretsResult
Return
Tenant access information contract of the API Management service.
Parameters
argument
Builder for com.pulumi.azurenative.apimanagement.kotlin.inputs.ListTenantAccessSecretsPlainArgs.