tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getSslDescribeCompanies
Explore with Pulumi AI
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:
- Company
Id double - Company ID.
- Id string
- Result
Output stringFile - Used to save results.
- Company
Id float64 - Company ID.
- Id string
- Result
Output stringFile - Used to save results.
- company
Id Double - Company ID.
- id String
- result
Output StringFile - Used to save results.
- company
Id number - Company ID.
- id string
- result
Output stringFile - Used to save results.
- company_
id float - Company ID.
- id str
- result_
output_ strfile - Used to save results.
- company
Id Number - Company ID.
- id String
- result
Output StringFile - Used to save results.
getSslDescribeCompanies Result
The following output properties are available:
- Companies
List<Get
Ssl Describe Companies Company> - Company list.
- Id string
- Company
Id double - Company ID.
- Result
Output stringFile
- Companies
[]Get
Ssl Describe Companies Company - Company list.
- Id string
- Company
Id float64 - Company ID.
- Result
Output stringFile
- companies
List<Get
Ssl Describe Companies Company> - Company list.
- id String
- company
Id Double - Company ID.
- result
Output StringFile
- companies
Get
Ssl Describe Companies Company[] - Company list.
- id string
- company
Id number - Company ID.
- result
Output stringFile
- companies
Sequence[Get
Ssl Describe Companies Company] - Company list.
- id str
- company_
id float - Company ID.
- result_
output_ strfile
- companies List<Property Map>
- Company list.
- id String
- company
Id Number - Company ID.
- result
Output StringFile
Supporting Types
GetSslDescribeCompaniesCompany
- Company
Address string - Detailed address where the company is located.
- Company
City string - The city where the company is.
- Company
Country string - Company country.
- Company
Id double - Company ID.
- Company
Name string - Company Name.
- Company
Phone string - company phone.
- Company
Province string - Province where the company is located.
- Id
Number string - ID numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Id
Type string - typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Company
Address string - Detailed address where the company is located.
- Company
City string - The city where the company is.
- Company
Country string - Company country.
- Company
Id float64 - Company ID.
- Company
Name string - Company Name.
- Company
Phone string - company phone.
- Company
Province string - Province where the company is located.
- Id
Number string - ID numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Id
Type string - typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- company
Address String - Detailed address where the company is located.
- company
City String - The city where the company is.
- company
Country String - Company country.
- company
Id Double - Company ID.
- company
Name String - Company Name.
- company
Phone String - company phone.
- company
Province String - Province where the company is located.
- id
Number String - ID numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id
Type String - typeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- company
Address string - Detailed address where the company is located.
- company
City string - The city where the company is.
- company
Country string - Company country.
- company
Id number - Company ID.
- company
Name string - Company Name.
- company
Phone string - company phone.
- company
Province string - Province where the company is located.
- id
Number string - ID numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id
Type 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.
- company
Address String - Detailed address where the company is located.
- company
City String - The city where the company is.
- company
Country String - Company country.
- company
Id Number - Company ID.
- company
Name String - Company Name.
- company
Phone String - company phone.
- company
Province String - Province where the company is located.
- id
Number String - ID numberNote: This field may return NULL, indicating that the valid value cannot be obtained.
- id
Type 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 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack