| Name | Type | Description | Notes |
|---|---|---|---|
| DefaultCertIssuerId | Pointer to int64 | [optional] | |
| DefaultCertIssuerName | Pointer to string | [optional] | |
| SecureWebAccessUrl | Pointer to string | [optional] | |
| SecureWebProxyUrl | Pointer to string | [optional] |
func NewDesktopAppConf() *DesktopAppConf
NewDesktopAppConf instantiates a new DesktopAppConf 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 NewDesktopAppConfWithDefaults() *DesktopAppConf
NewDesktopAppConfWithDefaults instantiates a new DesktopAppConf 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 *DesktopAppConf) GetDefaultCertIssuerId() int64
GetDefaultCertIssuerId returns the DefaultCertIssuerId field if non-nil, zero value otherwise.
func (o *DesktopAppConf) 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.
func (o *DesktopAppConf) SetDefaultCertIssuerId(v int64)
SetDefaultCertIssuerId sets DefaultCertIssuerId field to given value.
func (o *DesktopAppConf) HasDefaultCertIssuerId() bool
HasDefaultCertIssuerId returns a boolean if a field has been set.
func (o *DesktopAppConf) GetDefaultCertIssuerName() string
GetDefaultCertIssuerName returns the DefaultCertIssuerName field if non-nil, zero value otherwise.
func (o *DesktopAppConf) GetDefaultCertIssuerNameOk() (*string, bool)
GetDefaultCertIssuerNameOk returns a tuple with the DefaultCertIssuerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DesktopAppConf) SetDefaultCertIssuerName(v string)
SetDefaultCertIssuerName sets DefaultCertIssuerName field to given value.
func (o *DesktopAppConf) HasDefaultCertIssuerName() bool
HasDefaultCertIssuerName returns a boolean if a field has been set.
func (o *DesktopAppConf) GetSecureWebAccessUrl() string
GetSecureWebAccessUrl returns the SecureWebAccessUrl field if non-nil, zero value otherwise.
func (o *DesktopAppConf) 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.
func (o *DesktopAppConf) SetSecureWebAccessUrl(v string)
SetSecureWebAccessUrl sets SecureWebAccessUrl field to given value.
func (o *DesktopAppConf) HasSecureWebAccessUrl() bool
HasSecureWebAccessUrl returns a boolean if a field has been set.
func (o *DesktopAppConf) GetSecureWebProxyUrl() string
GetSecureWebProxyUrl returns the SecureWebProxyUrl field if non-nil, zero value otherwise.
func (o *DesktopAppConf) 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.
func (o *DesktopAppConf) SetSecureWebProxyUrl(v string)
SetSecureWebProxyUrl sets SecureWebProxyUrl field to given value.
func (o *DesktopAppConf) HasSecureWebProxyUrl() bool
HasSecureWebProxyUrl returns a boolean if a field has been set.