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 string
- The unique name of the resource.
- args TargetZerosslArgs
- 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 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 string
- The unique name of the resource.
- args TargetZerosslArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TargetZerosslArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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",
});
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"),
})
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());
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")
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",
});
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
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:
- Api
Key string - API Key of the ZeroSSLTarget account
- Imap
Fqdn string - FQDN of the IMAP service
- Imap
Password string - Password to access the IMAP service
- Imap
Username string - Username to access the IMAP service
- Description string
- Description of the object
- Imap
Port string - Port of the IMAP service
- Imap
Target stringEmail - 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
- Target
Zerossl stringId - The ID of this resource.
- Timeout string
- Timeout waiting for certificate validation
- Api
Key string - API Key of the ZeroSSLTarget account
- Imap
Fqdn string - FQDN of the IMAP service
- Imap
Password string - Password to access the IMAP service
- Imap
Username string - Username to access the IMAP service
- Description string
- Description of the object
- Imap
Port string - Port of the IMAP service
- Imap
Target stringEmail - 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
- Target
Zerossl stringId - The ID of this resource.
- Timeout string
- Timeout waiting for certificate validation
- api
Key String - API Key of the ZeroSSLTarget account
- imap
Fqdn String - FQDN of the IMAP service
- imap
Password String - Password to access the IMAP service
- imap
Username String - Username to access the IMAP service
- description String
- Description of the object
- imap
Port String - Port of the IMAP service
- imap
Target StringEmail - 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
- target
Zerossl StringId - The ID of this resource.
- timeout String
- Timeout waiting for certificate validation
- api
Key string - API Key of the ZeroSSLTarget account
- imap
Fqdn string - FQDN of the IMAP service
- imap
Password string - Password to access the IMAP service
- imap
Username string - Username to access the IMAP service
- description string
- Description of the object
- imap
Port string - Port of the IMAP service
- imap
Target stringEmail - 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
- target
Zerossl stringId - The ID of this resource.
- timeout string
- Timeout waiting for certificate validation
- api_
key str - API Key of the ZeroSSLTarget account
- imap_
fqdn str - FQDN of the IMAP service
- imap_
password str - Password to access the IMAP service
- imap_
username str - Username to access the IMAP service
- description str
- Description of the object
- imap_
port str - Port of the IMAP service
- imap_
target_ stremail - 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_ strid - The ID of this resource.
- timeout str
- Timeout waiting for certificate validation
- api
Key String - API Key of the ZeroSSLTarget account
- imap
Fqdn String - FQDN of the IMAP service
- imap
Password String - Password to access the IMAP service
- imap
Username String - Username to access the IMAP service
- description String
- Description of the object
- imap
Port String - Port of the IMAP service
- imap
Target StringEmail - 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
- target
Zerossl StringId - 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
- 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.
- Api
Key string - API Key of the ZeroSSLTarget account
- Description string
- Description of the object
- Imap
Fqdn string - FQDN of the IMAP service
- Imap
Password string - Password to access the IMAP service
- Imap
Port string - Port of the IMAP service
- Imap
Target stringEmail - Email to use when asking ZeroSSL to send a validation email, if empty will use username
- Imap
Username 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
- Target
Zerossl stringId - The ID of this resource.
- Timeout string
- Timeout waiting for certificate validation
- Api
Key string - API Key of the ZeroSSLTarget account
- Description string
- Description of the object
- Imap
Fqdn string - FQDN of the IMAP service
- Imap
Password string - Password to access the IMAP service
- Imap
Port string - Port of the IMAP service
- Imap
Target stringEmail - Email to use when asking ZeroSSL to send a validation email, if empty will use username
- Imap
Username 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
- Target
Zerossl stringId - The ID of this resource.
- Timeout string
- Timeout waiting for certificate validation
- api
Key String - API Key of the ZeroSSLTarget account
- description String
- Description of the object
- imap
Fqdn String - FQDN of the IMAP service
- imap
Password String - Password to access the IMAP service
- imap
Port String - Port of the IMAP service
- imap
Target StringEmail - Email to use when asking ZeroSSL to send a validation email, if empty will use username
- imap
Username 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
- target
Zerossl StringId - The ID of this resource.
- timeout String
- Timeout waiting for certificate validation
- api
Key string - API Key of the ZeroSSLTarget account
- description string
- Description of the object
- imap
Fqdn string - FQDN of the IMAP service
- imap
Password string - Password to access the IMAP service
- imap
Port string - Port of the IMAP service
- imap
Target stringEmail - Email to use when asking ZeroSSL to send a validation email, if empty will use username
- imap
Username 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
- target
Zerossl stringId - 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_ stremail - 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_ strid - The ID of this resource.
- timeout str
- Timeout waiting for certificate validation
- api
Key String - API Key of the ZeroSSLTarget account
- description String
- Description of the object
- imap
Fqdn String - FQDN of the IMAP service
- imap
Password String - Password to access the IMAP service
- imap
Port String - Port of the IMAP service
- imap
Target StringEmail - Email to use when asking ZeroSSL to send a validation email, if empty will use username
- imap
Username 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
- target
Zerossl StringId - 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.