1. Packages
  2. Akeyless Provider
  3. API Docs
  4. TargetZerossl
akeyless 1.9.0 published on Monday, Apr 14, 2025 by akeyless-community

akeyless.TargetZerossl

Explore with Pulumi AI

ZeroSSL Target resource

Create TargetZerossl Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new TargetZerossl(name: string, args: TargetZerosslArgs, opts?: CustomResourceOptions);
@overload
def TargetZerossl(resource_name: str,
                  args: TargetZerosslArgs,
                  opts: Optional[ResourceOptions] = None)

@overload
def TargetZerossl(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  api_key: Optional[str] = None,
                  imap_fqdn: Optional[str] = None,
                  imap_password: Optional[str] = None,
                  imap_username: Optional[str] = None,
                  description: Optional[str] = None,
                  imap_port: Optional[str] = None,
                  imap_target_email: Optional[str] = None,
                  key: Optional[str] = None,
                  name: Optional[str] = None,
                  target_zerossl_id: Optional[str] = None,
                  timeout: Optional[str] = None)
func NewTargetZerossl(ctx *Context, name string, args TargetZerosslArgs, opts ...ResourceOption) (*TargetZerossl, error)
public TargetZerossl(string name, TargetZerosslArgs args, CustomResourceOptions? opts = null)
public TargetZerossl(String name, TargetZerosslArgs args)
public TargetZerossl(String name, TargetZerosslArgs args, CustomResourceOptions options)
type: akeyless:TargetZerossl
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. TargetZerosslArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. TargetZerosslArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. TargetZerosslArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. TargetZerosslArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. TargetZerosslArgs
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 targetZerosslResource = new Akeyless.TargetZerossl("targetZerosslResource", new()
{
    ApiKey = "string",
    ImapFqdn = "string",
    ImapPassword = "string",
    ImapUsername = "string",
    Description = "string",
    ImapPort = "string",
    ImapTargetEmail = "string",
    Key = "string",
    Name = "string",
    TargetZerosslId = "string",
    Timeout = "string",
});
Copy
example, err := akeyless.NewTargetZerossl(ctx, "targetZerosslResource", &akeyless.TargetZerosslArgs{
	ApiKey:          pulumi.String("string"),
	ImapFqdn:        pulumi.String("string"),
	ImapPassword:    pulumi.String("string"),
	ImapUsername:    pulumi.String("string"),
	Description:     pulumi.String("string"),
	ImapPort:        pulumi.String("string"),
	ImapTargetEmail: pulumi.String("string"),
	Key:             pulumi.String("string"),
	Name:            pulumi.String("string"),
	TargetZerosslId: pulumi.String("string"),
	Timeout:         pulumi.String("string"),
})
Copy
var targetZerosslResource = new TargetZerossl("targetZerosslResource", TargetZerosslArgs.builder()
    .apiKey("string")
    .imapFqdn("string")
    .imapPassword("string")
    .imapUsername("string")
    .description("string")
    .imapPort("string")
    .imapTargetEmail("string")
    .key("string")
    .name("string")
    .targetZerosslId("string")
    .timeout("string")
    .build());
Copy
target_zerossl_resource = akeyless.TargetZerossl("targetZerosslResource",
    api_key="string",
    imap_fqdn="string",
    imap_password="string",
    imap_username="string",
    description="string",
    imap_port="string",
    imap_target_email="string",
    key="string",
    name="string",
    target_zerossl_id="string",
    timeout="string")
Copy
const targetZerosslResource = new akeyless.TargetZerossl("targetZerosslResource", {
    apiKey: "string",
    imapFqdn: "string",
    imapPassword: "string",
    imapUsername: "string",
    description: "string",
    imapPort: "string",
    imapTargetEmail: "string",
    key: "string",
    name: "string",
    targetZerosslId: "string",
    timeout: "string",
});
Copy
type: akeyless:TargetZerossl
properties:
    apiKey: string
    description: string
    imapFqdn: string
    imapPassword: string
    imapPort: string
    imapTargetEmail: string
    imapUsername: string
    key: string
    name: string
    targetZerosslId: string
    timeout: string
