published on Monday, May 11, 2026 by tencentcloudstack
published on Monday, May 11, 2026 by tencentcloudstack
Provides a resource to create a TEO security client attester.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = new tencentcloud.TeoSecurityClientAttester("example", {
zoneId: "zone-3fkff38fyw8s",
clientAttesters: {
name: "tf-example",
attesterSource: "TC-RCE",
attesterDuration: "300s",
tcRceOption: {
channel: "12399223",
region: "ap-beijing",
},
},
});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.TeoSecurityClientAttester("example",
zone_id="zone-3fkff38fyw8s",
client_attesters={
"name": "tf-example",
"attester_source": "TC-RCE",
"attester_duration": "300s",
"tc_rce_option": {
"channel": "12399223",
"region": "ap-beijing",
},
})
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.NewTeoSecurityClientAttester(ctx, "example", &tencentcloud.TeoSecurityClientAttesterArgs{
ZoneId: pulumi.String("zone-3fkff38fyw8s"),
ClientAttesters: &tencentcloud.TeoSecurityClientAttesterClientAttestersArgs{
Name: pulumi.String("tf-example"),
AttesterSource: pulumi.String("TC-RCE"),
AttesterDuration: pulumi.String("300s"),
TcRceOption: &tencentcloud.TeoSecurityClientAttesterClientAttestersTcRceOptionArgs{
Channel: pulumi.String("12399223"),
Region: pulumi.String("ap-beijing"),
},
},
})
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 example = new Tencentcloud.TeoSecurityClientAttester("example", new()
{
ZoneId = "zone-3fkff38fyw8s",
ClientAttesters = new Tencentcloud.Inputs.TeoSecurityClientAttesterClientAttestersArgs
{
Name = "tf-example",
AttesterSource = "TC-RCE",
AttesterDuration = "300s",
TcRceOption = new Tencentcloud.Inputs.TeoSecurityClientAttesterClientAttestersTcRceOptionArgs
{
Channel = "12399223",
Region = "ap-beijing",
},
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TeoSecurityClientAttester;
import com.pulumi.tencentcloud.TeoSecurityClientAttesterArgs;
import com.pulumi.tencentcloud.inputs.TeoSecurityClientAttesterClientAttestersArgs;
import com.pulumi.tencentcloud.inputs.TeoSecurityClientAttesterClientAttestersTcRceOptionArgs;
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) {
var example = new TeoSecurityClientAttester("example", TeoSecurityClientAttesterArgs.builder()
.zoneId("zone-3fkff38fyw8s")
.clientAttesters(TeoSecurityClientAttesterClientAttestersArgs.builder()
.name("tf-example")
.attesterSource("TC-RCE")
.attesterDuration("300s")
.tcRceOption(TeoSecurityClientAttesterClientAttestersTcRceOptionArgs.builder()
.channel("12399223")
.region("ap-beijing")
.build())
.build())
.build());
}
}
resources:
example:
type: tencentcloud:TeoSecurityClientAttester
properties:
zoneId: zone-3fkff38fyw8s
clientAttesters:
name: tf-example
attesterSource: TC-RCE
attesterDuration: 300s
tcRceOption:
channel: '12399223'
region: ap-beijing
Example coming soon!
Create TeoSecurityClientAttester Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TeoSecurityClientAttester(name: string, args: TeoSecurityClientAttesterArgs, opts?: CustomResourceOptions);@overload
def TeoSecurityClientAttester(resource_name: str,
args: TeoSecurityClientAttesterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TeoSecurityClientAttester(resource_name: str,
opts: Optional[ResourceOptions] = None,
client_attesters: Optional[TeoSecurityClientAttesterClientAttestersArgs] = None,
zone_id: Optional[str] = None,
teo_security_client_attester_id: Optional[str] = None)func NewTeoSecurityClientAttester(ctx *Context, name string, args TeoSecurityClientAttesterArgs, opts ...ResourceOption) (*TeoSecurityClientAttester, error)public TeoSecurityClientAttester(string name, TeoSecurityClientAttesterArgs args, CustomResourceOptions? opts = null)
public TeoSecurityClientAttester(String name, TeoSecurityClientAttesterArgs args)
public TeoSecurityClientAttester(String name, TeoSecurityClientAttesterArgs args, CustomResourceOptions options)
type: tencentcloud:TeoSecurityClientAttester
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "tencentcloud_teosecurityclientattester" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args TeoSecurityClientAttesterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TeoSecurityClientAttesterArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TeoSecurityClientAttesterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TeoSecurityClientAttesterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TeoSecurityClientAttesterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
TeoSecurityClientAttester Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TeoSecurityClientAttester resource accepts the following input properties:
- Client
Attesters TeoSecurity Client Attester Client Attesters - Client attester configuration. Only one attester is allowed per request.
- Zone
Id string - Site ID.
- Teo
Security stringClient Attester Id - ID of the resource.
- Client
Attesters TeoSecurity Client Attester Client Attesters Args - Client attester configuration. Only one attester is allowed per request.
- Zone
Id string - Site ID.
- Teo
Security stringClient Attester Id - ID of the resource.
- client_
attesters object - Client attester configuration. Only one attester is allowed per request.
- zone_
id string - Site ID.
- teo_
security_ stringclient_ attester_ id - ID of the resource.
- client
Attesters TeoSecurity Client Attester Client Attesters - Client attester configuration. Only one attester is allowed per request.
- zone
Id String - Site ID.
- teo
Security StringClient Attester Id - ID of the resource.
- client
Attesters TeoSecurity Client Attester Client Attesters - Client attester configuration. Only one attester is allowed per request.
- zone
Id string - Site ID.
- teo
Security stringClient Attester Id - ID of the resource.
- client_
attesters TeoSecurity Client Attester Client Attesters Args - Client attester configuration. Only one attester is allowed per request.
- zone_
id str - Site ID.
- teo_
security_ strclient_ attester_ id - ID of the resource.
- client
Attesters Property Map - Client attester configuration. Only one attester is allowed per request.
- zone
Id String - Site ID.
- teo
Security StringClient Attester Id - ID of the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the TeoSecurityClientAttester resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing TeoSecurityClientAttester Resource
Get an existing TeoSecurityClientAttester resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: TeoSecurityClientAttesterState, opts?: CustomResourceOptions): TeoSecurityClientAttester@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
client_attesters: Optional[TeoSecurityClientAttesterClientAttestersArgs] = None,
teo_security_client_attester_id: Optional[str] = None,
zone_id: Optional[str] = None) -> TeoSecurityClientAttesterfunc GetTeoSecurityClientAttester(ctx *Context, name string, id IDInput, state *TeoSecurityClientAttesterState, opts ...ResourceOption) (*TeoSecurityClientAttester, error)public static TeoSecurityClientAttester Get(string name, Input<string> id, TeoSecurityClientAttesterState? state, CustomResourceOptions? opts = null)public static TeoSecurityClientAttester get(String name, Output<String> id, TeoSecurityClientAttesterState state, CustomResourceOptions options)resources: _: type: tencentcloud:TeoSecurityClientAttester get: id: ${id}import {
to = tencentcloud_teosecurityclientattester.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Client
Attesters TeoSecurity Client Attester Client Attesters - Client attester configuration. Only one attester is allowed per request.
- Teo
Security stringClient Attester Id - ID of the resource.
- Zone
Id string - Site ID.
- Client
Attesters TeoSecurity Client Attester Client Attesters Args - Client attester configuration. Only one attester is allowed per request.
- Teo
Security stringClient Attester Id - ID of the resource.
- Zone
Id string - Site ID.
- client_
attesters object - Client attester configuration. Only one attester is allowed per request.
- teo_
security_ stringclient_ attester_ id - ID of the resource.
- zone_
id string - Site ID.
- client
Attesters TeoSecurity Client Attester Client Attesters - Client attester configuration. Only one attester is allowed per request.
- teo
Security StringClient Attester Id - ID of the resource.
- zone
Id String - Site ID.
- client
Attesters TeoSecurity Client Attester Client Attesters - Client attester configuration. Only one attester is allowed per request.
- teo
Security stringClient Attester Id - ID of the resource.
- zone
Id string - Site ID.
- client_
attesters TeoSecurity Client Attester Client Attesters Args - Client attester configuration. Only one attester is allowed per request.
- teo_
security_ strclient_ attester_ id - ID of the resource.
- zone_
id str - Site ID.
- client
Attesters Property Map - Client attester configuration. Only one attester is allowed per request.
- teo
Security StringClient Attester Id - ID of the resource.
- zone
Id String - Site ID.
Supporting Types
TeoSecurityClientAttesterClientAttesters, TeoSecurityClientAttesterClientAttestersArgs
- Attester
Source string - Authentication method. Valid values:
TC-RCE(Tencent Cloud RCE),TC-CAPTCHA(Tencent CAPTCHA),TC-EO-CAPTCHA(EdgeOne CAPTCHA). - Name string
- Attester name.
- Attester
Duration string - Authentication validity duration. Default
60s. Supported units:s(60-43200),m(1-720),h(1-12). e.g.300s,5m,1h. - Id string
- ID of the resource.
- Tc
Captcha TeoOption Security Client Attester Client Attesters Tc Captcha Option - TC-CAPTCHA authentication configuration. Required when
attester_sourceisTC-CAPTCHA. - Tc
Eo TeoCaptcha Option Security Client Attester Client Attesters Tc Eo Captcha Option - TC-EO-CAPTCHA authentication configuration. Required when
attester_sourceisTC-EO-CAPTCHA. - Tc
Rce TeoOption Security Client Attester Client Attesters Tc Rce Option - TC-RCE authentication configuration. Required when
attester_sourceisTC-RCE. - Type string
- Attester rule type (read-only). Valid values:
PRESET(system preset),CUSTOM(user defined).
- Attester
Source string - Authentication method. Valid values:
TC-RCE(Tencent Cloud RCE),TC-CAPTCHA(Tencent CAPTCHA),TC-EO-CAPTCHA(EdgeOne CAPTCHA). - Name string
- Attester name.
- Attester
Duration string - Authentication validity duration. Default
60s. Supported units:s(60-43200),m(1-720),h(1-12). e.g.300s,5m,1h. - Id string
- ID of the resource.
- Tc
Captcha TeoOption Security Client Attester Client Attesters Tc Captcha Option - TC-CAPTCHA authentication configuration. Required when
attester_sourceisTC-CAPTCHA. - Tc
Eo TeoCaptcha Option Security Client Attester Client Attesters Tc Eo Captcha Option - TC-EO-CAPTCHA authentication configuration. Required when
attester_sourceisTC-EO-CAPTCHA. - Tc
Rce TeoOption Security Client Attester Client Attesters Tc Rce Option - TC-RCE authentication configuration. Required when
attester_sourceisTC-RCE. - Type string
- Attester rule type (read-only). Valid values:
PRESET(system preset),CUSTOM(user defined).
- attester_
source string - Authentication method. Valid values:
TC-RCE(Tencent Cloud RCE),TC-CAPTCHA(Tencent CAPTCHA),TC-EO-CAPTCHA(EdgeOne CAPTCHA). - name string
- Attester name.
- attester_
duration string - Authentication validity duration. Default
60s. Supported units:s(60-43200),m(1-720),h(1-12). e.g.300s,5m,1h. - id string
- ID of the resource.
- tc_
captcha_ objectoption - TC-CAPTCHA authentication configuration. Required when
attester_sourceisTC-CAPTCHA. - tc_
eo_ objectcaptcha_ option - TC-EO-CAPTCHA authentication configuration. Required when
attester_sourceisTC-EO-CAPTCHA. - tc_
rce_ objectoption - TC-RCE authentication configuration. Required when
attester_sourceisTC-RCE. - type string
- Attester rule type (read-only). Valid values:
PRESET(system preset),CUSTOM(user defined).
- attester
Source String - Authentication method. Valid values:
TC-RCE(Tencent Cloud RCE),TC-CAPTCHA(Tencent CAPTCHA),TC-EO-CAPTCHA(EdgeOne CAPTCHA). - name String
- Attester name.
- attester
Duration String - Authentication validity duration. Default
60s. Supported units:s(60-43200),m(1-720),h(1-12). e.g.300s,5m,1h. - id String
- ID of the resource.
- tc
Captcha TeoOption Security Client Attester Client Attesters Tc Captcha Option - TC-CAPTCHA authentication configuration. Required when
attester_sourceisTC-CAPTCHA. - tc
Eo TeoCaptcha Option Security Client Attester Client Attesters Tc Eo Captcha Option - TC-EO-CAPTCHA authentication configuration. Required when
attester_sourceisTC-EO-CAPTCHA. - tc
Rce TeoOption Security Client Attester Client Attesters Tc Rce Option - TC-RCE authentication configuration. Required when
attester_sourceisTC-RCE. - type String
- Attester rule type (read-only). Valid values:
PRESET(system preset),CUSTOM(user defined).
- attester
Source string - Authentication method. Valid values:
TC-RCE(Tencent Cloud RCE),TC-CAPTCHA(Tencent CAPTCHA),TC-EO-CAPTCHA(EdgeOne CAPTCHA). - name string
- Attester name.
- attester
Duration string - Authentication validity duration. Default
60s. Supported units:s(60-43200),m(1-720),h(1-12). e.g.300s,5m,1h. - id string
- ID of the resource.
- tc
Captcha TeoOption Security Client Attester Client Attesters Tc Captcha Option - TC-CAPTCHA authentication configuration. Required when
attester_sourceisTC-CAPTCHA. - tc
Eo TeoCaptcha Option Security Client Attester Client Attesters Tc Eo Captcha Option - TC-EO-CAPTCHA authentication configuration. Required when
attester_sourceisTC-EO-CAPTCHA. - tc
Rce TeoOption Security Client Attester Client Attesters Tc Rce Option - TC-RCE authentication configuration. Required when
attester_sourceisTC-RCE. - type string
- Attester rule type (read-only). Valid values:
PRESET(system preset),CUSTOM(user defined).
- attester_
source str - Authentication method. Valid values:
TC-RCE(Tencent Cloud RCE),TC-CAPTCHA(Tencent CAPTCHA),TC-EO-CAPTCHA(EdgeOne CAPTCHA). - name str
- Attester name.
- attester_
duration str - Authentication validity duration. Default
60s. Supported units:s(60-43200),m(1-720),h(1-12). e.g.300s,5m,1h. - id str
- ID of the resource.
- tc_
captcha_ Teooption Security Client Attester Client Attesters Tc Captcha Option - TC-CAPTCHA authentication configuration. Required when
attester_sourceisTC-CAPTCHA. - tc_
eo_ Teocaptcha_ option Security Client Attester Client Attesters Tc Eo Captcha Option - TC-EO-CAPTCHA authentication configuration. Required when
attester_sourceisTC-EO-CAPTCHA. - tc_
rce_ Teooption Security Client Attester Client Attesters Tc Rce Option - TC-RCE authentication configuration. Required when
attester_sourceisTC-RCE. - type str
- Attester rule type (read-only). Valid values:
PRESET(system preset),CUSTOM(user defined).
- attester
Source String - Authentication method. Valid values:
TC-RCE(Tencent Cloud RCE),TC-CAPTCHA(Tencent CAPTCHA),TC-EO-CAPTCHA(EdgeOne CAPTCHA). - name String
- Attester name.
- attester
Duration String - Authentication validity duration. Default
60s. Supported units:s(60-43200),m(1-720),h(1-12). e.g.300s,5m,1h. - id String
- ID of the resource.
- tc
Captcha Property MapOption - TC-CAPTCHA authentication configuration. Required when
attester_sourceisTC-CAPTCHA. - tc
Eo Property MapCaptcha Option - TC-EO-CAPTCHA authentication configuration. Required when
attester_sourceisTC-EO-CAPTCHA. - tc
Rce Property MapOption - TC-RCE authentication configuration. Required when
attester_sourceisTC-RCE. - type String
- Attester rule type (read-only). Valid values:
PRESET(system preset),CUSTOM(user defined).
TeoSecurityClientAttesterClientAttestersTcCaptchaOption, TeoSecurityClientAttesterClientAttestersTcCaptchaOptionArgs
- App
Secret stringKey - AppSecretKey.
- Captcha
App stringId - CaptchaAppId.
- App
Secret stringKey - AppSecretKey.
- Captcha
App stringId - CaptchaAppId.
- app_
secret_ stringkey - AppSecretKey.
- captcha_
app_ stringid - CaptchaAppId.
- app
Secret StringKey - AppSecretKey.
- captcha
App StringId - CaptchaAppId.
- app
Secret stringKey - AppSecretKey.
- captcha
App stringId - CaptchaAppId.
- app_
secret_ strkey - AppSecretKey.
- captcha_
app_ strid - CaptchaAppId.
- app
Secret StringKey - AppSecretKey.
- captcha
App StringId - CaptchaAppId.
TeoSecurityClientAttesterClientAttestersTcEoCaptchaOption, TeoSecurityClientAttesterClientAttestersTcEoCaptchaOptionArgs
- Captcha
Mode string - EdgeOne CAPTCHA mode. Valid values:
Invisible,Adaptive.
- Captcha
Mode string - EdgeOne CAPTCHA mode. Valid values:
Invisible,Adaptive.
- captcha_
mode string - EdgeOne CAPTCHA mode. Valid values:
Invisible,Adaptive.
- captcha
Mode String - EdgeOne CAPTCHA mode. Valid values:
Invisible,Adaptive.
- captcha
Mode string - EdgeOne CAPTCHA mode. Valid values:
Invisible,Adaptive.
- captcha_
mode str - EdgeOne CAPTCHA mode. Valid values:
Invisible,Adaptive.
- captcha
Mode String - EdgeOne CAPTCHA mode. Valid values:
Invisible,Adaptive.
TeoSecurityClientAttesterClientAttestersTcRceOption, TeoSecurityClientAttesterClientAttestersTcRceOptionArgs
Import
TEO security client attester can be imported using the zoneId#clientAttesterId, e.g.
$ pulumi import tencentcloud:index/teoSecurityClientAttester:TeoSecurityClientAttester example zone-3fkff38fyw8s#attest-0000361666
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
published on Monday, May 11, 2026 by tencentcloudstack
