Name | Type | Description | Notes |
---|---|---|---|
Accessibility | Pointer to string | for personal password manager | [optional] [default to "regular"] |
BastionDetails | Pointer to bool | Indicate if the item should return with ztb cluster details (url, etc) | [optional] [default to false] |
DerCertificateFormat | Pointer to bool | The certificate will be displayed in DER format | [optional] [default to false] |
DisplayId | Pointer to string | The display id of the item | [optional] |
GatewayDetails | Pointer to bool | Indicate if the item should return with clusters details (url, etc) | [optional] [default to false] |
ItemId | Pointer to int64 | Item id of the item | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | Item name | |
ServicesDetails | Pointer to bool | Include all associated services details | [optional] [default to false] |
ShowVersions | Pointer to bool | Include all item versions in reply | [optional] [default to false] |
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 NewDescribeItem(name string, ) *DescribeItem
NewDescribeItem instantiates a new DescribeItem 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 NewDescribeItemWithDefaults() *DescribeItem
NewDescribeItemWithDefaults instantiates a new DescribeItem 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 *DescribeItem) GetAccessibility() string
GetAccessibility returns the Accessibility field if non-nil, zero value otherwise.
func (o *DescribeItem) 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 *DescribeItem) SetAccessibility(v string)
SetAccessibility sets Accessibility field to given value.
func (o *DescribeItem) HasAccessibility() bool
HasAccessibility returns a boolean if a field has been set.
func (o *DescribeItem) GetBastionDetails() bool
GetBastionDetails returns the BastionDetails field if non-nil, zero value otherwise.
func (o *DescribeItem) GetBastionDetailsOk() (*bool, bool)
GetBastionDetailsOk returns a tuple with the BastionDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeItem) SetBastionDetails(v bool)
SetBastionDetails sets BastionDetails field to given value.
func (o *DescribeItem) HasBastionDetails() bool
HasBastionDetails returns a boolean if a field has been set.
func (o *DescribeItem) GetDerCertificateFormat() bool
GetDerCertificateFormat returns the DerCertificateFormat field if non-nil, zero value otherwise.
func (o *DescribeItem) GetDerCertificateFormatOk() (*bool, bool)
GetDerCertificateFormatOk returns a tuple with the DerCertificateFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeItem) SetDerCertificateFormat(v bool)
SetDerCertificateFormat sets DerCertificateFormat field to given value.
func (o *DescribeItem) HasDerCertificateFormat() bool
HasDerCertificateFormat returns a boolean if a field has been set.
func (o *DescribeItem) GetDisplayId() string
GetDisplayId returns the DisplayId field if non-nil, zero value otherwise.
func (o *DescribeItem) 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 *DescribeItem) SetDisplayId(v string)
SetDisplayId sets DisplayId field to given value.
func (o *DescribeItem) HasDisplayId() bool
HasDisplayId returns a boolean if a field has been set.
func (o *DescribeItem) GetGatewayDetails() bool
GetGatewayDetails returns the GatewayDetails field if non-nil, zero value otherwise.
func (o *DescribeItem) GetGatewayDetailsOk() (*bool, bool)
GetGatewayDetailsOk returns a tuple with the GatewayDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeItem) SetGatewayDetails(v bool)
SetGatewayDetails sets GatewayDetails field to given value.
func (o *DescribeItem) HasGatewayDetails() bool
HasGatewayDetails returns a boolean if a field has been set.
func (o *DescribeItem) GetItemId() int64
GetItemId returns the ItemId field if non-nil, zero value otherwise.
func (o *DescribeItem) 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 *DescribeItem) SetItemId(v int64)
SetItemId sets ItemId field to given value.
func (o *DescribeItem) HasItemId() bool
HasItemId returns a boolean if a field has been set.
func (o *DescribeItem) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *DescribeItem) 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 *DescribeItem) SetJson(v bool)
SetJson sets Json field to given value.
func (o *DescribeItem) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *DescribeItem) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DescribeItem) 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 *DescribeItem) SetName(v string)
SetName sets Name field to given value.
func (o *DescribeItem) GetServicesDetails() bool
GetServicesDetails returns the ServicesDetails field if non-nil, zero value otherwise.
func (o *DescribeItem) GetServicesDetailsOk() (*bool, bool)
GetServicesDetailsOk returns a tuple with the ServicesDetails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeItem) SetServicesDetails(v bool)
SetServicesDetails sets ServicesDetails field to given value.
func (o *DescribeItem) HasServicesDetails() bool
HasServicesDetails returns a boolean if a field has been set.
func (o *DescribeItem) GetShowVersions() bool
GetShowVersions returns the ShowVersions field if non-nil, zero value otherwise.
func (o *DescribeItem) GetShowVersionsOk() (*bool, bool)
GetShowVersionsOk returns a tuple with the ShowVersions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeItem) SetShowVersions(v bool)
SetShowVersions sets ShowVersions field to given value.
func (o *DescribeItem) HasShowVersions() bool
HasShowVersions returns a boolean if a field has been set.
func (o *DescribeItem) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *DescribeItem) 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 *DescribeItem) SetToken(v string)
SetToken sets Token field to given value.
func (o *DescribeItem) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *DescribeItem) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *DescribeItem) 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 *DescribeItem) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *DescribeItem) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.