Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.38 KB

File metadata and controls

108 lines (59 loc) · 3.38 KB

SraDesktopAppConf

Properties

Name Type Description Notes
DefaultCertIssuerId Pointer to int64 [optional]
SecureWebAccessUrl Pointer to string [optional]
SecureWebProxyUrl Pointer to string [optional]

Methods

NewSraDesktopAppConf

func NewSraDesktopAppConf() *SraDesktopAppConf

NewSraDesktopAppConf instantiates a new SraDesktopAppConf 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

NewSraDesktopAppConfWithDefaults

func NewSraDesktopAppConfWithDefaults() *SraDesktopAppConf

NewSraDesktopAppConfWithDefaults instantiates a new SraDesktopAppConf 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

GetDefaultCertIssuerId

func (o *SraDesktopAppConf) GetDefaultCertIssuerId() int64

GetDefaultCertIssuerId returns the DefaultCertIssuerId field if non-nil, zero value otherwise.

GetDefaultCertIssuerIdOk

func (o *SraDesktopAppConf) GetDefaultCertIssuerIdOk() (*int64, bool)

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

SetDefaultCertIssuerId

func (o *SraDesktopAppConf) SetDefaultCertIssuerId(v int64)

SetDefaultCertIssuerId sets DefaultCertIssuerId field to given value.

HasDefaultCertIssuerId

func (o *SraDesktopAppConf) HasDefaultCertIssuerId() bool

HasDefaultCertIssuerId returns a boolean if a field has been set.

GetSecureWebAccessUrl

func (o *SraDesktopAppConf) GetSecureWebAccessUrl() string

GetSecureWebAccessUrl returns the SecureWebAccessUrl field if non-nil, zero value otherwise.

GetSecureWebAccessUrlOk

func (o *SraDesktopAppConf) GetSecureWebAccessUrlOk() (*string, bool)

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

SetSecureWebAccessUrl

func (o *SraDesktopAppConf) SetSecureWebAccessUrl(v string)

SetSecureWebAccessUrl sets SecureWebAccessUrl field to given value.

HasSecureWebAccessUrl

func (o *SraDesktopAppConf) HasSecureWebAccessUrl() bool

HasSecureWebAccessUrl returns a boolean if a field has been set.

GetSecureWebProxyUrl

func (o *SraDesktopAppConf) GetSecureWebProxyUrl() string

GetSecureWebProxyUrl returns the SecureWebProxyUrl field if non-nil, zero value otherwise.

GetSecureWebProxyUrlOk

func (o *SraDesktopAppConf) GetSecureWebProxyUrlOk() (*string, bool)

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

SetSecureWebProxyUrl

func (o *SraDesktopAppConf) SetSecureWebProxyUrl(v string)

SetSecureWebProxyUrl sets SecureWebProxyUrl field to given value.

HasSecureWebProxyUrl

func (o *SraDesktopAppConf) HasSecureWebProxyUrl() bool

HasSecureWebProxyUrl returns a boolean if a field has been set.

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