pub struct DynamicSecretUpdateDockerhub {Show 15 fields
pub delete_protection: Option<String>,
pub description: Option<String>,
pub dockerhub_password: Option<String>,
pub dockerhub_token_scopes: Option<String>,
pub dockerhub_username: Option<String>,
pub item_custom_fields: Option<HashMap<String, String>>,
pub json: Option<bool>,
pub name: String,
pub new_name: Option<String>,
pub producer_encryption_key_name: Option<String>,
pub tags: Option<Vec<String>>,
pub target_name: Option<String>,
pub token: Option<String>,
pub uid_token: Option<String>,
pub user_ttl: Option<String>,
}Expand description
DynamicSecretUpdateDockerhub : dynamicSecretUpdateDockerhub is a command that updates a DOCKERHUB dynamic secret
Fields§
§delete_protection: Option<String>Protection from accidental deletion of this object [true/false]
description: Option<String>Description of the object
dockerhub_password: Option<String>DockerhubPassword is either the user’s password access token to manage the repository
dockerhub_token_scopes: Option<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"
dockerhub_username: Option<String>DockerhubUsername is the name of the user in dockerhub
item_custom_fields: Option<HashMap<String, String>>Additional custom fields to associate with the item
json: Option<bool>Set output format to JSON
name: StringDynamic secret name
new_name: Option<String>Dynamic secret name
producer_encryption_key_name: Option<String>Dynamic producer encryption key
Add tags attached to this object
target_name: Option<String>Target name
token: Option<String>Authentication token (see /auth and /configure)
uid_token: Option<String>The universal identity token, Required only for universal_identity authentication
user_ttl: Option<String>User TTL
Implementations§
Source§impl DynamicSecretUpdateDockerhub
impl DynamicSecretUpdateDockerhub
Sourcepub fn new(name: String) -> DynamicSecretUpdateDockerhub
pub fn new(name: String) -> DynamicSecretUpdateDockerhub
dynamicSecretUpdateDockerhub is a command that updates a DOCKERHUB dynamic secret
Trait Implementations§
Source§impl Clone for DynamicSecretUpdateDockerhub
impl Clone for DynamicSecretUpdateDockerhub
Source§fn clone(&self) -> DynamicSecretUpdateDockerhub
fn clone(&self) -> DynamicSecretUpdateDockerhub
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for DynamicSecretUpdateDockerhub
impl Debug for DynamicSecretUpdateDockerhub
Source§impl Default for DynamicSecretUpdateDockerhub
impl Default for DynamicSecretUpdateDockerhub
Source§fn default() -> DynamicSecretUpdateDockerhub
fn default() -> DynamicSecretUpdateDockerhub
Source§impl<'de> Deserialize<'de> for DynamicSecretUpdateDockerhub
impl<'de> Deserialize<'de> for DynamicSecretUpdateDockerhub
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl PartialEq for DynamicSecretUpdateDockerhub
impl PartialEq for DynamicSecretUpdateDockerhub
Source§fn eq(&self, other: &DynamicSecretUpdateDockerhub) -> bool
fn eq(&self, other: &DynamicSecretUpdateDockerhub) -> bool
self and other values to be equal, and is used by ==.