Name | Type | Description | Notes |
---|---|---|---|
Data | string | Data | |
DisplayId | Pointer to string | The display id of the key to use in the verification process | [optional] |
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"] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | The name of the key to use in the verification process | |
Signature | string | The data's signature in a Base64 format. | |
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 NewVerifyDataWithClassicKey(data string, name string, signature string, version int32, ) *VerifyDataWithClassicKey
NewVerifyDataWithClassicKey instantiates a new VerifyDataWithClassicKey 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 NewVerifyDataWithClassicKeyWithDefaults() *VerifyDataWithClassicKey
NewVerifyDataWithClassicKeyWithDefaults instantiates a new VerifyDataWithClassicKey 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 *VerifyDataWithClassicKey) GetData() string
GetData returns the Data field if non-nil, zero value otherwise.
func (o *VerifyDataWithClassicKey) 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 *VerifyDataWithClassicKey) SetData(v string)
SetData sets Data field to given value.
func (o *VerifyDataWithClassicKey) GetDisplayId() string
GetDisplayId returns the DisplayId field if non-nil, zero value otherwise.
func (o *VerifyDataWithClassicKey) 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 *VerifyDataWithClassicKey) SetDisplayId(v string)
SetDisplayId sets DisplayId field to given value.
func (o *VerifyDataWithClassicKey) HasDisplayId() bool
HasDisplayId returns a boolean if a field has been set.
func (o *VerifyDataWithClassicKey) GetHashed() bool
GetHashed returns the Hashed field if non-nil, zero value otherwise.
func (o *VerifyDataWithClassicKey) 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 *VerifyDataWithClassicKey) SetHashed(v bool)
SetHashed sets Hashed field to given value.
func (o *VerifyDataWithClassicKey) HasHashed() bool
HasHashed returns a boolean if a field has been set.
func (o *VerifyDataWithClassicKey) GetHashingMethod() string
GetHashingMethod returns the HashingMethod field if non-nil, zero value otherwise.
func (o *VerifyDataWithClassicKey) 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 *VerifyDataWithClassicKey) SetHashingMethod(v string)
SetHashingMethod sets HashingMethod field to given value.
func (o *VerifyDataWithClassicKey) HasHashingMethod() bool
HasHashingMethod returns a boolean if a field has been set.
func (o *VerifyDataWithClassicKey) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *VerifyDataWithClassicKey) 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 *VerifyDataWithClassicKey) SetJson(v bool)
SetJson sets Json field to given value.
func (o *VerifyDataWithClassicKey) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *VerifyDataWithClassicKey) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *VerifyDataWithClassicKey) 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 *VerifyDataWithClassicKey) SetName(v string)
SetName sets Name field to given value.
func (o *VerifyDataWithClassicKey) GetSignature() string
GetSignature returns the Signature field if non-nil, zero value otherwise.
func (o *VerifyDataWithClassicKey) GetSignatureOk() (*string, bool)
GetSignatureOk returns a tuple with the Signature field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *VerifyDataWithClassicKey) SetSignature(v string)
SetSignature sets Signature field to given value.
func (o *VerifyDataWithClassicKey) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *VerifyDataWithClassicKey) 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 *VerifyDataWithClassicKey) SetToken(v string)
SetToken sets Token field to given value.
func (o *VerifyDataWithClassicKey) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *VerifyDataWithClassicKey) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *VerifyDataWithClassicKey) 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 *VerifyDataWithClassicKey) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *VerifyDataWithClassicKey) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *VerifyDataWithClassicKey) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *VerifyDataWithClassicKey) 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 *VerifyDataWithClassicKey) SetVersion(v int32)
SetVersion sets Version field to given value.