Copy

TargetZerossl 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 TargetZerossl resource accepts the following input properties:

ApiKey This property is required. string
API Key of the ZeroSSLTarget account
ImapFqdn This property is required. string
FQDN of the IMAP service
ImapPassword This property is required. string
Password to access the IMAP service
ImapUsername This property is required. string
Username to access the IMAP service
Description string
Description of the object
ImapPort string
Port of the IMAP service
ImapTargetEmail string
Email to use when asking ZeroSSL to send a validation email, if empty will use username
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
Name string
Target name
TargetZerosslId string
The ID of this resource.
Timeout string
Timeout waiting for certificate validation
ApiKey This property is required. string
API Key of the ZeroSSLTarget account
ImapFqdn This property is required. string
FQDN of the IMAP service
ImapPassword This property is required. string
Password to access the IMAP service
ImapUsername This property is required. string
Username to access the IMAP service
Description string
Description of the object
ImapPort string
Port of the IMAP service
ImapTargetEmail string
Email to use when asking ZeroSSL to send a validation email, if empty will use username
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
Name string
Target name
TargetZerosslId string
The ID of this resource.
Timeout string
Timeout waiting for certificate validation
apiKey This property is required. String
API Key of the ZeroSSLTarget account
imapFqdn This property is required. String
FQDN of the IMAP service
imapPassword This property is required. String
Password to access the IMAP service
imapUsername This property is required. String
Username to access the IMAP service
description String
Description of the object
imapPort String
Port of the IMAP service
imapTargetEmail String
Email to use when asking ZeroSSL to send a validation email, if empty will use username
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
name String
Target name
targetZerosslId String
The ID of this resource.
timeout String
Timeout waiting for certificate validation
apiKey This property is required. string
API Key of the ZeroSSLTarget account
imapFqdn This property is required. string
FQDN of the IMAP service
imapPassword This property is required. string
Password to access the IMAP service
imapUsername This property is required. string
Username to access the IMAP service
description string
Description of the object
imapPort string
Port of the IMAP service
imapTargetEmail string
Email to use when asking ZeroSSL to send a validation email, if empty will use username
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
name string
Target name
targetZerosslId string
The ID of this resource.
timeout string
Timeout waiting for certificate validation
api_key This property is required. str
API Key of the ZeroSSLTarget account
imap_fqdn This property is required. str
FQDN of the IMAP service
imap_password This property is required. str
Password to access the IMAP service
imap_username This property is required. str
Username to access the IMAP service
description str
Description of the object
imap_port str
Port of the IMAP service
imap_target_email str
Email to use when asking ZeroSSL to send a validation email, if empty will use username
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
name str
Target name
target_zerossl_id str
The ID of this resource.
timeout str
Timeout waiting for certificate validation
apiKey This property is required. String
API Key of the ZeroSSLTarget account
imapFqdn This property is required. String
FQDN of the IMAP service
imapPassword This property is required. String
Password to access the IMAP service
imapUsername This property is required. String
Username to access the IMAP service
description String
Description of the object
imapPort String
Port of the IMAP service
imapTargetEmail String
Email to use when asking ZeroSSL to send a validation email, if empty will use username
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
name String
Target name
targetZerosslId String
The ID of this resource.
timeout String
Timeout waiting for certificate validation

Outputs

All input properties are implicitly available as output properties. Additionally, the TargetZerossl 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 TargetZerossl Resource

