Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.19 KB

EsmCreate.md

File metadata and controls

19 lines (15 loc) · 1.19 KB

akeyless.Model.EsmCreate

esmCreate is a command that creates a new secret in an External Secrets Manager

Properties

Name Type Description Notes
BinaryValue bool Use this option if the external secret value is a base64 encoded binary [optional]
Description string Description of the external secret [optional]
EsmName string Name of the External Secrets Manager item
Json bool Set output format to JSON [optional] [default to false]
SecretName string Name for the new external secret
Tags Dictionary<string, string> Tags for the external secret [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]
Value string Value of the external secret item, either text or base64 encoded binary

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