Skip to content

Latest commit

 

History

History
337 lines (182 loc) · 9.37 KB

DescribeItem.md

File metadata and controls

337 lines (182 loc) · 9.37 KB

DescribeItem

Properties

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]

Methods

NewDescribeItem

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

NewDescribeItemWithDefaults

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

GetAccessibility

func (o *DescribeItem) GetAccessibility() string

GetAccessibility returns the Accessibility field if non-nil, zero value otherwise.

GetAccessibilityOk

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.

SetAccessibility

func (o *DescribeItem) SetAccessibility(v string)

SetAccessibility sets Accessibility field to given value.

HasAccessibility

func (o *DescribeItem) HasAccessibility() bool

HasAccessibility returns a boolean if a field has been set.

GetBastionDetails

func (o *DescribeItem) GetBastionDetails() bool

GetBastionDetails returns the BastionDetails field if non-nil, zero value otherwise.

GetBastionDetailsOk

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.

SetBastionDetails

func (o *DescribeItem) SetBastionDetails(v bool)

SetBastionDetails sets BastionDetails field to given value.

HasBastionDetails

func (o *DescribeItem) HasBastionDetails() bool

HasBastionDetails returns a boolean if a field has been set.

GetDerCertificateFormat

func (o *DescribeItem) GetDerCertificateFormat() bool

GetDerCertificateFormat returns the DerCertificateFormat field if non-nil, zero value otherwise.

GetDerCertificateFormatOk

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.

SetDerCertificateFormat

func (o *DescribeItem) SetDerCertificateFormat(v bool)

SetDerCertificateFormat sets DerCertificateFormat field to given value.

HasDerCertificateFormat

func (o *DescribeItem) HasDerCertificateFormat() bool

HasDerCertificateFormat returns a boolean if a field has been set.

GetDisplayId

func (o *DescribeItem) GetDisplayId() string

GetDisplayId returns the DisplayId field if non-nil, zero value otherwise.

GetDisplayIdOk

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.

SetDisplayId

func (o *DescribeItem) SetDisplayId(v string)

SetDisplayId sets DisplayId field to given value.

HasDisplayId

func (o *DescribeItem) HasDisplayId() bool

HasDisplayId returns a boolean if a field has been set.

GetGatewayDetails

func (o *DescribeItem) GetGatewayDetails() bool

GetGatewayDetails returns the GatewayDetails field if non-nil, zero value otherwise.

GetGatewayDetailsOk

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.

SetGatewayDetails

func (o *DescribeItem) SetGatewayDetails(v bool)

SetGatewayDetails sets GatewayDetails field to given value.

HasGatewayDetails

func (o *DescribeItem) HasGatewayDetails() bool

HasGatewayDetails returns a boolean if a field has been set.

GetItemId

func (o *DescribeItem) GetItemId() int64

GetItemId returns the ItemId field if non-nil, zero value otherwise.

GetItemIdOk

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.

SetItemId

func (o *DescribeItem) SetItemId(v int64)

SetItemId sets ItemId field to given value.

HasItemId

func (o *DescribeItem) HasItemId() bool

HasItemId returns a boolean if a field has been set.

GetJson

func (o *DescribeItem) GetJson() bool

GetJson returns the Json field if non-nil, zero value otherwise.

GetJsonOk

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.

SetJson

func (o *DescribeItem) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *DescribeItem) HasJson() bool

HasJson returns a boolean if a field has been set.

GetName

func (o *DescribeItem) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *DescribeItem) SetName(v string)

SetName sets Name field to given value.

GetServicesDetails

func (o *DescribeItem) GetServicesDetails() bool

GetServicesDetails returns the ServicesDetails field if non-nil, zero value otherwise.

GetServicesDetailsOk

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.

SetServicesDetails

func (o *DescribeItem) SetServicesDetails(v bool)

SetServicesDetails sets ServicesDetails field to given value.

HasServicesDetails

func (o *DescribeItem) HasServicesDetails() bool

HasServicesDetails returns a boolean if a field has been set.

GetShowVersions

func (o *DescribeItem) GetShowVersions() bool

GetShowVersions returns the ShowVersions field if non-nil, zero value otherwise.

GetShowVersionsOk

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.

SetShowVersions

func (o *DescribeItem) SetShowVersions(v bool)

SetShowVersions sets ShowVersions field to given value.

HasShowVersions

func (o *DescribeItem) HasShowVersions() bool

HasShowVersions returns a boolean if a field has been set.

GetToken

func (o *DescribeItem) GetToken() string

GetToken returns the Token field if non-nil, zero value otherwise.

GetTokenOk

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.

SetToken

func (o *DescribeItem) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *DescribeItem) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *DescribeItem) GetUidToken() string

GetUidToken returns the UidToken field if non-nil, zero value otherwise.

GetUidTokenOk

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.

SetUidToken

func (o *DescribeItem) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *DescribeItem) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]