listAccessEnvironments

Details of the environments returned on successful response Uses Azure REST API version 2024-07-01. Other available API versions: 2023-08-22, 2024-02-13. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native confluent [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Details of the environments returned on successful response

Parameters

argument

null


suspend fun listAccessEnvironments(organizationName: String, resourceGroupName: String, searchFilters: Map<String, String>? = null): ListAccessEnvironmentsResult

Return

Details of the environments returned on successful response

Parameters

organizationName

Organization resource name

resourceGroupName

The name of the resource group. The name is case insensitive.

searchFilters

Search filters for the request

See also


Return

Details of the environments returned on successful response

Parameters

argument

Builder for com.pulumi.azurenative.confluent.kotlin.inputs.ListAccessEnvironmentsPlainArgs.

See also