Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.43 KB

UploadPKCS12.md

File metadata and controls

21 lines (17 loc) · 1.43 KB

akeyless.Model.UploadPKCS12

Properties

Name Type Description Notes
CustomerFrgId string The customer fragment ID that will be used to split the key (if empty, the key will be created independently of a customer fragment) [optional]
DeleteProtection string Protection from accidental deletion of this object [true/false] [optional]
Description string Description of the object [optional]
In string PKCS#12 input file (private key and certificate only)
Json bool Set output format to JSON [optional] [default to false]
Metadata string Deprecated - use description [optional]
Name string Name of key to be created
Passphrase string Passphrase to unlock the pkcs#12 bundle
SplitLevel long The number of fragments that the item will be split into [optional] [default to 3]
Tag List<string> List of the tags attached to this key [optional]
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]