dynamicSecretCreateDockerhub is a command that creates a DOCKERHUB dynamic secret
| 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] |
| 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 | |
| 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'] |