Get an existing TargetZerossl 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?: TargetZerosslState, opts?: CustomResourceOptions): TargetZerossl
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        api_key: Optional[str] = None,
        description: Optional[str] = None,
        imap_fqdn: Optional[str] = None,
        imap_password: Optional[str] = None,
        imap_port: Optional[str] = None,
        imap_target_email: Optional[str] = None,
        imap_username: Optional[str] = None,
        key: Optional[str] = None,
        name: Optional[str] = None,
        target_zerossl_id: Optional[str] = None,
        timeout: Optional[str] = None) -> TargetZerossl
func GetTargetZerossl(ctx *Context, name string, id IDInput, state *TargetZerosslState, opts ...ResourceOption) (*TargetZerossl, error)
public static TargetZerossl Get(string name, Input<string> id, TargetZerosslState? state, CustomResourceOptions? opts = null)
public static TargetZerossl get(String name, Output<String> id, TargetZerosslState state, CustomResourceOptions options)
resources:  _:    type: akeyless:TargetZerossl    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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 This property is required.
The unique name of the resulting resource.
id This property is required.
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:
ApiKey string
API Key of the ZeroSSLTarget account
Description string
Description of the object
ImapFqdn string
FQDN of the IMAP service
ImapPassword string
Password to access the IMAP service
ImapPort string
Port of the IMAP service
ImapTargetEmail string
Email to use when asking ZeroSSL to send a validation email, if empty will use username
ImapUsername string
Username to access the IMAP service
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
Name string
Target name
TargetZerosslId string
The ID of this resource.
Timeout string
Timeout waiting for certificate validation
ApiKey string
API Key of the ZeroSSLTarget account
Description string
Description of the object
ImapFqdn string
FQDN of the IMAP service
ImapPassword string
Password to access the IMAP service
ImapPort string
Port of the IMAP service
ImapTargetEmail string
Email to use when asking ZeroSSL to send a validation email, if empty will use username
ImapUsername string
Username to access the IMAP service
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
Name string
Target name
TargetZerosslId string
The ID of this resource.
Timeout string
Timeout waiting for certificate validation
apiKey String
API Key of the ZeroSSLTarget account
description String
Description of the object
imapFqdn String
FQDN of the IMAP service
imapPassword String
Password to access the IMAP service
imapPort String
Port of the IMAP service
imapTargetEmail String
Email to use when asking ZeroSSL to send a validation email, if empty will use username
imapUsername String
Username to access the IMAP service
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
name String
Target name
targetZerosslId String
The ID of this resource.
timeout String
Timeout waiting for certificate validation
apiKey string
API Key of the ZeroSSLTarget account
description string
Description of the object
imapFqdn string
FQDN of the IMAP service
imapPassword string
Password to access the IMAP service
imapPort string
Port of the IMAP service
imapTargetEmail string
Email to use when asking ZeroSSL to send a validation email, if empty will use username
imapUsername string
Username to access the IMAP service
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
name string
Target name
targetZerosslId string
The ID of this resource.
timeout string
Timeout waiting for certificate validation
api_key str
API Key of the ZeroSSLTarget account
description str
Description of the object
imap_fqdn str
FQDN of the IMAP service
imap_password str
Password to access the IMAP service
imap_port str
Port of the IMAP service
imap_target_email str
Email to use when asking ZeroSSL to send a validation email, if empty will use username
imap_username str
Username to access the IMAP service
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
name str
Target name
target_zerossl_id str
The ID of this resource.
timeout str
Timeout waiting for certificate validation
apiKey String
API Key of the ZeroSSLTarget account
description String
Description of the object
imapFqdn String
FQDN of the IMAP service
imapPassword String
Password to access the IMAP service
imapPort String
Port of the IMAP service
imapTargetEmail String
Email to use when asking ZeroSSL to send a validation email, if empty will use username
imapUsername String
Username to access the IMAP service
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
name String
Target name
targetZerosslId String
The ID of this resource.
timeout String
Timeout waiting for certificate validation

Package Details

Repository
akeyless akeyless-community/terraform-provider-akeyless
License
Notes
This Pulumi package is based on the akeyless Terraform Provider.