1. Packages
  2. Packages
  3. Akeyless Provider
  4. API Docs
  5. TargetGodaddy
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

    GoDaddy Target resource

    Create TargetGodaddy Resource

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

    Constructor syntax

    new TargetGodaddy(name: string, args: TargetGodaddyArgs, opts?: CustomResourceOptions);
    @overload
    def TargetGodaddy(resource_name: str,
                      args: TargetGodaddyArgs,
                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def TargetGodaddy(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      imap_username: Optional[str] = None,
                      api_key: Optional[str] = None,
                      secret: Optional[str] = None,
                      imap_fqdn: Optional[str] = None,
                      imap_password: Optional[str] = None,
                      name: Optional[str] = None,
                      customer_id: Optional[str] = None,
                      key: Optional[str] = None,
                      imap_port: Optional[str] = None,
                      max_versions: Optional[str] = None,
                      keep_prev_version: Optional[str] = None,
                      description: Optional[str] = None,
                      target_godaddy_id: Optional[str] = None,
                      timeout: Optional[str] = None,
                      validation_email: Optional[str] = None)
    func NewTargetGodaddy(ctx *Context, name string, args TargetGodaddyArgs, opts ...ResourceOption) (*TargetGodaddy, error)
    public TargetGodaddy(string name, TargetGodaddyArgs args, CustomResourceOptions? opts = null)
    public TargetGodaddy(String name, TargetGodaddyArgs args)
    public TargetGodaddy(String name, TargetGodaddyArgs args, CustomResourceOptions options)
    
    type: akeyless:TargetGodaddy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "akeyless_targetgodaddy" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args TargetGodaddyArgs
    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 TargetGodaddyArgs
    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 TargetGodaddyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TargetGodaddyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TargetGodaddyArgs
    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 targetGodaddyResource = new Akeyless.TargetGodaddy("targetGodaddyResource", new()
    {
        ImapUsername = "string",
        ApiKey = "string",
        Secret = "string",
        ImapFqdn = "string",
        ImapPassword = "string",
        Name = "string",
        CustomerId = "string",
        Key = "string",
        ImapPort = "string",
        MaxVersions = "string",
        KeepPrevVersion = "string",
        Description = "string",
        TargetGodaddyId = "string",
        Timeout = "string",
        ValidationEmail = "string",
    });
    
    example, err := akeyless.NewTargetGodaddy(ctx, "targetGodaddyResource", &akeyless.TargetGodaddyArgs{
    	ImapUsername:    pulumi.String("string"),
    	ApiKey:          pulumi.String("string"),
    	Secret:          pulumi.String("string"),
    	ImapFqdn:        pulumi.String("string"),
    	ImapPassword:    pulumi.String("string"),
    	Name:            pulumi.String("string"),
    	CustomerId:      pulumi.String("string"),
    	Key:             pulumi.String("string"),
    	ImapPort:        pulumi.String("string"),
    	MaxVersions:     pulumi.String("string"),
    	KeepPrevVersion: pulumi.String("string"),
    	Description:     pulumi.String("string"),
    	TargetGodaddyId: pulumi.String("string"),
    	Timeout:         pulumi.String("string"),
    	ValidationEmail: pulumi.String("string"),
    })
    
    resource "akeyless_targetgodaddy" "targetGodaddyResource" {
      imap_username     = "string"
      api_key           = "string"
      secret            = "string"
      imap_fqdn         = "string"
      imap_password     = "string"
      name              = "string"
      customer_id       = "string"
      key               = "string"
      imap_port         = "string"
      max_versions      = "string"
      keep_prev_version = "string"
      description       = "string"
      target_godaddy_id = "string"
      timeout           = "string"
      validation_email  = "string"
    }
    
    var targetGodaddyResource = new TargetGodaddy("targetGodaddyResource", TargetGodaddyArgs.builder()
        .imapUsername("string")
        .apiKey("string")
        .secret("string")
        .imapFqdn("string")
        .imapPassword("string")
        .name("string")
        .customerId("string")
        .key("string")
        .imapPort("string")
        .maxVersions("string")
        .keepPrevVersion("string")
        .description("string")
        .targetGodaddyId("string")
        .timeout("string")
        .validationEmail("string")
        .build());
    
    target_godaddy_resource = akeyless.TargetGodaddy("targetGodaddyResource",
        imap_username="string",
        api_key="string",
        secret="string",
        imap_fqdn="string",
        imap_password="string",
        name="string",
        customer_id="string",
        key="string",
        imap_port="string",
        max_versions="string",
        keep_prev_version="string",
        description="string",
        target_godaddy_id="string",
        timeout="string",
        validation_email="string")
    
    const targetGodaddyResource = new akeyless.TargetGodaddy("targetGodaddyResource", {
        imapUsername: "string",
        apiKey: "string",
        secret: "string",
        imapFqdn: "string",
        imapPassword: "string",
        name: "string",
        customerId: "string",
        key: "string",
        imapPort: "string",
        maxVersions: "string",
        keepPrevVersion: "string",
        description: "string",
        targetGodaddyId: "string",
        timeout: "string",
        validationEmail: "string",
    });
    
    type: akeyless:TargetGodaddy
    properties:
        apiKey: string
        customerId: string
        description: string
        imapFqdn: string
        imapPassword: string
        imapPort: string
        imapUsername: string
        keepPrevVersion: string
        key: string
        maxVersions: string
        name: string
        secret: string
        targetGodaddyId: string
        timeout: string
        validationEmail: string
    

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

    ApiKey string
    Key of the api credentials to the Godaddy account
    ImapFqdn string
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    ImapPassword string
    ImapPassword to access the IMAP service
    ImapUsername string
    ImapUsername to access the IMAP service
    Secret string
    Secret of the api credentials to the Godaddy account
    CustomerId string
    Customer ID (ShopperId) required for renewal of imported certificates
    Description string
    Description of the object
    ImapPort string
    ImapPort of the IMAP service
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    Key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    Name string
    Target name
    TargetGodaddyId 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.
    ValidationEmail string
    Email address for certificate validation
    ApiKey string
    Key of the api credentials to the Godaddy account
    ImapFqdn string
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    ImapPassword string
    ImapPassword to access the IMAP service
    ImapUsername string
    ImapUsername to access the IMAP service
    Secret string
    Secret of the api credentials to the Godaddy account
    CustomerId string
    Customer ID (ShopperId) required for renewal of imported certificates
    Description string
    Description of the object
    ImapPort string
    ImapPort of the IMAP service
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    Key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    Name string
    Target name
    TargetGodaddyId 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.
    ValidationEmail string
    Email address for certificate validation
    api_key string
    Key of the api credentials to the Godaddy account
    imap_fqdn string
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    imap_password string
    ImapPassword to access the IMAP service
    imap_username string
    ImapUsername to access the IMAP service
    secret string
    Secret of the api credentials to the Godaddy account
    customer_id string
    Customer ID (ShopperId) required for renewal of imported certificates
    description string
    Description of the object
    imap_port string
    ImapPort of the IMAP service
    keep_prev_version string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    max_versions string
    Set the maximum number of versions, limited by the account settings defaults.
    name string
    Target name
    target_godaddy_id 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.
    validation_email string
    Email address for certificate validation
    apiKey String
    Key of the api credentials to the Godaddy account
    imapFqdn String
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    imapPassword String
    ImapPassword to access the IMAP service
    imapUsername String
    ImapUsername to access the IMAP service
    secret String
    Secret of the api credentials to the Godaddy account
    customerId String
    Customer ID (ShopperId) required for renewal of imported certificates
    description String
    Description of the object
    imapPort String
    ImapPort of the IMAP service
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key String
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults.
    name String
    Target name
    targetGodaddyId 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.
    validationEmail String
    Email address for certificate validation
    apiKey string
    Key of the api credentials to the Godaddy account
    imapFqdn string
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    imapPassword string
    ImapPassword to access the IMAP service
    imapUsername string
    ImapUsername to access the IMAP service
    secret string
    Secret of the api credentials to the Godaddy account
    customerId string
    Customer ID (ShopperId) required for renewal of imported certificates
    description string
    Description of the object
    imapPort string
    ImapPort of the IMAP service
    keepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    maxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    name string
    Target name
    targetGodaddyId 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.
    validationEmail string
    Email address for certificate validation
    api_key str
    Key of the api credentials to the Godaddy account
    imap_fqdn str
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    imap_password str
    ImapPassword to access the IMAP service
    imap_username str
    ImapUsername to access the IMAP service
    secret str
    Secret of the api credentials to the Godaddy account
    customer_id str
    Customer ID (ShopperId) required for renewal of imported certificates
    description str
    Description of the object
    imap_port str
    ImapPort of the IMAP service
    keep_prev_version str
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key str
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    max_versions str
    Set the maximum number of versions, limited by the account settings defaults.
    name str
    Target name
    target_godaddy_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.
    validation_email str
    Email address for certificate validation
    apiKey String
    Key of the api credentials to the Godaddy account
    imapFqdn String
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    imapPassword String
    ImapPassword to access the IMAP service
    imapUsername String
    ImapUsername to access the IMAP service
    secret String
    Secret of the api credentials to the Godaddy account
    customerId String
    Customer ID (ShopperId) required for renewal of imported certificates
    description String
    Description of the object
    imapPort String
    ImapPort of the IMAP service
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key String
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults.
    name String
    Target name
    targetGodaddyId 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.
    validationEmail String
    Email address for certificate validation

    Outputs

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

    Get an existing TargetGodaddy 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?: TargetGodaddyState, opts?: CustomResourceOptions): TargetGodaddy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            api_key: Optional[str] = None,
            customer_id: Optional[str] = None,
            description: Optional[str] = None,
            imap_fqdn: Optional[str] = None,
            imap_password: Optional[str] = None,
            imap_port: Optional[str] = None,
            imap_username: Optional[str] = None,
            keep_prev_version: Optional[str] = None,
            key: Optional[str] = None,
            max_versions: Optional[str] = None,
            name: Optional[str] = None,
            secret: Optional[str] = None,
            target_godaddy_id: Optional[str] = None,
            timeout: Optional[str] = None,
            validation_email: Optional[str] = None) -> TargetGodaddy
    func GetTargetGodaddy(ctx *Context, name string, id IDInput, state *TargetGodaddyState, opts ...ResourceOption) (*TargetGodaddy, error)
    public static TargetGodaddy Get(string name, Input<string> id, TargetGodaddyState? state, CustomResourceOptions? opts = null)
    public static TargetGodaddy get(String name, Output<String> id, TargetGodaddyState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:TargetGodaddy    get:      id: ${id}
    import {
      to = akeyless_targetgodaddy.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.
    The following state arguments are supported:
    ApiKey string
    Key of the api credentials to the Godaddy account
    CustomerId string
    Customer ID (ShopperId) required for renewal of imported certificates
    Description string
    Description of the object
    ImapFqdn string
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    ImapPassword string
    ImapPassword to access the IMAP service
    ImapPort string
    ImapPort of the IMAP service
    ImapUsername string
    ImapUsername to access the IMAP service
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    Key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    Name string
    Target name
    Secret string
    Secret of the api credentials to the Godaddy account
    TargetGodaddyId 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.
    ValidationEmail string
    Email address for certificate validation
    ApiKey string
    Key of the api credentials to the Godaddy account
    CustomerId string
    Customer ID (ShopperId) required for renewal of imported certificates
    Description string
    Description of the object
    ImapFqdn string
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    ImapPassword string
    ImapPassword to access the IMAP service
    ImapPort string
    ImapPort of the IMAP service
    ImapUsername string
    ImapUsername to access the IMAP service
    KeepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    Key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    MaxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    Name string
    Target name
    Secret string
    Secret of the api credentials to the Godaddy account
    TargetGodaddyId 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.
    ValidationEmail string
    Email address for certificate validation
    api_key string
    Key of the api credentials to the Godaddy account
    customer_id string
    Customer ID (ShopperId) required for renewal of imported certificates
    description string
    Description of the object
    imap_fqdn string
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    imap_password string
    ImapPassword to access the IMAP service
    imap_port string
    ImapPort of the IMAP service
    imap_username string
    ImapUsername to access the IMAP service
    keep_prev_version string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    max_versions string
    Set the maximum number of versions, limited by the account settings defaults.
    name string
    Target name
    secret string
    Secret of the api credentials to the Godaddy account
    target_godaddy_id 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.
    validation_email string
    Email address for certificate validation
    apiKey String
    Key of the api credentials to the Godaddy account
    customerId String
    Customer ID (ShopperId) required for renewal of imported certificates
    description String
    Description of the object
    imapFqdn String
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    imapPassword String
    ImapPassword to access the IMAP service
    imapPort String
    ImapPort of the IMAP service
    imapUsername String
    ImapUsername to access the IMAP service
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key String
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults.
    name String
    Target name
    secret String
    Secret of the api credentials to the Godaddy account
    targetGodaddyId 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.
    validationEmail String
    Email address for certificate validation
    apiKey string
    Key of the api credentials to the Godaddy account
    customerId string
    Customer ID (ShopperId) required for renewal of imported certificates
    description string
    Description of the object
    imapFqdn string
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    imapPassword string
    ImapPassword to access the IMAP service
    imapPort string
    ImapPort of the IMAP service
    imapUsername string
    ImapUsername to access the IMAP service
    keepPrevVersion string
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key string
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    maxVersions string
    Set the maximum number of versions, limited by the account settings defaults.
    name string
    Target name
    secret string
    Secret of the api credentials to the Godaddy account
    targetGodaddyId 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.
    validationEmail string
    Email address for certificate validation
    api_key str
    Key of the api credentials to the Godaddy account
    customer_id str
    Customer ID (ShopperId) required for renewal of imported certificates
    description str
    Description of the object
    imap_fqdn str
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    imap_password str
    ImapPassword to access the IMAP service
    imap_port str
    ImapPort of the IMAP service
    imap_username str
    ImapUsername to access the IMAP service
    keep_prev_version str
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key str
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    max_versions str
    Set the maximum number of versions, limited by the account settings defaults.
    name str
    Target name
    secret str
    Secret of the api credentials to the Godaddy account
    target_godaddy_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.
    validation_email str
    Email address for certificate validation
    apiKey String
    Key of the api credentials to the Godaddy account
    customerId String
    Customer ID (ShopperId) required for renewal of imported certificates
    description String
    Description of the object
    imapFqdn String
    ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
    imapPassword String
    ImapPassword to access the IMAP service
    imapPort String
    ImapPort of the IMAP service
    imapUsername String
    ImapUsername to access the IMAP service
    keepPrevVersion String
    Whether to keep previous version [true/false]. If not set, use default according to account settings
    key String
    The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
    maxVersions String
    Set the maximum number of versions, limited by the account settings defaults.
    name String
    Target name
    secret String
    Secret of the api credentials to the Godaddy account
    targetGodaddyId 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.
    validationEmail String
    Email address for certificate validation

    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.