Name | Type | Description | Notes |
---|---|---|---|
Data | string | Data | |
DisplayId | string | The name of the key to use in the sign data process | |
Hashed | Pointer to bool | Defines whether the data should be hashed as part of the signing. If true, the data will not be hashed | [optional] [default to false] |
HashingMethod | Pointer to string | HashingMethod | [optional] [default to "SHA256"] |
IgnoreCache | Pointer to string | Retrieve the Secret value without checking the Gateway's cache [true/false]. This flag is only relevant when using the RestAPI | [optional] [default to "false"] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | ClassicKey name | |
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] |
Version | int32 | classic key version |
func NewSignDataWithClassicKey(data string, displayId string, name string, version int32, ) *SignDataWithClassicKey
NewSignDataWithClassicKey instantiates a new SignDataWithClassicKey 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 NewSignDataWithClassicKeyWithDefaults() *SignDataWithClassicKey
NewSignDataWithClassicKeyWithDefaults instantiates a new SignDataWithClassicKey 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 *SignDataWithClassicKey) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *SignDataWithClassicKey) GetDataOk() (*string, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignDataWithClassicKey) SetData(v string)
SetData sets Data field to given value.
func (o *SignDataWithClassicKey) GetDisplayId() string
GetDisplayId returns the DisplayId field if non-nil, zero value otherwise.
func (o *SignDataWithClassicKey) GetDisplayIdOk() (*string, bool)
GetDisplayIdOk returns a tuple with the DisplayId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignDataWithClassicKey) SetDisplayId(v string)
SetDisplayId sets DisplayId field to given value.
func (o *SignDataWithClassicKey) GetHashed() bool
GetHashed returns the Hashed field if non-nil, zero value otherwise.
func (o *SignDataWithClassicKey) GetHashedOk() (*bool, bool)
GetHashedOk returns a tuple with the Hashed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignDataWithClassicKey) SetHashed(v bool)
SetHashed sets Hashed field to given value.
func (o *SignDataWithClassicKey) HasHashed() bool
HasHashed returns a boolean if a field has been set.
func (o *SignDataWithClassicKey) GetHashingMethod() string
GetHashingMethod returns the HashingMethod field if non-nil, zero value otherwise.
func (o *SignDataWithClassicKey) GetHashingMethodOk() (*string, bool)
GetHashingMethodOk returns a tuple with the HashingMethod field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignDataWithClassicKey) SetHashingMethod(v string)
SetHashingMethod sets HashingMethod field to given value.
func (o *SignDataWithClassicKey) HasHashingMethod() bool
HasHashingMethod returns a boolean if a field has been set.
func (o *SignDataWithClassicKey) GetIgnoreCache() string
GetIgnoreCache returns the IgnoreCache field if non-nil, zero value otherwise.
func (o *SignDataWithClassicKey) GetIgnoreCacheOk() (*string, bool)
GetIgnoreCacheOk returns a tuple with the IgnoreCache field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignDataWithClassicKey) SetIgnoreCache(v string)
SetIgnoreCache sets IgnoreCache field to given value.
func (o *SignDataWithClassicKey) HasIgnoreCache() bool
HasIgnoreCache returns a boolean if a field has been set.
func (o *SignDataWithClassicKey) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *SignDataWithClassicKey) 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 *SignDataWithClassicKey) SetJson(v bool)
SetJson sets Json field to given value.
func (o *SignDataWithClassicKey) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *SignDataWithClassicKey) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SignDataWithClassicKey) 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 *SignDataWithClassicKey) SetName(v string)
SetName sets Name field to given value.
func (o *SignDataWithClassicKey) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *SignDataWithClassicKey) 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 *SignDataWithClassicKey) SetToken(v string)
SetToken sets Token field to given value.
func (o *SignDataWithClassicKey) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *SignDataWithClassicKey) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *SignDataWithClassicKey) 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 *SignDataWithClassicKey) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *SignDataWithClassicKey) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *SignDataWithClassicKey) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *SignDataWithClassicKey) GetVersionOk() (*int32, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignDataWithClassicKey) SetVersion(v int32)
SetVersion sets Version field to given value.