Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.2 KB

File metadata and controls

26 lines (22 loc) · 2.2 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]
input_rule list[str] Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) Mirrors commands.AgenticRulesParams — kept separate because ResourceDS cannot embed it (different package, different struct layout). [optional]
item_custom_fields dict(str, str) Additional custom fields to associate with the item [optional]
json bool Set output format to JSON [optional] [default to False]
name str Dynamic secret name
output_rule list[str] Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) [optional]
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]