dynamicSecretCreateDockerhub is a command that creates a DOCKERHUB dynamic secret
| Name | Type | Description | Notes |
|---|---|---|---|
| DeleteProtection | string | Protection from accidental deletion of this object [true/false] | [optional] |
| Description | string | Description of the object | [optional] |
| DockerhubPassword | string | DockerhubPassword is either the user's password access token to manage the repository | [optional] |
| DockerhubTokenScopes | 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] |
| DockerhubUsername | string | DockerhubUsername is the name of the user in dockerhub | [optional] |
| ItemCustomFields | Dictionary<string, string> | Additional custom fields to associate with the item | [optional] |
| Json | bool | Set output format to JSON | [optional] [default to false] |
| Name | string | Dynamic secret name | |
| ProducerEncryptionKeyName | string | Dynamic producer encryption key | [optional] |
| Tags | List<string> | Add tags attached to this object | [optional] |
| TargetName | string | Target name | [optional] |
| Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
| UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |
| UserTtl | string | User TTL | [optional] [default to "60m"] |