Name | Type | Description | Notes |
---|---|---|---|
RotateAllServicesBoolean | Pointer to bool | [optional] | |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | Secret name (Rotated Secret or Custom Dynamic Secret) | |
RotateAllServices | Pointer to string | Rotate all associated services | [optional] [default to "false"] |
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] |
func NewRotateSecret(name string, ) *RotateSecret
NewRotateSecret instantiates a new RotateSecret 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 NewRotateSecretWithDefaults() *RotateSecret
NewRotateSecretWithDefaults instantiates a new RotateSecret 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 *RotateSecret) GetRotateAllServicesBoolean() bool
GetRotateAllServicesBoolean returns the RotateAllServicesBoolean field if non-nil, zero value otherwise.
func (o *RotateSecret) GetRotateAllServicesBooleanOk() (*bool, bool)
GetRotateAllServicesBooleanOk returns a tuple with the RotateAllServicesBoolean field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotateSecret) SetRotateAllServicesBoolean(v bool)
SetRotateAllServicesBoolean sets RotateAllServicesBoolean field to given value.
func (o *RotateSecret) HasRotateAllServicesBoolean() bool
HasRotateAllServicesBoolean returns a boolean if a field has been set.
func (o *RotateSecret) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *RotateSecret) 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 *RotateSecret) SetJson(v bool)
SetJson sets Json field to given value.
func (o *RotateSecret) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *RotateSecret) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RotateSecret) 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 *RotateSecret) SetName(v string)
SetName sets Name field to given value.
func (o *RotateSecret) GetRotateAllServices() string
GetRotateAllServices returns the RotateAllServices field if non-nil, zero value otherwise.
func (o *RotateSecret) GetRotateAllServicesOk() (*string, bool)
GetRotateAllServicesOk returns a tuple with the RotateAllServices field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotateSecret) SetRotateAllServices(v string)
SetRotateAllServices sets RotateAllServices field to given value.
func (o *RotateSecret) HasRotateAllServices() bool
HasRotateAllServices returns a boolean if a field has been set.
func (o *RotateSecret) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *RotateSecret) 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 *RotateSecret) SetToken(v string)
SetToken sets Token field to given value.
func (o *RotateSecret) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *RotateSecret) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *RotateSecret) 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 *RotateSecret) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *RotateSecret) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.