tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getSslDescribeManagers
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_managers
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const describeManagers = tencentcloud.getSslDescribeManagers({
companyId: 11772,
});
import pulumi
import pulumi_tencentcloud as tencentcloud
describe_managers = tencentcloud.get_ssl_describe_managers(company_id=11772)
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.GetSslDescribeManagers(ctx, &tencentcloud.GetSslDescribeManagersArgs{
CompanyId: 11772,
}, 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 describeManagers = Tencentcloud.GetSslDescribeManagers.Invoke(new()
{
CompanyId = 11772,
});
});
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.GetSslDescribeManagersArgs;
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 describeManagers = TencentcloudFunctions.getSslDescribeManagers(GetSslDescribeManagersArgs.builder()
.companyId("11772")
.build());
}
}
variables:
describeManagers:
fn::invoke:
function: tencentcloud:getSslDescribeManagers
arguments:
companyId: '11772'
Using getSslDescribeManagers
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 getSslDescribeManagers(args: GetSslDescribeManagersArgs, opts?: InvokeOptions): Promise<GetSslDescribeManagersResult>
function getSslDescribeManagersOutput(args: GetSslDescribeManagersOutputArgs, opts?: InvokeOptions): Output<GetSslDescribeManagersResult>
def get_ssl_describe_managers(company_id: Optional[float] = None,
id: Optional[str] = None,
manager_mail: Optional[str] = None,
manager_name: Optional[str] = None,
result_output_file: Optional[str] = None,
search_key: Optional[str] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSslDescribeManagersResult
def get_ssl_describe_managers_output(company_id: Optional[pulumi.Input[float]] = None,
id: Optional[pulumi.Input[str]] = None,
manager_mail: Optional[pulumi.Input[str]] = None,
manager_name: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
search_key: Optional[pulumi.Input[str]] = None,
status: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSslDescribeManagersResult]
func GetSslDescribeManagers(ctx *Context, args *GetSslDescribeManagersArgs, opts ...InvokeOption) (*GetSslDescribeManagersResult, error)
func GetSslDescribeManagersOutput(ctx *Context, args *GetSslDescribeManagersOutputArgs, opts ...InvokeOption) GetSslDescribeManagersResultOutput
> Note: This function is named GetSslDescribeManagers
in the Go SDK.
public static class GetSslDescribeManagers
{
public static Task<GetSslDescribeManagersResult> InvokeAsync(GetSslDescribeManagersArgs args, InvokeOptions? opts = null)
public static Output<GetSslDescribeManagersResult> Invoke(GetSslDescribeManagersInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSslDescribeManagersResult> getSslDescribeManagers(GetSslDescribeManagersArgs args, InvokeOptions options)
public static Output<GetSslDescribeManagersResult> getSslDescribeManagers(GetSslDescribeManagersArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getSslDescribeManagers:getSslDescribeManagers
arguments:
# arguments dictionary
The following arguments are supported:
- Company
Id double - Company ID.
- Id string
- Manager
Mail string - Vague query manager email (will be abandoned), please use Searchkey.
- Manager
Name string - Manager's name (will be abandoned), please use Searchkey.
- Result
Output stringFile - Used to save results.
- Search
Key string - Manager's surname/Manager name/mailbox/department precise matching.
- Status string
- Filter according to the status of the manager, and the value is available'None' Unable to submit review'Audit', Asian Credit Review'Caaudit' CA review'OK' has been reviewed'Invalid' review failed'Expiring' is about to expire'Expired' expired.
- Company
Id float64 - Company ID.
- Id string
- Manager
Mail string - Vague query manager email (will be abandoned), please use Searchkey.
- Manager
Name string - Manager's name (will be abandoned), please use Searchkey.
- Result
Output stringFile - Used to save results.
- Search
Key string - Manager's surname/Manager name/mailbox/department precise matching.
- Status string
- Filter according to the status of the manager, and the value is available'None' Unable to submit review'Audit', Asian Credit Review'Caaudit' CA review'OK' has been reviewed'Invalid' review failed'Expiring' is about to expire'Expired' expired.
- company
Id Double - Company ID.
- id String
- manager
Mail String - Vague query manager email (will be abandoned), please use Searchkey.
- manager
Name String - Manager's name (will be abandoned), please use Searchkey.
- result
Output StringFile - Used to save results.
- search
Key String - Manager's surname/Manager name/mailbox/department precise matching.
- status String
- Filter according to the status of the manager, and the value is available'None' Unable to submit review'Audit', Asian Credit Review'Caaudit' CA review'OK' has been reviewed'Invalid' review failed'Expiring' is about to expire'Expired' expired.
- company
Id number - Company ID.
- id string
- manager
Mail string - Vague query manager email (will be abandoned), please use Searchkey.
- manager
Name string - Manager's name (will be abandoned), please use Searchkey.
- result
Output stringFile - Used to save results.
- search
Key string - Manager's surname/Manager name/mailbox/department precise matching.
- status string
- Filter according to the status of the manager, and the value is available'None' Unable to submit review'Audit', Asian Credit Review'Caaudit' CA review'OK' has been reviewed'Invalid' review failed'Expiring' is about to expire'Expired' expired.
- company_
id float - Company ID.
- id str
- manager_
mail str - Vague query manager email (will be abandoned), please use Searchkey.
- manager_
name str - Manager's name (will be abandoned), please use Searchkey.
- result_
output_ strfile - Used to save results.
- search_
key str - Manager's surname/Manager name/mailbox/department precise matching.
- status str
- Filter according to the status of the manager, and the value is available'None' Unable to submit review'Audit', Asian Credit Review'Caaudit' CA review'OK' has been reviewed'Invalid' review failed'Expiring' is about to expire'Expired' expired.
- company
Id Number - Company ID.
- id String
- manager
Mail String - Vague query manager email (will be abandoned), please use Searchkey.
- manager
Name String - Manager's name (will be abandoned), please use Searchkey.
- result
Output StringFile - Used to save results.
- search
Key String - Manager's surname/Manager name/mailbox/department precise matching.
- status String
- Filter according to the status of the manager, and the value is available'None' Unable to submit review'Audit', Asian Credit Review'Caaudit' CA review'OK' has been reviewed'Invalid' review failed'Expiring' is about to expire'Expired' expired.
getSslDescribeManagers Result
The following output properties are available:
- Company
Id double - Id string
- Managers
List<Get
Ssl Describe Managers Manager> - Company Manager List.
- Manager
Mail string - Manager mailbox.
- Manager
Name string - Result
Output stringFile - Search
Key string - Status string
- Status: Audit: OK during the review: review passed inValid: expired expiRing: is about to expire Expired: expired.
- Company
Id float64 - Id string
- Managers
[]Get
Ssl Describe Managers Manager - Company Manager List.
- Manager
Mail string - Manager mailbox.
- Manager
Name string - Result
Output stringFile - Search
Key string - Status string
- Status: Audit: OK during the review: review passed inValid: expired expiRing: is about to expire Expired: expired.
- company
Id Double - id String
- managers
List<Get
Ssl Describe Managers Manager> - Company Manager List.
- manager
Mail String - Manager mailbox.
- manager
Name String - result
Output StringFile - search
Key String - status String
- Status: Audit: OK during the review: review passed inValid: expired expiRing: is about to expire Expired: expired.
- company
Id number - id string
- managers
Get
Ssl Describe Managers Manager[] - Company Manager List.
- manager
Mail string - Manager mailbox.
- manager
Name string - result
Output stringFile - search
Key string - status string
- Status: Audit: OK during the review: review passed inValid: expired expiRing: is about to expire Expired: expired.
- company_
id float - id str
- managers
Sequence[Get
Ssl Describe Managers Manager] - Company Manager List.
- manager_
mail str - Manager mailbox.
- manager_
name str - result_
output_ strfile - search_
key str - status str
- Status: Audit: OK during the review: review passed inValid: expired expiRing: is about to expire Expired: expired.
- company
Id Number - id String
- managers List<Property Map>
- Company Manager List.
- manager
Mail String - Manager mailbox.
- manager
Name String - result
Output StringFile - search
Key String - status String
- Status: Audit: OK during the review: review passed inValid: expired expiRing: is about to expire Expired: expired.
Supporting Types
GetSslDescribeManagersManager
- Cert
Count double - Number of administrative certificates.
- Create
Time string - Creation timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Domain
Count double - Number of administrators.
- Expire
Time string - Examine the validity expiration timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Manager
Department string - Administrator department.
- Manager
First stringName - Manager name.
- Manager
Id double - Manager ID.
- Manager
Last stringName - Manager name.
- Manager
Mail string - Vague query manager email (will be abandoned), please use Searchkey.
- Manager
Phone string - Manager phone call.
- Manager
Position string - Manager position.
- Status string
- Filter according to the status of the manager, and the value is available'None' Unable to submit review'Audit', Asian Credit Review'Caaudit' CA review'OK' has been reviewed'Invalid' review failed'Expiring' is about to expire'Expired' expired.
- Submit
Audit stringTime - The last time the review timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Verify
Time string - Examination timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Cert
Count float64 - Number of administrative certificates.
- Create
Time string - Creation timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Domain
Count float64 - Number of administrators.
- Expire
Time string - Examine the validity expiration timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Manager
Department string - Administrator department.
- Manager
First stringName - Manager name.
- Manager
Id float64 - Manager ID.
- Manager
Last stringName - Manager name.
- Manager
Mail string - Vague query manager email (will be abandoned), please use Searchkey.
- Manager
Phone string - Manager phone call.
- Manager
Position string - Manager position.
- Status string
- Filter according to the status of the manager, and the value is available'None' Unable to submit review'Audit', Asian Credit Review'Caaudit' CA review'OK' has been reviewed'Invalid' review failed'Expiring' is about to expire'Expired' expired.
- Submit
Audit stringTime - The last time the review timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- Verify
Time string - Examination timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Count Double - Number of administrative certificates.
- create
Time String - Creation timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- domain
Count Double - Number of administrators.
- expire
Time String - Examine the validity expiration timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- manager
Department String - Administrator department.
- manager
First StringName - Manager name.
- manager
Id Double - Manager ID.
- manager
Last StringName - Manager name.
- manager
Mail String - Vague query manager email (will be abandoned), please use Searchkey.
- manager
Phone String - Manager phone call.
- manager
Position String - Manager position.
- status String
- Filter according to the status of the manager, and the value is available'None' Unable to submit review'Audit', Asian Credit Review'Caaudit' CA review'OK' has been reviewed'Invalid' review failed'Expiring' is about to expire'Expired' expired.
- submit
Audit StringTime - The last time the review timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- verify
Time String - Examination timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Count number - Number of administrative certificates.
- create
Time string - Creation timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- domain
Count number - Number of administrators.
- expire
Time string - Examine the validity expiration timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- manager
Department string - Administrator department.
- manager
First stringName - Manager name.
- manager
Id number - Manager ID.
- manager
Last stringName - Manager name.
- manager
Mail string - Vague query manager email (will be abandoned), please use Searchkey.
- manager
Phone string - Manager phone call.
- manager
Position string - Manager position.
- status string
- Filter according to the status of the manager, and the value is available'None' Unable to submit review'Audit', Asian Credit Review'Caaudit' CA review'OK' has been reviewed'Invalid' review failed'Expiring' is about to expire'Expired' expired.
- submit
Audit stringTime - The last time the review timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- verify
Time string - Examination timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert_
count float - Number of administrative certificates.
- create_
time str - Creation timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- domain_
count float - Number of administrators.
- expire_
time str - Examine the validity expiration timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- manager_
department str - Administrator department.
- manager_
first_ strname - Manager name.
- manager_
id float - Manager ID.
- manager_
last_ strname - Manager name.
- manager_
mail str - Vague query manager email (will be abandoned), please use Searchkey.
- manager_
phone str - Manager phone call.
- manager_
position str - Manager position.
- status str
- Filter according to the status of the manager, and the value is available'None' Unable to submit review'Audit', Asian Credit Review'Caaudit' CA review'OK' has been reviewed'Invalid' review failed'Expiring' is about to expire'Expired' expired.
- submit_
audit_ strtime - The last time the review timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- verify_
time str - Examination timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- cert
Count Number - Number of administrative certificates.
- create
Time String - Creation timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- domain
Count Number - Number of administrators.
- expire
Time String - Examine the validity expiration timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- manager
Department String - Administrator department.
- manager
First StringName - Manager name.
- manager
Id Number - Manager ID.
- manager
Last StringName - Manager name.
- manager
Mail String - Vague query manager email (will be abandoned), please use Searchkey.
- manager
Phone String - Manager phone call.
- manager
Position String - Manager position.
- status String
- Filter according to the status of the manager, and the value is available'None' Unable to submit review'Audit', Asian Credit Review'Caaudit' CA review'OK' has been reviewed'Invalid' review failed'Expiring' is about to expire'Expired' expired.
- submit
Audit StringTime - The last time the review timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
- verify
Time String - Examination timeNote: 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