Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.9 KB

File metadata and controls

24 lines (20 loc) · 1.9 KB

UscUpdate

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

Properties

Name Type Description Notes
binary_value bool Use this option if the universal secrets value is a base64 encoded binary [optional]
description str Description of the universal secrets [optional]
json bool Set output format to JSON [optional] [default to False]
namespace str The namespace (relevant for Hashi vault target) [optional]
object_type str [optional]
pfx_password str Optional, the passphrase that protects the private key within the pfx certificate (Relevant only for Azure KV certificates) [optional]
secret_id str The universal secrets id (or name, for AWS, Azure, K8s or Hashi vault targets) to update
selected_repositories str 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 dict(str, str) Tags for the universal secrets [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]
usc_encryption_key str Optional, The name of the remote key that used to encrypt the secret value (if empty, the default key will be used) [optional]
usc_name str Name of the Universal Secrets Connector item
value str Value of the universal secrets item, either text or base64 encoded binary

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