Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.3 KB

UscCreate.md

File metadata and controls

20 lines (16 loc) · 1.3 KB

akeyless.Model.UscCreate

uscCreate is a command that creates a new secret in a Universal Secrets Connector

Properties

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

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