Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.88 KB

GatewayUpdateProducerDockerhub.md

File metadata and controls

42 lines (36 loc) · 1.88 KB

Akeyless::GatewayUpdateProducerDockerhub

Properties

Name Type Description Notes
delete_protection String Protection from accidental deletion of this object [true/false] [optional]
dockerhub_password String DockerhubPassword is either the user's password access token to manage the repository [optional]
dockerhub_token_scopes String Access token scopes list (comma-separated) to give the dynamic secret valid options are in "repo:admin", "repo:write", "repo:read", "repo:public_read" [optional]
dockerhub_username String DockerhubUsername is the name of the user in dockerhub [optional]
json Boolean Set output format to JSON [optional][default to false]
name String Dynamic secret name
new_name String Dynamic secret name [optional]
producer_encryption_key_name String Dynamic producer encryption key [optional]
tags Array<String> Add tags attached to this object [optional]
target_name String Target name [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
uid_token String The universal identity token, Required only for universal_identity authentication [optional]
user_ttl String User TTL [optional][default to '60m']

Example

require 'akeyless'

instance = Akeyless::GatewayUpdateProducerDockerhub.new(
  delete_protection: null,
  dockerhub_password: null,
  dockerhub_token_scopes: null,
  dockerhub_username: null,
  json: null,
  name: null,
  new_name: null,
  producer_encryption_key_name: null,
  tags: null,
  target_name: null,
  token: null,
  uid_token: null,
  user_ttl: null
)