1. Packages
  2. Azure Native
  3. API Docs
  4. confluent
  5. listAccessUsers
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.confluent.listAccessUsers

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

List users success 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 for details.

Using listAccessUsers

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 listAccessUsers(args: ListAccessUsersArgs, opts?: InvokeOptions): Promise<ListAccessUsersResult>
function listAccessUsersOutput(args: ListAccessUsersOutputArgs, opts?: InvokeOptions): Output<ListAccessUsersResult>
Copy
def list_access_users(organization_name: Optional[str] = None,
                      resource_group_name: Optional[str] = None,
                      search_filters: Optional[Mapping[str, str]] = None,
                      opts: Optional[InvokeOptions] = None) -> ListAccessUsersResult
def list_access_users_output(organization_name: Optional[pulumi.Input[str]] = None,
                      resource_group_name: Optional[pulumi.Input[str]] = None,
                      search_filters: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
                      opts: Optional[InvokeOptions] = None) -> Output[ListAccessUsersResult]
Copy
func ListAccessUsers(ctx *Context, args *ListAccessUsersArgs, opts ...InvokeOption) (*ListAccessUsersResult, error)
func ListAccessUsersOutput(ctx *Context, args *ListAccessUsersOutputArgs, opts ...InvokeOption) ListAccessUsersResultOutput
Copy

> Note: This function is named ListAccessUsers in the Go SDK.

public static class ListAccessUsers 
{
    public static Task<ListAccessUsersResult> InvokeAsync(ListAccessUsersArgs args, InvokeOptions? opts = null)
    public static Output<ListAccessUsersResult> Invoke(ListAccessUsersInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<ListAccessUsersResult> listAccessUsers(ListAccessUsersArgs args, InvokeOptions options)
public static Output<ListAccessUsersResult> listAccessUsers(ListAccessUsersArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:confluent:listAccessUsers
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

OrganizationName
This property is required.
Changes to this property will trigger replacement.
string
Organization resource name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Resource group name
SearchFilters Dictionary<string, string>
Search filters for the request
OrganizationName
This property is required.
Changes to this property will trigger replacement.
string
Organization resource name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Resource group name
SearchFilters map[string]string
Search filters for the request
organizationName
This property is required.
Changes to this property will trigger replacement.
String
Organization resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Resource group name
searchFilters Map<String,String>
Search filters for the request
organizationName
This property is required.
Changes to this property will trigger replacement.
string
Organization resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
Resource group name
searchFilters {[key: string]: string}
Search filters for the request
organization_name
This property is required.
Changes to this property will trigger replacement.
str
Organization resource name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
Resource group name
search_filters Mapping[str, str]
Search filters for the request
organizationName
This property is required.
Changes to this property will trigger replacement.
String
Organization resource name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
Resource group name
searchFilters Map<String>
Search filters for the request

listAccessUsers Result

The following output properties are available:

Data []UserRecordResponse
Data of the users list
Kind string
Type of response
Metadata ConfluentListMetadataResponse
Metadata of the list
data List<UserRecordResponse>
Data of the users list
kind String
Type of response
metadata ConfluentListMetadataResponse
Metadata of the list
data UserRecordResponse[]
Data of the users list
kind string
Type of response
metadata ConfluentListMetadataResponse
Metadata of the list
data Sequence[UserRecordResponse]
Data of the users list
kind str
Type of response
metadata ConfluentListMetadataResponse
Metadata of the list
data List<Property Map>
Data of the users list
kind String
Type of response
metadata Property Map
Metadata of the 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
TotalSize int
Total size of the list
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
TotalSize int
Total size of the list
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
totalSize Integer
Total size of the list
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
totalSize 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
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
totalSize Number
Total size of the list

MetadataEntityResponse

CreatedAt string
Created Date Time
DeletedAt string
Deleted Date time
ResourceName string
Resource name of the record
Self string
Self lookup url
UpdatedAt string
Updated Date time
CreatedAt string
Created Date Time
DeletedAt string
Deleted Date time
ResourceName string
Resource name of the record
Self string
Self lookup url
UpdatedAt string
Updated Date time
createdAt String
Created Date Time
deletedAt String
Deleted Date time
resourceName String
Resource name of the record
self String
Self lookup url
updatedAt String
Updated Date time
createdAt string
Created Date Time
deletedAt string
Deleted Date time
resourceName string
Resource name of the record
self string
Self lookup url
updatedAt 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
createdAt String
Created Date Time
deletedAt String
Deleted Date time
resourceName String
Resource name of the record
self String
Self lookup url
updatedAt String
Updated Date time

UserRecordResponse

AuthType string
Auth type of the user
Email string
Email of the user
FullName string
Name of the user
Id string
Id of the user
Kind string
Type of account
Metadata Pulumi.AzureNative.Confluent.Inputs.MetadataEntityResponse
Metadata of the record
AuthType string
Auth type of the user
Email string
Email of the user
FullName string
Name of the user
Id string
Id of the user
Kind string
Type of account
Metadata MetadataEntityResponse
Metadata of the record
authType String
Auth type of the user
email String
Email of the user
fullName String
Name of the user
id String
Id of the user
kind String
Type of account
metadata MetadataEntityResponse
Metadata of the record
authType string
Auth type of the user
email string
Email of the user
fullName string
Name of the user
id string
Id of the user
kind string
Type of account
metadata MetadataEntityResponse
Metadata of the record
auth_type str
Auth type of the user
email str
Email of the user
full_name str
Name of the user
id str
Id of the user
kind str
Type of account
metadata MetadataEntityResponse
Metadata of the record
authType String
Auth type of the user
email String
Email of the user
fullName String
Name of the user
id String
Id of the user
kind String
Type of account
metadata Property Map
Metadata of the record

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi