1. Registry
  2. Packages
  3. Databricks Provider
  4. API Docs
  5. getAccountIamGroupsV2
Viewing docs for Databricks v1.109.0
published on Tuesday, Sep 8, 2026 by Pulumi
databricks logo databricks logo
Viewing docs for Databricks v1.109.0
published on Tuesday, Sep 8, 2026 by Pulumi

    Public Beta

    API Documentation

    Lists the groups in an account.

    Example Usage

    Example usage:

    List all account groups.

    import * as pulumi from "@pulumi/pulumi";
    import * as databricks from "@pulumi/databricks";
    
    const _this = databricks.getAccountIamGroupsV2({});
    
    import pulumi
    import pulumi_databricks as databricks
    
    this = databricks.get_account_iam_groups_v2()
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-databricks/sdk/go/databricks"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := databricks.GetAccountIamGroupsV2(ctx, &databricks.GetAccountIamGroupsV2Args{}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Databricks = Pulumi.Databricks;
    
    return await Deployment.RunAsync(() => 
    {
        var @this = Databricks.GetAccountIamGroupsV2.Invoke();
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.databricks.DatabricksFunctions;
    import com.pulumi.databricks.inputs.GetAccountIamGroupsV2Args;
    import java.util.ArrayList;
    import java.util.Arrays;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var this = DatabricksFunctions.getAccountIamGroupsV2(GetAccountIamGroupsV2Args.builder()
                .build());
    
        }
    }
    
    variables:
      this:
        fn::invoke:
          function: databricks:getAccountIamGroupsV2
          arguments: {}
    
    pulumi {
      required_providers {
        databricks = {
          source = "pulumi/databricks"
        }
      }
    }
    
    data "databricks_getaccountiamgroupsv2" "this" {
    }
    

    Using getAccountIamGroupsV2

    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 getAccountIamGroupsV2(args: GetAccountIamGroupsV2Args, opts?: InvokeOptions): Promise<GetAccountIamGroupsV2Result>
    function getAccountIamGroupsV2Output(args: GetAccountIamGroupsV2OutputArgs, opts?: InvokeOutputOptions): Output<GetAccountIamGroupsV2Result>
    def get_account_iam_groups_v2(filter: Optional[str] = None,
                                  page_size: Optional[int] = None,
                                  opts: Optional[InvokeOptions] = None) -> GetAccountIamGroupsV2Result
    def get_account_iam_groups_v2_output(filter: pulumi.Input[Optional[str]] = None,
                                  page_size: pulumi.Input[Optional[int]] = None,
                                  opts: Optional[InvokeOutputOptions] = None) -> Output[GetAccountIamGroupsV2Result]
    func GetAccountIamGroupsV2(ctx *Context, args *GetAccountIamGroupsV2Args, opts ...InvokeOption) (*GetAccountIamGroupsV2Result, error)
    func GetAccountIamGroupsV2Output(ctx *Context, args *GetAccountIamGroupsV2OutputArgs, opts ...InvokeOption) GetAccountIamGroupsV2ResultOutput

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

    public static class GetAccountIamGroupsV2 
    {
        public static Task<GetAccountIamGroupsV2Result> InvokeAsync(GetAccountIamGroupsV2Args args, InvokeOptions? opts = null)
        public static Output<GetAccountIamGroupsV2Result> Invoke(GetAccountIamGroupsV2InvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetAccountIamGroupsV2Result> Invoke(GetAccountIamGroupsV2InvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetAccountIamGroupsV2Result> getAccountIamGroupsV2(GetAccountIamGroupsV2Args args, InvokeOptions options)
    public static Output<GetAccountIamGroupsV2Result> getAccountIamGroupsV2(GetAccountIamGroupsV2Args args, InvokeOptions options)
    public static Output<GetAccountIamGroupsV2Result> getAccountIamGroupsV2(GetAccountIamGroupsV2Args args, InvokeOutputOptions options)
    
    fn::invoke:
      function: databricks:index/getAccountIamGroupsV2:getAccountIamGroupsV2
      arguments:
        # arguments dictionary
    data "databricks_get_account_iam_groups_v2" "name" {
        # arguments
    }

    The following arguments are supported:

    Filter string
    Optional. Allows filtering groups by group name or external id
    PageSize int
    The maximum number of groups to return. The service may return fewer than this value. If not provided, defaults to 1000, which is also the maximum allowed. Requests for more than the maximum are clamped to 1000
    Filter string
    Optional. Allows filtering groups by group name or external id
    PageSize int
    The maximum number of groups to return. The service may return fewer than this value. If not provided, defaults to 1000, which is also the maximum allowed. Requests for more than the maximum are clamped to 1000
    filter string
    Optional. Allows filtering groups by group name or external id
    page_size number
    The maximum number of groups to return. The service may return fewer than this value. If not provided, defaults to 1000, which is also the maximum allowed. Requests for more than the maximum are clamped to 1000
    filter String
    Optional. Allows filtering groups by group name or external id
    pageSize Integer
    The maximum number of groups to return. The service may return fewer than this value. If not provided, defaults to 1000, which is also the maximum allowed. Requests for more than the maximum are clamped to 1000
    filter string
    Optional. Allows filtering groups by group name or external id
    pageSize number
    The maximum number of groups to return. The service may return fewer than this value. If not provided, defaults to 1000, which is also the maximum allowed. Requests for more than the maximum are clamped to 1000
    filter str
    Optional. Allows filtering groups by group name or external id
    page_size int
    The maximum number of groups to return. The service may return fewer than this value. If not provided, defaults to 1000, which is also the maximum allowed. Requests for more than the maximum are clamped to 1000
    filter String
    Optional. Allows filtering groups by group name or external id
    pageSize Number
    The maximum number of groups to return. The service may return fewer than this value. If not provided, defaults to 1000, which is also the maximum allowed. Requests for more than the maximum are clamped to 1000

    getAccountIamGroupsV2 Result

    The following output properties are available:

    Supporting Types

    GetAccountIamGroupsV2Group

    AccountId string
    (string) - The parent account ID for group in Databricks
    ExternalId string
    (string) - ExternalId of the group in the customer's IdP
    GroupId string
    (string) - Internal group ID of the group in Databricks
    GroupName string
    (string) - Display name of the group
    AccountId string
    (string) - The parent account ID for group in Databricks
    ExternalId string
    (string) - ExternalId of the group in the customer's IdP
    GroupId string
    (string) - Internal group ID of the group in Databricks
    GroupName string
    (string) - Display name of the group
    account_id string
    (string) - The parent account ID for group in Databricks
    external_id string
    (string) - ExternalId of the group in the customer's IdP
    group_id string
    (string) - Internal group ID of the group in Databricks
    group_name string
    (string) - Display name of the group
    accountId String
    (string) - The parent account ID for group in Databricks
    externalId String
    (string) - ExternalId of the group in the customer's IdP
    groupId String
    (string) - Internal group ID of the group in Databricks
    groupName String
    (string) - Display name of the group
    accountId string
    (string) - The parent account ID for group in Databricks
    externalId string
    (string) - ExternalId of the group in the customer's IdP
    groupId string
    (string) - Internal group ID of the group in Databricks
    groupName string
    (string) - Display name of the group
    account_id str
    (string) - The parent account ID for group in Databricks
    external_id str
    (string) - ExternalId of the group in the customer's IdP
    group_id str
    (string) - Internal group ID of the group in Databricks
    group_name str
    (string) - Display name of the group
    accountId String
    (string) - The parent account ID for group in Databricks
    externalId String
    (string) - ExternalId of the group in the customer's IdP
    groupId String
    (string) - Internal group ID of the group in Databricks
    groupName String
    (string) - Display name of the group

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo databricks logo
    Viewing docs for Databricks v1.109.0
    published on Tuesday, Sep 8, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial