Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 1.39 KB

File metadata and controls

34 lines (28 loc) · 1.39 KB

Akeyless::UscGet

Properties

Name Type Description Notes
json Boolean Set output format to JSON [optional][default to false]
namespace String The namespace (relevant for Hashi vault target) [optional]
object_type String [optional]
secret_id String The secret id (or name, for AWS, Azure, K8s or Hashi vault targets) to get from the Universal Secrets Connector
selected_repositories String 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 String Authentication token (see `/auth` and `/configure`) [optional]
uid_token String The universal identity token, Required only for universal_identity authentication [optional]
usc_name String Name of the Universal Secrets Connector item
version_id String The version id (if not specified, will retrieve the last version) [optional]

Example

require 'akeyless'

instance = Akeyless::UscGet.new(
  json: null,
  namespace: null,
  object_type: null,
  secret_id: null,
  selected_repositories: null,
  token: null,
  uid_token: null,
  usc_name: null,
  version_id: null
)