published on Thursday, Jul 9, 2026 by Pulumi
published on Thursday, Jul 9, 2026 by Pulumi
Environment list of an organization
Uses Azure REST API version 2024-07-01.
Other available API versions: 2023-08-22, 2024-02-13, 2025-07-17-preview, 2025-08-18-preview, 2026-05-01-preview. 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 for details.
Using listAccessEnvironments
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function listAccessEnvironments(args: ListAccessEnvironmentsArgs, opts?: InvokeOptions): Promise<ListAccessEnvironmentsResult>
function listAccessEnvironmentsOutput(args: ListAccessEnvironmentsOutputArgs, opts?: InvokeOptions): Output<ListAccessEnvironmentsResult>def list_access_environments(organization_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
search_filters: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> ListAccessEnvironmentsResult
def list_access_environments_output(organization_name: pulumi.Input[Optional[str]] = None,
resource_group_name: pulumi.Input[Optional[str]] = None,
search_filters: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListAccessEnvironmentsResult]func ListAccessEnvironments(ctx *Context, args *ListAccessEnvironmentsArgs, opts ...InvokeOption) (*ListAccessEnvironmentsResult, error)
func ListAccessEnvironmentsOutput(ctx *Context, args *ListAccessEnvironmentsOutputArgs, opts ...InvokeOption) ListAccessEnvironmentsResultOutput> Note: This function is named ListAccessEnvironments in the Go SDK.
public static class ListAccessEnvironments
{
public static Task<ListAccessEnvironmentsResult> InvokeAsync(ListAccessEnvironmentsArgs args, InvokeOptions? opts = null)
public static Output<ListAccessEnvironmentsResult> Invoke(ListAccessEnvironmentsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListAccessEnvironmentsResult> listAccessEnvironments(ListAccessEnvironmentsArgs args, InvokeOptions options)
public static Output<ListAccessEnvironmentsResult> listAccessEnvironments(ListAccessEnvironmentsArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:confluent:listAccessEnvironments
arguments:
# arguments dictionarydata "azure-native_confluent_listaccessenvironments" "name" {
# arguments
}The following arguments are supported:
- Organization
Name string - Organization resource name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Search
Filters Dictionary<string, string> - Search filters for the request
- Organization
Name string - Organization resource name
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Search
Filters map[string]string - Search filters for the request
- organization_
name string - Organization resource name
- resource_
group_ stringname - The name of the resource group. The name is case insensitive.
- search_
filters map(string) - Search filters for the request
- organization
Name String - Organization resource name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- search
Filters Map<String,String> - Search filters for the request
- organization
Name string - Organization resource name
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- search
Filters {[key: string]: string} - Search filters for the request
- organization_
name str - Organization resource name
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- search_
filters Mapping[str, str] - Search filters for the request
- organization
Name String - Organization resource name
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- search
Filters Map<String> - Search filters for the request
listAccessEnvironments Result
The following output properties are available:
- Data
List<Pulumi.
Azure Native. Confluent. Outputs. Environment Record Response> - Environment list data
- Kind string
- Type of response
- Metadata
Pulumi.
Azure Native. Confluent. Outputs. Confluent List Metadata Response - Metadata of the environment list
- Data
[]Environment
Record Response - Environment list data
- Kind string
- Type of response
- Metadata
Confluent
List Metadata Response - Metadata of the environment list
- data list(object)
- Environment list data
- kind string
- Type of response
- metadata object
- Metadata of the environment list
- data
List<Environment
Record Response> - Environment list data
- kind String
- Type of response
- metadata
Confluent
List Metadata Response - Metadata of the environment list
- data
Environment
Record Response[] - Environment list data
- kind string
- Type of response
- metadata
Confluent
List Metadata Response - Metadata of the environment list
- data
Sequence[Environment
Record Response] - Environment list data
- kind str
- Type of response
- metadata
Confluent
List Metadata Response - Metadata of the environment list
- data List<Property Map>
- Environment list data
- kind String
- Type of response
- metadata Property Map
- Metadata of the environment list
Supporting Types
ConfluentListMetadataResponse
- first string
- First page of the list
- last string
- Last page of the list
- next string
- Next page of the list
- prev string
- Previous page of the list
- total_
size number - Total size of the list
- first str
- First page of the list
- last str
- Last page of the list
- next str
- Next page of the list
- prev str
- Previous page of the list
- total_
size int - Total size of the list
EnvironmentRecordResponse
- Display
Name string - Display name of the user
- Id string
- Id of the environment
- Kind string
- Type of environment
- Metadata
Pulumi.
Azure Native. Confluent. Inputs. Metadata Entity Response - Metadata of the record
- Display
Name string - Display name of the user
- Id string
- Id of the environment
- Kind string
- Type of environment
- Metadata
Metadata
Entity Response - Metadata of the record
- display_
name string - Display name of the user
- id string
- Id of the environment
- kind string
- Type of environment
- metadata object
- Metadata of the record
- display
Name String - Display name of the user
- id String
- Id of the environment
- kind String
- Type of environment
- metadata
Metadata
Entity Response - Metadata of the record
- display
Name string - Display name of the user
- id string
- Id of the environment
- kind string
- Type of environment
- metadata
Metadata
Entity Response - Metadata of the record
- display_
name str - Display name of the user
- id str
- Id of the environment
- kind str
- Type of environment
- metadata
Metadata
Entity Response - Metadata of the record
- display
Name String - Display name of the user
- id String
- Id of the environment
- kind String
- Type of environment
- metadata Property Map
- Metadata of the record
MetadataEntityResponse
- Created
At string - Created Date Time
- Deleted
At string - Deleted Date time
- Resource
Name string - Resource name of the record
- Self string
- Self lookup url
- Updated
At string - Updated Date time
- Created
At string - Created Date Time
- Deleted
At string - Deleted Date time
- Resource
Name string - Resource name of the record
- Self string
- Self lookup url
- Updated
At string - Updated Date time
- created_
at string - Created Date Time
- deleted_
at string - Deleted Date time
- resource_
name string - Resource name of the record
- self string
- Self lookup url
- updated_
at string - Updated Date time
- created
At String - Created Date Time
- deleted
At String - Deleted Date time
- resource
Name String - Resource name of the record
- self String
- Self lookup url
- updated
At String - Updated Date time
- created
At string - Created Date Time
- deleted
At string - Deleted Date time
- resource
Name string - Resource name of the record
- self string
- Self lookup url
- updated
At string - Updated Date time
- created_
at str - Created Date Time
- deleted_
at str - Deleted Date time
- resource_
name str - Resource name of the record
- self str
- Self lookup url
- updated_
at str - Updated Date time
- created
At String - Created Date Time
- deleted
At String - Deleted Date time
- resource
Name String - Resource name of the record
- self String
- Self lookup url
- updated
At String - Updated Date time
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
published on Thursday, Jul 9, 2026 by Pulumi