Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.81 KB

File metadata and controls

27 lines (19 loc) · 1.81 KB

UscUpdate

uscUpdate is a command that updates a secret in a Universal Secrets Connector

Properties

Name Type Description Notes
binaryValue Boolean Use this option if the universal secrets value is a base64 encoded binary [optional]
description String Description of the universal secrets [optional]
json Boolean Set output format to JSON [optional]
namespace String The namespace (relevant for Hashi vault target) [optional]
objectType String [optional]
pfxPassword String Optional, the passphrase that protects the private key within the pfx certificate (Relevant only for Azure KV certificates) [optional]
secretId String The universal secrets id (or name, for AWS, Azure, K8s or Hashi vault targets) to update
selectedRepositories String GitHub selected repositories (required for GitHub USC when repository-access is 'selected' or for repository scope) Comma-separated repository names (e.g., "repo1,repo2") [optional]
tags Map<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]
uscEncryptionKey String Optional, The name of the remote key that used to encrypt the secret value (if empty, the default key will be used) [optional]
uscName String Name of the Universal Secrets Connector item
value String Value of the universal secrets item, either text or base64 encoded binary