Name | Type | Description | Notes |
---|---|---|---|
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | Key name | |
NewCertPemData | Pointer to string | The new pem encoded certificate for the classic key. relevant only for keys provided by user ('bring-your-own-key') | [optional] |
NewKeyData | Pointer to string | The new base64 encoded value for the classic key. relevant only for keys provided by user ('bring-your-own-key') | [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] |
func NewRotateKey(name string, ) *RotateKey
NewRotateKey instantiates a new RotateKey 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 NewRotateKeyWithDefaults() *RotateKey
NewRotateKeyWithDefaults instantiates a new RotateKey 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 *RotateKey) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *RotateKey) 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 *RotateKey) SetJson(v bool)
SetJson sets Json field to given value.
func (o *RotateKey) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *RotateKey) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *RotateKey) 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 *RotateKey) SetName(v string)
SetName sets Name field to given value.
func (o *RotateKey) GetNewCertPemData() string
GetNewCertPemData returns the NewCertPemData field if non-nil, zero value otherwise.
func (o *RotateKey) GetNewCertPemDataOk() (*string, bool)
GetNewCertPemDataOk returns a tuple with the NewCertPemData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotateKey) SetNewCertPemData(v string)
SetNewCertPemData sets NewCertPemData field to given value.
func (o *RotateKey) HasNewCertPemData() bool
HasNewCertPemData returns a boolean if a field has been set.
func (o *RotateKey) GetNewKeyData() string
GetNewKeyData returns the NewKeyData field if non-nil, zero value otherwise.
func (o *RotateKey) GetNewKeyDataOk() (*string, bool)
GetNewKeyDataOk returns a tuple with the NewKeyData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *RotateKey) SetNewKeyData(v string)
SetNewKeyData sets NewKeyData field to given value.
func (o *RotateKey) HasNewKeyData() bool
HasNewKeyData returns a boolean if a field has been set.
func (o *RotateKey) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *RotateKey) 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 *RotateKey) SetToken(v string)
SetToken sets Token field to given value.
func (o *RotateKey) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *RotateKey) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *RotateKey) 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 *RotateKey) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *RotateKey) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.