| Name |
Type |
Description |
Notes |
| binary_value |
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][default to false] |
| namespace |
String |
The namespace (relevant for Hashi vault target) |
[optional] |
| object_type |
String |
|
[optional] |
| pfx_password |
String |
Optional, the passphrase that protects the private key within the pfx certificate (Relevant only for Azure KV certificates) |
[optional] |
| region |
String |
Optional, create secret in a specific region (GCP only). If empty, a global secret will be created (provider default). |
[optional] |
| secret_name |
String |
Name for the new universal secrets |
|
| selected_repositories |
String |
|
[optional] |
| tags |
Hash<String, String> |
Tags for the universal secrets |
[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_encryption_key |
String |
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 |
String |
Name of the Universal Secrets Connector item |
|
| value |
String |
Value of the universal secrets item, either text or base64 encoded binary |
|
require 'akeyless'
instance = Akeyless::UscCreate.new(
binary_value: null,
description: null,
json: null,
namespace: null,
object_type: null,
pfx_password: null,
region: null,
secret_name: null,
selected_repositories: null,
tags: null,
token: null,
uid_token: null,
usc_encryption_key: null,
usc_name: null,
value: null
)