Name | Type | Description | Notes |
---|---|---|---|
ArtifactoryAdminName | Pointer to string | Artifactory Admin Name | [optional] |
ArtifactoryAdminPwd | Pointer to string | Artifactory Admin password | [optional] |
ArtifactoryTokenAudience | string | Token Audience | |
ArtifactoryTokenScope | string | Token Scope | |
BaseUrl | Pointer to string | Base URL | [optional] |
DeleteProtection | Pointer to string | Protection from accidental deletion of this item | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] |
Name | string | Producer name | |
NewName | Pointer to string | Producer name | [optional] |
ProducerEncryptionKeyName | Pointer to string | Dynamic producer encryption key | [optional] |
Tags | Pointer to []string | List of the tags attached to this secret | [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 NewGatewayUpdateProducerArtifactory(artifactoryTokenAudience string, artifactoryTokenScope string, name string, ) *GatewayUpdateProducerArtifactory
NewGatewayUpdateProducerArtifactory instantiates a new GatewayUpdateProducerArtifactory 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 NewGatewayUpdateProducerArtifactoryWithDefaults() *GatewayUpdateProducerArtifactory
NewGatewayUpdateProducerArtifactoryWithDefaults instantiates a new GatewayUpdateProducerArtifactory 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 *GatewayUpdateProducerArtifactory) GetArtifactoryAdminName() string
GetArtifactoryAdminName returns the ArtifactoryAdminName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) GetArtifactoryAdminNameOk() (*string, bool)
GetArtifactoryAdminNameOk returns a tuple with the ArtifactoryAdminName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerArtifactory) SetArtifactoryAdminName(v string)
SetArtifactoryAdminName sets ArtifactoryAdminName field to given value.
func (o *GatewayUpdateProducerArtifactory) HasArtifactoryAdminName() bool
HasArtifactoryAdminName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerArtifactory) GetArtifactoryAdminPwd() string
GetArtifactoryAdminPwd returns the ArtifactoryAdminPwd field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) GetArtifactoryAdminPwdOk() (*string, bool)
GetArtifactoryAdminPwdOk returns a tuple with the ArtifactoryAdminPwd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerArtifactory) SetArtifactoryAdminPwd(v string)
SetArtifactoryAdminPwd sets ArtifactoryAdminPwd field to given value.
func (o *GatewayUpdateProducerArtifactory) HasArtifactoryAdminPwd() bool
HasArtifactoryAdminPwd returns a boolean if a field has been set.
func (o *GatewayUpdateProducerArtifactory) GetArtifactoryTokenAudience() string
GetArtifactoryTokenAudience returns the ArtifactoryTokenAudience field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) GetArtifactoryTokenAudienceOk() (*string, bool)
GetArtifactoryTokenAudienceOk returns a tuple with the ArtifactoryTokenAudience field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerArtifactory) SetArtifactoryTokenAudience(v string)
SetArtifactoryTokenAudience sets ArtifactoryTokenAudience field to given value.
func (o *GatewayUpdateProducerArtifactory) GetArtifactoryTokenScope() string
GetArtifactoryTokenScope returns the ArtifactoryTokenScope field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) GetArtifactoryTokenScopeOk() (*string, bool)
GetArtifactoryTokenScopeOk returns a tuple with the ArtifactoryTokenScope field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerArtifactory) SetArtifactoryTokenScope(v string)
SetArtifactoryTokenScope sets ArtifactoryTokenScope field to given value.
func (o *GatewayUpdateProducerArtifactory) GetBaseUrl() string
GetBaseUrl returns the BaseUrl field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) GetBaseUrlOk() (*string, bool)
GetBaseUrlOk returns a tuple with the BaseUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayUpdateProducerArtifactory) SetBaseUrl(v string)
SetBaseUrl sets BaseUrl field to given value.
func (o *GatewayUpdateProducerArtifactory) HasBaseUrl() bool
HasBaseUrl returns a boolean if a field has been set.
func (o *GatewayUpdateProducerArtifactory) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) 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 *GatewayUpdateProducerArtifactory) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *GatewayUpdateProducerArtifactory) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *GatewayUpdateProducerArtifactory) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) 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 *GatewayUpdateProducerArtifactory) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayUpdateProducerArtifactory) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayUpdateProducerArtifactory) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) 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 *GatewayUpdateProducerArtifactory) SetName(v string)
SetName sets Name field to given value.
func (o *GatewayUpdateProducerArtifactory) GetNewName() string
GetNewName returns the NewName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) 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 *GatewayUpdateProducerArtifactory) SetNewName(v string)
SetNewName sets NewName field to given value.
func (o *GatewayUpdateProducerArtifactory) HasNewName() bool
HasNewName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerArtifactory) GetProducerEncryptionKeyName() string
GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) 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 *GatewayUpdateProducerArtifactory) SetProducerEncryptionKeyName(v string)
SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.
func (o *GatewayUpdateProducerArtifactory) HasProducerEncryptionKeyName() bool
HasProducerEncryptionKeyName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerArtifactory) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) 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 *GatewayUpdateProducerArtifactory) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *GatewayUpdateProducerArtifactory) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *GatewayUpdateProducerArtifactory) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) 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 *GatewayUpdateProducerArtifactory) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *GatewayUpdateProducerArtifactory) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *GatewayUpdateProducerArtifactory) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) 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 *GatewayUpdateProducerArtifactory) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayUpdateProducerArtifactory) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayUpdateProducerArtifactory) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) 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 *GatewayUpdateProducerArtifactory) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayUpdateProducerArtifactory) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *GatewayUpdateProducerArtifactory) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *GatewayUpdateProducerArtifactory) 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 *GatewayUpdateProducerArtifactory) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *GatewayUpdateProducerArtifactory) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.