published on Sunday, Sep 13, 2026 by Pulumi
published on Sunday, Sep 13, 2026 by Pulumi
Organization role bindings
Uses Azure REST API version 2024-07-01.
Other available API versions: 2024-02-13, 2025-07-17-preview, 2025-08-18-preview, 2026-05-01-preview, 2026-06-02-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 listAccessRoleBindingName
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 listAccessRoleBindingName(args: ListAccessRoleBindingNameArgs, opts?: InvokeOptions): Promise<ListAccessRoleBindingNameResult>
function listAccessRoleBindingNameOutput(args: ListAccessRoleBindingNameOutputArgs, opts?: InvokeOutputOptions): Output<ListAccessRoleBindingNameResult>def list_access_role_binding_name(organization_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
search_filters: Optional[Mapping[str, str]] = None,
opts: Optional[InvokeOptions] = None) -> ListAccessRoleBindingNameResult
def list_access_role_binding_name_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[InvokeOutputOptions] = None) -> Output[ListAccessRoleBindingNameResult]func ListAccessRoleBindingName(ctx *Context, args *ListAccessRoleBindingNameArgs, opts ...InvokeOption) (*ListAccessRoleBindingNameResult, error)
func ListAccessRoleBindingNameOutput(ctx *Context, args *ListAccessRoleBindingNameOutputArgs, opts ...InvokeOption) ListAccessRoleBindingNameResultOutput> Note: This function is named ListAccessRoleBindingName in the Go SDK.
public static class ListAccessRoleBindingName
{
public static Task<ListAccessRoleBindingNameResult> InvokeAsync(ListAccessRoleBindingNameArgs args, InvokeOptions? opts = null)
public static Output<ListAccessRoleBindingNameResult> Invoke(ListAccessRoleBindingNameInvokeArgs args, InvokeOptions? opts = null)
public static Output<ListAccessRoleBindingNameResult> Invoke(ListAccessRoleBindingNameInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<ListAccessRoleBindingNameResult> listAccessRoleBindingName(ListAccessRoleBindingNameArgs args, InvokeOptions options)
public static Output<ListAccessRoleBindingNameResult> listAccessRoleBindingName(ListAccessRoleBindingNameArgs args, InvokeOptions options)
public static Output<ListAccessRoleBindingNameResult> listAccessRoleBindingName(ListAccessRoleBindingNameArgs args, InvokeOutputOptions options)
fn::invoke:
function: azure-native:confluent:listAccessRoleBindingName
arguments:
# arguments dictionarydata "azure-native_confluent_list_access_role_binding_name" "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
listAccessRoleBindingName Result
The following output properties are available:
- Data List<string>
- List of role binding names
- Kind string
- Type of response
- Metadata
Pulumi.
Azure Native. Confluent. Outputs. Confluent List Metadata Response - Metadata of the list
- Data []string
- List of role binding names
- Kind string
- Type of response
- Metadata
Confluent
List Metadata Response - Metadata of the list
- data List<String>
- List of role binding names
- kind String
- Type of response
- metadata
Confluent
List Metadata Response - Metadata of the list
- data string[]
- List of role binding names
- kind string
- Type of response
- metadata
Confluent
List Metadata Response - Metadata of the list
- data Sequence[str]
- List of role binding names
- kind str
- Type of response
- metadata
Confluent
List Metadata Response - Metadata of the list
- data List<String>
- List of role binding names
- 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
- 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
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
published on Sunday, Sep 13, 2026 by Pulumi