1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getSslDescribeCompanies
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

tencentcloud.getSslDescribeCompanies

Explore with Pulumi AI

tencentcloud logo
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack

    Use this data source to query detailed information of ssl describe_companies

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const describeCompanies = tencentcloud.getSslDescribeCompanies({
        companyId: 122,
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    describe_companies = tencentcloud.get_ssl_describe_companies(company_id=122)
    
    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.GetSslDescribeCompanies(ctx, &tencentcloud.GetSslDescribeCompaniesArgs{
    			CompanyId: pulumi.Float64Ref(122),
    		}, 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 describeCompanies = Tencentcloud.GetSslDescribeCompanies.Invoke(new()
        {
            CompanyId = 122,
        });
    
    });
    
    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.GetSslDescribeCompaniesArgs;
    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 describeCompanies = TencentcloudFunctions.getSslDescribeCompanies(GetSslDescribeCompaniesArgs.builder()
                .companyId(122)
                .build());
    
        }
    }
    
    variables:
      describeCompanies:
        fn::invoke:
          function: tencentcloud:getSslDescribeCompanies
          arguments:
            companyId: 122
    

    Using getSslDescribeCompanies

    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 getSslDescribeCompanies(args: GetSslDescribeCompaniesArgs, opts?: InvokeOptions): Promise<GetSslDescribeCompaniesResult>
    function getSslDescribeCompaniesOutput(args: GetSslDescribeCompaniesOutputArgs, opts?: InvokeOptions): Output<GetSslDescribeCompaniesResult>
    def get_ssl_describe_companies(company_id: Optional[float] = None,
                                   id: Optional[str] = None,
                                   result_output_file: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetSslDescribeCompaniesResult
    def get_ssl_describe_companies_output(company_id: Optional[pulumi.Input[float]] = None,
                                   id: Optional[pulumi.Input[str]] = None,
                                   result_output_file: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetSslDescribeCompaniesResult]
    func GetSslDescribeCompanies(ctx *Context, args *GetSslDescribeCompaniesArgs, opts ...InvokeOption) (*GetSslDescribeCompaniesResult, error)
    func GetSslDescribeCompaniesOutput(ctx *Context, args *GetSslDescribeCompaniesOutputArgs, opts ...InvokeOption) GetSslDescribeCompaniesResultOutput

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

    public static class GetSslDescribeCompanies 
    {
        public static Task<GetSslDescribeCompaniesResult> InvokeAsync(GetSslDescribeCompaniesArgs args, InvokeOptions? opts = null)
        public static Output<GetSslDescribeCompaniesResult> Invoke(GetSslDescribeCompaniesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSslDescribeCompaniesResult> getSslDescribeCompanies(GetSslDescribeCompaniesArgs args, InvokeOptions options)
    public static Output<GetSslDescribeCompaniesResult> getSslDescribeCompanies(GetSslDescribeCompaniesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getSslDescribeCompanies:getSslDescribeCompanies
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CompanyId double
    Company ID.
    Id string
    ResultOutputFile string
    Used to save results.
    CompanyId float64
    Company ID.
    Id string
    ResultOutputFile string
    Used to save results.
    companyId Double
    Company ID.
    id String
    resultOutputFile String
    Used to save results.
    companyId number
    Company ID.
    id string
    resultOutputFile string
    Used to save results.
    company_id float
    Company ID.
    id str
    result_output_file str
    Used to save results.
    companyId Number
    Company ID.
    id String
    resultOutputFile String
    Used to save results.

    getSslDescribeCompanies Result

    The following output properties are available:

    Companies []GetSslDescribeCompaniesCompany
    Company list.
    Id string
    CompanyId float64
    Company ID.
    ResultOutputFile string
    companies GetSslDescribeCompaniesCompany[]
    Company list.
    id string
    companyId number
    Company ID.
    resultOutputFile string
    companies List<Property Map>
    Company list.
    id String
    companyId Number
    Company ID.
    resultOutputFile String

    Supporting Types

    GetSslDescribeCompaniesCompany

    CompanyAddress string
    Detailed address where the company is located.
    CompanyCity string
    The city where the company is.
    CompanyCountry string
    Company country.
    CompanyId double
    Company ID.
    CompanyName string
    Company Name.
    CompanyPhone string
    company phone.
    CompanyProvince string
    Province where the company is located.
    IdNumber string
    ID numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
    IdType string
    typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CompanyAddress string
    Detailed address where the company is located.
    CompanyCity string
    The city where the company is.
    CompanyCountry string
    Company country.
    CompanyId float64
    Company ID.
    CompanyName string
    Company Name.
    CompanyPhone string
    company phone.
    CompanyProvince string
    Province where the company is located.
    IdNumber string
    ID numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
    IdType string
    typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    companyAddress String
    Detailed address where the company is located.
    companyCity String
    The city where the company is.
    companyCountry String
    Company country.
    companyId Double
    Company ID.
    companyName String
    Company Name.
    companyPhone String
    company phone.
    companyProvince String
    Province where the company is located.
    idNumber String
    ID numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
    idType String
    typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    companyAddress string
    Detailed address where the company is located.
    companyCity string
    The city where the company is.
    companyCountry string
    Company country.
    companyId number
    Company ID.
    companyName string
    Company Name.
    companyPhone string
    company phone.
    companyProvince string
    Province where the company is located.
    idNumber string
    ID numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
    idType string
    typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    company_address str
    Detailed address where the company is located.
    company_city str
    The city where the company is.
    company_country str
    Company country.
    company_id float
    Company ID.
    company_name str
    Company Name.
    company_phone str
    company phone.
    company_province str
    Province where the company is located.
    id_number str
    ID numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
    id_type str
    typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    companyAddress String
    Detailed address where the company is located.
    companyCity String
    The city where the company is.
    companyCountry String
    Company country.
    companyId Number
    Company ID.
    companyName String
    Company Name.
    companyPhone String
    company phone.
    companyProvince String
    Province where the company is located.
    idNumber String
    ID numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
    idType String
    typeNote: This field may return NULL, indicating that the valid value cannot be obtained.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack