Name | Type | Description | Notes |
---|---|---|---|
Accessibility | Pointer to string | for personal password manager | [optional] [default to "regular"] |
ExportPublicKey | Pointer to bool | Use this option to output only public key | [optional] [default to false] |
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 | Pointer to int32 | Classic key version | [optional] |
func NewExportClassicKey(name string, ) *ExportClassicKey
NewExportClassicKey instantiates a new ExportClassicKey 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 NewExportClassicKeyWithDefaults() *ExportClassicKey
NewExportClassicKeyWithDefaults instantiates a new ExportClassicKey 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 *ExportClassicKey) GetAccessibility() string
GetAccessibility returns the Accessibility field if non-nil, zero value otherwise.
func (o *ExportClassicKey) GetAccessibilityOk() (*string, bool)
GetAccessibilityOk returns a tuple with the Accessibility field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportClassicKey) SetAccessibility(v string)
SetAccessibility sets Accessibility field to given value.
func (o *ExportClassicKey) HasAccessibility() bool
HasAccessibility returns a boolean if a field has been set.
func (o *ExportClassicKey) GetExportPublicKey() bool
GetExportPublicKey returns the ExportPublicKey field if non-nil, zero value otherwise.
func (o *ExportClassicKey) GetExportPublicKeyOk() (*bool, bool)
GetExportPublicKeyOk returns a tuple with the ExportPublicKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ExportClassicKey) SetExportPublicKey(v bool)
SetExportPublicKey sets ExportPublicKey field to given value.
func (o *ExportClassicKey) HasExportPublicKey() bool
HasExportPublicKey returns a boolean if a field has been set.
func (o *ExportClassicKey) GetIgnoreCache() string
GetIgnoreCache returns the IgnoreCache field if non-nil, zero value otherwise.
func (o *ExportClassicKey) 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 *ExportClassicKey) SetIgnoreCache(v string)
SetIgnoreCache sets IgnoreCache field to given value.
func (o *ExportClassicKey) HasIgnoreCache() bool
HasIgnoreCache returns a boolean if a field has been set.
func (o *ExportClassicKey) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *ExportClassicKey) 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 *ExportClassicKey) SetJson(v bool)
SetJson sets Json field to given value.
func (o *ExportClassicKey) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *ExportClassicKey) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ExportClassicKey) 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 *ExportClassicKey) SetName(v string)
SetName sets Name field to given value.
func (o *ExportClassicKey) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *ExportClassicKey) 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 *ExportClassicKey) SetToken(v string)
SetToken sets Token field to given value.
func (o *ExportClassicKey) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *ExportClassicKey) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *ExportClassicKey) 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 *ExportClassicKey) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *ExportClassicKey) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *ExportClassicKey) GetVersion() int32
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ExportClassicKey) 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 *ExportClassicKey) SetVersion(v int32)
SetVersion sets Version field to given value.
func (o *ExportClassicKey) HasVersion() bool
HasVersion returns a boolean if a field has been set.