Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 6.35 KB

File metadata and controls

186 lines (101 loc) · 6.35 KB

GatewayUpdateRemoteAccessDesktopApp

Properties

Name Type Description Notes
DesktopAppSecureWebAccessUrl Pointer to string [optional]
DesktopAppSecureWebProxy Pointer to string [optional]
DesktopAppSshCertIssuer Pointer to string [optional]
Json Pointer to bool Set output format to JSON [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

NewGatewayUpdateRemoteAccessDesktopApp

func NewGatewayUpdateRemoteAccessDesktopApp() *GatewayUpdateRemoteAccessDesktopApp

NewGatewayUpdateRemoteAccessDesktopApp instantiates a new GatewayUpdateRemoteAccessDesktopApp 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

NewGatewayUpdateRemoteAccessDesktopAppWithDefaults

func NewGatewayUpdateRemoteAccessDesktopAppWithDefaults() *GatewayUpdateRemoteAccessDesktopApp

NewGatewayUpdateRemoteAccessDesktopAppWithDefaults instantiates a new GatewayUpdateRemoteAccessDesktopApp 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

GetDesktopAppSecureWebAccessUrl

func (o *GatewayUpdateRemoteAccessDesktopApp) GetDesktopAppSecureWebAccessUrl() string

GetDesktopAppSecureWebAccessUrl returns the DesktopAppSecureWebAccessUrl field if non-nil, zero value otherwise.

GetDesktopAppSecureWebAccessUrlOk

func (o *GatewayUpdateRemoteAccessDesktopApp) GetDesktopAppSecureWebAccessUrlOk() (*string, bool)

GetDesktopAppSecureWebAccessUrlOk returns a tuple with the DesktopAppSecureWebAccessUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDesktopAppSecureWebAccessUrl

func (o *GatewayUpdateRemoteAccessDesktopApp) SetDesktopAppSecureWebAccessUrl(v string)

SetDesktopAppSecureWebAccessUrl sets DesktopAppSecureWebAccessUrl field to given value.

HasDesktopAppSecureWebAccessUrl

func (o *GatewayUpdateRemoteAccessDesktopApp) HasDesktopAppSecureWebAccessUrl() bool

HasDesktopAppSecureWebAccessUrl returns a boolean if a field has been set.

GetDesktopAppSecureWebProxy

func (o *GatewayUpdateRemoteAccessDesktopApp) GetDesktopAppSecureWebProxy() string

GetDesktopAppSecureWebProxy returns the DesktopAppSecureWebProxy field if non-nil, zero value otherwise.

GetDesktopAppSecureWebProxyOk

func (o *GatewayUpdateRemoteAccessDesktopApp) GetDesktopAppSecureWebProxyOk() (*string, bool)

GetDesktopAppSecureWebProxyOk returns a tuple with the DesktopAppSecureWebProxy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDesktopAppSecureWebProxy

func (o *GatewayUpdateRemoteAccessDesktopApp) SetDesktopAppSecureWebProxy(v string)

SetDesktopAppSecureWebProxy sets DesktopAppSecureWebProxy field to given value.

HasDesktopAppSecureWebProxy

func (o *GatewayUpdateRemoteAccessDesktopApp) HasDesktopAppSecureWebProxy() bool

HasDesktopAppSecureWebProxy returns a boolean if a field has been set.

GetDesktopAppSshCertIssuer

func (o *GatewayUpdateRemoteAccessDesktopApp) GetDesktopAppSshCertIssuer() string

GetDesktopAppSshCertIssuer returns the DesktopAppSshCertIssuer field if non-nil, zero value otherwise.

GetDesktopAppSshCertIssuerOk

func (o *GatewayUpdateRemoteAccessDesktopApp) GetDesktopAppSshCertIssuerOk() (*string, bool)

GetDesktopAppSshCertIssuerOk returns a tuple with the DesktopAppSshCertIssuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDesktopAppSshCertIssuer

func (o *GatewayUpdateRemoteAccessDesktopApp) SetDesktopAppSshCertIssuer(v string)

SetDesktopAppSshCertIssuer sets DesktopAppSshCertIssuer field to given value.

HasDesktopAppSshCertIssuer

func (o *GatewayUpdateRemoteAccessDesktopApp) HasDesktopAppSshCertIssuer() bool

HasDesktopAppSshCertIssuer returns a boolean if a field has been set.

GetJson

func (o *GatewayUpdateRemoteAccessDesktopApp) GetJson() bool

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

GetJsonOk

func (o *GatewayUpdateRemoteAccessDesktopApp) 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 *GatewayUpdateRemoteAccessDesktopApp) SetJson(v bool)

SetJson sets Json field to given value.

HasJson

func (o *GatewayUpdateRemoteAccessDesktopApp) HasJson() bool

HasJson returns a boolean if a field has been set.

GetToken

func (o *GatewayUpdateRemoteAccessDesktopApp) GetToken() string

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

GetTokenOk

func (o *GatewayUpdateRemoteAccessDesktopApp) 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 *GatewayUpdateRemoteAccessDesktopApp) SetToken(v string)

SetToken sets Token field to given value.

HasToken

func (o *GatewayUpdateRemoteAccessDesktopApp) HasToken() bool

HasToken returns a boolean if a field has been set.

GetUidToken

func (o *GatewayUpdateRemoteAccessDesktopApp) GetUidToken() string

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

GetUidTokenOk

func (o *GatewayUpdateRemoteAccessDesktopApp) 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 *GatewayUpdateRemoteAccessDesktopApp) SetUidToken(v string)

SetUidToken sets UidToken field to given value.

HasUidToken

func (o *GatewayUpdateRemoteAccessDesktopApp) HasUidToken() bool

HasUidToken returns a boolean if a field has been set.

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