Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.31 KB

CreateUSC.md

File metadata and controls

20 lines (16 loc) · 1.31 KB

akeyless.Model.CreateUSC

CreateUSC is a command that creates a Universal Secrets Connector

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 Universal Secrets Connector [optional]
Json bool Set output format to JSON [optional] [default to false]
K8sNamespace string K8s namespace (Relevant to Kubernetes targets) [optional]
Name string Universal Secrets Connector name
Tags List<string> List of the tags attached to this Universal Secrets Connector [optional]
TargetToAssociate string Target Universal Secrets Connector 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]