Name | Type | Description | Notes |
---|---|---|---|
DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
DockerhubPassword | Pointer to string | DockerhubPassword is either the user's password access token to manage the repository | [optional] |
DockerhubTokenScopes | Pointer to 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 | Pointer to string | DockerhubUsername is the name of the user in dockerhub | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | Dynamic secret name | |
NewName | Pointer to string | Dynamic secret name | [optional] |
ProducerEncryptionKeyName | Pointer to string | Dynamic producer encryption key | [optional] |
Tags | Pointer to []string | Add tags attached to this object | [optional] |
TargetName | Pointer to string | Target name | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
UserTtl | Pointer to string | User TTL | [optional] [default to "60m"] |
func NewGatewayUpdateProducerDockerhub(name string, ) *GatewayUpdateProducerDockerhub
NewGatewayUpdateProducerDockerhub instantiates a new GatewayUpdateProducerDockerhub object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewGatewayUpdateProducerDockerhubWithDefaults() *GatewayUpdateProducerDockerhub
NewGatewayUpdateProducerDockerhubWithDefaults instantiates a new GatewayUpdateProducerDockerhub object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *GatewayUpdateProducerDockerhub) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerDockerhub) GetDeleteProtectionOk() (*string, bool)
GetDeleteProtectionOk returns a tuple with the DeleteProtection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerDockerhub) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *GatewayUpdateProducerDockerhub) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *GatewayUpdateProducerDockerhub) GetDockerhubPassword() string
GetDockerhubPassword returns the DockerhubPassword field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerDockerhub) GetDockerhubPasswordOk() (*string, bool)
GetDockerhubPasswordOk returns a tuple with the DockerhubPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerDockerhub) SetDockerhubPassword(v string)
SetDockerhubPassword sets DockerhubPassword field to given value.
func (o *GatewayUpdateProducerDockerhub) HasDockerhubPassword() bool
HasDockerhubPassword returns a boolean if a field has been set.
func (o *GatewayUpdateProducerDockerhub) GetDockerhubTokenScopes() string
GetDockerhubTokenScopes returns the DockerhubTokenScopes field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerDockerhub) GetDockerhubTokenScopesOk() (*string, bool)
GetDockerhubTokenScopesOk returns a tuple with the DockerhubTokenScopes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerDockerhub) SetDockerhubTokenScopes(v string)
SetDockerhubTokenScopes sets DockerhubTokenScopes field to given value.
func (o *GatewayUpdateProducerDockerhub) HasDockerhubTokenScopes() bool
HasDockerhubTokenScopes returns a boolean if a field has been set.
func (o *GatewayUpdateProducerDockerhub) GetDockerhubUsername() string
GetDockerhubUsername returns the DockerhubUsername field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerDockerhub) GetDockerhubUsernameOk() (*string, bool)
GetDockerhubUsernameOk returns a tuple with the DockerhubUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerDockerhub) SetDockerhubUsername(v string)
SetDockerhubUsername sets DockerhubUsername field to given value.
func (o *GatewayUpdateProducerDockerhub) HasDockerhubUsername() bool
HasDockerhubUsername returns a boolean if a field has been set.
func (o *GatewayUpdateProducerDockerhub) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerDockerhub) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerDockerhub) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayUpdateProducerDockerhub) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayUpdateProducerDockerhub) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerDockerhub) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerDockerhub) SetName(v string)
SetName sets Name field to given value.
func (o *GatewayUpdateProducerDockerhub) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerDockerhub) GetNewNameOk() (*string, bool)
GetNewNameOk returns a tuple with the NewName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerDockerhub) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *GatewayUpdateProducerDockerhub) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerDockerhub) GetProducerEncryptionKeyName() string
GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerDockerhub) GetProducerEncryptionKeyNameOk() (*string, bool)
GetProducerEncryptionKeyNameOk returns a tuple with the ProducerEncryptionKeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerDockerhub) SetProducerEncryptionKeyName(v string)
SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.
func (o *GatewayUpdateProducerDockerhub) HasProducerEncryptionKeyName() bool
HasProducerEncryptionKeyName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerDockerhub) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerDockerhub) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerDockerhub) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *GatewayUpdateProducerDockerhub) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *GatewayUpdateProducerDockerhub) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerDockerhub) GetTargetNameOk() (*string, bool)
GetTargetNameOk returns a tuple with the TargetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerDockerhub) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *GatewayUpdateProducerDockerhub) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerDockerhub) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerDockerhub) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerDockerhub) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayUpdateProducerDockerhub) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayUpdateProducerDockerhub) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerDockerhub) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerDockerhub) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayUpdateProducerDockerhub) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *GatewayUpdateProducerDockerhub) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerDockerhub) GetUserTtlOk() (*string, bool)
GetUserTtlOk returns a tuple with the UserTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerDockerhub) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *GatewayUpdateProducerDockerhub) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.