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

tencentcloud.getSslDescribeManagers

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_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:

    CompanyId double
    Company ID.
    Id string
    ManagerMail string
    Vague query manager email (will be abandoned), please use Searchkey.
    ManagerName string
    Manager&#39;s name (will be abandoned), please use Searchkey.
    ResultOutputFile string
    Used to save results.
    SearchKey string
    Manager&#39;s surname/Manager name/mailbox/department precise matching.
    Status string
    Filter according to the status of the manager, and the value is available&#39;None&#39; Unable to submit review&#39;Audit&#39;, Asian Credit Review&#39;Caaudit&#39; CA review&#39;OK&#39; has been reviewed&#39;Invalid&#39; review failed&#39;Expiring&#39; is about to expire&#39;Expired&#39; expired.
    CompanyId float64
    Company ID.
    Id string
    ManagerMail string
    Vague query manager email (will be abandoned), please use Searchkey.
    ManagerName string
    Manager&#39;s name (will be abandoned), please use Searchkey.
    ResultOutputFile string
    Used to save results.
    SearchKey string
    Manager&#39;s surname/Manager name/mailbox/department precise matching.
    Status string
    Filter according to the status of the manager, and the value is available&#39;None&#39; Unable to submit review&#39;Audit&#39;, Asian Credit Review&#39;Caaudit&#39; CA review&#39;OK&#39; has been reviewed&#39;Invalid&#39; review failed&#39;Expiring&#39; is about to expire&#39;Expired&#39; expired.
    companyId Double
    Company ID.
    id String
    managerMail String
    Vague query manager email (will be abandoned), please use Searchkey.
    managerName String
    Manager&#39;s name (will be abandoned), please use Searchkey.
    resultOutputFile String
    Used to save results.
    searchKey String
    Manager&#39;s surname/Manager name/mailbox/department precise matching.
    status String
    Filter according to the status of the manager, and the value is available&#39;None&#39; Unable to submit review&#39;Audit&#39;, Asian Credit Review&#39;Caaudit&#39; CA review&#39;OK&#39; has been reviewed&#39;Invalid&#39; review failed&#39;Expiring&#39; is about to expire&#39;Expired&#39; expired.
    companyId number
    Company ID.
    id string
    managerMail string
    Vague query manager email (will be abandoned), please use Searchkey.
    managerName string
    Manager&#39;s name (will be abandoned), please use Searchkey.
    resultOutputFile string
    Used to save results.
    searchKey string
    Manager&#39;s surname/Manager name/mailbox/department precise matching.
    status string
    Filter according to the status of the manager, and the value is available&#39;None&#39; Unable to submit review&#39;Audit&#39;, Asian Credit Review&#39;Caaudit&#39; CA review&#39;OK&#39; has been reviewed&#39;Invalid&#39; review failed&#39;Expiring&#39; is about to expire&#39;Expired&#39; 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&#39;s name (will be abandoned), please use Searchkey.
    result_output_file str
    Used to save results.
    search_key str
    Manager&#39;s surname/Manager name/mailbox/department precise matching.
    status str
    Filter according to the status of the manager, and the value is available&#39;None&#39; Unable to submit review&#39;Audit&#39;, Asian Credit Review&#39;Caaudit&#39; CA review&#39;OK&#39; has been reviewed&#39;Invalid&#39; review failed&#39;Expiring&#39; is about to expire&#39;Expired&#39; expired.
    companyId Number
    Company ID.
    id String
    managerMail String
    Vague query manager email (will be abandoned), please use Searchkey.
    managerName String
    Manager&#39;s name (will be abandoned), please use Searchkey.
    resultOutputFile String
    Used to save results.
    searchKey String
    Manager&#39;s surname/Manager name/mailbox/department precise matching.
    status String
    Filter according to the status of the manager, and the value is available&#39;None&#39; Unable to submit review&#39;Audit&#39;, Asian Credit Review&#39;Caaudit&#39; CA review&#39;OK&#39; has been reviewed&#39;Invalid&#39; review failed&#39;Expiring&#39; is about to expire&#39;Expired&#39; expired.

    getSslDescribeManagers Result

    The following output properties are available:

    CompanyId double
    Id string
    Managers List<GetSslDescribeManagersManager>
    Company Manager List.
    ManagerMail string
    Manager mailbox.
    ManagerName string
    ResultOutputFile string
    SearchKey string
    Status string
    Status: Audit: OK during the review: review passed inValid: expired expiRing: is about to expire Expired: expired.
    CompanyId float64
    Id string
    Managers []GetSslDescribeManagersManager
    Company Manager List.
    ManagerMail string
    Manager mailbox.
    ManagerName string
    ResultOutputFile string
    SearchKey string
    Status string
    Status: Audit: OK during the review: review passed inValid: expired expiRing: is about to expire Expired: expired.
    companyId Double
    id String
    managers List<GetSslDescribeManagersManager>
    Company Manager List.
    managerMail String
    Manager mailbox.
    managerName String
    resultOutputFile String
    searchKey String
    status String
    Status: Audit: OK during the review: review passed inValid: expired expiRing: is about to expire Expired: expired.
    companyId number
    id string
    managers GetSslDescribeManagersManager[]
    Company Manager List.
    managerMail string
    Manager mailbox.
    managerName string
    resultOutputFile string
    searchKey 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[GetSslDescribeManagersManager]
    Company Manager List.
    manager_mail str
    Manager mailbox.
    manager_name str
    result_output_file str
    search_key str
    status str
    Status: Audit: OK during the review: review passed inValid: expired expiRing: is about to expire Expired: expired.
    companyId Number
    id String
    managers List<Property Map>
    Company Manager List.
    managerMail String
    Manager mailbox.
    managerName String
    resultOutputFile String
    searchKey String
    status String
    Status: Audit: OK during the review: review passed inValid: expired expiRing: is about to expire Expired: expired.

    Supporting Types

    GetSslDescribeManagersManager

    CertCount double
    Number of administrative certificates.
    CreateTime string
    Creation timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    DomainCount double
    Number of administrators.
    ExpireTime string
    Examine the validity expiration timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    ManagerDepartment string
    Administrator department.
    ManagerFirstName string
    Manager name.
    ManagerId double
    Manager ID.
    ManagerLastName string
    Manager name.
    ManagerMail string
    Vague query manager email (will be abandoned), please use Searchkey.
    ManagerPhone string
    Manager phone call.
    ManagerPosition string
    Manager position.
    Status string
    Filter according to the status of the manager, and the value is available&#39;None&#39; Unable to submit review&#39;Audit&#39;, Asian Credit Review&#39;Caaudit&#39; CA review&#39;OK&#39; has been reviewed&#39;Invalid&#39; review failed&#39;Expiring&#39; is about to expire&#39;Expired&#39; expired.
    SubmitAuditTime string
    The last time the review timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    VerifyTime string
    Examination timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    CertCount float64
    Number of administrative certificates.
    CreateTime string
    Creation timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    DomainCount float64
    Number of administrators.
    ExpireTime string
    Examine the validity expiration timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    ManagerDepartment string
    Administrator department.
    ManagerFirstName string
    Manager name.
    ManagerId float64
    Manager ID.
    ManagerLastName string
    Manager name.
    ManagerMail string
    Vague query manager email (will be abandoned), please use Searchkey.
    ManagerPhone string
    Manager phone call.
    ManagerPosition string
    Manager position.
    Status string
    Filter according to the status of the manager, and the value is available&#39;None&#39; Unable to submit review&#39;Audit&#39;, Asian Credit Review&#39;Caaudit&#39; CA review&#39;OK&#39; has been reviewed&#39;Invalid&#39; review failed&#39;Expiring&#39; is about to expire&#39;Expired&#39; expired.
    SubmitAuditTime string
    The last time the review timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    VerifyTime string
    Examination timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certCount Double
    Number of administrative certificates.
    createTime String
    Creation timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    domainCount Double
    Number of administrators.
    expireTime String
    Examine the validity expiration timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    managerDepartment String
    Administrator department.
    managerFirstName String
    Manager name.
    managerId Double
    Manager ID.
    managerLastName String
    Manager name.
    managerMail String
    Vague query manager email (will be abandoned), please use Searchkey.
    managerPhone String
    Manager phone call.
    managerPosition String
    Manager position.
    status String
    Filter according to the status of the manager, and the value is available&#39;None&#39; Unable to submit review&#39;Audit&#39;, Asian Credit Review&#39;Caaudit&#39; CA review&#39;OK&#39; has been reviewed&#39;Invalid&#39; review failed&#39;Expiring&#39; is about to expire&#39;Expired&#39; expired.
    submitAuditTime String
    The last time the review timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    verifyTime String
    Examination timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    certCount number
    Number of administrative certificates.
    createTime string
    Creation timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    domainCount number
    Number of administrators.
    expireTime string
    Examine the validity expiration timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    managerDepartment string
    Administrator department.
    managerFirstName string
    Manager name.
    managerId number
    Manager ID.
    managerLastName string
    Manager name.
    managerMail string
    Vague query manager email (will be abandoned), please use Searchkey.
    managerPhone string
    Manager phone call.
    managerPosition string
    Manager position.
    status string
    Filter according to the status of the manager, and the value is available&#39;None&#39; Unable to submit review&#39;Audit&#39;, Asian Credit Review&#39;Caaudit&#39; CA review&#39;OK&#39; has been reviewed&#39;Invalid&#39; review failed&#39;Expiring&#39; is about to expire&#39;Expired&#39; expired.
    submitAuditTime string
    The last time the review timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    verifyTime 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_name str
    Manager name.
    manager_id float
    Manager ID.
    manager_last_name str
    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&#39;None&#39; Unable to submit review&#39;Audit&#39;, Asian Credit Review&#39;Caaudit&#39; CA review&#39;OK&#39; has been reviewed&#39;Invalid&#39; review failed&#39;Expiring&#39; is about to expire&#39;Expired&#39; expired.
    submit_audit_time str
    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.
    certCount Number
    Number of administrative certificates.
    createTime String
    Creation timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    domainCount Number
    Number of administrators.
    expireTime String
    Examine the validity expiration timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    managerDepartment String
    Administrator department.
    managerFirstName String
    Manager name.
    managerId Number
    Manager ID.
    managerLastName String
    Manager name.
    managerMail String
    Vague query manager email (will be abandoned), please use Searchkey.
    managerPhone String
    Manager phone call.
    managerPosition String
    Manager position.
    status String
    Filter according to the status of the manager, and the value is available&#39;None&#39; Unable to submit review&#39;Audit&#39;, Asian Credit Review&#39;Caaudit&#39; CA review&#39;OK&#39; has been reviewed&#39;Invalid&#39; review failed&#39;Expiring&#39; is about to expire&#39;Expired&#39; expired.
    submitAuditTime String
    The last time the review timeNote: This field may return NULL, indicating that the valid value cannot be obtained.
    verifyTime 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 logo
    tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack