Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.92 KB

CreateGlobalSignAtlasTarget.md

File metadata and controls

23 lines (19 loc) · 1.92 KB

akeyless.Model.CreateGlobalSignAtlasTarget

createGlobalSignAtlasTarget is a command that creates a new target. [Deprecated: Use target-create-globalsign-atlas command]

Properties

Name Type Description Notes
ApiKey string API Key of the GlobalSign Atlas account
ApiSecret string API Secret of the GlobalSign Atlas account
Comment string Deprecated - use description [optional]
Description string Description of the object [optional]
Json bool Set output format to JSON [optional] [default to false]
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) [optional]
MaxVersions string Set the maximum number of versions, limited by the account settings defaults. [optional]
MtlsCertDataBase64 string Mutual TLS Certificate contents of the GlobalSign Atlas account encoded in base64, either mtls-cert-file-path or mtls-cert-data-base64 must be supplied [optional]
MtlsKeyDataBase64 string Mutual TLS Key contents of the GlobalSign Atlas account encoded in base64, either mtls-key-file-path or mtls-data-base64 must be supplied [optional]
Name string Target name
Timeout string Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h. [optional] [default to "5m"]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

[Back to Model list] [Back to API list] [Back to README]