uscGet is a command that gets the value and internal details of a secret from a Universal Secrets Connector
| Name | Type | Description | Notes |
|---|---|---|---|
| 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] | |
| secret_id | str | The secret id (or name, for AWS, Azure, K8s or Hashi vault targets) to get from the Universal Secrets Connector | |
| selected_repositories | str | GitHub selected repositories. For repository scope: repo name. For repository-environment scope: repo/env (format: repo-name/env-name). Required when multiple repos/envs configured. | [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_name | str | Name of the Universal Secrets Connector item | |
| version_id | str | The version id (if not specified, will retrieve the last version) | [optional] |