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

    GlobalSign Atlas Target resource

    Create TargetGlobalsignAtlas Resource

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

    Constructor syntax

    new TargetGlobalsignAtlas(name: string, args: TargetGlobalsignAtlasArgs, opts?: CustomResourceOptions);
    @overload
    def TargetGlobalsignAtlas(resource_name: str,
                              args: TargetGlobalsignAtlasArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def TargetGlobalsignAtlas(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              api_key: Optional[str] = None,
                              api_secret: Optional[str] = None,
                              description: Optional[str] = None,
                              keep_prev_version: Optional[str] = None,
                              key: Optional[str] = None,
                              max_versions: Optional[str] = None,
                              mtls_cert_data_base64: Optional[str] = None,
                              mtls_key_data_base64: Optional[str] = None,
                              name: Optional[str] = None,
                              target_globalsign_atlas_id: Optional[str] = None,
                              timeout: Optional[str] = None)
    func NewTargetGlobalsignAtlas(ctx *Context, name string, args TargetGlobalsignAtlasArgs, opts ...ResourceOption) (*TargetGlobalsignAtlas, error)
    public TargetGlobalsignAtlas(string name, TargetGlobalsignAtlasArgs args, CustomResourceOptions? opts = null)
    public TargetGlobalsignAtlas(String name, TargetGlobalsignAtlasArgs args)
    public TargetGlobalsignAtlas(String name, TargetGlobalsignAtlasArgs args, CustomResourceOptions options)
    
    type: akeyless:TargetGlobalsignAtlas
    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 TargetGlobalsignAtlasArgs
    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 TargetGlobalsignAtlasArgs
    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 TargetGlobalsignAtlasArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TargetGlobalsignAtlasArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TargetGlobalsignAtlasArgs
    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 targetGlobalsignAtlasResource = new Akeyless.TargetGlobalsignAtlas("targetGlobalsignAtlasResource", new()
    {
        ApiKey = "string",
        ApiSecret = "string",
        Description = "string",
        KeepPrevVersion = "string",
        Key = "string",
        MaxVersions = "string",
        MtlsCertDataBase64 = "string",
        MtlsKeyDataBase64 = "string",
        Name = "string",
        TargetGlobalsignAtlasId = "string",
        Timeout = "string",
    });
    
    example, err := akeyless.NewTargetGlobalsignAtlas(ctx, "targetGlobalsignAtlasResource", &akeyless.TargetGlobalsignAtlasArgs{
    	ApiKey:                  pulumi.String("string"),
    	ApiSecret:               pulumi.String("string"),
    	Description:             pulumi.String("string"),
    	KeepPrevVersion:         pulumi.String("string"),
    	Key:                     pulumi.String("string"),
    	MaxVersions:             pulumi.String("string"),
    	MtlsCertDataBase64:      pulumi.String("string"),
    	MtlsKeyDataBase64:       pulumi.String("string"),
    	Name:                    pulumi.String("string"),
    	TargetGlobalsignAtlasId: pulumi.String("string"),
    	Timeout:                 pulumi.String("string"),
    })
    
    var targetGlobalsignAtlasResource = new TargetGlobalsignAtlas("targetGlobalsignAtlasResource", TargetGlobalsignAtlasArgs.builder()
        .apiKey("string")
        .apiSecret("string")
        .description("string")
        .keepPrevVersion("string")
        .key("string")
        .maxVersions("string")
        .mtlsCertDataBase64("string")
        .mtlsKeyDataBase64("string")
        .name("string")
        .targetGlobalsignAtlasId("string")
        .timeout("string")
        .build());
    
    target_globalsign_atlas_resource = akeyless.TargetGlobalsignAtlas("targetGlobalsignAtlasResource",
        api_key="string",
        api_secret="string",
        description="string",
        keep_prev_version="string",
        key="string",
        max_versions="string",
        mtls_cert_data_base64="string",
        mtls_key_data_base64="string",
        name="string",
        target_globalsign_atlas_id="string",
        timeout="string")
    
    const targetGlobalsignAtlasResource = new akeyless.TargetGlobalsignAtlas("targetGlobalsignAtlasResource", {
        apiKey: "string",
        apiSecret: "string",
        description: "string",
        keepPrevVersion: "string",
        key: "string",
        maxVersions: "string",
        mtlsCertDataBase64: "string",
        mtlsKeyDataBase64: "string",
        name: "string",
        targetGlobalsignAtlasId: "string",
        timeout: "string",
    });
    
    type: akeyless:TargetGlobalsignAtlas
    properties:
        apiKey: string
        apiSecret: string
        description: string
        keepPrevVersion: string
        key: string
        maxVersions: string
        mtlsCertDataBase64: string
        mtlsKeyDataBase64: string
        name: string
        targetGlobalsignAtlasId: string
        timeout: string
    

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

    ApiKey string
    API Key of the GlobalSign Atlas account
    ApiSecret string
    API Secret of the GlobalSign Atlas 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
    MtlsCertDataBase64 string
    Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
    MtlsKeyDataBase64 string
    Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
    Name string
    Target name
    TargetGlobalsignAtlasId 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
    ApiKey string
    API Key of the GlobalSign Atlas account
    ApiSecret string
    API Secret of the GlobalSign Atlas 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
    MtlsCertDataBase64 string
    Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
    MtlsKeyDataBase64 string
    Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
    Name string
    Target name
    TargetGlobalsignAtlasId 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
    apiKey String
    API Key of the GlobalSign Atlas account
    apiSecret String
    API Secret of the GlobalSign Atlas 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
    mtlsCertDataBase64 String
    Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
    mtlsKeyDataBase64 String
    Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
    name String
    Target name
    targetGlobalsignAtlasId 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
    apiKey string
    API Key of the GlobalSign Atlas account
    apiSecret string
    API Secret of the GlobalSign Atlas 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
    mtlsCertDataBase64 string
    Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
    mtlsKeyDataBase64 string
    Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
    name string
    Target name
    targetGlobalsignAtlasId 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
    api_key str
    API Key of the GlobalSign Atlas account
    api_secret str
    API Secret of the GlobalSign Atlas 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
    mtls_cert_data_base64 str
    Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
    mtls_key_data_base64 str
    Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
    name str
    Target name
    target_globalsign_atlas_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
    apiKey String
    API Key of the GlobalSign Atlas account
    apiSecret String
    API Secret of the GlobalSign Atlas 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
    mtlsCertDataBase64 String
    Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
    mtlsKeyDataBase64 String
    Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
    name String
    Target name
    targetGlobalsignAtlasId 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 TargetGlobalsignAtlas 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 TargetGlobalsignAtlas Resource

    Get an existing TargetGlobalsignAtlas 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?: TargetGlobalsignAtlasState, opts?: CustomResourceOptions): TargetGlobalsignAtlas
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            api_key: Optional[str] = None,
            api_secret: Optional[str] = None,
            description: Optional[str] = None,
            keep_prev_version: Optional[str] = None,
            key: Optional[str] = None,
            max_versions: Optional[str] = None,
            mtls_cert_data_base64: Optional[str] = None,
            mtls_key_data_base64: Optional[str] = None,
            name: Optional[str] = None,
            target_globalsign_atlas_id: Optional[str] = None,
            timeout: Optional[str] = None) -> TargetGlobalsignAtlas
    func GetTargetGlobalsignAtlas(ctx *Context, name string, id IDInput, state *TargetGlobalsignAtlasState, opts ...ResourceOption) (*TargetGlobalsignAtlas, error)
    public static TargetGlobalsignAtlas Get(string name, Input<string> id, TargetGlobalsignAtlasState? state, CustomResourceOptions? opts = null)
    public static TargetGlobalsignAtlas get(String name, Output<String> id, TargetGlobalsignAtlasState state, CustomResourceOptions options)
    resources:  _:    type: akeyless:TargetGlobalsignAtlas    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:
    ApiKey string
    API Key of the GlobalSign Atlas account
    ApiSecret string
    API Secret of the GlobalSign Atlas 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
    MtlsCertDataBase64 string
    Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
    MtlsKeyDataBase64 string
    Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
    Name string
    Target name
    TargetGlobalsignAtlasId 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
    ApiKey string
    API Key of the GlobalSign Atlas account
    ApiSecret string
    API Secret of the GlobalSign Atlas 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
    MtlsCertDataBase64 string
    Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
    MtlsKeyDataBase64 string
    Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
    Name string
    Target name
    TargetGlobalsignAtlasId 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
    apiKey String
    API Key of the GlobalSign Atlas account
    apiSecret String
    API Secret of the GlobalSign Atlas 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
    mtlsCertDataBase64 String
    Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
    mtlsKeyDataBase64 String
    Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
    name String
    Target name
    targetGlobalsignAtlasId 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
    apiKey string
    API Key of the GlobalSign Atlas account
    apiSecret string
    API Secret of the GlobalSign Atlas 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
    mtlsCertDataBase64 string
    Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
    mtlsKeyDataBase64 string
    Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
    name string
    Target name
    targetGlobalsignAtlasId 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
    api_key str
    API Key of the GlobalSign Atlas account
    api_secret str
    API Secret of the GlobalSign Atlas 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
    mtls_cert_data_base64 str
    Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
    mtls_key_data_base64 str
    Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
    name str
    Target name
    target_globalsign_atlas_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
    apiKey String
    API Key of the GlobalSign Atlas account
    apiSecret String
    API Secret of the GlobalSign Atlas 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
    mtlsCertDataBase64 String
    Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
    mtlsKeyDataBase64 String
    Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
    name String
    Target name
    targetGlobalsignAtlasId 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

    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.