1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. TargetSectigo
Viewing docs for akeyless 2.0.1
published on Monday, Apr 27, 2026 by akeyless-community
Viewing docs for akeyless 2.0.1
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:

    CertificateProfileId double
    Certificate Profile ID in Sectigo account
    CustomerUri string
    Customer URI in Sectigo account
    ExternalRequester string
    External Requester - a comma separated list of emails
    OrganizationId double
    Organization ID in Sectigo account
    Password string
    Password for Sectigo account
    Username string
    Username for Sectigo account
    Description string
    Description of the object
    KeepPrevVersion string
    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.
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults
    Name string
    Target name
    TargetSectigoId string
    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.
    CertificateProfileId float64
    Certificate Profile ID in Sectigo account
    CustomerUri string
    Customer URI in Sectigo account
    ExternalRequester string
    External Requester - a comma separated list of emails
    OrganizationId float64
    Organization ID in Sectigo account
    Password string
    Password for Sectigo account
    Username string
    Username for Sectigo account
    Description string
    Description of the object
    KeepPrevVersion string
    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.
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults
    Name string
    Target name
    TargetSectigoId string
    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.
    certificateProfileId Double
    Certificate Profile ID in Sectigo account
    customerUri String
    Customer URI in Sectigo account
    externalRequester String
    External Requester - a comma separated list of emails
    organizationId Double
    Organization ID in Sectigo account
    password String
    Password for Sectigo account
    username String
    Username for Sectigo account
    description String
    Description of the object
    keepPrevVersion String
    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.
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults
    name String
    Target name
    targetSectigoId String
    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.
    certificateProfileId number
    Certificate Profile ID in Sectigo account
    customerUri string
    Customer URI in Sectigo account
    externalRequester string
    External Requester - a comma separated list of emails
    organizationId number
    Organization ID in Sectigo account
    password string
    Password for Sectigo account
    username string
    Username for Sectigo account
    description string
    Description of the object
    keepPrevVersion string
    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.
    maxVersions string
    Set the maximum number of versions, limited by the account settings defaults
    name string
    Target name
    targetSectigoId string
    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_id float
    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_version str
    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_id str
    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.
    certificateProfileId Number
    Certificate Profile ID in Sectigo account
    customerUri String
    Customer URI in Sectigo account
    externalRequester String
    External Requester - a comma separated list of emails
    organizationId Number
    Organization ID in Sectigo account
    password String
    Password for Sectigo account
    username String
    Username for Sectigo account
    description String
    Description of the object
    keepPrevVersion String
    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.
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults
    name String
    Target name
    targetSectigoId String
    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) -> TargetSectigo
    func 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.
    The following state arguments are supported:
    CertificateProfileId double
    Certificate Profile ID in Sectigo account
    CustomerUri string
    Customer URI in Sectigo account
    Description string
    Description of the object
    ExternalRequester string
    External Requester - a comma separated list of emails
    KeepPrevVersion string
    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.
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults
    Name string
    Target name
    OrganizationId double
    Organization ID in Sectigo account
    Password string
    Password for Sectigo account
    TargetSectigoId string
    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
    CertificateProfileId float64
    Certificate Profile ID in Sectigo account
    CustomerUri string
    Customer URI in Sectigo account
    Description string
    Description of the object
    ExternalRequester string
    External Requester - a comma separated list of emails
    KeepPrevVersion string
    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.
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults
    Name string
    Target name
    OrganizationId float64
    Organization ID in Sectigo account
    Password string
    Password for Sectigo account
    TargetSectigoId string
    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
    certificateProfileId Double
    Certificate Profile ID in Sectigo account
    customerUri String
    Customer URI in Sectigo account
    description String
    Description of the object
    externalRequester String
    External Requester - a comma separated list of emails
    keepPrevVersion String
    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.
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults
    name String
    Target name
    organizationId Double
    Organization ID in Sectigo account
    password String
    Password for Sectigo account
    targetSectigoId String
    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
    certificateProfileId number
    Certificate Profile ID in Sectigo account
    customerUri string
    Customer URI in Sectigo account
    description string
    Description of the object
    externalRequester string
    External Requester - a comma separated list of emails
    keepPrevVersion string
    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.
    maxVersions string
    Set the maximum number of versions, limited by the account settings defaults
    name string
    Target name
    organizationId number
    Organization ID in Sectigo account
    password string
    Password for Sectigo account
    targetSectigoId string
    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_id float
    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_version str
    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_id str
    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
    certificateProfileId Number
    Certificate Profile ID in Sectigo account
    customerUri String
    Customer URI in Sectigo account
    description String
    Description of the object
    externalRequester String
    External Requester - a comma separated list of emails
    keepPrevVersion String
    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.
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults
    name String
    Target name
    organizationId Number
    Organization ID in Sectigo account
    password String
    Password for Sectigo account
    targetSectigoId String
    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 akeyless Terraform Provider.
    Viewing docs for akeyless 2.0.1
    published on Monday, Apr 27, 2026 by akeyless-community
      Try Pulumi Cloud free. Your team will thank you.