Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.33 KB

CreateESM.md

File metadata and controls

20 lines (16 loc) · 1.33 KB

akeyless.Model.CreateESM

CreateESM is a command that creates an External Secrets Manager. [Deprecated: Use command create-usc]

Properties

Name Type Description Notes
AzureKvName string Azure Key Vault name (Relevant only for Azure targets) [optional]
DeleteProtection string Protection from accidental deletion of this object [true/false] [optional]
Description string Description of the External Secrets Manager [optional]
Json bool Set output format to JSON [optional] [default to false]
K8sNamespace string K8s namespace (Relevant to Kubernetes targets) [optional]
Name string External Secrets Manager name
Tags List<string> List of the tags attached to this External Secrets Manager [optional]
TargetToAssociate string Target External Secrets Manager to connect
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]