Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.66 KB

DynamicSecretCreateDockerhub.md

File metadata and controls

23 lines (19 loc) · 1.66 KB

DynamicSecretCreateDockerhub

dynamicSecretCreateDockerhub is a command that creates a DOCKERHUB dynamic secret

Properties

Name Type Description Notes
delete_protection str Protection from accidental deletion of this object [true/false] [optional]
description str Description of the object [optional]
dockerhub_password str DockerhubPassword is either the user's password access token to manage the repository [optional]
dockerhub_token_scopes str 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 str DockerhubUsername is the name of the user in dockerhub [optional]
json bool Set output format to JSON [optional] [default to False]
name str Dynamic secret name
producer_encryption_key_name str Dynamic producer encryption key [optional]
tags list[str] Add tags attached to this object [optional]
target_name str Target name [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]
user_ttl str User TTL [optional] [default to '60m']

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