1. Registry
  2. Packages
  3. stackit
  4. API Docs
  5. getDremioUser
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud
stackit logo
Viewing docs for stackit v0.0.7
published on Monday, Aug 17, 2026 by stackitcloud

    Manages a STACKIT Dremio instances user.

    This datasource is part of the experimental feature dremio and is likely going to undergo significant changes or be removed in the future. Use it at your own discretion.

    Example Usage

    data "stackit_dremio_user" "example" {
      project_id  = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
      region      = "eu01"
      instance_id = "example-instance-id"
      user_id     = "example-user-id"
    }
    

    Using getDremioUser

    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 getDremioUser(args: GetDremioUserArgs, opts?: InvokeOptions): Promise<GetDremioUserResult>
    function getDremioUserOutput(args: GetDremioUserOutputArgs, opts?: InvokeOutputOptions): Output<GetDremioUserResult>
    def get_dremio_user(description: Optional[str] = None,
                        instance_id: Optional[str] = None,
                        project_id: Optional[str] = None,
                        region: Optional[str] = None,
                        user_id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetDremioUserResult
    def get_dremio_user_output(description: pulumi.Input[Optional[str]] = None,
                        instance_id: pulumi.Input[Optional[str]] = None,
                        project_id: pulumi.Input[Optional[str]] = None,
                        region: pulumi.Input[Optional[str]] = None,
                        user_id: pulumi.Input[Optional[str]] = None,
                        opts: Optional[InvokeOutputOptions] = None) -> Output[GetDremioUserResult]
    func LookupDremioUser(ctx *Context, args *LookupDremioUserArgs, opts ...InvokeOption) (*LookupDremioUserResult, error)
    func LookupDremioUserOutput(ctx *Context, args *LookupDremioUserOutputArgs, opts ...InvokeOption) LookupDremioUserResultOutput

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

    public static class GetDremioUser 
    {
        public static Task<GetDremioUserResult> InvokeAsync(GetDremioUserArgs args, InvokeOptions? opts = null)
        public static Output<GetDremioUserResult> Invoke(GetDremioUserInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetDremioUserResult> Invoke(GetDremioUserInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetDremioUserResult> getDremioUser(GetDremioUserArgs args, InvokeOptions options)
    public static Output<GetDremioUserResult> getDremioUser(GetDremioUserArgs args, InvokeOptions options)
    public static Output<GetDremioUserResult> getDremioUser(GetDremioUserArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: stackit:index/getDremioUser:getDremioUser
      arguments:
        # arguments dictionary
    data "stackit_get_dremio_user" "name" {
        # arguments
    }

    The following arguments are supported:

    InstanceId string
    The Dremio instance ID.
    ProjectId string
    STACKIT Project ID to which the resource is associated.
    UserId string
    The Dremio user ID.
    Description string
    The description of the user.
    Region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    InstanceId string
    The Dremio instance ID.
    ProjectId string
    STACKIT Project ID to which the resource is associated.
    UserId string
    The Dremio user ID.
    Description string
    The description of the user.
    Region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    instance_id string
    The Dremio instance ID.
    project_id string
    STACKIT Project ID to which the resource is associated.
    user_id string
    The Dremio user ID.
    description string
    The description of the user.
    region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    instanceId String
    The Dremio instance ID.
    projectId String
    STACKIT Project ID to which the resource is associated.
    userId String
    The Dremio user ID.
    description String
    The description of the user.
    region String
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    instanceId string
    The Dremio instance ID.
    projectId string
    STACKIT Project ID to which the resource is associated.
    userId string
    The Dremio user ID.
    description string
    The description of the user.
    region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    instance_id str
    The Dremio instance ID.
    project_id str
    STACKIT Project ID to which the resource is associated.
    user_id str
    The Dremio user ID.
    description str
    The description of the user.
    region str
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    instanceId String
    The Dremio instance ID.
    projectId String
    STACKIT Project ID to which the resource is associated.
    userId String
    The Dremio user ID.
    description String
    The description of the user.
    region String
    The STACKIT region name the resource is located in. If not defined, the provider region is used.

    getDremioUser Result

    The following output properties are available:

    Description string
    The description of the user.
    Email string
    The email address of the user.
    FirstName string
    The first name of the user.
    Id string
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId,userId".
    InstanceId string
    The Dremio instance ID.
    LastName string
    The last name of the user.
    Name string
    The username of the user.
    ProjectId string
    STACKIT Project ID to which the resource is associated.
    UserId string
    The Dremio user ID.
    Region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    Description string
    The description of the user.
    Email string
    The email address of the user.
    FirstName string
    The first name of the user.
    Id string
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId,userId".
    InstanceId string
    The Dremio instance ID.
    LastName string
    The last name of the user.
    Name string
    The username of the user.
    ProjectId string
    STACKIT Project ID to which the resource is associated.
    UserId string
    The Dremio user ID.
    Region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    description string
    The description of the user.
    email string
    The email address of the user.
    first_name string
    The first name of the user.
    id string
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId,userId".
    instance_id string
    The Dremio instance ID.
    last_name string
    The last name of the user.
    name string
    The username of the user.
    project_id string
    STACKIT Project ID to which the resource is associated.
    user_id string
    The Dremio user ID.
    region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    description String
    The description of the user.
    email String
    The email address of the user.
    firstName String
    The first name of the user.
    id String
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId,userId".
    instanceId String
    The Dremio instance ID.
    lastName String
    The last name of the user.
    name String
    The username of the user.
    projectId String
    STACKIT Project ID to which the resource is associated.
    userId String
    The Dremio user ID.
    region String
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    description string
    The description of the user.
    email string
    The email address of the user.
    firstName string
    The first name of the user.
    id string
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId,userId".
    instanceId string
    The Dremio instance ID.
    lastName string
    The last name of the user.
    name string
    The username of the user.
    projectId string
    STACKIT Project ID to which the resource is associated.
    userId string
    The Dremio user ID.
    region string
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    description str
    The description of the user.
    email str
    The email address of the user.
    first_name str
    The first name of the user.
    id str
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId,userId".
    instance_id str
    The Dremio instance ID.
    last_name str
    The last name of the user.
    name str
    The username of the user.
    project_id str
    STACKIT Project ID to which the resource is associated.
    user_id str
    The Dremio user ID.
    region str
    The STACKIT region name the resource is located in. If not defined, the provider region is used.
    description String
    The description of the user.
    email String
    The email address of the user.
    firstName String
    The first name of the user.
    id String
    Terraform's internal resource identifier. It is structured as "projectId,region,instanceId,userId".
    instanceId String
    The Dremio instance ID.
    lastName String
    The last name of the user.
    name String
    The username of the user.
    projectId String
    STACKIT Project ID to which the resource is associated.
    userId String
    The Dremio user ID.
    region String
    The STACKIT region name the resource is located in. If not defined, the provider region is used.

    Package Details

    Repository
    stackit stackitcloud/pulumi-stackit
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the stackit Terraform Provider.
    stackit logo
    Viewing docs for stackit v0.0.7
    published on Monday, Aug 17, 2026 by stackitcloud

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial