tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getBiUserProject
Start a Neo task
Explain and create a tencentcloud.getBiUserProject resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of bi user_project
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const userProject = tencentcloud.getBiUserProject({
projectId: 123,
allPage: true,
});
import pulumi
import pulumi_tencentcloud as tencentcloud
user_project = tencentcloud.get_bi_user_project(project_id=123,
all_page=True)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetBiUserProject(ctx, &tencentcloud.GetBiUserProjectArgs{
ProjectId: pulumi.Float64Ref(123),
AllPage: pulumi.BoolRef(true),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var userProject = Tencentcloud.GetBiUserProject.Invoke(new()
{
ProjectId = 123,
AllPage = true,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetBiUserProjectArgs;
import java.util.List;
import java.util.ArrayList;
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 userProject = TencentcloudFunctions.getBiUserProject(GetBiUserProjectArgs.builder()
.projectId(123)
.allPage(true)
.build());
}
}
variables:
userProject:
fn::invoke:
function: tencentcloud:getBiUserProject
arguments:
projectId: 123
allPage: true
Using getBiUserProject
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 getBiUserProject(args: GetBiUserProjectArgs, opts?: InvokeOptions): Promise<GetBiUserProjectResult>
function getBiUserProjectOutput(args: GetBiUserProjectOutputArgs, opts?: InvokeOptions): Output<GetBiUserProjectResult>def get_bi_user_project(all_page: Optional[bool] = None,
id: Optional[str] = None,
project_id: Optional[float] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBiUserProjectResult
def get_bi_user_project_output(all_page: Optional[pulumi.Input[bool]] = None,
id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[float]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBiUserProjectResult]func GetBiUserProject(ctx *Context, args *GetBiUserProjectArgs, opts ...InvokeOption) (*GetBiUserProjectResult, error)
func GetBiUserProjectOutput(ctx *Context, args *GetBiUserProjectOutputArgs, opts ...InvokeOption) GetBiUserProjectResultOutput> Note: This function is named GetBiUserProject in the Go SDK.
public static class GetBiUserProject
{
public static Task<GetBiUserProjectResult> InvokeAsync(GetBiUserProjectArgs args, InvokeOptions? opts = null)
public static Output<GetBiUserProjectResult> Invoke(GetBiUserProjectInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBiUserProjectResult> getBiUserProject(GetBiUserProjectArgs args, InvokeOptions options)
public static Output<GetBiUserProjectResult> getBiUserProject(GetBiUserProjectArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getBiUserProject:getBiUserProject
arguments:
# arguments dictionaryThe following arguments are supported:
- All
Page bool - Whether to display all, if true, ignore paging.
- Id string
- Project
Id double - Project id.
- Result
Output stringFile - Used to save results.
- All
Page bool - Whether to display all, if true, ignore paging.
- Id string
- Project
Id float64 - Project id.
- Result
Output stringFile - Used to save results.
- all
Page Boolean - Whether to display all, if true, ignore paging.
- id String
- project
Id Double - Project id.
- result
Output StringFile - Used to save results.
- all
Page boolean - Whether to display all, if true, ignore paging.
- id string
- project
Id number - Project id.
- result
Output stringFile - Used to save results.
- all_
page bool - Whether to display all, if true, ignore paging.
- id str
- project_
id float - Project id.
- result_
output_ strfile - Used to save results.
- all
Page Boolean - Whether to display all, if true, ignore paging.
- id String
- project
Id Number - Project id.
- result
Output StringFile - Used to save results.
getBiUserProject Result
The following output properties are available:
- Id string
- Lists
List<Get
Bi User Project List> - Array(Note: This field may return null, indicating that no valid value can be obtained).
- All
Page bool - Project
Id double - Result
Output stringFile
- Id string
- Lists
[]Get
Bi User Project List - Array(Note: This field may return null, indicating that no valid value can be obtained).
- All
Page bool - Project
Id float64 - Result
Output stringFile
- id String
- lists
List<Get
Bi User Project List> - Array(Note: This field may return null, indicating that no valid value can be obtained).
- all
Page Boolean - project
Id Double - result
Output StringFile
- id string
- lists
Get
Bi User Project List[] - Array(Note: This field may return null, indicating that no valid value can be obtained).
- all
Page boolean - project
Id number - result
Output stringFile
- id str
- lists
Sequence[Get
Bi User Project List] - Array(Note: This field may return null, indicating that no valid value can be obtained).
- all_
page bool - project_
id float - result_
output_ strfile
- id String
- lists List<Property Map>
- Array(Note: This field may return null, indicating that no valid value can be obtained).
- all
Page Boolean - project
Id Number - result
Output StringFile
Supporting Types
GetBiUserProjectList
- Area
Code string - Mobile area code(Note: This field may return null, indicating that no valid value can be obtained).
- Corp
Id string - Enterprise id(Note: This field may return null, indicating that no valid value can be obtained).
- Created
At string - Created at(Note: This field may return null, indicating that no valid value can be obtained).
- Created
User string - Created by(Note: This field may return null, indicating that no valid value can be obtained).
- Email string
- E-mail(Note: This field may return null, indicating that no valid value can be obtained).
- First
Modify double - First login to change password, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- Global
User stringName - Global role name(Note: This field may return null, indicating that no valid value can be obtained).
- Last
Login string - Last login time, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- Mobile string
- Mobile number, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- Phone
Number string - Phone number(Note: This field may return null, indicating that no valid value can be obtained).
- Status double
- Disabled state(Note: This field may return null, indicating that no valid value can be obtained).
- Updated
At string - Updated at(Note: This field may return null, indicating that no valid value can be obtained).
- Updated
User string - Updated by(Note: This field may return null, indicating that no valid value can be obtained).
- User
Id string - User id.
- User
Name string - Username.
- Area
Code string - Mobile area code(Note: This field may return null, indicating that no valid value can be obtained).
- Corp
Id string - Enterprise id(Note: This field may return null, indicating that no valid value can be obtained).
- Created
At string - Created at(Note: This field may return null, indicating that no valid value can be obtained).
- Created
User string - Created by(Note: This field may return null, indicating that no valid value can be obtained).
- Email string
- E-mail(Note: This field may return null, indicating that no valid value can be obtained).
- First
Modify float64 - First login to change password, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- Global
User stringName - Global role name(Note: This field may return null, indicating that no valid value can be obtained).
- Last
Login string - Last login time, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- Mobile string
- Mobile number, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- Phone
Number string - Phone number(Note: This field may return null, indicating that no valid value can be obtained).
- Status float64
- Disabled state(Note: This field may return null, indicating that no valid value can be obtained).
- Updated
At string - Updated at(Note: This field may return null, indicating that no valid value can be obtained).
- Updated
User string - Updated by(Note: This field may return null, indicating that no valid value can be obtained).
- User
Id string - User id.
- User
Name string - Username.
- area
Code String - Mobile area code(Note: This field may return null, indicating that no valid value can be obtained).
- corp
Id String - Enterprise id(Note: This field may return null, indicating that no valid value can be obtained).
- created
At String - Created at(Note: This field may return null, indicating that no valid value can be obtained).
- created
User String - Created by(Note: This field may return null, indicating that no valid value can be obtained).
- email String
- E-mail(Note: This field may return null, indicating that no valid value can be obtained).
- first
Modify Double - First login to change password, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- global
User StringName - Global role name(Note: This field may return null, indicating that no valid value can be obtained).
- last
Login String - Last login time, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- mobile String
- Mobile number, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- phone
Number String - Phone number(Note: This field may return null, indicating that no valid value can be obtained).
- status Double
- Disabled state(Note: This field may return null, indicating that no valid value can be obtained).
- updated
At String - Updated at(Note: This field may return null, indicating that no valid value can be obtained).
- updated
User String - Updated by(Note: This field may return null, indicating that no valid value can be obtained).
- user
Id String - User id.
- user
Name String - Username.
- area
Code string - Mobile area code(Note: This field may return null, indicating that no valid value can be obtained).
- corp
Id string - Enterprise id(Note: This field may return null, indicating that no valid value can be obtained).
- created
At string - Created at(Note: This field may return null, indicating that no valid value can be obtained).
- created
User string - Created by(Note: This field may return null, indicating that no valid value can be obtained).
- email string
- E-mail(Note: This field may return null, indicating that no valid value can be obtained).
- first
Modify number - First login to change password, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- global
User stringName - Global role name(Note: This field may return null, indicating that no valid value can be obtained).
- last
Login string - Last login time, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- mobile string
- Mobile number, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- phone
Number string - Phone number(Note: This field may return null, indicating that no valid value can be obtained).
- status number
- Disabled state(Note: This field may return null, indicating that no valid value can be obtained).
- updated
At string - Updated at(Note: This field may return null, indicating that no valid value can be obtained).
- updated
User string - Updated by(Note: This field may return null, indicating that no valid value can be obtained).
- user
Id string - User id.
- user
Name string - Username.
- area_
code str - Mobile area code(Note: This field may return null, indicating that no valid value can be obtained).
- corp_
id str - Enterprise id(Note: This field may return null, indicating that no valid value can be obtained).
- created_
at str - Created at(Note: This field may return null, indicating that no valid value can be obtained).
- created_
user str - Created by(Note: This field may return null, indicating that no valid value can be obtained).
- email str
- E-mail(Note: This field may return null, indicating that no valid value can be obtained).
- first_
modify float - First login to change password, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- global_
user_ strname - Global role name(Note: This field may return null, indicating that no valid value can be obtained).
- last_
login str - Last login time, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- mobile str
- Mobile number, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- phone_
number str - Phone number(Note: This field may return null, indicating that no valid value can be obtained).
- status float
- Disabled state(Note: This field may return null, indicating that no valid value can be obtained).
- updated_
at str - Updated at(Note: This field may return null, indicating that no valid value can be obtained).
- updated_
user str - Updated by(Note: This field may return null, indicating that no valid value can be obtained).
- user_
id str - User id.
- user_
name str - Username.
- area
Code String - Mobile area code(Note: This field may return null, indicating that no valid value can be obtained).
- corp
Id String - Enterprise id(Note: This field may return null, indicating that no valid value can be obtained).
- created
At String - Created at(Note: This field may return null, indicating that no valid value can be obtained).
- created
User String - Created by(Note: This field may return null, indicating that no valid value can be obtained).
- email String
- E-mail(Note: This field may return null, indicating that no valid value can be obtained).
- first
Modify Number - First login to change password, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- global
User StringName - Global role name(Note: This field may return null, indicating that no valid value can be obtained).
- last
Login String - Last login time, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- mobile String
- Mobile number, public cloud unrelated fields(Note: This field may return null, indicating that no valid value can be obtained).
- phone
Number String - Phone number(Note: This field may return null, indicating that no valid value can be obtained).
- status Number
- Disabled state(Note: This field may return null, indicating that no valid value can be obtained).
- updated
At String - Updated at(Note: This field may return null, indicating that no valid value can be obtained).
- updated
User String - Updated by(Note: This field may return null, indicating that no valid value can be obtained).
- user
Id String - User id.
- user
Name String - Username.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
