tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getOrganizationOrgFinancialByMember
Start a Neo task
Explain and create a tencentcloud.getOrganizationOrgFinancialByMember resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of organization org_financial_by_member
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const orgFinancialByMember = tencentcloud.getOrganizationOrgFinancialByMember({
month: "2023-05",
endMonth: "2023-10",
memberUins: [
100015591986,
100029796005,
],
});
import pulumi
import pulumi_tencentcloud as tencentcloud
org_financial_by_member = tencentcloud.get_organization_org_financial_by_member(month="2023-05",
end_month="2023-10",
member_uins=[
100015591986,
100029796005,
])
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.GetOrganizationOrgFinancialByMember(ctx, &tencentcloud.GetOrganizationOrgFinancialByMemberArgs{
Month: "2023-05",
EndMonth: pulumi.StringRef("2023-10"),
MemberUins: []float64{
100015591986,
100029796005,
},
}, 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 orgFinancialByMember = Tencentcloud.GetOrganizationOrgFinancialByMember.Invoke(new()
{
Month = "2023-05",
EndMonth = "2023-10",
MemberUins = new[]
{
100015591986,
100029796005,
},
});
});
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.GetOrganizationOrgFinancialByMemberArgs;
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 orgFinancialByMember = TencentcloudFunctions.getOrganizationOrgFinancialByMember(GetOrganizationOrgFinancialByMemberArgs.builder()
.month("2023-05")
.endMonth("2023-10")
.memberUins(
100015591986,
100029796005)
.build());
}
}
variables:
orgFinancialByMember:
fn::invoke:
function: tencentcloud:getOrganizationOrgFinancialByMember
arguments:
month: 2023-05
endMonth: 2023-10
memberUins:
- 1.00015591986e+11
- 1.00029796005e+11
Using getOrganizationOrgFinancialByMember
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 getOrganizationOrgFinancialByMember(args: GetOrganizationOrgFinancialByMemberArgs, opts?: InvokeOptions): Promise<GetOrganizationOrgFinancialByMemberResult>
function getOrganizationOrgFinancialByMemberOutput(args: GetOrganizationOrgFinancialByMemberOutputArgs, opts?: InvokeOptions): Output<GetOrganizationOrgFinancialByMemberResult>def get_organization_org_financial_by_member(end_month: Optional[str] = None,
id: Optional[str] = None,
member_uins: Optional[Sequence[float]] = None,
month: Optional[str] = None,
product_codes: Optional[Sequence[str]] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOrganizationOrgFinancialByMemberResult
def get_organization_org_financial_by_member_output(end_month: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
member_uins: Optional[pulumi.Input[Sequence[pulumi.Input[float]]]] = None,
month: Optional[pulumi.Input[str]] = None,
product_codes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOrganizationOrgFinancialByMemberResult]func GetOrganizationOrgFinancialByMember(ctx *Context, args *GetOrganizationOrgFinancialByMemberArgs, opts ...InvokeOption) (*GetOrganizationOrgFinancialByMemberResult, error)
func GetOrganizationOrgFinancialByMemberOutput(ctx *Context, args *GetOrganizationOrgFinancialByMemberOutputArgs, opts ...InvokeOption) GetOrganizationOrgFinancialByMemberResultOutput> Note: This function is named GetOrganizationOrgFinancialByMember in the Go SDK.
public static class GetOrganizationOrgFinancialByMember
{
public static Task<GetOrganizationOrgFinancialByMemberResult> InvokeAsync(GetOrganizationOrgFinancialByMemberArgs args, InvokeOptions? opts = null)
public static Output<GetOrganizationOrgFinancialByMemberResult> Invoke(GetOrganizationOrgFinancialByMemberInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOrganizationOrgFinancialByMemberResult> getOrganizationOrgFinancialByMember(GetOrganizationOrgFinancialByMemberArgs args, InvokeOptions options)
public static Output<GetOrganizationOrgFinancialByMemberResult> getOrganizationOrgFinancialByMember(GetOrganizationOrgFinancialByMemberArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getOrganizationOrgFinancialByMember:getOrganizationOrgFinancialByMember
arguments:
# arguments dictionaryThe following arguments are supported:
- Month string
- Query for the start month. Format:yyyy-mm, for example:2021-01.
- End
Month string - Query for the end month. Format:yyyy-mm, for example:2021-01.The default value is the
Month. - Id string
- Member
Uins List<double> - Member uin list. Up to 100.
- Product
Codes List<string> - Product code list. Up to 100.
- Result
Output stringFile - Used to save results.
- Month string
- Query for the start month. Format:yyyy-mm, for example:2021-01.
- End
Month string - Query for the end month. Format:yyyy-mm, for example:2021-01.The default value is the
Month. - Id string
- Member
Uins []float64 - Member uin list. Up to 100.
- Product
Codes []string - Product code list. Up to 100.
- Result
Output stringFile - Used to save results.
- month String
- Query for the start month. Format:yyyy-mm, for example:2021-01.
- end
Month String - Query for the end month. Format:yyyy-mm, for example:2021-01.The default value is the
Month. - id String
- member
Uins List<Double> - Member uin list. Up to 100.
- product
Codes List<String> - Product code list. Up to 100.
- result
Output StringFile - Used to save results.
- month string
- Query for the start month. Format:yyyy-mm, for example:2021-01.
- end
Month string - Query for the end month. Format:yyyy-mm, for example:2021-01.The default value is the
Month. - id string
- member
Uins number[] - Member uin list. Up to 100.
- product
Codes string[] - Product code list. Up to 100.
- result
Output stringFile - Used to save results.
- month str
- Query for the start month. Format:yyyy-mm, for example:2021-01.
- end_
month str - Query for the end month. Format:yyyy-mm, for example:2021-01.The default value is the
Month. - id str
- member_
uins Sequence[float] - Member uin list. Up to 100.
- product_
codes Sequence[str] - Product code list. Up to 100.
- result_
output_ strfile - Used to save results.
- month String
- Query for the start month. Format:yyyy-mm, for example:2021-01.
- end
Month String - Query for the end month. Format:yyyy-mm, for example:2021-01.The default value is the
Month. - id String
- member
Uins List<Number> - Member uin list. Up to 100.
- product
Codes List<String> - Product code list. Up to 100.
- result
Output StringFile - Used to save results.
getOrganizationOrgFinancialByMember Result
The following output properties are available:
- Id string
- Items
List<Get
Organization Org Financial By Member Item> - Member financial detail.
- Month string
- Total
Cost double - Total cost of the member.
- End
Month string - Member
Uins List<double> - Product
Codes List<string> - Result
Output stringFile
- Id string
- Items
[]Get
Organization Org Financial By Member Item - Member financial detail.
- Month string
- Total
Cost float64 - Total cost of the member.
- End
Month string - Member
Uins []float64 - Product
Codes []string - Result
Output stringFile
- id String
- items
List<Get
Organization Org Financial By Member Item> - Member financial detail.
- month String
- total
Cost Double - Total cost of the member.
- end
Month String - member
Uins List<Double> - product
Codes List<String> - result
Output StringFile
- id string
- items
Get
Organization Org Financial By Member Item[] - Member financial detail.
- month string
- total
Cost number - Total cost of the member.
- end
Month string - member
Uins number[] - product
Codes string[] - result
Output stringFile
- id str
- items
Sequence[Get
Organization Org Financial By Member Item] - Member financial detail.
- month str
- total_
cost float - Total cost of the member.
- end_
month str - member_
uins Sequence[float] - product_
codes Sequence[str] - result_
output_ strfile
- id String
- items List<Property Map>
- Member financial detail.
- month String
- total
Cost Number - Total cost of the member.
- end
Month String - member
Uins List<Number> - product
Codes List<String> - result
Output StringFile
Supporting Types
GetOrganizationOrgFinancialByMemberItem
- Member
Name string - Member name.
- Member
Uin double - Member uin.
- Ratio string
- The percentage of the organization total cost that is accounted for by the member.
- Total
Cost double - Total cost of the member.
- Member
Name string - Member name.
- Member
Uin float64 - Member uin.
- Ratio string
- The percentage of the organization total cost that is accounted for by the member.
- Total
Cost float64 - Total cost of the member.
- member
Name String - Member name.
- member
Uin Double - Member uin.
- ratio String
- The percentage of the organization total cost that is accounted for by the member.
- total
Cost Double - Total cost of the member.
- member
Name string - Member name.
- member
Uin number - Member uin.
- ratio string
- The percentage of the organization total cost that is accounted for by the member.
- total
Cost number - Total cost of the member.
- member_
name str - Member name.
- member_
uin float - Member uin.
- ratio str
- The percentage of the organization total cost that is accounted for by the member.
- total_
cost float - Total cost of the member.
- member
Name String - Member name.
- member
Uin Number - Member uin.
- ratio String
- The percentage of the organization total cost that is accounted for by the member.
- total
Cost Number - Total cost of the member.
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
