Name | Type | Description | Notes |
---|---|---|---|
Format | Pointer to string | StaticSecretFormat defines the format of static secret (e.g. Text) | [optional] |
MaxVersions | Pointer to int64 | [optional] | |
NotifyOnChangeEvent | Pointer to bool | [optional] | |
Username | Pointer to string | [optional] | |
Website | Pointer to string | deprecated | [optional] |
Websites | Pointer to []string | [optional] |
func NewStaticSecretDetailsInfo() *StaticSecretDetailsInfo
NewStaticSecretDetailsInfo instantiates a new StaticSecretDetailsInfo 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 NewStaticSecretDetailsInfoWithDefaults() *StaticSecretDetailsInfo
NewStaticSecretDetailsInfoWithDefaults instantiates a new StaticSecretDetailsInfo 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 *StaticSecretDetailsInfo) GetFormat() string
GetFormat returns the Format field if non-nil, zero value otherwise.
func (o *StaticSecretDetailsInfo) GetFormatOk() (*string, bool)
GetFormatOk returns a tuple with the Format field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StaticSecretDetailsInfo) SetFormat(v string)
SetFormat sets Format field to given value.
func (o *StaticSecretDetailsInfo) HasFormat() bool
HasFormat returns a boolean if a field has been set.
func (o *StaticSecretDetailsInfo) GetMaxVersions() int64
GetMaxVersions returns the MaxVersions field if non-nil, zero value otherwise.
func (o *StaticSecretDetailsInfo) GetMaxVersionsOk() (*int64, bool)
GetMaxVersionsOk returns a tuple with the MaxVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StaticSecretDetailsInfo) SetMaxVersions(v int64)
SetMaxVersions sets MaxVersions field to given value.
func (o *StaticSecretDetailsInfo) HasMaxVersions() bool
HasMaxVersions returns a boolean if a field has been set.
func (o *StaticSecretDetailsInfo) GetNotifyOnChangeEvent() bool
GetNotifyOnChangeEvent returns the NotifyOnChangeEvent field if non-nil, zero value otherwise.
func (o *StaticSecretDetailsInfo) GetNotifyOnChangeEventOk() (*bool, bool)
GetNotifyOnChangeEventOk returns a tuple with the NotifyOnChangeEvent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StaticSecretDetailsInfo) SetNotifyOnChangeEvent(v bool)
SetNotifyOnChangeEvent sets NotifyOnChangeEvent field to given value.
func (o *StaticSecretDetailsInfo) HasNotifyOnChangeEvent() bool
HasNotifyOnChangeEvent returns a boolean if a field has been set.
func (o *StaticSecretDetailsInfo) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *StaticSecretDetailsInfo) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StaticSecretDetailsInfo) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *StaticSecretDetailsInfo) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *StaticSecretDetailsInfo) GetWebsite() string
GetWebsite returns the Website field if non-nil, zero value otherwise.
func (o *StaticSecretDetailsInfo) GetWebsiteOk() (*string, bool)
GetWebsiteOk returns a tuple with the Website field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StaticSecretDetailsInfo) SetWebsite(v string)
SetWebsite sets Website field to given value.
func (o *StaticSecretDetailsInfo) HasWebsite() bool
HasWebsite returns a boolean if a field has been set.
func (o *StaticSecretDetailsInfo) GetWebsites() []string
GetWebsites returns the Websites field if non-nil, zero value otherwise.
func (o *StaticSecretDetailsInfo) GetWebsitesOk() (*[]string, bool)
GetWebsitesOk returns a tuple with the Websites field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StaticSecretDetailsInfo) SetWebsites(v []string)
SetWebsites sets Websites field to given value.
func (o *StaticSecretDetailsInfo) HasWebsites() bool
HasWebsites returns a boolean if a field has been set.