Name | Type | Description | Notes |
---|---|---|---|
DisplayId | Pointer to string | The display id of the key to use in the encryption process | [optional] |
ItemId | Pointer to int64 | The item id of the key to use in the encryption process | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
KeyName | string | The name of the key to use in the encryption process | |
Message | string | The message to be signed in base64 format | |
Passphrase | Pointer to string | Passphrase that was used to generate the 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 NewSignGPG(keyName string, message string, ) *SignGPG
NewSignGPG instantiates a new SignGPG 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 NewSignGPGWithDefaults() *SignGPG
NewSignGPGWithDefaults instantiates a new SignGPG 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 *SignGPG) GetDisplayId() string
GetDisplayId returns the DisplayId field if non-nil, zero value otherwise.
func (o *SignGPG) 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 *SignGPG) SetDisplayId(v string)
SetDisplayId sets DisplayId field to given value.
func (o *SignGPG) HasDisplayId() bool
HasDisplayId returns a boolean if a field has been set.
func (o *SignGPG) GetItemId() int64
GetItemId returns the ItemId field if non-nil, zero value otherwise.
func (o *SignGPG) GetItemIdOk() (*int64, bool)
GetItemIdOk returns a tuple with the ItemId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignGPG) SetItemId(v int64)
SetItemId sets ItemId field to given value.
func (o *SignGPG) HasItemId() bool
HasItemId returns a boolean if a field has been set.
func (o *SignGPG) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *SignGPG) 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 *SignGPG) SetJson(v bool)
SetJson sets Json field to given value.
func (o *SignGPG) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *SignGPG) GetKeyName() string
GetKeyName returns the KeyName field if non-nil, zero value otherwise.
func (o *SignGPG) GetKeyNameOk() (*string, bool)
GetKeyNameOk returns a tuple with the KeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignGPG) SetKeyName(v string)
SetKeyName sets KeyName field to given value.
func (o *SignGPG) GetMessage() string
GetMessage returns the Message field if non-nil, zero value otherwise.
func (o *SignGPG) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignGPG) SetMessage(v string)
SetMessage sets Message field to given value.
func (o *SignGPG) GetPassphrase() string
GetPassphrase returns the Passphrase field if non-nil, zero value otherwise.
func (o *SignGPG) GetPassphraseOk() (*string, bool)
GetPassphraseOk returns a tuple with the Passphrase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SignGPG) SetPassphrase(v string)
SetPassphrase sets Passphrase field to given value.
func (o *SignGPG) HasPassphrase() bool
HasPassphrase returns a boolean if a field has been set.
func (o *SignGPG) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *SignGPG) 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 *SignGPG) SetToken(v string)
SetToken sets Token field to given value.
func (o *SignGPG) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *SignGPG) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *SignGPG) 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 *SignGPG) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *SignGPG) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.