published on Monday, Apr 27, 2026 by akeyless-community
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:
- Api
Key string - API Key of the GlobalSign Atlas account
- Api
Secret string - API Secret of the GlobalSign Atlas account
- Description string
- Description of the object
- Keep
Prev stringVersion - 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
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- Mtls
Cert stringData Base64 - Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
- Mtls
Key stringData Base64 - Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
- Name string
- Target name
- Target
Globalsign stringAtlas Id - 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 string - API Key of the GlobalSign Atlas account
- Api
Secret string - API Secret of the GlobalSign Atlas account
- Description string
- Description of the object
- Keep
Prev stringVersion - 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
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- Mtls
Cert stringData Base64 - Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
- Mtls
Key stringData Base64 - Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
- Name string
- Target name
- Target
Globalsign stringAtlas Id - 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 String - API Key of the GlobalSign Atlas account
- api
Secret String - API Secret of the GlobalSign Atlas account
- description String
- Description of the object
- keep
Prev StringVersion - 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
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults
- mtls
Cert StringData Base64 - Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
- mtls
Key StringData Base64 - Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
- name String
- Target name
- target
Globalsign StringAtlas Id - 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 string - API Key of the GlobalSign Atlas account
- api
Secret string - API Secret of the GlobalSign Atlas account
- description string
- Description of the object
- keep
Prev stringVersion - 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
- max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- mtls
Cert stringData Base64 - Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
- mtls
Key stringData Base64 - Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
- name string
- Target name
- target
Globalsign stringAtlas Id - 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_ strversion - 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_ strdata_ base64 - Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
- mtls_
key_ strdata_ base64 - Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
- name str
- Target name
- target_
globalsign_ stratlas_ id - 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
- api
Key String - API Key of the GlobalSign Atlas account
- api
Secret String - API Secret of the GlobalSign Atlas account
- description String
- Description of the object
- keep
Prev StringVersion - 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
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults
- mtls
Cert StringData Base64 - Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
- mtls
Key StringData Base64 - Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
- name String
- Target name
- target
Globalsign StringAtlas Id - 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) -> TargetGlobalsignAtlasfunc 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.
- Api
Key string - API Key of the GlobalSign Atlas account
- Api
Secret string - API Secret of the GlobalSign Atlas account
- Description string
- Description of the object
- Keep
Prev stringVersion - 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
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- Mtls
Cert stringData Base64 - Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
- Mtls
Key stringData Base64 - Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
- Name string
- Target name
- Target
Globalsign stringAtlas Id - 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 string - API Key of the GlobalSign Atlas account
- Api
Secret string - API Secret of the GlobalSign Atlas account
- Description string
- Description of the object
- Keep
Prev stringVersion - 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
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- Mtls
Cert stringData Base64 - Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
- Mtls
Key stringData Base64 - Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
- Name string
- Target name
- Target
Globalsign stringAtlas Id - 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 String - API Key of the GlobalSign Atlas account
- api
Secret String - API Secret of the GlobalSign Atlas account
- description String
- Description of the object
- keep
Prev StringVersion - 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
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults
- mtls
Cert StringData Base64 - Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
- mtls
Key StringData Base64 - Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
- name String
- Target name
- target
Globalsign StringAtlas Id - 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 string - API Key of the GlobalSign Atlas account
- api
Secret string - API Secret of the GlobalSign Atlas account
- description string
- Description of the object
- keep
Prev stringVersion - 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
- max
Versions string - Set the maximum number of versions, limited by the account settings defaults
- mtls
Cert stringData Base64 - Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
- mtls
Key stringData Base64 - Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
- name string
- Target name
- target
Globalsign stringAtlas Id - 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_ strversion - 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_ strdata_ base64 - Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
- mtls_
key_ strdata_ base64 - Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
- name str
- Target name
- target_
globalsign_ stratlas_ id - 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
- api
Key String - API Key of the GlobalSign Atlas account
- api
Secret String - API Secret of the GlobalSign Atlas account
- description String
- Description of the object
- keep
Prev StringVersion - 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
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults
- mtls
Cert StringData Base64 - Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64
- mtls
Key StringData Base64 - Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64
- name String
- Target name
- target
Globalsign StringAtlas Id - 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
akeylessTerraform Provider.
published on Monday, Apr 27, 2026 by akeyless-community
