published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
Sectigo Target resource
Create TargetSectigo Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TargetSectigo(name: string, args: TargetSectigoArgs, opts?: CustomResourceOptions);@overload
def TargetSectigo(resource_name: str,
args: TargetSectigoArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TargetSectigo(resource_name: str,
opts: Optional[ResourceOptions] = None,
password: Optional[str] = None,
customer_uri: Optional[str] = None,
external_requester: Optional[str] = None,
organization_id: Optional[float] = None,
certificate_profile_id: Optional[float] = None,
username: Optional[str] = None,
description: Optional[str] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
target_sectigo_id: Optional[str] = None,
timeout: Optional[str] = None)func NewTargetSectigo(ctx *Context, name string, args TargetSectigoArgs, opts ...ResourceOption) (*TargetSectigo, error)public TargetSectigo(string name, TargetSectigoArgs args, CustomResourceOptions? opts = null)
public TargetSectigo(String name, TargetSectigoArgs args)
public TargetSectigo(String name, TargetSectigoArgs args, CustomResourceOptions options)
type: akeyless:TargetSectigo
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TargetSectigoArgs
- 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 TargetSectigoArgs
- 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 TargetSectigoArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TargetSectigoArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TargetSectigoArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var targetSectigoResource = new Akeyless.TargetSectigo("targetSectigoResource", new()
{
Password = "string",
CustomerUri = "string",
ExternalRequester = "string",
OrganizationId = 0,
CertificateProfileId = 0,
Username = "string",
Description = "string",
KeepPrevVersion = "string",
Key = "string",
MaxVersions = "string",
Name = "string",
TargetSectigoId = "string",
Timeout = "string",
});
example, err := akeyless.NewTargetSectigo(ctx, "targetSectigoResource", &akeyless.TargetSectigoArgs{
Password: pulumi.String("string"),
CustomerUri: pulumi.String("string"),
ExternalRequester: pulumi.String("string"),
OrganizationId: pulumi.Float64(0),
CertificateProfileId: pulumi.Float64(0),
Username: pulumi.String("string"),
Description: pulumi.String("string"),
KeepPrevVersion: pulumi.String("string"),
Key: pulumi.String("string"),
MaxVersions: pulumi.String("string"),
Name: pulumi.String("string"),
TargetSectigoId: pulumi.String("string"),
Timeout: pulumi.String("string"),
})
var targetSectigoResource = new TargetSectigo("targetSectigoResource", TargetSectigoArgs.builder()
.password("string")
.customerUri("string")
.externalRequester("string")
.organizationId(0.0)
.certificateProfileId(0.0)
.username("string")
.description("string")
.keepPrevVersion("string")
.key("string")
.maxVersions("string")
.name("string")
.targetSectigoId("string")
.timeout("string")
.build());
target_sectigo_resource = akeyless.TargetSectigo("targetSectigoResource",
password="string",
customer_uri="string",
external_requester="string",
organization_id=float(0),
certificate_profile_id=float(0),
username="string",
description="string",
keep_prev_version="string",
key="string",
max_versions="string",
name="string",
target_sectigo_id="string",
timeout="string")
const targetSectigoResource = new akeyless.TargetSectigo("targetSectigoResource", {
password: "string",
customerUri: "string",
externalRequester: "string",
organizationId: 0,
certificateProfileId: 0,
username: "string",
description: "string",
keepPrevVersion: "string",
key: "string",
maxVersions: "string",
name: "string",
targetSectigoId: "string",
timeout: "string",
});
type: akeyless:TargetSectigo
properties:
certificateProfileId: 0
customerUri: string
description: string
externalRequester: string
keepPrevVersion: string
key: string
maxVersions: string
name: string
organizationId: 0
password: string
targetSectigoId: string
timeout: string
username: string
TargetSectigo 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 TargetSectigo resource accepts the following input properties:
- Certificate
Profile doubleId - Certificate Profile ID in Sectigo account
- Customer
Uri string - Customer URI in Sectigo account
- External
Requester string - External Requester - a comma separated list of emails
- Organization
Id double - Organization ID in Sectigo account
- Password string
- Password for Sectigo account
- Username string
- Username for Sectigo account
- Description string
- Description of the object
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- Name string
- Target name
- Target
Sectigo stringId - The ID of this resource.
- Timeout string
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- Certificate
Profile float64Id - Certificate Profile ID in Sectigo account
- Customer
Uri string - Customer URI in Sectigo account
- External
Requester string - External Requester - a comma separated list of emails
- Organization
Id float64 - Organization ID in Sectigo account
- Password string
- Password for Sectigo account
- Username string
- Username for Sectigo account
- Description string
- Description of the object
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- Name string
- Target name
- Target
Sectigo stringId - The ID of this resource.
- Timeout string
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- certificate
Profile DoubleId - Certificate Profile ID in Sectigo account
- customer
Uri String - Customer URI in Sectigo account
- external
Requester String - External Requester - a comma separated list of emails
- organization
Id Double - Organization ID in Sectigo account
- password String
- Password for Sectigo account
- username String
- Username for Sectigo account
- description String
- Description of the object
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults
- name String
- Target name
- target
Sectigo StringId - The ID of this resource.
- timeout String
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- certificate
Profile numberId - Certificate Profile ID in Sectigo account
- customer
Uri string - Customer URI in Sectigo account
- external
Requester string - External Requester - a comma separated list of emails
- organization
Id number - Organization ID in Sectigo account
- password string
- Password for Sectigo account
- username string
- Username for Sectigo account
- description string
- Description of the object
- keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
- max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- name string
- Target name
- target
Sectigo stringId - The ID of this resource.
- timeout string
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- certificate_
profile_ floatid - Certificate Profile ID in Sectigo account
- customer_
uri str - Customer URI in Sectigo account
- external_
requester str - External Requester - a comma separated list of emails
- organization_
id float - Organization ID in Sectigo account
- password str
- Password for Sectigo account
- username str
- Username for Sectigo account
- description str
- Description of the object
- keep_
prev_ strversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key str
- Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
- max_
versions str - Set the maximum number of versions, limited by the account settings defaults
- name str
- Target name
- target_
sectigo_ strid - The ID of this resource.
- timeout str
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- certificate
Profile NumberId - Certificate Profile ID in Sectigo account
- customer
Uri String - Customer URI in Sectigo account
- external
Requester String - External Requester - a comma separated list of emails
- organization
Id Number - Organization ID in Sectigo account
- password String
- Password for Sectigo account
- username String
- Username for Sectigo account
- description String
- Description of the object
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults
- name String
- Target name
- target
Sectigo StringId - The ID of this resource.
- timeout String
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
Outputs
All input properties are implicitly available as output properties. Additionally, the TargetSectigo 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 str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing TargetSectigo Resource
Get an existing TargetSectigo 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?: TargetSectigoState, opts?: CustomResourceOptions): TargetSectigo@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
certificate_profile_id: Optional[float] = None,
customer_uri: Optional[str] = None,
description: Optional[str] = None,
external_requester: Optional[str] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
organization_id: Optional[float] = None,
password: Optional[str] = None,
target_sectigo_id: Optional[str] = None,
timeout: Optional[str] = None,
username: Optional[str] = None) -> TargetSectigofunc GetTargetSectigo(ctx *Context, name string, id IDInput, state *TargetSectigoState, opts ...ResourceOption) (*TargetSectigo, error)public static TargetSectigo Get(string name, Input<string> id, TargetSectigoState? state, CustomResourceOptions? opts = null)public static TargetSectigo get(String name, Output<String> id, TargetSectigoState state, CustomResourceOptions options)resources: _: type: akeyless:TargetSectigo get: 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.
- Certificate
Profile doubleId - Certificate Profile ID in Sectigo account
- Customer
Uri string - Customer URI in Sectigo account
- Description string
- Description of the object
- External
Requester string - External Requester - a comma separated list of emails
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- Name string
- Target name
- Organization
Id double - Organization ID in Sectigo account
- Password string
- Password for Sectigo account
- Target
Sectigo stringId - The ID of this resource.
- Timeout string
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- Username string
- Username for Sectigo account
- Certificate
Profile float64Id - Certificate Profile ID in Sectigo account
- Customer
Uri string - Customer URI in Sectigo account
- Description string
- Description of the object
- External
Requester string - External Requester - a comma separated list of emails
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- Name string
- Target name
- Organization
Id float64 - Organization ID in Sectigo account
- Password string
- Password for Sectigo account
- Target
Sectigo stringId - The ID of this resource.
- Timeout string
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- Username string
- Username for Sectigo account
- certificate
Profile DoubleId - Certificate Profile ID in Sectigo account
- customer
Uri String - Customer URI in Sectigo account
- description String
- Description of the object
- external
Requester String - External Requester - a comma separated list of emails
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults
- name String
- Target name
- organization
Id Double - Organization ID in Sectigo account
- password String
- Password for Sectigo account
- target
Sectigo StringId - The ID of this resource.
- timeout String
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- username String
- Username for Sectigo account
- certificate
Profile numberId - Certificate Profile ID in Sectigo account
- customer
Uri string - Customer URI in Sectigo account
- description string
- Description of the object
- external
Requester string - External Requester - a comma separated list of emails
- keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
- max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- name string
- Target name
- organization
Id number - Organization ID in Sectigo account
- password string
- Password for Sectigo account
- target
Sectigo stringId - The ID of this resource.
- timeout string
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- username string
- Username for Sectigo account
- certificate_
profile_ floatid - Certificate Profile ID in Sectigo account
- customer_
uri str - Customer URI in Sectigo account
- description str
- Description of the object
- external_
requester str - External Requester - a comma separated list of emails
- keep_
prev_ strversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key str
- Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
- max_
versions str - Set the maximum number of versions, limited by the account settings defaults
- name str
- Target name
- organization_
id float - Organization ID in Sectigo account
- password str
- Password for Sectigo account
- target_
sectigo_ strid - The ID of this resource.
- timeout str
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- username str
- Username for Sectigo account
- certificate
Profile NumberId - Certificate Profile ID in Sectigo account
- customer
Uri String - Customer URI in Sectigo account
- description String
- Description of the object
- external
Requester String - External Requester - a comma separated list of emails
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- Key name. The key will be used to encrypt the target secret value. If key name is not specified, the account default protection key is used.
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults
- name String
- Target name
- organization
Id Number - Organization ID in Sectigo account
- password String
- Password for Sectigo account
- target
Sectigo StringId - The ID of this resource.
- timeout String
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- username String
- Username for Sectigo account
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeylessTerraform Provider.
published on Monday, Apr 27, 2026 by akeyless-community
