Documentation
¶
Index ¶
- Variables
- func CacheExpires(r *http.Response) time.Time
- func IsNil(i interface{}) bool
- func PtrBool(v bool) *bool
- func PtrFloat32(v float32) *float32
- func PtrFloat64(v float64) *float64
- func PtrInt(v int) *int
- func PtrInt32(v int32) *int32
- func PtrInt64(v int64) *int64
- func PtrString(v string) *string
- func PtrTime(v time.Time) *time.Time
- type APIClient
- type APIKey
- type APIResponse
- type Application
- func (o *Application) GetActive() bool
- func (o *Application) GetActiveOk() (*bool, bool)
- func (o *Application) GetBeta() bool
- func (o *Application) GetBetaOk() (*bool, bool)
- func (o *Application) GetColor() string
- func (o *Application) GetColorOk() (*string, bool)
- func (o *Application) GetConfig() ApplicationConfig
- func (o *Application) GetConfigOk() (*ApplicationConfig, bool)
- func (o *Application) GetCreated() string
- func (o *Application) GetCreatedOk() (*string, bool)
- func (o *Application) GetDatabaseAttributes() []map[string]interface{}
- func (o *Application) GetDatabaseAttributesOk() ([]map[string]interface{}, bool)
- func (o *Application) GetDescription() string
- func (o *Application) GetDescriptionOk() (*string, bool)
- func (o *Application) GetDisplayLabel() string
- func (o *Application) GetDisplayLabelOk() (*string, bool)
- func (o *Application) GetDisplayName() string
- func (o *Application) GetDisplayNameOk() (*string, bool)
- func (o *Application) GetId() string
- func (o *Application) GetIdOk() (*string, bool)
- func (o *Application) GetLearnMore() string
- func (o *Application) GetLearnMoreOk() (*string, bool)
- func (o *Application) GetLogo() ApplicationLogo
- func (o *Application) GetLogoOk() (*ApplicationLogo, bool)
- func (o *Application) GetName() string
- func (o *Application) GetNameOk() (*string, bool)
- func (o *Application) GetOrganization() string
- func (o *Application) GetOrganizationOk() (*string, bool)
- func (o *Application) GetSso() Sso
- func (o *Application) GetSsoOk() (*Sso, bool)
- func (o *Application) GetSsoUrl() string
- func (o *Application) GetSsoUrlOk() (*string, bool)
- func (o *Application) HasActive() bool
- func (o *Application) HasBeta() bool
- func (o *Application) HasColor() bool
- func (o *Application) HasCreated() bool
- func (o *Application) HasDatabaseAttributes() bool
- func (o *Application) HasDescription() bool
- func (o *Application) HasDisplayLabel() bool
- func (o *Application) HasDisplayName() bool
- func (o *Application) HasId() bool
- func (o *Application) HasLearnMore() bool
- func (o *Application) HasLogo() bool
- func (o *Application) HasOrganization() bool
- func (o *Application) HasSso() bool
- func (o Application) MarshalJSON() ([]byte, error)
- func (o *Application) SetActive(v bool)
- func (o *Application) SetBeta(v bool)
- func (o *Application) SetColor(v string)
- func (o *Application) SetConfig(v ApplicationConfig)
- func (o *Application) SetCreated(v string)
- func (o *Application) SetDatabaseAttributes(v []map[string]interface{})
- func (o *Application) SetDescription(v string)
- func (o *Application) SetDisplayLabel(v string)
- func (o *Application) SetDisplayName(v string)
- func (o *Application) SetId(v string)
- func (o *Application) SetLearnMore(v string)
- func (o *Application) SetLogo(v ApplicationLogo)
- func (o *Application) SetName(v string)
- func (o *Application) SetOrganization(v string)
- func (o *Application) SetSso(v Sso)
- func (o *Application) SetSsoUrl(v string)
- func (o Application) ToMap() (map[string]interface{}, error)
- func (o *Application) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationConfig
- func (o *ApplicationConfig) GetAcsUrl() ApplicationConfigAcsUrl
- func (o *ApplicationConfig) GetAcsUrlOk() (*ApplicationConfigAcsUrl, bool)
- func (o *ApplicationConfig) GetConstantAttributes() ApplicationConfigConstantAttributes
- func (o *ApplicationConfig) GetConstantAttributesOk() (*ApplicationConfigConstantAttributes, bool)
- func (o *ApplicationConfig) GetDatabaseAttributes() ApplicationConfigDatabaseAttributes
- func (o *ApplicationConfig) GetDatabaseAttributesOk() (*ApplicationConfigDatabaseAttributes, bool)
- func (o *ApplicationConfig) GetIdpCertificate() ApplicationConfigAcsUrl
- func (o *ApplicationConfig) GetIdpCertificateOk() (*ApplicationConfigAcsUrl, bool)
- func (o *ApplicationConfig) GetIdpEntityId() ApplicationConfigAcsUrl
- func (o *ApplicationConfig) GetIdpEntityIdOk() (*ApplicationConfigAcsUrl, bool)
- func (o *ApplicationConfig) GetIdpPrivateKey() ApplicationConfigAcsUrl
- func (o *ApplicationConfig) GetIdpPrivateKeyOk() (*ApplicationConfigAcsUrl, bool)
- func (o *ApplicationConfig) GetSpEntityId() ApplicationConfigAcsUrl
- func (o *ApplicationConfig) GetSpEntityIdOk() (*ApplicationConfigAcsUrl, bool)
- func (o *ApplicationConfig) HasAcsUrl() bool
- func (o *ApplicationConfig) HasConstantAttributes() bool
- func (o *ApplicationConfig) HasDatabaseAttributes() bool
- func (o *ApplicationConfig) HasIdpCertificate() bool
- func (o *ApplicationConfig) HasIdpEntityId() bool
- func (o *ApplicationConfig) HasIdpPrivateKey() bool
- func (o *ApplicationConfig) HasSpEntityId() bool
- func (o ApplicationConfig) MarshalJSON() ([]byte, error)
- func (o *ApplicationConfig) SetAcsUrl(v ApplicationConfigAcsUrl)
- func (o *ApplicationConfig) SetConstantAttributes(v ApplicationConfigConstantAttributes)
- func (o *ApplicationConfig) SetDatabaseAttributes(v ApplicationConfigDatabaseAttributes)
- func (o *ApplicationConfig) SetIdpCertificate(v ApplicationConfigAcsUrl)
- func (o *ApplicationConfig) SetIdpEntityId(v ApplicationConfigAcsUrl)
- func (o *ApplicationConfig) SetIdpPrivateKey(v ApplicationConfigAcsUrl)
- func (o *ApplicationConfig) SetSpEntityId(v ApplicationConfigAcsUrl)
- func (o ApplicationConfig) ToMap() (map[string]interface{}, error)
- func (o *ApplicationConfig) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationConfigAcsUrl
- func (o *ApplicationConfigAcsUrl) GetLabel() string
- func (o *ApplicationConfigAcsUrl) GetLabelOk() (*string, bool)
- func (o *ApplicationConfigAcsUrl) GetOptions() string
- func (o *ApplicationConfigAcsUrl) GetOptionsOk() (*string, bool)
- func (o *ApplicationConfigAcsUrl) GetPosition() int32
- func (o *ApplicationConfigAcsUrl) GetPositionOk() (*int32, bool)
- func (o *ApplicationConfigAcsUrl) GetReadOnly() bool
- func (o *ApplicationConfigAcsUrl) GetReadOnlyOk() (*bool, bool)
- func (o *ApplicationConfigAcsUrl) GetRequired() bool
- func (o *ApplicationConfigAcsUrl) GetRequiredOk() (*bool, bool)
- func (o *ApplicationConfigAcsUrl) GetToggle() string
- func (o *ApplicationConfigAcsUrl) GetToggleOk() (*string, bool)
- func (o *ApplicationConfigAcsUrl) GetTooltip() ApplicationConfigAcsUrlTooltip
- func (o *ApplicationConfigAcsUrl) GetTooltipOk() (*ApplicationConfigAcsUrlTooltip, bool)
- func (o *ApplicationConfigAcsUrl) GetType() string
- func (o *ApplicationConfigAcsUrl) GetTypeOk() (*string, bool)
- func (o *ApplicationConfigAcsUrl) GetValue() string
- func (o *ApplicationConfigAcsUrl) GetValueOk() (*string, bool)
- func (o *ApplicationConfigAcsUrl) GetVisible() bool
- func (o *ApplicationConfigAcsUrl) GetVisibleOk() (*bool, bool)
- func (o *ApplicationConfigAcsUrl) HasLabel() bool
- func (o *ApplicationConfigAcsUrl) HasOptions() bool
- func (o *ApplicationConfigAcsUrl) HasPosition() bool
- func (o *ApplicationConfigAcsUrl) HasReadOnly() bool
- func (o *ApplicationConfigAcsUrl) HasRequired() bool
- func (o *ApplicationConfigAcsUrl) HasToggle() bool
- func (o *ApplicationConfigAcsUrl) HasTooltip() bool
- func (o *ApplicationConfigAcsUrl) HasType() bool
- func (o *ApplicationConfigAcsUrl) HasValue() bool
- func (o *ApplicationConfigAcsUrl) HasVisible() bool
- func (o ApplicationConfigAcsUrl) MarshalJSON() ([]byte, error)
- func (o *ApplicationConfigAcsUrl) SetLabel(v string)
- func (o *ApplicationConfigAcsUrl) SetOptions(v string)
- func (o *ApplicationConfigAcsUrl) SetPosition(v int32)
- func (o *ApplicationConfigAcsUrl) SetReadOnly(v bool)
- func (o *ApplicationConfigAcsUrl) SetRequired(v bool)
- func (o *ApplicationConfigAcsUrl) SetToggle(v string)
- func (o *ApplicationConfigAcsUrl) SetTooltip(v ApplicationConfigAcsUrlTooltip)
- func (o *ApplicationConfigAcsUrl) SetType(v string)
- func (o *ApplicationConfigAcsUrl) SetValue(v string)
- func (o *ApplicationConfigAcsUrl) SetVisible(v bool)
- func (o ApplicationConfigAcsUrl) ToMap() (map[string]interface{}, error)
- func (o *ApplicationConfigAcsUrl) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationConfigAcsUrlTooltip
- func (o *ApplicationConfigAcsUrlTooltip) GetTemplate() string
- func (o *ApplicationConfigAcsUrlTooltip) GetTemplateOk() (*string, bool)
- func (o *ApplicationConfigAcsUrlTooltip) GetVariables() ApplicationConfigAcsUrlTooltipVariables
- func (o *ApplicationConfigAcsUrlTooltip) GetVariablesOk() (*ApplicationConfigAcsUrlTooltipVariables, bool)
- func (o *ApplicationConfigAcsUrlTooltip) HasTemplate() bool
- func (o *ApplicationConfigAcsUrlTooltip) HasVariables() bool
- func (o ApplicationConfigAcsUrlTooltip) MarshalJSON() ([]byte, error)
- func (o *ApplicationConfigAcsUrlTooltip) SetTemplate(v string)
- func (o *ApplicationConfigAcsUrlTooltip) SetVariables(v ApplicationConfigAcsUrlTooltipVariables)
- func (o ApplicationConfigAcsUrlTooltip) ToMap() (map[string]interface{}, error)
- func (o *ApplicationConfigAcsUrlTooltip) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationConfigAcsUrlTooltipVariables
- func (o *ApplicationConfigAcsUrlTooltipVariables) GetIcon() string
- func (o *ApplicationConfigAcsUrlTooltipVariables) GetIconOk() (*string, bool)
- func (o *ApplicationConfigAcsUrlTooltipVariables) GetMessage() string
- func (o *ApplicationConfigAcsUrlTooltipVariables) GetMessageOk() (*string, bool)
- func (o *ApplicationConfigAcsUrlTooltipVariables) HasIcon() bool
- func (o *ApplicationConfigAcsUrlTooltipVariables) HasMessage() bool
- func (o ApplicationConfigAcsUrlTooltipVariables) MarshalJSON() ([]byte, error)
- func (o *ApplicationConfigAcsUrlTooltipVariables) SetIcon(v string)
- func (o *ApplicationConfigAcsUrlTooltipVariables) SetMessage(v string)
- func (o ApplicationConfigAcsUrlTooltipVariables) ToMap() (map[string]interface{}, error)
- func (o *ApplicationConfigAcsUrlTooltipVariables) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationConfigConstantAttributes
- func (o *ApplicationConfigConstantAttributes) GetLabel() string
- func (o *ApplicationConfigConstantAttributes) GetLabelOk() (*string, bool)
- func (o *ApplicationConfigConstantAttributes) GetMutable() bool
- func (o *ApplicationConfigConstantAttributes) GetMutableOk() (*bool, bool)
- func (o *ApplicationConfigConstantAttributes) GetPosition() int32
- func (o *ApplicationConfigConstantAttributes) GetPositionOk() (*int32, bool)
- func (o *ApplicationConfigConstantAttributes) GetReadOnly() bool
- func (o *ApplicationConfigConstantAttributes) GetReadOnlyOk() (*bool, bool)
- func (o *ApplicationConfigConstantAttributes) GetRequired() bool
- func (o *ApplicationConfigConstantAttributes) GetRequiredOk() (*bool, bool)
- func (o *ApplicationConfigConstantAttributes) GetTooltip() ApplicationConfigAcsUrlTooltip
- func (o *ApplicationConfigConstantAttributes) GetTooltipOk() (*ApplicationConfigAcsUrlTooltip, bool)
- func (o *ApplicationConfigConstantAttributes) GetType() string
- func (o *ApplicationConfigConstantAttributes) GetTypeOk() (*string, bool)
- func (o *ApplicationConfigConstantAttributes) GetValue() []ApplicationConfigConstantAttributesValueInner
- func (o *ApplicationConfigConstantAttributes) GetValueOk() ([]ApplicationConfigConstantAttributesValueInner, bool)
- func (o *ApplicationConfigConstantAttributes) GetVisible() bool
- func (o *ApplicationConfigConstantAttributes) GetVisibleOk() (*bool, bool)
- func (o *ApplicationConfigConstantAttributes) HasLabel() bool
- func (o *ApplicationConfigConstantAttributes) HasMutable() bool
- func (o *ApplicationConfigConstantAttributes) HasPosition() bool
- func (o *ApplicationConfigConstantAttributes) HasReadOnly() bool
- func (o *ApplicationConfigConstantAttributes) HasRequired() bool
- func (o *ApplicationConfigConstantAttributes) HasTooltip() bool
- func (o *ApplicationConfigConstantAttributes) HasType() bool
- func (o *ApplicationConfigConstantAttributes) HasValue() bool
- func (o *ApplicationConfigConstantAttributes) HasVisible() bool
- func (o ApplicationConfigConstantAttributes) MarshalJSON() ([]byte, error)
- func (o *ApplicationConfigConstantAttributes) SetLabel(v string)
- func (o *ApplicationConfigConstantAttributes) SetMutable(v bool)
- func (o *ApplicationConfigConstantAttributes) SetPosition(v int32)
- func (o *ApplicationConfigConstantAttributes) SetReadOnly(v bool)
- func (o *ApplicationConfigConstantAttributes) SetRequired(v bool)
- func (o *ApplicationConfigConstantAttributes) SetTooltip(v ApplicationConfigAcsUrlTooltip)
- func (o *ApplicationConfigConstantAttributes) SetType(v string)
- func (o *ApplicationConfigConstantAttributes) SetValue(v []ApplicationConfigConstantAttributesValueInner)
- func (o *ApplicationConfigConstantAttributes) SetVisible(v bool)
- func (o ApplicationConfigConstantAttributes) ToMap() (map[string]interface{}, error)
- func (o *ApplicationConfigConstantAttributes) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationConfigConstantAttributesValueInner
- func (o *ApplicationConfigConstantAttributesValueInner) GetName() string
- func (o *ApplicationConfigConstantAttributesValueInner) GetNameOk() (*string, bool)
- func (o *ApplicationConfigConstantAttributesValueInner) GetReadOnly() bool
- func (o *ApplicationConfigConstantAttributesValueInner) GetReadOnlyOk() (*bool, bool)
- func (o *ApplicationConfigConstantAttributesValueInner) GetRequired() bool
- func (o *ApplicationConfigConstantAttributesValueInner) GetRequiredOk() (*bool, bool)
- func (o *ApplicationConfigConstantAttributesValueInner) GetValue() string
- func (o *ApplicationConfigConstantAttributesValueInner) GetValueOk() (*string, bool)
- func (o *ApplicationConfigConstantAttributesValueInner) GetVisible() bool
- func (o *ApplicationConfigConstantAttributesValueInner) GetVisibleOk() (*bool, bool)
- func (o *ApplicationConfigConstantAttributesValueInner) HasName() bool
- func (o *ApplicationConfigConstantAttributesValueInner) HasReadOnly() bool
- func (o *ApplicationConfigConstantAttributesValueInner) HasRequired() bool
- func (o *ApplicationConfigConstantAttributesValueInner) HasValue() bool
- func (o *ApplicationConfigConstantAttributesValueInner) HasVisible() bool
- func (o ApplicationConfigConstantAttributesValueInner) MarshalJSON() ([]byte, error)
- func (o *ApplicationConfigConstantAttributesValueInner) SetName(v string)
- func (o *ApplicationConfigConstantAttributesValueInner) SetReadOnly(v bool)
- func (o *ApplicationConfigConstantAttributesValueInner) SetRequired(v bool)
- func (o *ApplicationConfigConstantAttributesValueInner) SetValue(v string)
- func (o *ApplicationConfigConstantAttributesValueInner) SetVisible(v bool)
- func (o ApplicationConfigConstantAttributesValueInner) ToMap() (map[string]interface{}, error)
- func (o *ApplicationConfigConstantAttributesValueInner) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationConfigDatabaseAttributes
- func (o *ApplicationConfigDatabaseAttributes) GetPosition() int32
- func (o *ApplicationConfigDatabaseAttributes) GetPositionOk() (*int32, bool)
- func (o *ApplicationConfigDatabaseAttributes) HasPosition() bool
- func (o ApplicationConfigDatabaseAttributes) MarshalJSON() ([]byte, error)
- func (o *ApplicationConfigDatabaseAttributes) SetPosition(v int32)
- func (o ApplicationConfigDatabaseAttributes) ToMap() (map[string]interface{}, error)
- func (o *ApplicationConfigDatabaseAttributes) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationLogo
- func (o *ApplicationLogo) GetColor() string
- func (o *ApplicationLogo) GetColorOk() (*string, bool)
- func (o *ApplicationLogo) GetUrl() string
- func (o *ApplicationLogo) GetUrlOk() (*string, bool)
- func (o *ApplicationLogo) HasColor() bool
- func (o *ApplicationLogo) HasUrl() bool
- func (o ApplicationLogo) MarshalJSON() ([]byte, error)
- func (o *ApplicationLogo) SetColor(v string)
- func (o *ApplicationLogo) SetUrl(v string)
- func (o ApplicationLogo) ToMap() (map[string]interface{}, error)
- func (o *ApplicationLogo) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationTemplatesApiApplicationTemplatesGetRequest
- func (r ApplicationTemplatesApiApplicationTemplatesGetRequest) Execute() (*Applicationtemplate, *http.Response, error)
- func (r ApplicationTemplatesApiApplicationTemplatesGetRequest) Fields(fields string) ApplicationTemplatesApiApplicationTemplatesGetRequest
- func (r ApplicationTemplatesApiApplicationTemplatesGetRequest) Filter(filter string) ApplicationTemplatesApiApplicationTemplatesGetRequest
- func (r ApplicationTemplatesApiApplicationTemplatesGetRequest) Limit(limit int32) ApplicationTemplatesApiApplicationTemplatesGetRequest
- func (r ApplicationTemplatesApiApplicationTemplatesGetRequest) Skip(skip int32) ApplicationTemplatesApiApplicationTemplatesGetRequest
- func (r ApplicationTemplatesApiApplicationTemplatesGetRequest) Sort(sort string) ApplicationTemplatesApiApplicationTemplatesGetRequest
- func (r ApplicationTemplatesApiApplicationTemplatesGetRequest) XOrgId(xOrgId string) ApplicationTemplatesApiApplicationTemplatesGetRequest
- type ApplicationTemplatesApiApplicationTemplatesListRequest
- func (r ApplicationTemplatesApiApplicationTemplatesListRequest) Execute() (*Applicationtemplateslist, *http.Response, error)
- func (r ApplicationTemplatesApiApplicationTemplatesListRequest) Fields(fields string) ApplicationTemplatesApiApplicationTemplatesListRequest
- func (r ApplicationTemplatesApiApplicationTemplatesListRequest) Filter(filter string) ApplicationTemplatesApiApplicationTemplatesListRequest
- func (r ApplicationTemplatesApiApplicationTemplatesListRequest) Limit(limit int32) ApplicationTemplatesApiApplicationTemplatesListRequest
- func (r ApplicationTemplatesApiApplicationTemplatesListRequest) Skip(skip int32) ApplicationTemplatesApiApplicationTemplatesListRequest
- func (r ApplicationTemplatesApiApplicationTemplatesListRequest) Sort(sort string) ApplicationTemplatesApiApplicationTemplatesListRequest
- func (r ApplicationTemplatesApiApplicationTemplatesListRequest) XOrgId(xOrgId string) ApplicationTemplatesApiApplicationTemplatesListRequest
- type ApplicationTemplatesApiService
- func (a *ApplicationTemplatesApiService) ApplicationTemplatesGet(ctx context.Context, id string) ApplicationTemplatesApiApplicationTemplatesGetRequest
- func (a *ApplicationTemplatesApiService) ApplicationTemplatesGetExecute(r ApplicationTemplatesApiApplicationTemplatesGetRequest) (*Applicationtemplate, *http.Response, error)
- func (a *ApplicationTemplatesApiService) ApplicationTemplatesList(ctx context.Context) ApplicationTemplatesApiApplicationTemplatesListRequest
- func (a *ApplicationTemplatesApiService) ApplicationTemplatesListExecute(r ApplicationTemplatesApiApplicationTemplatesListRequest) (*Applicationtemplateslist, *http.Response, error)
- type ApplicationsApiApplicationsDeleteRequest
- type ApplicationsApiApplicationsGetRequest
- type ApplicationsApiApplicationsListRequest
- func (r ApplicationsApiApplicationsListRequest) Execute() (*Applicationslist, *http.Response, error)
- func (r ApplicationsApiApplicationsListRequest) Fields(fields string) ApplicationsApiApplicationsListRequest
- func (r ApplicationsApiApplicationsListRequest) Filter(filter string) ApplicationsApiApplicationsListRequest
- func (r ApplicationsApiApplicationsListRequest) Limit(limit int32) ApplicationsApiApplicationsListRequest
- func (r ApplicationsApiApplicationsListRequest) Skip(skip int32) ApplicationsApiApplicationsListRequest
- func (r ApplicationsApiApplicationsListRequest) Sort(sort string) ApplicationsApiApplicationsListRequest
- func (r ApplicationsApiApplicationsListRequest) XOrgId(xOrgId string) ApplicationsApiApplicationsListRequest
- type ApplicationsApiApplicationsPostRequest
- func (r ApplicationsApiApplicationsPostRequest) Body(body Application) ApplicationsApiApplicationsPostRequest
- func (r ApplicationsApiApplicationsPostRequest) Execute() (*Application, *http.Response, error)
- func (r ApplicationsApiApplicationsPostRequest) XOrgId(xOrgId string) ApplicationsApiApplicationsPostRequest
- type ApplicationsApiApplicationsPutRequest
- func (r ApplicationsApiApplicationsPutRequest) Body(body Application) ApplicationsApiApplicationsPutRequest
- func (r ApplicationsApiApplicationsPutRequest) Execute() (*Application, *http.Response, error)
- func (r ApplicationsApiApplicationsPutRequest) XOrgId(xOrgId string) ApplicationsApiApplicationsPutRequest
- type ApplicationsApiService
- func (a *ApplicationsApiService) ApplicationsDelete(ctx context.Context, id string) ApplicationsApiApplicationsDeleteRequest
- func (a *ApplicationsApiService) ApplicationsDeleteExecute(r ApplicationsApiApplicationsDeleteRequest) (*Application, *http.Response, error)
- func (a *ApplicationsApiService) ApplicationsGet(ctx context.Context, id string) ApplicationsApiApplicationsGetRequest
- func (a *ApplicationsApiService) ApplicationsGetExecute(r ApplicationsApiApplicationsGetRequest) (*Application, *http.Response, error)
- func (a *ApplicationsApiService) ApplicationsList(ctx context.Context) ApplicationsApiApplicationsListRequest
- func (a *ApplicationsApiService) ApplicationsListExecute(r ApplicationsApiApplicationsListRequest) (*Applicationslist, *http.Response, error)
- func (a *ApplicationsApiService) ApplicationsPost(ctx context.Context) ApplicationsApiApplicationsPostRequest
- func (a *ApplicationsApiService) ApplicationsPostExecute(r ApplicationsApiApplicationsPostRequest) (*Application, *http.Response, error)
- func (a *ApplicationsApiService) ApplicationsPut(ctx context.Context, id string) ApplicationsApiApplicationsPutRequest
- func (a *ApplicationsApiService) ApplicationsPutExecute(r ApplicationsApiApplicationsPutRequest) (*Application, *http.Response, error)
- type Applicationslist
- func (o *Applicationslist) GetName() string
- func (o *Applicationslist) GetNameOk() (*string, bool)
- func (o *Applicationslist) GetResults() []Application
- func (o *Applicationslist) GetResultsOk() ([]Application, bool)
- func (o *Applicationslist) GetTotalCount() int32
- func (o *Applicationslist) GetTotalCountOk() (*int32, bool)
- func (o *Applicationslist) HasName() bool
- func (o *Applicationslist) HasResults() bool
- func (o *Applicationslist) HasTotalCount() bool
- func (o Applicationslist) MarshalJSON() ([]byte, error)
- func (o *Applicationslist) SetName(v string)
- func (o *Applicationslist) SetResults(v []Application)
- func (o *Applicationslist) SetTotalCount(v int32)
- func (o Applicationslist) ToMap() (map[string]interface{}, error)
- func (o *Applicationslist) UnmarshalJSON(bytes []byte) (err error)
- type Applicationtemplate
- func (o *Applicationtemplate) GetActive() bool
- func (o *Applicationtemplate) GetActiveOk() (*bool, bool)
- func (o *Applicationtemplate) GetBeta() bool
- func (o *Applicationtemplate) GetBetaOk() (*bool, bool)
- func (o *Applicationtemplate) GetColor() string
- func (o *Applicationtemplate) GetColorOk() (*string, bool)
- func (o *Applicationtemplate) GetConfig() ApplicationConfig
- func (o *Applicationtemplate) GetConfigOk() (*ApplicationConfig, bool)
- func (o *Applicationtemplate) GetDisplayLabel() string
- func (o *Applicationtemplate) GetDisplayLabelOk() (*string, bool)
- func (o *Applicationtemplate) GetDisplayName() string
- func (o *Applicationtemplate) GetDisplayNameOk() (*string, bool)
- func (o *Applicationtemplate) GetId() string
- func (o *Applicationtemplate) GetIdOk() (*string, bool)
- func (o *Applicationtemplate) GetIsConfigured() bool
- func (o *Applicationtemplate) GetIsConfiguredOk() (*bool, bool)
- func (o *Applicationtemplate) GetJit() ApplicationtemplateJit
- func (o *Applicationtemplate) GetJitOk() (*ApplicationtemplateJit, bool)
- func (o *Applicationtemplate) GetKeywords() []string
- func (o *Applicationtemplate) GetKeywordsOk() ([]string, bool)
- func (o *Applicationtemplate) GetLearnMore() string
- func (o *Applicationtemplate) GetLearnMoreOk() (*string, bool)
- func (o *Applicationtemplate) GetLogo() ApplicationtemplateLogo
- func (o *Applicationtemplate) GetLogoOk() (*ApplicationtemplateLogo, bool)
- func (o *Applicationtemplate) GetName() string
- func (o *Applicationtemplate) GetNameOk() (*string, bool)
- func (o *Applicationtemplate) GetOidc() ApplicationtemplateOidc
- func (o *Applicationtemplate) GetOidcOk() (*ApplicationtemplateOidc, bool)
- func (o *Applicationtemplate) GetProvision() ApplicationtemplateProvision
- func (o *Applicationtemplate) GetProvisionOk() (*ApplicationtemplateProvision, bool)
- func (o *Applicationtemplate) GetSso() Sso
- func (o *Applicationtemplate) GetSsoOk() (*Sso, bool)
- func (o *Applicationtemplate) GetSsoUrl() string
- func (o *Applicationtemplate) GetSsoUrlOk() (*string, bool)
- func (o *Applicationtemplate) GetStatus() string
- func (o *Applicationtemplate) GetStatusOk() (*string, bool)
- func (o *Applicationtemplate) GetTest() string
- func (o *Applicationtemplate) GetTestOk() (*string, bool)
- func (o *Applicationtemplate) HasActive() bool
- func (o *Applicationtemplate) HasBeta() bool
- func (o *Applicationtemplate) HasColor() bool
- func (o *Applicationtemplate) HasConfig() bool
- func (o *Applicationtemplate) HasDisplayLabel() bool
- func (o *Applicationtemplate) HasDisplayName() bool
- func (o *Applicationtemplate) HasId() bool
- func (o *Applicationtemplate) HasIsConfigured() bool
- func (o *Applicationtemplate) HasJit() bool
- func (o *Applicationtemplate) HasKeywords() bool
- func (o *Applicationtemplate) HasLearnMore() bool
- func (o *Applicationtemplate) HasLogo() bool
- func (o *Applicationtemplate) HasName() bool
- func (o *Applicationtemplate) HasOidc() bool
- func (o *Applicationtemplate) HasProvision() bool
- func (o *Applicationtemplate) HasSso() bool
- func (o *Applicationtemplate) HasSsoUrl() bool
- func (o *Applicationtemplate) HasStatus() bool
- func (o *Applicationtemplate) HasTest() bool
- func (o Applicationtemplate) MarshalJSON() ([]byte, error)
- func (o *Applicationtemplate) SetActive(v bool)
- func (o *Applicationtemplate) SetBeta(v bool)
- func (o *Applicationtemplate) SetColor(v string)
- func (o *Applicationtemplate) SetConfig(v ApplicationConfig)
- func (o *Applicationtemplate) SetDisplayLabel(v string)
- func (o *Applicationtemplate) SetDisplayName(v string)
- func (o *Applicationtemplate) SetId(v string)
- func (o *Applicationtemplate) SetIsConfigured(v bool)
- func (o *Applicationtemplate) SetJit(v ApplicationtemplateJit)
- func (o *Applicationtemplate) SetKeywords(v []string)
- func (o *Applicationtemplate) SetLearnMore(v string)
- func (o *Applicationtemplate) SetLogo(v ApplicationtemplateLogo)
- func (o *Applicationtemplate) SetName(v string)
- func (o *Applicationtemplate) SetOidc(v ApplicationtemplateOidc)
- func (o *Applicationtemplate) SetProvision(v ApplicationtemplateProvision)
- func (o *Applicationtemplate) SetSso(v Sso)
- func (o *Applicationtemplate) SetSsoUrl(v string)
- func (o *Applicationtemplate) SetStatus(v string)
- func (o *Applicationtemplate) SetTest(v string)
- func (o Applicationtemplate) ToMap() (map[string]interface{}, error)
- func (o *Applicationtemplate) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationtemplateJit
- func (o *ApplicationtemplateJit) GetAttributes() map[string]interface{}
- func (o *ApplicationtemplateJit) GetAttributesOk() (map[string]interface{}, bool)
- func (o *ApplicationtemplateJit) GetCreateOnly() bool
- func (o *ApplicationtemplateJit) GetCreateOnlyOk() (*bool, bool)
- func (o *ApplicationtemplateJit) HasAttributes() bool
- func (o *ApplicationtemplateJit) HasCreateOnly() bool
- func (o ApplicationtemplateJit) MarshalJSON() ([]byte, error)
- func (o *ApplicationtemplateJit) SetAttributes(v map[string]interface{})
- func (o *ApplicationtemplateJit) SetCreateOnly(v bool)
- func (o ApplicationtemplateJit) ToMap() (map[string]interface{}, error)
- func (o *ApplicationtemplateJit) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationtemplateLogo
- func (o *ApplicationtemplateLogo) GetUrl() string
- func (o *ApplicationtemplateLogo) GetUrlOk() (*string, bool)
- func (o *ApplicationtemplateLogo) HasUrl() bool
- func (o ApplicationtemplateLogo) MarshalJSON() ([]byte, error)
- func (o *ApplicationtemplateLogo) SetUrl(v string)
- func (o ApplicationtemplateLogo) ToMap() (map[string]interface{}, error)
- func (o *ApplicationtemplateLogo) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationtemplateOidc
- func (o *ApplicationtemplateOidc) GetGrantTypes() []string
- func (o *ApplicationtemplateOidc) GetGrantTypesOk() ([]string, bool)
- func (o *ApplicationtemplateOidc) GetRedirectUris() []string
- func (o *ApplicationtemplateOidc) GetRedirectUrisOk() ([]string, bool)
- func (o *ApplicationtemplateOidc) GetSsoUrl() string
- func (o *ApplicationtemplateOidc) GetSsoUrlOk() (*string, bool)
- func (o *ApplicationtemplateOidc) GetTokenEndpointAuthMethod() string
- func (o *ApplicationtemplateOidc) GetTokenEndpointAuthMethodOk() (*string, bool)
- func (o *ApplicationtemplateOidc) HasGrantTypes() bool
- func (o *ApplicationtemplateOidc) HasRedirectUris() bool
- func (o *ApplicationtemplateOidc) HasSsoUrl() bool
- func (o *ApplicationtemplateOidc) HasTokenEndpointAuthMethod() bool
- func (o ApplicationtemplateOidc) MarshalJSON() ([]byte, error)
- func (o *ApplicationtemplateOidc) SetGrantTypes(v []string)
- func (o *ApplicationtemplateOidc) SetRedirectUris(v []string)
- func (o *ApplicationtemplateOidc) SetSsoUrl(v string)
- func (o *ApplicationtemplateOidc) SetTokenEndpointAuthMethod(v string)
- func (o ApplicationtemplateOidc) ToMap() (map[string]interface{}, error)
- func (o *ApplicationtemplateOidc) UnmarshalJSON(bytes []byte) (err error)
- type ApplicationtemplateProvision
- func (o *ApplicationtemplateProvision) GetBeta() bool
- func (o *ApplicationtemplateProvision) GetBetaOk() (*bool, bool)
- func (o *ApplicationtemplateProvision) GetGroupsSupported() bool
- func (o *ApplicationtemplateProvision) GetGroupsSupportedOk() (*bool, bool)
- func (o *ApplicationtemplateProvision) GetType() string
- func (o *ApplicationtemplateProvision) GetTypeOk() (*string, bool)
- func (o *ApplicationtemplateProvision) HasBeta() bool
- func (o *ApplicationtemplateProvision) HasGroupsSupported() bool
- func (o *ApplicationtemplateProvision) HasType() bool
- func (o ApplicationtemplateProvision) MarshalJSON() ([]byte, error)
- func (o *ApplicationtemplateProvision) SetBeta(v bool)
- func (o *ApplicationtemplateProvision) SetGroupsSupported(v bool)
- func (o *ApplicationtemplateProvision) SetType(v string)
- func (o ApplicationtemplateProvision) ToMap() (map[string]interface{}, error)
- func (o *ApplicationtemplateProvision) UnmarshalJSON(bytes []byte) (err error)
- type Applicationtemplateslist
- func (o *Applicationtemplateslist) GetResults() []Applicationtemplate
- func (o *Applicationtemplateslist) GetResultsOk() ([]Applicationtemplate, bool)
- func (o *Applicationtemplateslist) GetTotalCount() int32
- func (o *Applicationtemplateslist) GetTotalCountOk() (*int32, bool)
- func (o *Applicationtemplateslist) HasResults() bool
- func (o *Applicationtemplateslist) HasTotalCount() bool
- func (o Applicationtemplateslist) MarshalJSON() ([]byte, error)
- func (o *Applicationtemplateslist) SetResults(v []Applicationtemplate)
- func (o *Applicationtemplateslist) SetTotalCount(v int32)
- func (o Applicationtemplateslist) ToMap() (map[string]interface{}, error)
- func (o *Applicationtemplateslist) UnmarshalJSON(bytes []byte) (err error)
- type BasicAuth
- type Command
- func (o *Command) GetCommand() string
- func (o *Command) GetCommandOk() (*string, bool)
- func (o *Command) GetCommandRunners() []string
- func (o *Command) GetCommandRunnersOk() ([]string, bool)
- func (o *Command) GetCommandType() string
- func (o *Command) GetCommandTypeOk() (*string, bool)
- func (o *Command) GetFiles() []string
- func (o *Command) GetFilesOk() ([]string, bool)
- func (o *Command) GetLaunchType() string
- func (o *Command) GetLaunchTypeOk() (*string, bool)
- func (o *Command) GetListensTo() string
- func (o *Command) GetListensToOk() (*string, bool)
- func (o *Command) GetName() string
- func (o *Command) GetNameOk() (*string, bool)
- func (o *Command) GetOrganization() string
- func (o *Command) GetOrganizationOk() (*string, bool)
- func (o *Command) GetSchedule() string
- func (o *Command) GetScheduleOk() (*string, bool)
- func (o *Command) GetScheduleRepeatType() string
- func (o *Command) GetScheduleRepeatTypeOk() (*string, bool)
- func (o *Command) GetScheduleYear() int32
- func (o *Command) GetScheduleYearOk() (*int32, bool)
- func (o *Command) GetShell() string
- func (o *Command) GetShellOk() (*string, bool)
- func (o *Command) GetSudo() bool
- func (o *Command) GetSudoOk() (*bool, bool)
- func (o *Command) GetSystems() []string
- func (o *Command) GetSystemsOk() ([]string, bool)
- func (o *Command) GetTemplate() string
- func (o *Command) GetTemplateOk() (*string, bool)
- func (o *Command) GetTimeToLiveSeconds() int32
- func (o *Command) GetTimeToLiveSecondsOk() (*int32, bool)
- func (o *Command) GetTimeout() string
- func (o *Command) GetTimeoutOk() (*string, bool)
- func (o *Command) GetTrigger() string
- func (o *Command) GetTriggerOk() (*string, bool)
- func (o *Command) GetUser() string
- func (o *Command) GetUserOk() (*string, bool)
- func (o *Command) HasCommandRunners() bool
- func (o *Command) HasFiles() bool
- func (o *Command) HasLaunchType() bool
- func (o *Command) HasListensTo() bool
- func (o *Command) HasOrganization() bool
- func (o *Command) HasSchedule() bool
- func (o *Command) HasScheduleRepeatType() bool
- func (o *Command) HasScheduleYear() bool
- func (o *Command) HasShell() bool
- func (o *Command) HasSudo() bool
- func (o *Command) HasSystems() bool
- func (o *Command) HasTemplate() bool
- func (o *Command) HasTimeToLiveSeconds() bool
- func (o *Command) HasTimeout() bool
- func (o *Command) HasTrigger() bool
- func (o *Command) HasUser() bool
- func (o Command) MarshalJSON() ([]byte, error)
- func (o *Command) SetCommand(v string)
- func (o *Command) SetCommandRunners(v []string)
- func (o *Command) SetCommandType(v string)
- func (o *Command) SetFiles(v []string)
- func (o *Command) SetLaunchType(v string)
- func (o *Command) SetListensTo(v string)
- func (o *Command) SetName(v string)
- func (o *Command) SetOrganization(v string)
- func (o *Command) SetSchedule(v string)
- func (o *Command) SetScheduleRepeatType(v string)
- func (o *Command) SetScheduleYear(v int32)
- func (o *Command) SetShell(v string)
- func (o *Command) SetSudo(v bool)
- func (o *Command) SetSystems(v []string)
- func (o *Command) SetTemplate(v string)
- func (o *Command) SetTimeToLiveSeconds(v int32)
- func (o *Command) SetTimeout(v string)
- func (o *Command) SetTrigger(v string)
- func (o *Command) SetUser(v string)
- func (o Command) ToMap() (map[string]interface{}, error)
- func (o *Command) UnmarshalJSON(bytes []byte) (err error)
- type CommandResultsApiCommandResultsDeleteRequest
- type CommandResultsApiCommandResultsGetRequest
- func (r CommandResultsApiCommandResultsGetRequest) Execute() (*Commandresult, *http.Response, error)
- func (r CommandResultsApiCommandResultsGetRequest) Fields(fields string) CommandResultsApiCommandResultsGetRequest
- func (r CommandResultsApiCommandResultsGetRequest) Filter(filter string) CommandResultsApiCommandResultsGetRequest
- func (r CommandResultsApiCommandResultsGetRequest) XOrgId(xOrgId string) CommandResultsApiCommandResultsGetRequest
- type CommandResultsApiCommandResultsListRequest
- func (r CommandResultsApiCommandResultsListRequest) Execute() (*Commandresultslist, *http.Response, error)
- func (r CommandResultsApiCommandResultsListRequest) Fields(fields string) CommandResultsApiCommandResultsListRequest
- func (r CommandResultsApiCommandResultsListRequest) Filter(filter string) CommandResultsApiCommandResultsListRequest
- func (r CommandResultsApiCommandResultsListRequest) Limit(limit int32) CommandResultsApiCommandResultsListRequest
- func (r CommandResultsApiCommandResultsListRequest) Skip(skip int32) CommandResultsApiCommandResultsListRequest
- func (r CommandResultsApiCommandResultsListRequest) Sort(sort string) CommandResultsApiCommandResultsListRequest
- func (r CommandResultsApiCommandResultsListRequest) XOrgId(xOrgId string) CommandResultsApiCommandResultsListRequest
- type CommandResultsApiService
- func (a *CommandResultsApiService) CommandResultsDelete(ctx context.Context, id string) CommandResultsApiCommandResultsDeleteRequest
- func (a *CommandResultsApiService) CommandResultsDeleteExecute(r CommandResultsApiCommandResultsDeleteRequest) (*Commandresult, *http.Response, error)
- func (a *CommandResultsApiService) CommandResultsGet(ctx context.Context, id string) CommandResultsApiCommandResultsGetRequest
- func (a *CommandResultsApiService) CommandResultsGetExecute(r CommandResultsApiCommandResultsGetRequest) (*Commandresult, *http.Response, error)
- func (a *CommandResultsApiService) CommandResultsList(ctx context.Context) CommandResultsApiCommandResultsListRequest
- func (a *CommandResultsApiService) CommandResultsListExecute(r CommandResultsApiCommandResultsListRequest) (*Commandresultslist, *http.Response, error)
- type CommandTriggersApiCommandTriggerWebhookPostRequest
- func (r CommandTriggersApiCommandTriggerWebhookPostRequest) Body(body map[string]interface{}) CommandTriggersApiCommandTriggerWebhookPostRequest
- func (r CommandTriggersApiCommandTriggerWebhookPostRequest) Execute() (*Triggerreturn, *http.Response, error)
- func (r CommandTriggersApiCommandTriggerWebhookPostRequest) XOrgId(xOrgId string) CommandTriggersApiCommandTriggerWebhookPostRequest
- type CommandTriggersApiService
- func (a *CommandTriggersApiService) CommandTriggerWebhookPost(ctx context.Context, triggername string) CommandTriggersApiCommandTriggerWebhookPostRequest
- func (a *CommandTriggersApiService) CommandTriggerWebhookPostExecute(r CommandTriggersApiCommandTriggerWebhookPostRequest) (*Triggerreturn, *http.Response, error)
- type Commandfilereturn
- func (o *Commandfilereturn) GetResults() []CommandfilereturnResultsInner
- func (o *Commandfilereturn) GetResultsOk() ([]CommandfilereturnResultsInner, bool)
- func (o *Commandfilereturn) GetTotalCount() int32
- func (o *Commandfilereturn) GetTotalCountOk() (*int32, bool)
- func (o *Commandfilereturn) HasResults() bool
- func (o *Commandfilereturn) HasTotalCount() bool
- func (o Commandfilereturn) MarshalJSON() ([]byte, error)
- func (o *Commandfilereturn) SetResults(v []CommandfilereturnResultsInner)
- func (o *Commandfilereturn) SetTotalCount(v int32)
- func (o Commandfilereturn) ToMap() (map[string]interface{}, error)
- func (o *Commandfilereturn) UnmarshalJSON(bytes []byte) (err error)
- type CommandfilereturnResultsInner
- func (o *CommandfilereturnResultsInner) GetDestination() string
- func (o *CommandfilereturnResultsInner) GetDestinationOk() (*string, bool)
- func (o *CommandfilereturnResultsInner) GetId() string
- func (o *CommandfilereturnResultsInner) GetIdOk() (*string, bool)
- func (o *CommandfilereturnResultsInner) GetName() string
- func (o *CommandfilereturnResultsInner) GetNameOk() (*string, bool)
- func (o *CommandfilereturnResultsInner) HasDestination() bool
- func (o *CommandfilereturnResultsInner) HasId() bool
- func (o *CommandfilereturnResultsInner) HasName() bool
- func (o CommandfilereturnResultsInner) MarshalJSON() ([]byte, error)
- func (o *CommandfilereturnResultsInner) SetDestination(v string)
- func (o *CommandfilereturnResultsInner) SetId(v string)
- func (o *CommandfilereturnResultsInner) SetName(v string)
- func (o CommandfilereturnResultsInner) ToMap() (map[string]interface{}, error)
- func (o *CommandfilereturnResultsInner) UnmarshalJSON(bytes []byte) (err error)
- type Commandresult
- func (o *Commandresult) GetCommand() string
- func (o *Commandresult) GetCommandOk() (*string, bool)
- func (o *Commandresult) GetFiles() []string
- func (o *Commandresult) GetFilesOk() ([]string, bool)
- func (o *Commandresult) GetId() string
- func (o *Commandresult) GetIdOk() (*string, bool)
- func (o *Commandresult) GetName() string
- func (o *Commandresult) GetNameOk() (*string, bool)
- func (o *Commandresult) GetOrganization() string
- func (o *Commandresult) GetOrganizationOk() (*string, bool)
- func (o *Commandresult) GetRequestTime() time.Time
- func (o *Commandresult) GetRequestTimeOk() (*time.Time, bool)
- func (o *Commandresult) GetResponse() CommandresultResponse
- func (o *Commandresult) GetResponseOk() (*CommandresultResponse, bool)
- func (o *Commandresult) GetResponseTime() time.Time
- func (o *Commandresult) GetResponseTimeOk() (*time.Time, bool)
- func (o *Commandresult) GetSudo() bool
- func (o *Commandresult) GetSudoOk() (*bool, bool)
- func (o *Commandresult) GetSystem() string
- func (o *Commandresult) GetSystemId() string
- func (o *Commandresult) GetSystemIdOk() (*string, bool)
- func (o *Commandresult) GetSystemOk() (*string, bool)
- func (o *Commandresult) GetUser() string
- func (o *Commandresult) GetUserOk() (*string, bool)
- func (o *Commandresult) GetWorkflowId() string
- func (o *Commandresult) GetWorkflowIdOk() (*string, bool)
- func (o *Commandresult) GetWorkflowInstanceId() string
- func (o *Commandresult) GetWorkflowInstanceIdOk() (*string, bool)
- func (o *Commandresult) HasCommand() bool
- func (o *Commandresult) HasFiles() bool
- func (o *Commandresult) HasId() bool
- func (o *Commandresult) HasName() bool
- func (o *Commandresult) HasOrganization() bool
- func (o *Commandresult) HasRequestTime() bool
- func (o *Commandresult) HasResponse() bool
- func (o *Commandresult) HasResponseTime() bool
- func (o *Commandresult) HasSudo() bool
- func (o *Commandresult) HasSystem() bool
- func (o *Commandresult) HasSystemId() bool
- func (o *Commandresult) HasUser() bool
- func (o *Commandresult) HasWorkflowId() bool
- func (o *Commandresult) HasWorkflowInstanceId() bool
- func (o Commandresult) MarshalJSON() ([]byte, error)
- func (o *Commandresult) SetCommand(v string)
- func (o *Commandresult) SetFiles(v []string)
- func (o *Commandresult) SetId(v string)
- func (o *Commandresult) SetName(v string)
- func (o *Commandresult) SetOrganization(v string)
- func (o *Commandresult) SetRequestTime(v time.Time)
- func (o *Commandresult) SetResponse(v CommandresultResponse)
- func (o *Commandresult) SetResponseTime(v time.Time)
- func (o *Commandresult) SetSudo(v bool)
- func (o *Commandresult) SetSystem(v string)
- func (o *Commandresult) SetSystemId(v string)
- func (o *Commandresult) SetUser(v string)
- func (o *Commandresult) SetWorkflowId(v string)
- func (o *Commandresult) SetWorkflowInstanceId(v string)
- func (o Commandresult) ToMap() (map[string]interface{}, error)
- func (o *Commandresult) UnmarshalJSON(bytes []byte) (err error)
- type CommandresultResponse
- func (o *CommandresultResponse) GetData() CommandresultResponseData
- func (o *CommandresultResponse) GetDataOk() (*CommandresultResponseData, bool)
- func (o *CommandresultResponse) GetError() string
- func (o *CommandresultResponse) GetErrorOk() (*string, bool)
- func (o *CommandresultResponse) GetId() string
- func (o *CommandresultResponse) GetIdOk() (*string, bool)
- func (o *CommandresultResponse) HasData() bool
- func (o *CommandresultResponse) HasError() bool
- func (o *CommandresultResponse) HasId() bool
- func (o CommandresultResponse) MarshalJSON() ([]byte, error)
- func (o *CommandresultResponse) SetData(v CommandresultResponseData)
- func (o *CommandresultResponse) SetError(v string)
- func (o *CommandresultResponse) SetId(v string)
- func (o CommandresultResponse) ToMap() (map[string]interface{}, error)
- func (o *CommandresultResponse) UnmarshalJSON(bytes []byte) (err error)
- type CommandresultResponseData
- func (o *CommandresultResponseData) GetExitCode() int32
- func (o *CommandresultResponseData) GetExitCodeOk() (*int32, bool)
- func (o *CommandresultResponseData) GetOutput() string
- func (o *CommandresultResponseData) GetOutputOk() (*string, bool)
- func (o *CommandresultResponseData) HasExitCode() bool
- func (o *CommandresultResponseData) HasOutput() bool
- func (o CommandresultResponseData) MarshalJSON() ([]byte, error)
- func (o *CommandresultResponseData) SetExitCode(v int32)
- func (o *CommandresultResponseData) SetOutput(v string)
- func (o CommandresultResponseData) ToMap() (map[string]interface{}, error)
- func (o *CommandresultResponseData) UnmarshalJSON(bytes []byte) (err error)
- type Commandresultslist
- func (o *Commandresultslist) GetResults() []CommandresultslistResultsInner
- func (o *Commandresultslist) GetResultsOk() ([]CommandresultslistResultsInner, bool)
- func (o *Commandresultslist) GetTotalCount() int32
- func (o *Commandresultslist) GetTotalCountOk() (*int32, bool)
- func (o *Commandresultslist) HasResults() bool
- func (o *Commandresultslist) HasTotalCount() bool
- func (o Commandresultslist) MarshalJSON() ([]byte, error)
- func (o *Commandresultslist) SetResults(v []CommandresultslistResultsInner)
- func (o *Commandresultslist) SetTotalCount(v int32)
- func (o Commandresultslist) ToMap() (map[string]interface{}, error)
- func (o *Commandresultslist) UnmarshalJSON(bytes []byte) (err error)
- type CommandresultslistResultsInner
- func (o *CommandresultslistResultsInner) GetCommand() string
- func (o *CommandresultslistResultsInner) GetCommandOk() (*string, bool)
- func (o *CommandresultslistResultsInner) GetExitCode() int32
- func (o *CommandresultslistResultsInner) GetExitCodeOk() (*int32, bool)
- func (o *CommandresultslistResultsInner) GetId() string
- func (o *CommandresultslistResultsInner) GetIdOk() (*string, bool)
- func (o *CommandresultslistResultsInner) GetName() string
- func (o *CommandresultslistResultsInner) GetNameOk() (*string, bool)
- func (o *CommandresultslistResultsInner) GetRequestTime() time.Time
- func (o *CommandresultslistResultsInner) GetRequestTimeOk() (*time.Time, bool)
- func (o *CommandresultslistResultsInner) GetResponseTime() time.Time
- func (o *CommandresultslistResultsInner) GetResponseTimeOk() (*time.Time, bool)
- func (o *CommandresultslistResultsInner) GetSudo() bool
- func (o *CommandresultslistResultsInner) GetSudoOk() (*bool, bool)
- func (o *CommandresultslistResultsInner) GetSystem() string
- func (o *CommandresultslistResultsInner) GetSystemId() string
- func (o *CommandresultslistResultsInner) GetSystemIdOk() (*string, bool)
- func (o *CommandresultslistResultsInner) GetSystemOk() (*string, bool)
- func (o *CommandresultslistResultsInner) GetUser() string
- func (o *CommandresultslistResultsInner) GetUserOk() (*string, bool)
- func (o *CommandresultslistResultsInner) GetWorkflowId() string
- func (o *CommandresultslistResultsInner) GetWorkflowIdOk() (*string, bool)
- func (o *CommandresultslistResultsInner) HasCommand() bool
- func (o *CommandresultslistResultsInner) HasExitCode() bool
- func (o *CommandresultslistResultsInner) HasId() bool
- func (o *CommandresultslistResultsInner) HasName() bool
- func (o *CommandresultslistResultsInner) HasRequestTime() bool
- func (o *CommandresultslistResultsInner) HasResponseTime() bool
- func (o *CommandresultslistResultsInner) HasSudo() bool
- func (o *CommandresultslistResultsInner) HasSystem() bool
- func (o *CommandresultslistResultsInner) HasSystemId() bool
- func (o *CommandresultslistResultsInner) HasUser() bool
- func (o *CommandresultslistResultsInner) HasWorkflowId() bool
- func (o CommandresultslistResultsInner) MarshalJSON() ([]byte, error)
- func (o *CommandresultslistResultsInner) SetCommand(v string)
- func (o *CommandresultslistResultsInner) SetExitCode(v int32)
- func (o *CommandresultslistResultsInner) SetId(v string)
- func (o *CommandresultslistResultsInner) SetName(v string)
- func (o *CommandresultslistResultsInner) SetRequestTime(v time.Time)
- func (o *CommandresultslistResultsInner) SetResponseTime(v time.Time)
- func (o *CommandresultslistResultsInner) SetSudo(v bool)
- func (o *CommandresultslistResultsInner) SetSystem(v string)
- func (o *CommandresultslistResultsInner) SetSystemId(v string)
- func (o *CommandresultslistResultsInner) SetUser(v string)
- func (o *CommandresultslistResultsInner) SetWorkflowId(v string)
- func (o CommandresultslistResultsInner) ToMap() (map[string]interface{}, error)
- func (o *CommandresultslistResultsInner) UnmarshalJSON(bytes []byte) (err error)
- type CommandsApiCommandFileGetRequest
- func (r CommandsApiCommandFileGetRequest) Execute() (*Commandfilereturn, *http.Response, error)
- func (r CommandsApiCommandFileGetRequest) Fields(fields string) CommandsApiCommandFileGetRequest
- func (r CommandsApiCommandFileGetRequest) Limit(limit int32) CommandsApiCommandFileGetRequest
- func (r CommandsApiCommandFileGetRequest) Skip(skip int32) CommandsApiCommandFileGetRequest
- func (r CommandsApiCommandFileGetRequest) XOrgId(xOrgId string) CommandsApiCommandFileGetRequest
- type CommandsApiCommandsDeleteRequest
- type CommandsApiCommandsGetRequest
- type CommandsApiCommandsGetResultsRequest
- type CommandsApiCommandsListRequest
- func (r CommandsApiCommandsListRequest) Execute() (*Commandslist, *http.Response, error)
- func (r CommandsApiCommandsListRequest) Fields(fields string) CommandsApiCommandsListRequest
- func (r CommandsApiCommandsListRequest) Filter(filter string) CommandsApiCommandsListRequest
- func (r CommandsApiCommandsListRequest) Limit(limit int32) CommandsApiCommandsListRequest
- func (r CommandsApiCommandsListRequest) Skip(skip int32) CommandsApiCommandsListRequest
- func (r CommandsApiCommandsListRequest) Sort(sort string) CommandsApiCommandsListRequest
- func (r CommandsApiCommandsListRequest) XOrgId(xOrgId string) CommandsApiCommandsListRequest
- type CommandsApiCommandsPostRequest
- type CommandsApiCommandsPutRequest
- type CommandsApiService
- func (a *CommandsApiService) CommandFileGet(ctx context.Context, id string) CommandsApiCommandFileGetRequest
- func (a *CommandsApiService) CommandFileGetExecute(r CommandsApiCommandFileGetRequest) (*Commandfilereturn, *http.Response, error)
- func (a *CommandsApiService) CommandsDelete(ctx context.Context, id string) CommandsApiCommandsDeleteRequest
- func (a *CommandsApiService) CommandsDeleteExecute(r CommandsApiCommandsDeleteRequest) (*Command, *http.Response, error)
- func (a *CommandsApiService) CommandsGet(ctx context.Context, id string) CommandsApiCommandsGetRequest
- func (a *CommandsApiService) CommandsGetExecute(r CommandsApiCommandsGetRequest) (*Command, *http.Response, error)
- func (a *CommandsApiService) CommandsGetResults(ctx context.Context, id string) CommandsApiCommandsGetResultsRequest
- func (a *CommandsApiService) CommandsGetResultsExecute(r CommandsApiCommandsGetResultsRequest) ([]Commandresult, *http.Response, error)
- func (a *CommandsApiService) CommandsList(ctx context.Context) CommandsApiCommandsListRequest
- func (a *CommandsApiService) CommandsListExecute(r CommandsApiCommandsListRequest) (*Commandslist, *http.Response, error)
- func (a *CommandsApiService) CommandsPost(ctx context.Context) CommandsApiCommandsPostRequest
- func (a *CommandsApiService) CommandsPostExecute(r CommandsApiCommandsPostRequest) (*Command, *http.Response, error)
- func (a *CommandsApiService) CommandsPut(ctx context.Context, id string) CommandsApiCommandsPutRequest
- func (a *CommandsApiService) CommandsPutExecute(r CommandsApiCommandsPutRequest) (*Command, *http.Response, error)
- type Commandslist
- func (o *Commandslist) GetResults() []CommandslistResultsInner
- func (o *Commandslist) GetResultsOk() ([]CommandslistResultsInner, bool)
- func (o *Commandslist) GetTotalCount() int32
- func (o *Commandslist) GetTotalCountOk() (*int32, bool)
- func (o *Commandslist) HasResults() bool
- func (o *Commandslist) HasTotalCount() bool
- func (o Commandslist) MarshalJSON() ([]byte, error)
- func (o *Commandslist) SetResults(v []CommandslistResultsInner)
- func (o *Commandslist) SetTotalCount(v int32)
- func (o Commandslist) ToMap() (map[string]interface{}, error)
- func (o *Commandslist) UnmarshalJSON(bytes []byte) (err error)
- type CommandslistResultsInner
- func (o *CommandslistResultsInner) GetCommand() string
- func (o *CommandslistResultsInner) GetCommandOk() (*string, bool)
- func (o *CommandslistResultsInner) GetCommandType() string
- func (o *CommandslistResultsInner) GetCommandTypeOk() (*string, bool)
- func (o *CommandslistResultsInner) GetId() string
- func (o *CommandslistResultsInner) GetIdOk() (*string, bool)
- func (o *CommandslistResultsInner) GetLaunchType() string
- func (o *CommandslistResultsInner) GetLaunchTypeOk() (*string, bool)
- func (o *CommandslistResultsInner) GetListensTo() string
- func (o *CommandslistResultsInner) GetListensToOk() (*string, bool)
- func (o *CommandslistResultsInner) GetName() string
- func (o *CommandslistResultsInner) GetNameOk() (*string, bool)
- func (o *CommandslistResultsInner) GetOrganization() string
- func (o *CommandslistResultsInner) GetOrganizationOk() (*string, bool)
- func (o *CommandslistResultsInner) GetSchedule() string
- func (o *CommandslistResultsInner) GetScheduleOk() (*string, bool)
- func (o *CommandslistResultsInner) GetScheduleRepeatType() string
- func (o *CommandslistResultsInner) GetScheduleRepeatTypeOk() (*string, bool)
- func (o *CommandslistResultsInner) GetTrigger() string
- func (o *CommandslistResultsInner) GetTriggerOk() (*string, bool)
- func (o *CommandslistResultsInner) HasCommand() bool
- func (o *CommandslistResultsInner) HasCommandType() bool
- func (o *CommandslistResultsInner) HasId() bool
- func (o *CommandslistResultsInner) HasLaunchType() bool
- func (o *CommandslistResultsInner) HasListensTo() bool
- func (o *CommandslistResultsInner) HasName() bool
- func (o *CommandslistResultsInner) HasOrganization() bool
- func (o *CommandslistResultsInner) HasSchedule() bool
- func (o *CommandslistResultsInner) HasScheduleRepeatType() bool
- func (o *CommandslistResultsInner) HasTrigger() bool
- func (o CommandslistResultsInner) MarshalJSON() ([]byte, error)
- func (o *CommandslistResultsInner) SetCommand(v string)
- func (o *CommandslistResultsInner) SetCommandType(v string)
- func (o *CommandslistResultsInner) SetId(v string)
- func (o *CommandslistResultsInner) SetLaunchType(v string)
- func (o *CommandslistResultsInner) SetListensTo(v string)
- func (o *CommandslistResultsInner) SetName(v string)
- func (o *CommandslistResultsInner) SetOrganization(v string)
- func (o *CommandslistResultsInner) SetSchedule(v string)
- func (o *CommandslistResultsInner) SetScheduleRepeatType(v string)
- func (o *CommandslistResultsInner) SetTrigger(v string)
- func (o CommandslistResultsInner) ToMap() (map[string]interface{}, error)
- func (o *CommandslistResultsInner) UnmarshalJSON(bytes []byte) (err error)
- type Configuration
- type Error
- func (o *Error) GetCode() int32
- func (o *Error) GetCodeOk() (*int32, bool)
- func (o *Error) GetMessage() string
- func (o *Error) GetMessageOk() (*string, bool)
- func (o *Error) GetStatus() string
- func (o *Error) GetStatusOk() (*string, bool)
- func (o *Error) HasCode() bool
- func (o *Error) HasMessage() bool
- func (o *Error) HasStatus() bool
- func (o Error) MarshalJSON() ([]byte, error)
- func (o *Error) SetCode(v int32)
- func (o *Error) SetMessage(v string)
- func (o *Error) SetStatus(v string)
- func (o Error) ToMap() (map[string]interface{}, error)
- func (o *Error) UnmarshalJSON(bytes []byte) (err error)
- type ErrorDetails
- func (o *ErrorDetails) GetCode() int32
- func (o *ErrorDetails) GetCodeOk() (*int32, bool)
- func (o *ErrorDetails) GetDetails() []map[string]interface{}
- func (o *ErrorDetails) GetDetailsOk() ([]map[string]interface{}, bool)
- func (o *ErrorDetails) GetMessage() string
- func (o *ErrorDetails) GetMessageOk() (*string, bool)
- func (o *ErrorDetails) GetStatus() string
- func (o *ErrorDetails) GetStatusOk() (*string, bool)
- func (o *ErrorDetails) HasCode() bool
- func (o *ErrorDetails) HasDetails() bool
- func (o *ErrorDetails) HasMessage() bool
- func (o *ErrorDetails) HasStatus() bool
- func (o ErrorDetails) MarshalJSON() ([]byte, error)
- func (o *ErrorDetails) SetCode(v int32)
- func (o *ErrorDetails) SetDetails(v []map[string]interface{})
- func (o *ErrorDetails) SetMessage(v string)
- func (o *ErrorDetails) SetStatus(v string)
- func (o ErrorDetails) ToMap() (map[string]interface{}, error)
- func (o *ErrorDetails) UnmarshalJSON(bytes []byte) (err error)
- type ErrorDetailsAllOf
- func (o *ErrorDetailsAllOf) GetDetails() []map[string]interface{}
- func (o *ErrorDetailsAllOf) GetDetailsOk() ([]map[string]interface{}, bool)
- func (o *ErrorDetailsAllOf) HasDetails() bool
- func (o ErrorDetailsAllOf) MarshalJSON() ([]byte, error)
- func (o *ErrorDetailsAllOf) SetDetails(v []map[string]interface{})
- func (o ErrorDetailsAllOf) ToMap() (map[string]interface{}, error)
- func (o *ErrorDetailsAllOf) UnmarshalJSON(bytes []byte) (err error)
- type Fde
- func (o *Fde) GetActive() bool
- func (o *Fde) GetActiveOk() (*bool, bool)
- func (o *Fde) GetKeyPresent() bool
- func (o *Fde) GetKeyPresentOk() (*bool, bool)
- func (o *Fde) HasActive() bool
- func (o *Fde) HasKeyPresent() bool
- func (o Fde) MarshalJSON() ([]byte, error)
- func (o *Fde) SetActive(v bool)
- func (o *Fde) SetKeyPresent(v bool)
- func (o Fde) ToMap() (map[string]interface{}, error)
- func (o *Fde) UnmarshalJSON(bytes []byte) (err error)
- type GenericOpenAPIError
- type ManagedServiceProviderApiAdminTotpresetBeginRequest
- type ManagedServiceProviderApiOrganizationListRequest
- func (r ManagedServiceProviderApiOrganizationListRequest) Execute() (*Organizationslist, *http.Response, error)
- func (r ManagedServiceProviderApiOrganizationListRequest) Fields(fields string) ManagedServiceProviderApiOrganizationListRequest
- func (r ManagedServiceProviderApiOrganizationListRequest) Filter(filter string) ManagedServiceProviderApiOrganizationListRequest
- func (r ManagedServiceProviderApiOrganizationListRequest) Limit(limit int32) ManagedServiceProviderApiOrganizationListRequest
- func (r ManagedServiceProviderApiOrganizationListRequest) Search(search string) ManagedServiceProviderApiOrganizationListRequest
- func (r ManagedServiceProviderApiOrganizationListRequest) Skip(skip int32) ManagedServiceProviderApiOrganizationListRequest
- func (r ManagedServiceProviderApiOrganizationListRequest) Sort(sort string) ManagedServiceProviderApiOrganizationListRequest
- func (r ManagedServiceProviderApiOrganizationListRequest) SortIgnoreCase(sortIgnoreCase string) ManagedServiceProviderApiOrganizationListRequest
- type ManagedServiceProviderApiService
- func (a *ManagedServiceProviderApiService) AdminTotpresetBegin(ctx context.Context, id string) ManagedServiceProviderApiAdminTotpresetBeginRequest
- func (a *ManagedServiceProviderApiService) AdminTotpresetBeginExecute(r ManagedServiceProviderApiAdminTotpresetBeginRequest) (*http.Response, error)
- func (a *ManagedServiceProviderApiService) OrganizationList(ctx context.Context) ManagedServiceProviderApiOrganizationListRequest
- func (a *ManagedServiceProviderApiService) OrganizationListExecute(r ManagedServiceProviderApiOrganizationListRequest) (*Organizationslist, *http.Response, error)
- func (a *ManagedServiceProviderApiService) UsersPut(ctx context.Context, id string) ManagedServiceProviderApiUsersPutRequest
- func (a *ManagedServiceProviderApiService) UsersPutExecute(r ManagedServiceProviderApiUsersPutRequest) (*Userreturn, *http.Response, error)
- func (a *ManagedServiceProviderApiService) UsersReactivateGet(ctx context.Context, id string) ManagedServiceProviderApiUsersReactivateGetRequest
- func (a *ManagedServiceProviderApiService) UsersReactivateGetExecute(r ManagedServiceProviderApiUsersReactivateGetRequest) (*http.Response, error)
- type ManagedServiceProviderApiUsersPutRequest
- func (r ManagedServiceProviderApiUsersPutRequest) Body(body Userput) ManagedServiceProviderApiUsersPutRequest
- func (r ManagedServiceProviderApiUsersPutRequest) Execute() (*Userreturn, *http.Response, error)
- func (r ManagedServiceProviderApiUsersPutRequest) XOrgId(xOrgId string) ManagedServiceProviderApiUsersPutRequest
- type ManagedServiceProviderApiUsersReactivateGetRequest
- type MappedNullable
- type Mfa
- func (o *Mfa) GetConfigured() bool
- func (o *Mfa) GetConfiguredOk() (*bool, bool)
- func (o *Mfa) GetExclusion() bool
- func (o *Mfa) GetExclusionDays() int32
- func (o *Mfa) GetExclusionDaysOk() (*int32, bool)
- func (o *Mfa) GetExclusionOk() (*bool, bool)
- func (o *Mfa) GetExclusionUntil() time.Time
- func (o *Mfa) GetExclusionUntilOk() (*time.Time, bool)
- func (o *Mfa) HasConfigured() bool
- func (o *Mfa) HasExclusion() bool
- func (o *Mfa) HasExclusionDays() bool
- func (o *Mfa) HasExclusionUntil() bool
- func (o Mfa) MarshalJSON() ([]byte, error)
- func (o *Mfa) SetConfigured(v bool)
- func (o *Mfa) SetExclusion(v bool)
- func (o *Mfa) SetExclusionDays(v int32)
- func (o *Mfa) SetExclusionUntil(v time.Time)
- func (o Mfa) ToMap() (map[string]interface{}, error)
- func (o *Mfa) UnmarshalJSON(bytes []byte) (err error)
- type MfaEnrollment
- func (o *MfaEnrollment) GetOverallStatus() MfaEnrollmentStatus
- func (o *MfaEnrollment) GetOverallStatusOk() (*MfaEnrollmentStatus, bool)
- func (o *MfaEnrollment) GetPushStatus() MfaEnrollmentStatus
- func (o *MfaEnrollment) GetPushStatusOk() (*MfaEnrollmentStatus, bool)
- func (o *MfaEnrollment) GetTotpStatus() MfaEnrollmentStatus
- func (o *MfaEnrollment) GetTotpStatusOk() (*MfaEnrollmentStatus, bool)
- func (o *MfaEnrollment) GetWebAuthnStatus() MfaEnrollmentStatus
- func (o *MfaEnrollment) GetWebAuthnStatusOk() (*MfaEnrollmentStatus, bool)
- func (o *MfaEnrollment) HasOverallStatus() bool
- func (o *MfaEnrollment) HasPushStatus() bool
- func (o *MfaEnrollment) HasTotpStatus() bool
- func (o *MfaEnrollment) HasWebAuthnStatus() bool
- func (o MfaEnrollment) MarshalJSON() ([]byte, error)
- func (o *MfaEnrollment) SetOverallStatus(v MfaEnrollmentStatus)
- func (o *MfaEnrollment) SetPushStatus(v MfaEnrollmentStatus)
- func (o *MfaEnrollment) SetTotpStatus(v MfaEnrollmentStatus)
- func (o *MfaEnrollment) SetWebAuthnStatus(v MfaEnrollmentStatus)
- func (o MfaEnrollment) ToMap() (map[string]interface{}, error)
- func (o *MfaEnrollment) UnmarshalJSON(bytes []byte) (err error)
- type MfaEnrollmentStatus
- type NullableApplication
- func (v NullableApplication) Get() *Application
- func (v NullableApplication) IsSet() bool
- func (v NullableApplication) MarshalJSON() ([]byte, error)
- func (v *NullableApplication) Set(val *Application)
- func (v *NullableApplication) UnmarshalJSON(src []byte) error
- func (v *NullableApplication) Unset()
- type NullableApplicationConfig
- func (v NullableApplicationConfig) Get() *ApplicationConfig
- func (v NullableApplicationConfig) IsSet() bool
- func (v NullableApplicationConfig) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationConfig) Set(val *ApplicationConfig)
- func (v *NullableApplicationConfig) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationConfig) Unset()
- type NullableApplicationConfigAcsUrl
- func (v NullableApplicationConfigAcsUrl) Get() *ApplicationConfigAcsUrl
- func (v NullableApplicationConfigAcsUrl) IsSet() bool
- func (v NullableApplicationConfigAcsUrl) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationConfigAcsUrl) Set(val *ApplicationConfigAcsUrl)
- func (v *NullableApplicationConfigAcsUrl) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationConfigAcsUrl) Unset()
- type NullableApplicationConfigAcsUrlTooltip
- func (v NullableApplicationConfigAcsUrlTooltip) Get() *ApplicationConfigAcsUrlTooltip
- func (v NullableApplicationConfigAcsUrlTooltip) IsSet() bool
- func (v NullableApplicationConfigAcsUrlTooltip) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationConfigAcsUrlTooltip) Set(val *ApplicationConfigAcsUrlTooltip)
- func (v *NullableApplicationConfigAcsUrlTooltip) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationConfigAcsUrlTooltip) Unset()
- type NullableApplicationConfigAcsUrlTooltipVariables
- func (v NullableApplicationConfigAcsUrlTooltipVariables) Get() *ApplicationConfigAcsUrlTooltipVariables
- func (v NullableApplicationConfigAcsUrlTooltipVariables) IsSet() bool
- func (v NullableApplicationConfigAcsUrlTooltipVariables) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationConfigAcsUrlTooltipVariables) Set(val *ApplicationConfigAcsUrlTooltipVariables)
- func (v *NullableApplicationConfigAcsUrlTooltipVariables) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationConfigAcsUrlTooltipVariables) Unset()
- type NullableApplicationConfigConstantAttributes
- func (v NullableApplicationConfigConstantAttributes) Get() *ApplicationConfigConstantAttributes
- func (v NullableApplicationConfigConstantAttributes) IsSet() bool
- func (v NullableApplicationConfigConstantAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationConfigConstantAttributes) Set(val *ApplicationConfigConstantAttributes)
- func (v *NullableApplicationConfigConstantAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationConfigConstantAttributes) Unset()
- type NullableApplicationConfigConstantAttributesValueInner
- func (v NullableApplicationConfigConstantAttributesValueInner) Get() *ApplicationConfigConstantAttributesValueInner
- func (v NullableApplicationConfigConstantAttributesValueInner) IsSet() bool
- func (v NullableApplicationConfigConstantAttributesValueInner) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationConfigConstantAttributesValueInner) Set(val *ApplicationConfigConstantAttributesValueInner)
- func (v *NullableApplicationConfigConstantAttributesValueInner) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationConfigConstantAttributesValueInner) Unset()
- type NullableApplicationConfigDatabaseAttributes
- func (v NullableApplicationConfigDatabaseAttributes) Get() *ApplicationConfigDatabaseAttributes
- func (v NullableApplicationConfigDatabaseAttributes) IsSet() bool
- func (v NullableApplicationConfigDatabaseAttributes) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationConfigDatabaseAttributes) Set(val *ApplicationConfigDatabaseAttributes)
- func (v *NullableApplicationConfigDatabaseAttributes) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationConfigDatabaseAttributes) Unset()
- type NullableApplicationLogo
- func (v NullableApplicationLogo) Get() *ApplicationLogo
- func (v NullableApplicationLogo) IsSet() bool
- func (v NullableApplicationLogo) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationLogo) Set(val *ApplicationLogo)
- func (v *NullableApplicationLogo) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationLogo) Unset()
- type NullableApplicationslist
- func (v NullableApplicationslist) Get() *Applicationslist
- func (v NullableApplicationslist) IsSet() bool
- func (v NullableApplicationslist) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationslist) Set(val *Applicationslist)
- func (v *NullableApplicationslist) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationslist) Unset()
- type NullableApplicationtemplate
- func (v NullableApplicationtemplate) Get() *Applicationtemplate
- func (v NullableApplicationtemplate) IsSet() bool
- func (v NullableApplicationtemplate) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationtemplate) Set(val *Applicationtemplate)
- func (v *NullableApplicationtemplate) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationtemplate) Unset()
- type NullableApplicationtemplateJit
- func (v NullableApplicationtemplateJit) Get() *ApplicationtemplateJit
- func (v NullableApplicationtemplateJit) IsSet() bool
- func (v NullableApplicationtemplateJit) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationtemplateJit) Set(val *ApplicationtemplateJit)
- func (v *NullableApplicationtemplateJit) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationtemplateJit) Unset()
- type NullableApplicationtemplateLogo
- func (v NullableApplicationtemplateLogo) Get() *ApplicationtemplateLogo
- func (v NullableApplicationtemplateLogo) IsSet() bool
- func (v NullableApplicationtemplateLogo) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationtemplateLogo) Set(val *ApplicationtemplateLogo)
- func (v *NullableApplicationtemplateLogo) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationtemplateLogo) Unset()
- type NullableApplicationtemplateOidc
- func (v NullableApplicationtemplateOidc) Get() *ApplicationtemplateOidc
- func (v NullableApplicationtemplateOidc) IsSet() bool
- func (v NullableApplicationtemplateOidc) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationtemplateOidc) Set(val *ApplicationtemplateOidc)
- func (v *NullableApplicationtemplateOidc) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationtemplateOidc) Unset()
- type NullableApplicationtemplateProvision
- func (v NullableApplicationtemplateProvision) Get() *ApplicationtemplateProvision
- func (v NullableApplicationtemplateProvision) IsSet() bool
- func (v NullableApplicationtemplateProvision) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationtemplateProvision) Set(val *ApplicationtemplateProvision)
- func (v *NullableApplicationtemplateProvision) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationtemplateProvision) Unset()
- type NullableApplicationtemplateslist
- func (v NullableApplicationtemplateslist) Get() *Applicationtemplateslist
- func (v NullableApplicationtemplateslist) IsSet() bool
- func (v NullableApplicationtemplateslist) MarshalJSON() ([]byte, error)
- func (v *NullableApplicationtemplateslist) Set(val *Applicationtemplateslist)
- func (v *NullableApplicationtemplateslist) UnmarshalJSON(src []byte) error
- func (v *NullableApplicationtemplateslist) Unset()
- type NullableBool
- type NullableCommand
- type NullableCommandfilereturn
- func (v NullableCommandfilereturn) Get() *Commandfilereturn
- func (v NullableCommandfilereturn) IsSet() bool
- func (v NullableCommandfilereturn) MarshalJSON() ([]byte, error)
- func (v *NullableCommandfilereturn) Set(val *Commandfilereturn)
- func (v *NullableCommandfilereturn) UnmarshalJSON(src []byte) error
- func (v *NullableCommandfilereturn) Unset()
- type NullableCommandfilereturnResultsInner
- func (v NullableCommandfilereturnResultsInner) Get() *CommandfilereturnResultsInner
- func (v NullableCommandfilereturnResultsInner) IsSet() bool
- func (v NullableCommandfilereturnResultsInner) MarshalJSON() ([]byte, error)
- func (v *NullableCommandfilereturnResultsInner) Set(val *CommandfilereturnResultsInner)
- func (v *NullableCommandfilereturnResultsInner) UnmarshalJSON(src []byte) error
- func (v *NullableCommandfilereturnResultsInner) Unset()
- type NullableCommandresult
- func (v NullableCommandresult) Get() *Commandresult
- func (v NullableCommandresult) IsSet() bool
- func (v NullableCommandresult) MarshalJSON() ([]byte, error)
- func (v *NullableCommandresult) Set(val *Commandresult)
- func (v *NullableCommandresult) UnmarshalJSON(src []byte) error
- func (v *NullableCommandresult) Unset()
- type NullableCommandresultResponse
- func (v NullableCommandresultResponse) Get() *CommandresultResponse
- func (v NullableCommandresultResponse) IsSet() bool
- func (v NullableCommandresultResponse) MarshalJSON() ([]byte, error)
- func (v *NullableCommandresultResponse) Set(val *CommandresultResponse)
- func (v *NullableCommandresultResponse) UnmarshalJSON(src []byte) error
- func (v *NullableCommandresultResponse) Unset()
- type NullableCommandresultResponseData
- func (v NullableCommandresultResponseData) Get() *CommandresultResponseData
- func (v NullableCommandresultResponseData) IsSet() bool
- func (v NullableCommandresultResponseData) MarshalJSON() ([]byte, error)
- func (v *NullableCommandresultResponseData) Set(val *CommandresultResponseData)
- func (v *NullableCommandresultResponseData) UnmarshalJSON(src []byte) error
- func (v *NullableCommandresultResponseData) Unset()
- type NullableCommandresultslist
- func (v NullableCommandresultslist) Get() *Commandresultslist
- func (v NullableCommandresultslist) IsSet() bool
- func (v NullableCommandresultslist) MarshalJSON() ([]byte, error)
- func (v *NullableCommandresultslist) Set(val *Commandresultslist)
- func (v *NullableCommandresultslist) UnmarshalJSON(src []byte) error
- func (v *NullableCommandresultslist) Unset()
- type NullableCommandresultslistResultsInner
- func (v NullableCommandresultslistResultsInner) Get() *CommandresultslistResultsInner
- func (v NullableCommandresultslistResultsInner) IsSet() bool
- func (v NullableCommandresultslistResultsInner) MarshalJSON() ([]byte, error)
- func (v *NullableCommandresultslistResultsInner) Set(val *CommandresultslistResultsInner)
- func (v *NullableCommandresultslistResultsInner) UnmarshalJSON(src []byte) error
- func (v *NullableCommandresultslistResultsInner) Unset()
- type NullableCommandslist
- func (v NullableCommandslist) Get() *Commandslist
- func (v NullableCommandslist) IsSet() bool
- func (v NullableCommandslist) MarshalJSON() ([]byte, error)
- func (v *NullableCommandslist) Set(val *Commandslist)
- func (v *NullableCommandslist) UnmarshalJSON(src []byte) error
- func (v *NullableCommandslist) Unset()
- type NullableCommandslistResultsInner
- func (v NullableCommandslistResultsInner) Get() *CommandslistResultsInner
- func (v NullableCommandslistResultsInner) IsSet() bool
- func (v NullableCommandslistResultsInner) MarshalJSON() ([]byte, error)
- func (v *NullableCommandslistResultsInner) Set(val *CommandslistResultsInner)
- func (v *NullableCommandslistResultsInner) UnmarshalJSON(src []byte) error
- func (v *NullableCommandslistResultsInner) Unset()
- type NullableError
- type NullableErrorDetails
- func (v NullableErrorDetails) Get() *ErrorDetails
- func (v NullableErrorDetails) IsSet() bool
- func (v NullableErrorDetails) MarshalJSON() ([]byte, error)
- func (v *NullableErrorDetails) Set(val *ErrorDetails)
- func (v *NullableErrorDetails) UnmarshalJSON(src []byte) error
- func (v *NullableErrorDetails) Unset()
- type NullableErrorDetailsAllOf
- func (v NullableErrorDetailsAllOf) Get() *ErrorDetailsAllOf
- func (v NullableErrorDetailsAllOf) IsSet() bool
- func (v NullableErrorDetailsAllOf) MarshalJSON() ([]byte, error)
- func (v *NullableErrorDetailsAllOf) Set(val *ErrorDetailsAllOf)
- func (v *NullableErrorDetailsAllOf) UnmarshalJSON(src []byte) error
- func (v *NullableErrorDetailsAllOf) Unset()
- type NullableFde
- type NullableFloat32
- type NullableFloat64
- type NullableInt
- type NullableInt32
- type NullableInt64
- type NullableMfa
- type NullableMfaEnrollment
- func (v NullableMfaEnrollment) Get() *MfaEnrollment
- func (v NullableMfaEnrollment) IsSet() bool
- func (v NullableMfaEnrollment) MarshalJSON() ([]byte, error)
- func (v *NullableMfaEnrollment) Set(val *MfaEnrollment)
- func (v *NullableMfaEnrollment) UnmarshalJSON(src []byte) error
- func (v *NullableMfaEnrollment) Unset()
- type NullableMfaEnrollmentStatus
- func (v NullableMfaEnrollmentStatus) Get() *MfaEnrollmentStatus
- func (v NullableMfaEnrollmentStatus) IsSet() bool
- func (v NullableMfaEnrollmentStatus) MarshalJSON() ([]byte, error)
- func (v *NullableMfaEnrollmentStatus) Set(val *MfaEnrollmentStatus)
- func (v *NullableMfaEnrollmentStatus) UnmarshalJSON(src []byte) error
- func (v *NullableMfaEnrollmentStatus) Unset()
- type NullableOrganization
- func (v NullableOrganization) Get() *Organization
- func (v NullableOrganization) IsSet() bool
- func (v NullableOrganization) MarshalJSON() ([]byte, error)
- func (v *NullableOrganization) Set(val *Organization)
- func (v *NullableOrganization) UnmarshalJSON(src []byte) error
- func (v *NullableOrganization) Unset()
- type NullableOrganizationPutRequest
- func (v NullableOrganizationPutRequest) Get() *OrganizationPutRequest
- func (v NullableOrganizationPutRequest) IsSet() bool
- func (v NullableOrganizationPutRequest) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationPutRequest) Set(val *OrganizationPutRequest)
- func (v *NullableOrganizationPutRequest) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationPutRequest) Unset()
- type NullableOrganizationentitlement
- func (v NullableOrganizationentitlement) Get() *Organizationentitlement
- func (v NullableOrganizationentitlement) IsSet() bool
- func (v NullableOrganizationentitlement) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationentitlement) Set(val *Organizationentitlement)
- func (v *NullableOrganizationentitlement) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationentitlement) Unset()
- type NullableOrganizationentitlementEntitlementProductsInner
- func (v NullableOrganizationentitlementEntitlementProductsInner) Get() *OrganizationentitlementEntitlementProductsInner
- func (v NullableOrganizationentitlementEntitlementProductsInner) IsSet() bool
- func (v NullableOrganizationentitlementEntitlementProductsInner) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationentitlementEntitlementProductsInner) Set(val *OrganizationentitlementEntitlementProductsInner)
- func (v *NullableOrganizationentitlementEntitlementProductsInner) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationentitlementEntitlementProductsInner) Unset()
- type NullableOrganizationsettings
- func (v NullableOrganizationsettings) Get() *Organizationsettings
- func (v NullableOrganizationsettings) IsSet() bool
- func (v NullableOrganizationsettings) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsettings) Set(val *Organizationsettings)
- func (v *NullableOrganizationsettings) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsettings) Unset()
- type NullableOrganizationsettingsFeatures
- func (v NullableOrganizationsettingsFeatures) Get() *OrganizationsettingsFeatures
- func (v NullableOrganizationsettingsFeatures) IsSet() bool
- func (v NullableOrganizationsettingsFeatures) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsettingsFeatures) Set(val *OrganizationsettingsFeatures)
- func (v *NullableOrganizationsettingsFeatures) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsettingsFeatures) Unset()
- type NullableOrganizationsettingsFeaturesDirectoryInsights
- func (v NullableOrganizationsettingsFeaturesDirectoryInsights) Get() *OrganizationsettingsFeaturesDirectoryInsights
- func (v NullableOrganizationsettingsFeaturesDirectoryInsights) IsSet() bool
- func (v NullableOrganizationsettingsFeaturesDirectoryInsights) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsettingsFeaturesDirectoryInsights) Set(val *OrganizationsettingsFeaturesDirectoryInsights)
- func (v *NullableOrganizationsettingsFeaturesDirectoryInsights) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsettingsFeaturesDirectoryInsights) Unset()
- type NullableOrganizationsettingsFeaturesDirectoryInsightsPremium
- func (v NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) Get() *OrganizationsettingsFeaturesDirectoryInsightsPremium
- func (v NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) IsSet() bool
- func (v NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) Set(val *OrganizationsettingsFeaturesDirectoryInsightsPremium)
- func (v *NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) Unset()
- type NullableOrganizationsettingsFeaturesSystemInsights
- func (v NullableOrganizationsettingsFeaturesSystemInsights) Get() *OrganizationsettingsFeaturesSystemInsights
- func (v NullableOrganizationsettingsFeaturesSystemInsights) IsSet() bool
- func (v NullableOrganizationsettingsFeaturesSystemInsights) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsettingsFeaturesSystemInsights) Set(val *OrganizationsettingsFeaturesSystemInsights)
- func (v *NullableOrganizationsettingsFeaturesSystemInsights) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsettingsFeaturesSystemInsights) Unset()
- type NullableOrganizationsettingsNewSystemUserStateDefaults
- func (v NullableOrganizationsettingsNewSystemUserStateDefaults) Get() *OrganizationsettingsNewSystemUserStateDefaults
- func (v NullableOrganizationsettingsNewSystemUserStateDefaults) IsSet() bool
- func (v NullableOrganizationsettingsNewSystemUserStateDefaults) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsettingsNewSystemUserStateDefaults) Set(val *OrganizationsettingsNewSystemUserStateDefaults)
- func (v *NullableOrganizationsettingsNewSystemUserStateDefaults) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsettingsNewSystemUserStateDefaults) Unset()
- type NullableOrganizationsettingsPasswordPolicy
- func (v NullableOrganizationsettingsPasswordPolicy) Get() *OrganizationsettingsPasswordPolicy
- func (v NullableOrganizationsettingsPasswordPolicy) IsSet() bool
- func (v NullableOrganizationsettingsPasswordPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsettingsPasswordPolicy) Set(val *OrganizationsettingsPasswordPolicy)
- func (v *NullableOrganizationsettingsPasswordPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsettingsPasswordPolicy) Unset()
- type NullableOrganizationsettingsUserPortal
- func (v NullableOrganizationsettingsUserPortal) Get() *OrganizationsettingsUserPortal
- func (v NullableOrganizationsettingsUserPortal) IsSet() bool
- func (v NullableOrganizationsettingsUserPortal) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsettingsUserPortal) Set(val *OrganizationsettingsUserPortal)
- func (v *NullableOrganizationsettingsUserPortal) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsettingsUserPortal) Unset()
- type NullableOrganizationsettingsWindowsMDM
- func (v NullableOrganizationsettingsWindowsMDM) Get() *OrganizationsettingsWindowsMDM
- func (v NullableOrganizationsettingsWindowsMDM) IsSet() bool
- func (v NullableOrganizationsettingsWindowsMDM) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsettingsWindowsMDM) Set(val *OrganizationsettingsWindowsMDM)
- func (v *NullableOrganizationsettingsWindowsMDM) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsettingsWindowsMDM) Unset()
- type NullableOrganizationsettingsput
- func (v NullableOrganizationsettingsput) Get() *Organizationsettingsput
- func (v NullableOrganizationsettingsput) IsSet() bool
- func (v NullableOrganizationsettingsput) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsettingsput) Set(val *Organizationsettingsput)
- func (v *NullableOrganizationsettingsput) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsettingsput) Unset()
- type NullableOrganizationsettingsputNewSystemUserStateDefaults
- func (v NullableOrganizationsettingsputNewSystemUserStateDefaults) Get() *OrganizationsettingsputNewSystemUserStateDefaults
- func (v NullableOrganizationsettingsputNewSystemUserStateDefaults) IsSet() bool
- func (v NullableOrganizationsettingsputNewSystemUserStateDefaults) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsettingsputNewSystemUserStateDefaults) Set(val *OrganizationsettingsputNewSystemUserStateDefaults)
- func (v *NullableOrganizationsettingsputNewSystemUserStateDefaults) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsettingsputNewSystemUserStateDefaults) Unset()
- type NullableOrganizationsettingsputPasswordPolicy
- func (v NullableOrganizationsettingsputPasswordPolicy) Get() *OrganizationsettingsputPasswordPolicy
- func (v NullableOrganizationsettingsputPasswordPolicy) IsSet() bool
- func (v NullableOrganizationsettingsputPasswordPolicy) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationsettingsputPasswordPolicy) Set(val *OrganizationsettingsputPasswordPolicy)
- func (v *NullableOrganizationsettingsputPasswordPolicy) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationsettingsputPasswordPolicy) Unset()
- type NullableOrganizationslist
- func (v NullableOrganizationslist) Get() *Organizationslist
- func (v NullableOrganizationslist) IsSet() bool
- func (v NullableOrganizationslist) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationslist) Set(val *Organizationslist)
- func (v *NullableOrganizationslist) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationslist) Unset()
- type NullableOrganizationslistResultsInner
- func (v NullableOrganizationslistResultsInner) Get() *OrganizationslistResultsInner
- func (v NullableOrganizationslistResultsInner) IsSet() bool
- func (v NullableOrganizationslistResultsInner) MarshalJSON() ([]byte, error)
- func (v *NullableOrganizationslistResultsInner) Set(val *OrganizationslistResultsInner)
- func (v *NullableOrganizationslistResultsInner) UnmarshalJSON(src []byte) error
- func (v *NullableOrganizationslistResultsInner) Unset()
- type NullableRadiusServersPutRequest
- func (v NullableRadiusServersPutRequest) Get() *RadiusServersPutRequest
- func (v NullableRadiusServersPutRequest) IsSet() bool
- func (v NullableRadiusServersPutRequest) MarshalJSON() ([]byte, error)
- func (v *NullableRadiusServersPutRequest) Set(val *RadiusServersPutRequest)
- func (v *NullableRadiusServersPutRequest) UnmarshalJSON(src []byte) error
- func (v *NullableRadiusServersPutRequest) Unset()
- type NullableRadiusserver
- func (v NullableRadiusserver) Get() *Radiusserver
- func (v NullableRadiusserver) IsSet() bool
- func (v NullableRadiusserver) MarshalJSON() ([]byte, error)
- func (v *NullableRadiusserver) Set(val *Radiusserver)
- func (v *NullableRadiusserver) UnmarshalJSON(src []byte) error
- func (v *NullableRadiusserver) Unset()
- type NullableRadiusserverpost
- func (v NullableRadiusserverpost) Get() *Radiusserverpost
- func (v NullableRadiusserverpost) IsSet() bool
- func (v NullableRadiusserverpost) MarshalJSON() ([]byte, error)
- func (v *NullableRadiusserverpost) Set(val *Radiusserverpost)
- func (v *NullableRadiusserverpost) UnmarshalJSON(src []byte) error
- func (v *NullableRadiusserverpost) Unset()
- type NullableRadiusserverput
- func (v NullableRadiusserverput) Get() *Radiusserverput
- func (v NullableRadiusserverput) IsSet() bool
- func (v NullableRadiusserverput) MarshalJSON() ([]byte, error)
- func (v *NullableRadiusserverput) Set(val *Radiusserverput)
- func (v *NullableRadiusserverput) UnmarshalJSON(src []byte) error
- func (v *NullableRadiusserverput) Unset()
- type NullableRadiusserverslist
- func (v NullableRadiusserverslist) Get() *Radiusserverslist
- func (v NullableRadiusserverslist) IsSet() bool
- func (v NullableRadiusserverslist) MarshalJSON() ([]byte, error)
- func (v *NullableRadiusserverslist) Set(val *Radiusserverslist)
- func (v *NullableRadiusserverslist) UnmarshalJSON(src []byte) error
- func (v *NullableRadiusserverslist) Unset()
- type NullableSearch
- type NullableSshkeylist
- type NullableSshkeypost
- type NullableSso
- type NullableString
- type NullableSystem
- type NullableSystemBuiltInCommandsInner
- func (v NullableSystemBuiltInCommandsInner) Get() *SystemBuiltInCommandsInner
- func (v NullableSystemBuiltInCommandsInner) IsSet() bool
- func (v NullableSystemBuiltInCommandsInner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemBuiltInCommandsInner) Set(val *SystemBuiltInCommandsInner)
- func (v *NullableSystemBuiltInCommandsInner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemBuiltInCommandsInner) Unset()
- type NullableSystemDomainInfo
- func (v NullableSystemDomainInfo) Get() *SystemDomainInfo
- func (v NullableSystemDomainInfo) IsSet() bool
- func (v NullableSystemDomainInfo) MarshalJSON() ([]byte, error)
- func (v *NullableSystemDomainInfo) Set(val *SystemDomainInfo)
- func (v *NullableSystemDomainInfo) UnmarshalJSON(src []byte) error
- func (v *NullableSystemDomainInfo) Unset()
- type NullableSystemMdm
- type NullableSystemMdmInternal
- func (v NullableSystemMdmInternal) Get() *SystemMdmInternal
- func (v NullableSystemMdmInternal) IsSet() bool
- func (v NullableSystemMdmInternal) MarshalJSON() ([]byte, error)
- func (v *NullableSystemMdmInternal) Set(val *SystemMdmInternal)
- func (v *NullableSystemMdmInternal) UnmarshalJSON(src []byte) error
- func (v *NullableSystemMdmInternal) Unset()
- type NullableSystemNetworkInterfacesInner
- func (v NullableSystemNetworkInterfacesInner) Get() *SystemNetworkInterfacesInner
- func (v NullableSystemNetworkInterfacesInner) IsSet() bool
- func (v NullableSystemNetworkInterfacesInner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemNetworkInterfacesInner) Set(val *SystemNetworkInterfacesInner)
- func (v *NullableSystemNetworkInterfacesInner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemNetworkInterfacesInner) Unset()
- type NullableSystemOsVersionDetail
- func (v NullableSystemOsVersionDetail) Get() *SystemOsVersionDetail
- func (v NullableSystemOsVersionDetail) IsSet() bool
- func (v NullableSystemOsVersionDetail) MarshalJSON() ([]byte, error)
- func (v *NullableSystemOsVersionDetail) Set(val *SystemOsVersionDetail)
- func (v *NullableSystemOsVersionDetail) UnmarshalJSON(src []byte) error
- func (v *NullableSystemOsVersionDetail) Unset()
- type NullableSystemProvisionMetadata
- func (v NullableSystemProvisionMetadata) Get() *SystemProvisionMetadata
- func (v NullableSystemProvisionMetadata) IsSet() bool
- func (v NullableSystemProvisionMetadata) MarshalJSON() ([]byte, error)
- func (v *NullableSystemProvisionMetadata) Set(val *SystemProvisionMetadata)
- func (v *NullableSystemProvisionMetadata) UnmarshalJSON(src []byte) error
- func (v *NullableSystemProvisionMetadata) Unset()
- type NullableSystemProvisionMetadataProvisioner
- func (v NullableSystemProvisionMetadataProvisioner) Get() *SystemProvisionMetadataProvisioner
- func (v NullableSystemProvisionMetadataProvisioner) IsSet() bool
- func (v NullableSystemProvisionMetadataProvisioner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemProvisionMetadataProvisioner) Set(val *SystemProvisionMetadataProvisioner)
- func (v *NullableSystemProvisionMetadataProvisioner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemProvisionMetadataProvisioner) Unset()
- type NullableSystemServiceAccountState
- func (v NullableSystemServiceAccountState) Get() *SystemServiceAccountState
- func (v NullableSystemServiceAccountState) IsSet() bool
- func (v NullableSystemServiceAccountState) MarshalJSON() ([]byte, error)
- func (v *NullableSystemServiceAccountState) Set(val *SystemServiceAccountState)
- func (v *NullableSystemServiceAccountState) UnmarshalJSON(src []byte) error
- func (v *NullableSystemServiceAccountState) Unset()
- type NullableSystemSshdParamsInner
- func (v NullableSystemSshdParamsInner) Get() *SystemSshdParamsInner
- func (v NullableSystemSshdParamsInner) IsSet() bool
- func (v NullableSystemSshdParamsInner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemSshdParamsInner) Set(val *SystemSshdParamsInner)
- func (v *NullableSystemSshdParamsInner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemSshdParamsInner) Unset()
- type NullableSystemSystemInsights
- func (v NullableSystemSystemInsights) Get() *SystemSystemInsights
- func (v NullableSystemSystemInsights) IsSet() bool
- func (v NullableSystemSystemInsights) MarshalJSON() ([]byte, error)
- func (v *NullableSystemSystemInsights) Set(val *SystemSystemInsights)
- func (v *NullableSystemSystemInsights) UnmarshalJSON(src []byte) error
- func (v *NullableSystemSystemInsights) Unset()
- type NullableSystemUserMetricsInner
- func (v NullableSystemUserMetricsInner) Get() *SystemUserMetricsInner
- func (v NullableSystemUserMetricsInner) IsSet() bool
- func (v NullableSystemUserMetricsInner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemUserMetricsInner) Set(val *SystemUserMetricsInner)
- func (v *NullableSystemUserMetricsInner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemUserMetricsInner) Unset()
- type NullableSystemput
- type NullableSystemputAgentBoundMessagesInner
- func (v NullableSystemputAgentBoundMessagesInner) Get() *SystemputAgentBoundMessagesInner
- func (v NullableSystemputAgentBoundMessagesInner) IsSet() bool
- func (v NullableSystemputAgentBoundMessagesInner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemputAgentBoundMessagesInner) Set(val *SystemputAgentBoundMessagesInner)
- func (v *NullableSystemputAgentBoundMessagesInner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemputAgentBoundMessagesInner) Unset()
- type NullableSystemslist
- func (v NullableSystemslist) Get() *Systemslist
- func (v NullableSystemslist) IsSet() bool
- func (v NullableSystemslist) MarshalJSON() ([]byte, error)
- func (v *NullableSystemslist) Set(val *Systemslist)
- func (v *NullableSystemslist) UnmarshalJSON(src []byte) error
- func (v *NullableSystemslist) Unset()
- type NullableSystemuserput
- func (v NullableSystemuserput) Get() *Systemuserput
- func (v NullableSystemuserput) IsSet() bool
- func (v NullableSystemuserput) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserput) Set(val *Systemuserput)
- func (v *NullableSystemuserput) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserput) Unset()
- type NullableSystemuserputAddressesInner
- func (v NullableSystemuserputAddressesInner) Get() *SystemuserputAddressesInner
- func (v NullableSystemuserputAddressesInner) IsSet() bool
- func (v NullableSystemuserputAddressesInner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserputAddressesInner) Set(val *SystemuserputAddressesInner)
- func (v *NullableSystemuserputAddressesInner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserputAddressesInner) Unset()
- type NullableSystemuserputAttributesInner
- func (v NullableSystemuserputAttributesInner) Get() *SystemuserputAttributesInner
- func (v NullableSystemuserputAttributesInner) IsSet() bool
- func (v NullableSystemuserputAttributesInner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserputAttributesInner) Set(val *SystemuserputAttributesInner)
- func (v *NullableSystemuserputAttributesInner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserputAttributesInner) Unset()
- type NullableSystemuserputPhoneNumbersInner
- func (v NullableSystemuserputPhoneNumbersInner) Get() *SystemuserputPhoneNumbersInner
- func (v NullableSystemuserputPhoneNumbersInner) IsSet() bool
- func (v NullableSystemuserputPhoneNumbersInner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserputPhoneNumbersInner) Set(val *SystemuserputPhoneNumbersInner)
- func (v *NullableSystemuserputPhoneNumbersInner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserputPhoneNumbersInner) Unset()
- type NullableSystemuserputRelationshipsInner
- func (v NullableSystemuserputRelationshipsInner) Get() *SystemuserputRelationshipsInner
- func (v NullableSystemuserputRelationshipsInner) IsSet() bool
- func (v NullableSystemuserputRelationshipsInner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserputRelationshipsInner) Set(val *SystemuserputRelationshipsInner)
- func (v *NullableSystemuserputRelationshipsInner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserputRelationshipsInner) Unset()
- type NullableSystemuserputpost
- func (v NullableSystemuserputpost) Get() *Systemuserputpost
- func (v NullableSystemuserputpost) IsSet() bool
- func (v NullableSystemuserputpost) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserputpost) Set(val *Systemuserputpost)
- func (v *NullableSystemuserputpost) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserputpost) Unset()
- type NullableSystemuserputpostAddressesInner
- func (v NullableSystemuserputpostAddressesInner) Get() *SystemuserputpostAddressesInner
- func (v NullableSystemuserputpostAddressesInner) IsSet() bool
- func (v NullableSystemuserputpostAddressesInner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserputpostAddressesInner) Set(val *SystemuserputpostAddressesInner)
- func (v *NullableSystemuserputpostAddressesInner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserputpostAddressesInner) Unset()
- type NullableSystemuserputpostPhoneNumbersInner
- func (v NullableSystemuserputpostPhoneNumbersInner) Get() *SystemuserputpostPhoneNumbersInner
- func (v NullableSystemuserputpostPhoneNumbersInner) IsSet() bool
- func (v NullableSystemuserputpostPhoneNumbersInner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserputpostPhoneNumbersInner) Set(val *SystemuserputpostPhoneNumbersInner)
- func (v *NullableSystemuserputpostPhoneNumbersInner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserputpostPhoneNumbersInner) Unset()
- type NullableSystemuserputpostRecoveryEmail
- func (v NullableSystemuserputpostRecoveryEmail) Get() *SystemuserputpostRecoveryEmail
- func (v NullableSystemuserputpostRecoveryEmail) IsSet() bool
- func (v NullableSystemuserputpostRecoveryEmail) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserputpostRecoveryEmail) Set(val *SystemuserputpostRecoveryEmail)
- func (v *NullableSystemuserputpostRecoveryEmail) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserputpostRecoveryEmail) Unset()
- type NullableSystemuserreturn
- func (v NullableSystemuserreturn) Get() *Systemuserreturn
- func (v NullableSystemuserreturn) IsSet() bool
- func (v NullableSystemuserreturn) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserreturn) Set(val *Systemuserreturn)
- func (v *NullableSystemuserreturn) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserreturn) Unset()
- type NullableSystemuserreturnAddressesInner
- func (v NullableSystemuserreturnAddressesInner) Get() *SystemuserreturnAddressesInner
- func (v NullableSystemuserreturnAddressesInner) IsSet() bool
- func (v NullableSystemuserreturnAddressesInner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserreturnAddressesInner) Set(val *SystemuserreturnAddressesInner)
- func (v *NullableSystemuserreturnAddressesInner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserreturnAddressesInner) Unset()
- type NullableSystemuserreturnPhoneNumbersInner
- func (v NullableSystemuserreturnPhoneNumbersInner) Get() *SystemuserreturnPhoneNumbersInner
- func (v NullableSystemuserreturnPhoneNumbersInner) IsSet() bool
- func (v NullableSystemuserreturnPhoneNumbersInner) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserreturnPhoneNumbersInner) Set(val *SystemuserreturnPhoneNumbersInner)
- func (v *NullableSystemuserreturnPhoneNumbersInner) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserreturnPhoneNumbersInner) Unset()
- type NullableSystemuserreturnRecoveryEmail
- func (v NullableSystemuserreturnRecoveryEmail) Get() *SystemuserreturnRecoveryEmail
- func (v NullableSystemuserreturnRecoveryEmail) IsSet() bool
- func (v NullableSystemuserreturnRecoveryEmail) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserreturnRecoveryEmail) Set(val *SystemuserreturnRecoveryEmail)
- func (v *NullableSystemuserreturnRecoveryEmail) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserreturnRecoveryEmail) Unset()
- type NullableSystemusersResetmfaRequest
- func (v NullableSystemusersResetmfaRequest) Get() *SystemusersResetmfaRequest
- func (v NullableSystemusersResetmfaRequest) IsSet() bool
- func (v NullableSystemusersResetmfaRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSystemusersResetmfaRequest) Set(val *SystemusersResetmfaRequest)
- func (v *NullableSystemusersResetmfaRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSystemusersResetmfaRequest) Unset()
- type NullableSystemusersStateActivateRequest
- func (v NullableSystemusersStateActivateRequest) Get() *SystemusersStateActivateRequest
- func (v NullableSystemusersStateActivateRequest) IsSet() bool
- func (v NullableSystemusersStateActivateRequest) MarshalJSON() ([]byte, error)
- func (v *NullableSystemusersStateActivateRequest) Set(val *SystemusersStateActivateRequest)
- func (v *NullableSystemusersStateActivateRequest) UnmarshalJSON(src []byte) error
- func (v *NullableSystemusersStateActivateRequest) Unset()
- type NullableSystemuserslist
- func (v NullableSystemuserslist) Get() *Systemuserslist
- func (v NullableSystemuserslist) IsSet() bool
- func (v NullableSystemuserslist) MarshalJSON() ([]byte, error)
- func (v *NullableSystemuserslist) Set(val *Systemuserslist)
- func (v *NullableSystemuserslist) UnmarshalJSON(src []byte) error
- func (v *NullableSystemuserslist) Unset()
- type NullableTime
- type NullableTriggerreturn
- func (v NullableTriggerreturn) Get() *Triggerreturn
- func (v NullableTriggerreturn) IsSet() bool
- func (v NullableTriggerreturn) MarshalJSON() ([]byte, error)
- func (v *NullableTriggerreturn) Set(val *Triggerreturn)
- func (v *NullableTriggerreturn) UnmarshalJSON(src []byte) error
- func (v *NullableTriggerreturn) Unset()
- type NullableTrustedappConfigGet
- func (v NullableTrustedappConfigGet) Get() *TrustedappConfigGet
- func (v NullableTrustedappConfigGet) IsSet() bool
- func (v NullableTrustedappConfigGet) MarshalJSON() ([]byte, error)
- func (v *NullableTrustedappConfigGet) Set(val *TrustedappConfigGet)
- func (v *NullableTrustedappConfigGet) UnmarshalJSON(src []byte) error
- func (v *NullableTrustedappConfigGet) Unset()
- type NullableTrustedappConfigGetTrustedAppsInner
- func (v NullableTrustedappConfigGetTrustedAppsInner) Get() *TrustedappConfigGetTrustedAppsInner
- func (v NullableTrustedappConfigGetTrustedAppsInner) IsSet() bool
- func (v NullableTrustedappConfigGetTrustedAppsInner) MarshalJSON() ([]byte, error)
- func (v *NullableTrustedappConfigGetTrustedAppsInner) Set(val *TrustedappConfigGetTrustedAppsInner)
- func (v *NullableTrustedappConfigGetTrustedAppsInner) UnmarshalJSON(src []byte) error
- func (v *NullableTrustedappConfigGetTrustedAppsInner) Unset()
- type NullableTrustedappConfigPut
- func (v NullableTrustedappConfigPut) Get() *TrustedappConfigPut
- func (v NullableTrustedappConfigPut) IsSet() bool
- func (v NullableTrustedappConfigPut) MarshalJSON() ([]byte, error)
- func (v *NullableTrustedappConfigPut) Set(val *TrustedappConfigPut)
- func (v *NullableTrustedappConfigPut) UnmarshalJSON(src []byte) error
- func (v *NullableTrustedappConfigPut) Unset()
- type NullableUserput
- type NullableUserreturn
- type NullableUserreturnGrowthData
- func (v NullableUserreturnGrowthData) Get() *UserreturnGrowthData
- func (v NullableUserreturnGrowthData) IsSet() bool
- func (v NullableUserreturnGrowthData) MarshalJSON() ([]byte, error)
- func (v *NullableUserreturnGrowthData) Set(val *UserreturnGrowthData)
- func (v *NullableUserreturnGrowthData) UnmarshalJSON(src []byte) error
- func (v *NullableUserreturnGrowthData) Unset()
- type Organization
- func (o *Organization) GetAccountsReceivable() string
- func (o *Organization) GetAccountsReceivableOk() (*string, bool)
- func (o *Organization) GetCreated() string
- func (o *Organization) GetCreatedOk() (*string, bool)
- func (o *Organization) GetDisplayName() string
- func (o *Organization) GetDisplayNameOk() (*string, bool)
- func (o *Organization) GetEntitlement() Organizationentitlement
- func (o *Organization) GetEntitlementOk() (*Organizationentitlement, bool)
- func (o *Organization) GetHasCreditCard() bool
- func (o *Organization) GetHasCreditCardOk() (*bool, bool)
- func (o *Organization) GetHasStripeCustomerId() bool
- func (o *Organization) GetHasStripeCustomerIdOk() (*bool, bool)
- func (o *Organization) GetId() string
- func (o *Organization) GetIdOk() (*string, bool)
- func (o *Organization) GetLastEstimateCalculationTimeStamp() string
- func (o *Organization) GetLastEstimateCalculationTimeStampOk() (*string, bool)
- func (o *Organization) GetLastSfdcSyncStatus() map[string]interface{}
- func (o *Organization) GetLastSfdcSyncStatusOk() (map[string]interface{}, bool)
- func (o *Organization) GetLogoUrl() string
- func (o *Organization) GetLogoUrlOk() (*string, bool)
- func (o *Organization) GetProvider() string
- func (o *Organization) GetProviderOk() (*string, bool)
- func (o *Organization) GetSettings() Organizationsettings
- func (o *Organization) GetSettingsOk() (*Organizationsettings, bool)
- func (o *Organization) GetTotalBillingEstimate() int32
- func (o *Organization) GetTotalBillingEstimateOk() (*int32, bool)
- func (o *Organization) HasAccountsReceivable() bool
- func (o *Organization) HasCreated() bool
- func (o *Organization) HasDisplayName() bool
- func (o *Organization) HasEntitlement() bool
- func (o *Organization) HasHasCreditCard() bool
- func (o *Organization) HasHasStripeCustomerId() bool
- func (o *Organization) HasId() bool
- func (o *Organization) HasLastEstimateCalculationTimeStamp() bool
- func (o *Organization) HasLastSfdcSyncStatus() bool
- func (o *Organization) HasLogoUrl() bool
- func (o *Organization) HasProvider() bool
- func (o *Organization) HasSettings() bool
- func (o *Organization) HasTotalBillingEstimate() bool
- func (o Organization) MarshalJSON() ([]byte, error)
- func (o *Organization) SetAccountsReceivable(v string)
- func (o *Organization) SetCreated(v string)
- func (o *Organization) SetDisplayName(v string)
- func (o *Organization) SetEntitlement(v Organizationentitlement)
- func (o *Organization) SetHasCreditCard(v bool)
- func (o *Organization) SetHasStripeCustomerId(v bool)
- func (o *Organization) SetId(v string)
- func (o *Organization) SetLastEstimateCalculationTimeStamp(v string)
- func (o *Organization) SetLastSfdcSyncStatus(v map[string]interface{})
- func (o *Organization) SetLogoUrl(v string)
- func (o *Organization) SetProvider(v string)
- func (o *Organization) SetSettings(v Organizationsettings)
- func (o *Organization) SetTotalBillingEstimate(v int32)
- func (o Organization) ToMap() (map[string]interface{}, error)
- func (o *Organization) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationPutRequest
- func (o *OrganizationPutRequest) GetSettings() Organizationsettingsput
- func (o *OrganizationPutRequest) GetSettingsOk() (*Organizationsettingsput, bool)
- func (o *OrganizationPutRequest) HasSettings() bool
- func (o OrganizationPutRequest) MarshalJSON() ([]byte, error)
- func (o *OrganizationPutRequest) SetSettings(v Organizationsettingsput)
- func (o OrganizationPutRequest) ToMap() (map[string]interface{}, error)
- func (o *OrganizationPutRequest) UnmarshalJSON(bytes []byte) (err error)
- type Organizationentitlement
- func (o *Organizationentitlement) GetBillingModel() string
- func (o *Organizationentitlement) GetBillingModelOk() (*string, bool)
- func (o *Organizationentitlement) GetEntitlementProducts() []OrganizationentitlementEntitlementProductsInner
- func (o *Organizationentitlement) GetEntitlementProductsOk() ([]OrganizationentitlementEntitlementProductsInner, bool)
- func (o *Organizationentitlement) GetIsManuallyBilled() bool
- func (o *Organizationentitlement) GetIsManuallyBilledOk() (*bool, bool)
- func (o *Organizationentitlement) GetPricePerUserSum() int32
- func (o *Organizationentitlement) GetPricePerUserSumOk() (*int32, bool)
- func (o *Organizationentitlement) HasBillingModel() bool
- func (o *Organizationentitlement) HasEntitlementProducts() bool
- func (o *Organizationentitlement) HasIsManuallyBilled() bool
- func (o *Organizationentitlement) HasPricePerUserSum() bool
- func (o Organizationentitlement) MarshalJSON() ([]byte, error)
- func (o *Organizationentitlement) SetBillingModel(v string)
- func (o *Organizationentitlement) SetEntitlementProducts(v []OrganizationentitlementEntitlementProductsInner)
- func (o *Organizationentitlement) SetIsManuallyBilled(v bool)
- func (o *Organizationentitlement) SetPricePerUserSum(v int32)
- func (o Organizationentitlement) ToMap() (map[string]interface{}, error)
- func (o *Organizationentitlement) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationentitlementEntitlementProductsInner
- func (o *OrganizationentitlementEntitlementProductsInner) GetCommittedUsers() int32
- func (o *OrganizationentitlementEntitlementProductsInner) GetCommittedUsersOk() (*int32, bool)
- func (o *OrganizationentitlementEntitlementProductsInner) GetContractType() string
- func (o *OrganizationentitlementEntitlementProductsInner) GetContractTypeOk() (*string, bool)
- func (o *OrganizationentitlementEntitlementProductsInner) GetMaxUserCount() int32
- func (o *OrganizationentitlementEntitlementProductsInner) GetMaxUserCountOk() (*int32, bool)
- func (o *OrganizationentitlementEntitlementProductsInner) GetName() string
- func (o *OrganizationentitlementEntitlementProductsInner) GetNameOk() (*string, bool)
- func (o *OrganizationentitlementEntitlementProductsInner) GetPricePerUser() int32
- func (o *OrganizationentitlementEntitlementProductsInner) GetPricePerUserOk() (*int32, bool)
- func (o *OrganizationentitlementEntitlementProductsInner) GetProductCategory() string
- func (o *OrganizationentitlementEntitlementProductsInner) GetProductCategoryOk() (*string, bool)
- func (o *OrganizationentitlementEntitlementProductsInner) GetProductCode() string
- func (o *OrganizationentitlementEntitlementProductsInner) GetProductCodeOk() (*string, bool)
- func (o *OrganizationentitlementEntitlementProductsInner) GetUncommittedUsers() int32
- func (o *OrganizationentitlementEntitlementProductsInner) GetUncommittedUsersOk() (*int32, bool)
- func (o *OrganizationentitlementEntitlementProductsInner) HasCommittedUsers() bool
- func (o *OrganizationentitlementEntitlementProductsInner) HasContractType() bool
- func (o *OrganizationentitlementEntitlementProductsInner) HasMaxUserCount() bool
- func (o *OrganizationentitlementEntitlementProductsInner) HasName() bool
- func (o *OrganizationentitlementEntitlementProductsInner) HasPricePerUser() bool
- func (o *OrganizationentitlementEntitlementProductsInner) HasProductCategory() bool
- func (o *OrganizationentitlementEntitlementProductsInner) HasProductCode() bool
- func (o *OrganizationentitlementEntitlementProductsInner) HasUncommittedUsers() bool
- func (o OrganizationentitlementEntitlementProductsInner) MarshalJSON() ([]byte, error)
- func (o *OrganizationentitlementEntitlementProductsInner) SetCommittedUsers(v int32)
- func (o *OrganizationentitlementEntitlementProductsInner) SetContractType(v string)
- func (o *OrganizationentitlementEntitlementProductsInner) SetMaxUserCount(v int32)
- func (o *OrganizationentitlementEntitlementProductsInner) SetName(v string)
- func (o *OrganizationentitlementEntitlementProductsInner) SetPricePerUser(v int32)
- func (o *OrganizationentitlementEntitlementProductsInner) SetProductCategory(v string)
- func (o *OrganizationentitlementEntitlementProductsInner) SetProductCode(v string)
- func (o *OrganizationentitlementEntitlementProductsInner) SetUncommittedUsers(v int32)
- func (o OrganizationentitlementEntitlementProductsInner) ToMap() (map[string]interface{}, error)
- func (o *OrganizationentitlementEntitlementProductsInner) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationsApiOrganizationListRequest
- func (r OrganizationsApiOrganizationListRequest) Execute() (*Organizationslist, *http.Response, error)
- func (r OrganizationsApiOrganizationListRequest) Fields(fields string) OrganizationsApiOrganizationListRequest
- func (r OrganizationsApiOrganizationListRequest) Filter(filter string) OrganizationsApiOrganizationListRequest
- func (r OrganizationsApiOrganizationListRequest) Limit(limit int32) OrganizationsApiOrganizationListRequest
- func (r OrganizationsApiOrganizationListRequest) Search(search string) OrganizationsApiOrganizationListRequest
- func (r OrganizationsApiOrganizationListRequest) Skip(skip int32) OrganizationsApiOrganizationListRequest
- func (r OrganizationsApiOrganizationListRequest) Sort(sort string) OrganizationsApiOrganizationListRequest
- func (r OrganizationsApiOrganizationListRequest) SortIgnoreCase(sortIgnoreCase string) OrganizationsApiOrganizationListRequest
- type OrganizationsApiOrganizationPutRequest
- type OrganizationsApiOrganizationsGetRequest
- func (r OrganizationsApiOrganizationsGetRequest) Execute() (*Organization, *http.Response, error)
- func (r OrganizationsApiOrganizationsGetRequest) Fields(fields string) OrganizationsApiOrganizationsGetRequest
- func (r OrganizationsApiOrganizationsGetRequest) Filter(filter string) OrganizationsApiOrganizationsGetRequest
- type OrganizationsApiService
- func (a *OrganizationsApiService) OrganizationList(ctx context.Context) OrganizationsApiOrganizationListRequest
- func (a *OrganizationsApiService) OrganizationListExecute(r OrganizationsApiOrganizationListRequest) (*Organizationslist, *http.Response, error)
- func (a *OrganizationsApiService) OrganizationPut(ctx context.Context, id string) OrganizationsApiOrganizationPutRequest
- func (a *OrganizationsApiService) OrganizationPutExecute(r OrganizationsApiOrganizationPutRequest) (*Organization, *http.Response, error)
- func (a *OrganizationsApiService) OrganizationsGet(ctx context.Context, id string) OrganizationsApiOrganizationsGetRequest
- func (a *OrganizationsApiService) OrganizationsGetExecute(r OrganizationsApiOrganizationsGetRequest) (*Organization, *http.Response, error)
- type Organizationsettings
- func (o *Organizationsettings) GetAgentVersion() string
- func (o *Organizationsettings) GetAgentVersionOk() (*string, bool)
- func (o *Organizationsettings) GetBetaFeatures() map[string]interface{}
- func (o *Organizationsettings) GetBetaFeaturesOk() (map[string]interface{}, bool)
- func (o *Organizationsettings) GetContactEmail() string
- func (o *Organizationsettings) GetContactEmailOk() (*string, bool)
- func (o *Organizationsettings) GetContactName() string
- func (o *Organizationsettings) GetContactNameOk() (*string, bool)
- func (o *Organizationsettings) GetDeviceIdentificationEnabled() bool
- func (o *Organizationsettings) GetDeviceIdentificationEnabledOk() (*bool, bool)
- func (o *Organizationsettings) GetDisableCommandRunner() bool
- func (o *Organizationsettings) GetDisableCommandRunnerOk() (*bool, bool)
- func (o *Organizationsettings) GetDisableGoogleLogin() bool
- func (o *Organizationsettings) GetDisableGoogleLoginOk() (*bool, bool)
- func (o *Organizationsettings) GetDisableLdap() bool
- func (o *Organizationsettings) GetDisableLdapOk() (*bool, bool)
- func (o *Organizationsettings) GetDisableUM() bool
- func (o *Organizationsettings) GetDisableUMOk() (*bool, bool)
- func (o *Organizationsettings) GetDuplicateLDAPGroups() bool
- func (o *Organizationsettings) GetDuplicateLDAPGroupsOk() (*bool, bool)
- func (o *Organizationsettings) GetEmailDisclaimer() string
- func (o *Organizationsettings) GetEmailDisclaimerOk() (*string, bool)
- func (o *Organizationsettings) GetEnableGoogleApps() bool
- func (o *Organizationsettings) GetEnableGoogleAppsOk() (*bool, bool)
- func (o *Organizationsettings) GetEnableManagedUID() bool
- func (o *Organizationsettings) GetEnableManagedUIDOk() (*bool, bool)
- func (o *Organizationsettings) GetEnableO365() bool
- func (o *Organizationsettings) GetEnableO365Ok() (*bool, bool)
- func (o *Organizationsettings) GetEnableUserPortalAgentInstall() bool
- func (o *Organizationsettings) GetEnableUserPortalAgentInstallOk() (*bool, bool)
- func (o *Organizationsettings) GetFeatures() OrganizationsettingsFeatures
- func (o *Organizationsettings) GetFeaturesOk() (*OrganizationsettingsFeatures, bool)
- func (o *Organizationsettings) GetGrowthData() map[string]interface{}
- func (o *Organizationsettings) GetGrowthDataOk() (map[string]interface{}, bool)
- func (o *Organizationsettings) GetLogo() string
- func (o *Organizationsettings) GetLogoOk() (*string, bool)
- func (o *Organizationsettings) GetName() string
- func (o *Organizationsettings) GetNameOk() (*string, bool)
- func (o *Organizationsettings) GetNewSystemUserStateDefaults() OrganizationsettingsNewSystemUserStateDefaults
- func (o *Organizationsettings) GetNewSystemUserStateDefaultsOk() (*OrganizationsettingsNewSystemUserStateDefaults, bool)
- func (o *Organizationsettings) GetPasswordCompliance() string
- func (o *Organizationsettings) GetPasswordComplianceOk() (*string, bool)
- func (o *Organizationsettings) GetPasswordPolicy() OrganizationsettingsPasswordPolicy
- func (o *Organizationsettings) GetPasswordPolicyOk() (*OrganizationsettingsPasswordPolicy, bool)
- func (o *Organizationsettings) GetPendingDelete() bool
- func (o *Organizationsettings) GetPendingDeleteOk() (*bool, bool)
- func (o *Organizationsettings) GetShowIntro() bool
- func (o *Organizationsettings) GetShowIntroOk() (*bool, bool)
- func (o *Organizationsettings) GetSystemUserPasswordExpirationInDays() int32
- func (o *Organizationsettings) GetSystemUserPasswordExpirationInDaysOk() (*int32, bool)
- func (o *Organizationsettings) GetSystemUsersCanEdit() bool
- func (o *Organizationsettings) GetSystemUsersCanEditOk() (*bool, bool)
- func (o *Organizationsettings) GetSystemUsersCap() int32
- func (o *Organizationsettings) GetSystemUsersCapOk() (*int32, bool)
- func (o *Organizationsettings) GetTrustedAppConfig() TrustedappConfigGet
- func (o *Organizationsettings) GetTrustedAppConfigOk() (*TrustedappConfigGet, bool)
- func (o *Organizationsettings) GetUserPortal() OrganizationsettingsUserPortal
- func (o *Organizationsettings) GetUserPortalOk() (*OrganizationsettingsUserPortal, bool)
- func (o *Organizationsettings) GetWindowsMDM() OrganizationsettingsWindowsMDM
- func (o *Organizationsettings) GetWindowsMDMOk() (*OrganizationsettingsWindowsMDM, bool)
- func (o *Organizationsettings) HasAgentVersion() bool
- func (o *Organizationsettings) HasBetaFeatures() bool
- func (o *Organizationsettings) HasContactEmail() bool
- func (o *Organizationsettings) HasContactName() bool
- func (o *Organizationsettings) HasDeviceIdentificationEnabled() bool
- func (o *Organizationsettings) HasDisableCommandRunner() bool
- func (o *Organizationsettings) HasDisableGoogleLogin() bool
- func (o *Organizationsettings) HasDisableLdap() bool
- func (o *Organizationsettings) HasDisableUM() bool
- func (o *Organizationsettings) HasDuplicateLDAPGroups() bool
- func (o *Organizationsettings) HasEmailDisclaimer() bool
- func (o *Organizationsettings) HasEnableGoogleApps() bool
- func (o *Organizationsettings) HasEnableManagedUID() bool
- func (o *Organizationsettings) HasEnableO365() bool
- func (o *Organizationsettings) HasEnableUserPortalAgentInstall() bool
- func (o *Organizationsettings) HasFeatures() bool
- func (o *Organizationsettings) HasGrowthData() bool
- func (o *Organizationsettings) HasLogo() bool
- func (o *Organizationsettings) HasName() bool
- func (o *Organizationsettings) HasNewSystemUserStateDefaults() bool
- func (o *Organizationsettings) HasPasswordCompliance() bool
- func (o *Organizationsettings) HasPasswordPolicy() bool
- func (o *Organizationsettings) HasPendingDelete() bool
- func (o *Organizationsettings) HasShowIntro() bool
- func (o *Organizationsettings) HasSystemUserPasswordExpirationInDays() bool
- func (o *Organizationsettings) HasSystemUsersCanEdit() bool
- func (o *Organizationsettings) HasSystemUsersCap() bool
- func (o *Organizationsettings) HasTrustedAppConfig() bool
- func (o *Organizationsettings) HasUserPortal() bool
- func (o *Organizationsettings) HasWindowsMDM() bool
- func (o Organizationsettings) MarshalJSON() ([]byte, error)
- func (o *Organizationsettings) SetAgentVersion(v string)
- func (o *Organizationsettings) SetBetaFeatures(v map[string]interface{})
- func (o *Organizationsettings) SetContactEmail(v string)
- func (o *Organizationsettings) SetContactName(v string)
- func (o *Organizationsettings) SetDeviceIdentificationEnabled(v bool)
- func (o *Organizationsettings) SetDisableCommandRunner(v bool)
- func (o *Organizationsettings) SetDisableGoogleLogin(v bool)
- func (o *Organizationsettings) SetDisableLdap(v bool)
- func (o *Organizationsettings) SetDisableUM(v bool)
- func (o *Organizationsettings) SetDuplicateLDAPGroups(v bool)
- func (o *Organizationsettings) SetEmailDisclaimer(v string)
- func (o *Organizationsettings) SetEnableGoogleApps(v bool)
- func (o *Organizationsettings) SetEnableManagedUID(v bool)
- func (o *Organizationsettings) SetEnableO365(v bool)
- func (o *Organizationsettings) SetEnableUserPortalAgentInstall(v bool)
- func (o *Organizationsettings) SetFeatures(v OrganizationsettingsFeatures)
- func (o *Organizationsettings) SetGrowthData(v map[string]interface{})
- func (o *Organizationsettings) SetLogo(v string)
- func (o *Organizationsettings) SetName(v string)
- func (o *Organizationsettings) SetNewSystemUserStateDefaults(v OrganizationsettingsNewSystemUserStateDefaults)
- func (o *Organizationsettings) SetPasswordCompliance(v string)
- func (o *Organizationsettings) SetPasswordPolicy(v OrganizationsettingsPasswordPolicy)
- func (o *Organizationsettings) SetPendingDelete(v bool)
- func (o *Organizationsettings) SetShowIntro(v bool)
- func (o *Organizationsettings) SetSystemUserPasswordExpirationInDays(v int32)
- func (o *Organizationsettings) SetSystemUsersCanEdit(v bool)
- func (o *Organizationsettings) SetSystemUsersCap(v int32)
- func (o *Organizationsettings) SetTrustedAppConfig(v TrustedappConfigGet)
- func (o *Organizationsettings) SetUserPortal(v OrganizationsettingsUserPortal)
- func (o *Organizationsettings) SetWindowsMDM(v OrganizationsettingsWindowsMDM)
- func (o Organizationsettings) ToMap() (map[string]interface{}, error)
- func (o *Organizationsettings) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationsettingsFeatures
- func (o *OrganizationsettingsFeatures) GetDirectoryInsights() OrganizationsettingsFeaturesDirectoryInsights
- func (o *OrganizationsettingsFeatures) GetDirectoryInsightsOk() (*OrganizationsettingsFeaturesDirectoryInsights, bool)
- func (o *OrganizationsettingsFeatures) GetDirectoryInsightsPremium() OrganizationsettingsFeaturesDirectoryInsightsPremium
- func (o *OrganizationsettingsFeatures) GetDirectoryInsightsPremiumOk() (*OrganizationsettingsFeaturesDirectoryInsightsPremium, bool)
- func (o *OrganizationsettingsFeatures) GetSystemInsights() OrganizationsettingsFeaturesSystemInsights
- func (o *OrganizationsettingsFeatures) GetSystemInsightsOk() (*OrganizationsettingsFeaturesSystemInsights, bool)
- func (o *OrganizationsettingsFeatures) HasDirectoryInsights() bool
- func (o *OrganizationsettingsFeatures) HasDirectoryInsightsPremium() bool
- func (o *OrganizationsettingsFeatures) HasSystemInsights() bool
- func (o OrganizationsettingsFeatures) MarshalJSON() ([]byte, error)
- func (o *OrganizationsettingsFeatures) SetDirectoryInsights(v OrganizationsettingsFeaturesDirectoryInsights)
- func (o *OrganizationsettingsFeatures) SetDirectoryInsightsPremium(v OrganizationsettingsFeaturesDirectoryInsightsPremium)
- func (o *OrganizationsettingsFeatures) SetSystemInsights(v OrganizationsettingsFeaturesSystemInsights)
- func (o OrganizationsettingsFeatures) ToMap() (map[string]interface{}, error)
- func (o *OrganizationsettingsFeatures) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationsettingsFeaturesDirectoryInsights
- func (o *OrganizationsettingsFeaturesDirectoryInsights) GetEnabled() bool
- func (o *OrganizationsettingsFeaturesDirectoryInsights) GetEnabledOk() (*bool, bool)
- func (o *OrganizationsettingsFeaturesDirectoryInsights) HasEnabled() bool
- func (o OrganizationsettingsFeaturesDirectoryInsights) MarshalJSON() ([]byte, error)
- func (o *OrganizationsettingsFeaturesDirectoryInsights) SetEnabled(v bool)
- func (o OrganizationsettingsFeaturesDirectoryInsights) ToMap() (map[string]interface{}, error)
- func (o *OrganizationsettingsFeaturesDirectoryInsights) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationsettingsFeaturesDirectoryInsightsPremium
- func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetCreatedAt() string
- func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetCreatedAtOk() (*string, bool)
- func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetEnabled() bool
- func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetEnabledOk() (*bool, bool)
- func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetUpdatedAt() string
- func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetUpdatedAtOk() (*string, bool)
- func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) HasCreatedAt() bool
- func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) HasEnabled() bool
- func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) HasUpdatedAt() bool
- func (o OrganizationsettingsFeaturesDirectoryInsightsPremium) MarshalJSON() ([]byte, error)
- func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) SetCreatedAt(v string)
- func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) SetEnabled(v bool)
- func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) SetUpdatedAt(v string)
- func (o OrganizationsettingsFeaturesDirectoryInsightsPremium) ToMap() (map[string]interface{}, error)
- func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationsettingsFeaturesSystemInsights
- func (o *OrganizationsettingsFeaturesSystemInsights) GetCreatedAt() string
- func (o *OrganizationsettingsFeaturesSystemInsights) GetCreatedAtOk() (*string, bool)
- func (o *OrganizationsettingsFeaturesSystemInsights) GetEnableNewDarwin() bool
- func (o *OrganizationsettingsFeaturesSystemInsights) GetEnableNewDarwinOk() (*bool, bool)
- func (o *OrganizationsettingsFeaturesSystemInsights) GetEnableNewLinux() bool
- func (o *OrganizationsettingsFeaturesSystemInsights) GetEnableNewLinuxOk() (*bool, bool)
- func (o *OrganizationsettingsFeaturesSystemInsights) GetEnableNewWindows() bool
- func (o *OrganizationsettingsFeaturesSystemInsights) GetEnableNewWindowsOk() (*bool, bool)
- func (o *OrganizationsettingsFeaturesSystemInsights) GetEnabled() bool
- func (o *OrganizationsettingsFeaturesSystemInsights) GetEnabledOk() (*bool, bool)
- func (o *OrganizationsettingsFeaturesSystemInsights) GetUpdatedAt() string
- func (o *OrganizationsettingsFeaturesSystemInsights) GetUpdatedAtOk() (*string, bool)
- func (o *OrganizationsettingsFeaturesSystemInsights) HasCreatedAt() bool
- func (o *OrganizationsettingsFeaturesSystemInsights) HasEnableNewDarwin() bool
- func (o *OrganizationsettingsFeaturesSystemInsights) HasEnableNewLinux() bool
- func (o *OrganizationsettingsFeaturesSystemInsights) HasEnableNewWindows() bool
- func (o *OrganizationsettingsFeaturesSystemInsights) HasEnabled() bool
- func (o *OrganizationsettingsFeaturesSystemInsights) HasUpdatedAt() bool
- func (o OrganizationsettingsFeaturesSystemInsights) MarshalJSON() ([]byte, error)
- func (o *OrganizationsettingsFeaturesSystemInsights) SetCreatedAt(v string)
- func (o *OrganizationsettingsFeaturesSystemInsights) SetEnableNewDarwin(v bool)
- func (o *OrganizationsettingsFeaturesSystemInsights) SetEnableNewLinux(v bool)
- func (o *OrganizationsettingsFeaturesSystemInsights) SetEnableNewWindows(v bool)
- func (o *OrganizationsettingsFeaturesSystemInsights) SetEnabled(v bool)
- func (o *OrganizationsettingsFeaturesSystemInsights) SetUpdatedAt(v string)
- func (o OrganizationsettingsFeaturesSystemInsights) ToMap() (map[string]interface{}, error)
- func (o *OrganizationsettingsFeaturesSystemInsights) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationsettingsNewSystemUserStateDefaults
- func (o *OrganizationsettingsNewSystemUserStateDefaults) GetApplicationImport() string
- func (o *OrganizationsettingsNewSystemUserStateDefaults) GetApplicationImportOk() (*string, bool)
- func (o *OrganizationsettingsNewSystemUserStateDefaults) GetCsvImport() string
- func (o *OrganizationsettingsNewSystemUserStateDefaults) GetCsvImportOk() (*string, bool)
- func (o *OrganizationsettingsNewSystemUserStateDefaults) GetManualEntry() string
- func (o *OrganizationsettingsNewSystemUserStateDefaults) GetManualEntryOk() (*string, bool)
- func (o *OrganizationsettingsNewSystemUserStateDefaults) HasApplicationImport() bool
- func (o *OrganizationsettingsNewSystemUserStateDefaults) HasCsvImport() bool
- func (o *OrganizationsettingsNewSystemUserStateDefaults) HasManualEntry() bool
- func (o OrganizationsettingsNewSystemUserStateDefaults) MarshalJSON() ([]byte, error)
- func (o *OrganizationsettingsNewSystemUserStateDefaults) SetApplicationImport(v string)
- func (o *OrganizationsettingsNewSystemUserStateDefaults) SetCsvImport(v string)
- func (o *OrganizationsettingsNewSystemUserStateDefaults) SetManualEntry(v string)
- func (o OrganizationsettingsNewSystemUserStateDefaults) ToMap() (map[string]interface{}, error)
- func (o *OrganizationsettingsNewSystemUserStateDefaults) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationsettingsPasswordPolicy
- func (o *OrganizationsettingsPasswordPolicy) GetAllowUsernameSubstring() bool
- func (o *OrganizationsettingsPasswordPolicy) GetAllowUsernameSubstringOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetDaysAfterExpirationToSelfRecover() int32
- func (o *OrganizationsettingsPasswordPolicy) GetDaysAfterExpirationToSelfRecoverOk() (*int32, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetDaysBeforeExpirationToForceReset() int32
- func (o *OrganizationsettingsPasswordPolicy) GetDaysBeforeExpirationToForceResetOk() (*int32, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetEffectiveDate() string
- func (o *OrganizationsettingsPasswordPolicy) GetEffectiveDateOk() (*string, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetEnableDaysAfterExpirationToSelfRecover() bool
- func (o *OrganizationsettingsPasswordPolicy) GetEnableDaysAfterExpirationToSelfRecoverOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetEnableDaysBeforeExpirationToForceReset() bool
- func (o *OrganizationsettingsPasswordPolicy) GetEnableDaysBeforeExpirationToForceResetOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetEnableLockoutTimeInSeconds() bool
- func (o *OrganizationsettingsPasswordPolicy) GetEnableLockoutTimeInSecondsOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetEnableMaxHistory() bool
- func (o *OrganizationsettingsPasswordPolicy) GetEnableMaxHistoryOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetEnableMaxLoginAttempts() bool
- func (o *OrganizationsettingsPasswordPolicy) GetEnableMaxLoginAttemptsOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetEnableMinChangePeriodInDays() bool
- func (o *OrganizationsettingsPasswordPolicy) GetEnableMinChangePeriodInDaysOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetEnableMinLength() bool
- func (o *OrganizationsettingsPasswordPolicy) GetEnableMinLengthOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetEnablePasswordExpirationInDays() bool
- func (o *OrganizationsettingsPasswordPolicy) GetEnablePasswordExpirationInDaysOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetEnableRecoveryEmail() bool
- func (o *OrganizationsettingsPasswordPolicy) GetEnableRecoveryEmailOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetEnableResetLockoutCounter() bool
- func (o *OrganizationsettingsPasswordPolicy) GetEnableResetLockoutCounterOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetGracePeriodDate() string
- func (o *OrganizationsettingsPasswordPolicy) GetGracePeriodDateOk() (*string, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetLockoutTimeInSeconds() int32
- func (o *OrganizationsettingsPasswordPolicy) GetLockoutTimeInSecondsOk() (*int32, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetMaxHistory() int32
- func (o *OrganizationsettingsPasswordPolicy) GetMaxHistoryOk() (*int32, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetMaxLoginAttempts() int32
- func (o *OrganizationsettingsPasswordPolicy) GetMaxLoginAttemptsOk() (*int32, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetMinChangePeriodInDays() int32
- func (o *OrganizationsettingsPasswordPolicy) GetMinChangePeriodInDaysOk() (*int32, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetMinLength() int32
- func (o *OrganizationsettingsPasswordPolicy) GetMinLengthOk() (*int32, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetNeedsLowercase() bool
- func (o *OrganizationsettingsPasswordPolicy) GetNeedsLowercaseOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetNeedsNumeric() bool
- func (o *OrganizationsettingsPasswordPolicy) GetNeedsNumericOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetNeedsSymbolic() bool
- func (o *OrganizationsettingsPasswordPolicy) GetNeedsSymbolicOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetNeedsUppercase() bool
- func (o *OrganizationsettingsPasswordPolicy) GetNeedsUppercaseOk() (*bool, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetPasswordExpirationInDays() int32
- func (o *OrganizationsettingsPasswordPolicy) GetPasswordExpirationInDaysOk() (*int32, bool)
- func (o *OrganizationsettingsPasswordPolicy) GetResetLockoutCounterMinutes() int32
- func (o *OrganizationsettingsPasswordPolicy) GetResetLockoutCounterMinutesOk() (*int32, bool)
- func (o *OrganizationsettingsPasswordPolicy) HasAllowUsernameSubstring() bool
- func (o *OrganizationsettingsPasswordPolicy) HasDaysAfterExpirationToSelfRecover() bool
- func (o *OrganizationsettingsPasswordPolicy) HasDaysBeforeExpirationToForceReset() bool
- func (o *OrganizationsettingsPasswordPolicy) HasEffectiveDate() bool
- func (o *OrganizationsettingsPasswordPolicy) HasEnableDaysAfterExpirationToSelfRecover() bool
- func (o *OrganizationsettingsPasswordPolicy) HasEnableDaysBeforeExpirationToForceReset() bool
- func (o *OrganizationsettingsPasswordPolicy) HasEnableLockoutTimeInSeconds() bool
- func (o *OrganizationsettingsPasswordPolicy) HasEnableMaxHistory() bool
- func (o *OrganizationsettingsPasswordPolicy) HasEnableMaxLoginAttempts() bool
- func (o *OrganizationsettingsPasswordPolicy) HasEnableMinChangePeriodInDays() bool
- func (o *OrganizationsettingsPasswordPolicy) HasEnableMinLength() bool
- func (o *OrganizationsettingsPasswordPolicy) HasEnablePasswordExpirationInDays() bool
- func (o *OrganizationsettingsPasswordPolicy) HasEnableRecoveryEmail() bool
- func (o *OrganizationsettingsPasswordPolicy) HasEnableResetLockoutCounter() bool
- func (o *OrganizationsettingsPasswordPolicy) HasGracePeriodDate() bool
- func (o *OrganizationsettingsPasswordPolicy) HasLockoutTimeInSeconds() bool
- func (o *OrganizationsettingsPasswordPolicy) HasMaxHistory() bool
- func (o *OrganizationsettingsPasswordPolicy) HasMaxLoginAttempts() bool
- func (o *OrganizationsettingsPasswordPolicy) HasMinChangePeriodInDays() bool
- func (o *OrganizationsettingsPasswordPolicy) HasMinLength() bool
- func (o *OrganizationsettingsPasswordPolicy) HasNeedsLowercase() bool
- func (o *OrganizationsettingsPasswordPolicy) HasNeedsNumeric() bool
- func (o *OrganizationsettingsPasswordPolicy) HasNeedsSymbolic() bool
- func (o *OrganizationsettingsPasswordPolicy) HasNeedsUppercase() bool
- func (o *OrganizationsettingsPasswordPolicy) HasPasswordExpirationInDays() bool
- func (o *OrganizationsettingsPasswordPolicy) HasResetLockoutCounterMinutes() bool
- func (o OrganizationsettingsPasswordPolicy) MarshalJSON() ([]byte, error)
- func (o *OrganizationsettingsPasswordPolicy) SetAllowUsernameSubstring(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetDaysAfterExpirationToSelfRecover(v int32)
- func (o *OrganizationsettingsPasswordPolicy) SetDaysBeforeExpirationToForceReset(v int32)
- func (o *OrganizationsettingsPasswordPolicy) SetEffectiveDate(v string)
- func (o *OrganizationsettingsPasswordPolicy) SetEnableDaysAfterExpirationToSelfRecover(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetEnableDaysBeforeExpirationToForceReset(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetEnableLockoutTimeInSeconds(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetEnableMaxHistory(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetEnableMaxLoginAttempts(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetEnableMinChangePeriodInDays(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetEnableMinLength(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetEnablePasswordExpirationInDays(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetEnableRecoveryEmail(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetEnableResetLockoutCounter(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetGracePeriodDate(v string)
- func (o *OrganizationsettingsPasswordPolicy) SetLockoutTimeInSeconds(v int32)
- func (o *OrganizationsettingsPasswordPolicy) SetMaxHistory(v int32)
- func (o *OrganizationsettingsPasswordPolicy) SetMaxLoginAttempts(v int32)
- func (o *OrganizationsettingsPasswordPolicy) SetMinChangePeriodInDays(v int32)
- func (o *OrganizationsettingsPasswordPolicy) SetMinLength(v int32)
- func (o *OrganizationsettingsPasswordPolicy) SetNeedsLowercase(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetNeedsNumeric(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetNeedsSymbolic(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetNeedsUppercase(v bool)
- func (o *OrganizationsettingsPasswordPolicy) SetPasswordExpirationInDays(v int32)
- func (o *OrganizationsettingsPasswordPolicy) SetResetLockoutCounterMinutes(v int32)
- func (o OrganizationsettingsPasswordPolicy) ToMap() (map[string]interface{}, error)
- func (o *OrganizationsettingsPasswordPolicy) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationsettingsUserPortal
- func (o *OrganizationsettingsUserPortal) GetIdleSessionDurationMinutes() int32
- func (o *OrganizationsettingsUserPortal) GetIdleSessionDurationMinutesOk() (*int32, bool)
- func (o *OrganizationsettingsUserPortal) HasIdleSessionDurationMinutes() bool
- func (o OrganizationsettingsUserPortal) MarshalJSON() ([]byte, error)
- func (o *OrganizationsettingsUserPortal) SetIdleSessionDurationMinutes(v int32)
- func (o OrganizationsettingsUserPortal) ToMap() (map[string]interface{}, error)
- func (o *OrganizationsettingsUserPortal) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationsettingsWindowsMDM
- func (o *OrganizationsettingsWindowsMDM) GetAutoEnroll() bool
- func (o *OrganizationsettingsWindowsMDM) GetAutoEnrollOk() (*bool, bool)
- func (o *OrganizationsettingsWindowsMDM) GetEnabled() bool
- func (o *OrganizationsettingsWindowsMDM) GetEnabledOk() (*bool, bool)
- func (o *OrganizationsettingsWindowsMDM) HasAutoEnroll() bool
- func (o *OrganizationsettingsWindowsMDM) HasEnabled() bool
- func (o OrganizationsettingsWindowsMDM) MarshalJSON() ([]byte, error)
- func (o *OrganizationsettingsWindowsMDM) SetAutoEnroll(v bool)
- func (o *OrganizationsettingsWindowsMDM) SetEnabled(v bool)
- func (o OrganizationsettingsWindowsMDM) ToMap() (map[string]interface{}, error)
- func (o *OrganizationsettingsWindowsMDM) UnmarshalJSON(bytes []byte) (err error)
- type Organizationsettingsput
- func (o *Organizationsettingsput) GetContactEmail() string
- func (o *Organizationsettingsput) GetContactEmailOk() (*string, bool)
- func (o *Organizationsettingsput) GetContactName() string
- func (o *Organizationsettingsput) GetContactNameOk() (*string, bool)
- func (o *Organizationsettingsput) GetDeviceIdentificationEnabled() bool
- func (o *Organizationsettingsput) GetDeviceIdentificationEnabledOk() (*bool, bool)
- func (o *Organizationsettingsput) GetDisableGoogleLogin() bool
- func (o *Organizationsettingsput) GetDisableGoogleLoginOk() (*bool, bool)
- func (o *Organizationsettingsput) GetDisableLdap() bool
- func (o *Organizationsettingsput) GetDisableLdapOk() (*bool, bool)
- func (o *Organizationsettingsput) GetDisableUM() bool
- func (o *Organizationsettingsput) GetDisableUMOk() (*bool, bool)
- func (o *Organizationsettingsput) GetDuplicateLDAPGroups() bool
- func (o *Organizationsettingsput) GetDuplicateLDAPGroupsOk() (*bool, bool)
- func (o *Organizationsettingsput) GetEmailDisclaimer() string
- func (o *Organizationsettingsput) GetEmailDisclaimerOk() (*string, bool)
- func (o *Organizationsettingsput) GetEnableManagedUID() bool
- func (o *Organizationsettingsput) GetEnableManagedUIDOk() (*bool, bool)
- func (o *Organizationsettingsput) GetFeatures() OrganizationsettingsFeatures
- func (o *Organizationsettingsput) GetFeaturesOk() (*OrganizationsettingsFeatures, bool)
- func (o *Organizationsettingsput) GetGrowthData() map[string]interface{}
- func (o *Organizationsettingsput) GetGrowthDataOk() (map[string]interface{}, bool)
- func (o *Organizationsettingsput) GetLogo() string
- func (o *Organizationsettingsput) GetLogoOk() (*string, bool)
- func (o *Organizationsettingsput) GetName() string
- func (o *Organizationsettingsput) GetNameOk() (*string, bool)
- func (o *Organizationsettingsput) GetNewSystemUserStateDefaults() OrganizationsettingsputNewSystemUserStateDefaults
- func (o *Organizationsettingsput) GetNewSystemUserStateDefaultsOk() (*OrganizationsettingsputNewSystemUserStateDefaults, bool)
- func (o *Organizationsettingsput) GetPasswordCompliance() string
- func (o *Organizationsettingsput) GetPasswordComplianceOk() (*string, bool)
- func (o *Organizationsettingsput) GetPasswordPolicy() OrganizationsettingsputPasswordPolicy
- func (o *Organizationsettingsput) GetPasswordPolicyOk() (*OrganizationsettingsputPasswordPolicy, bool)
- func (o *Organizationsettingsput) GetShowIntro() bool
- func (o *Organizationsettingsput) GetShowIntroOk() (*bool, bool)
- func (o *Organizationsettingsput) GetSystemUserPasswordExpirationInDays() int32
- func (o *Organizationsettingsput) GetSystemUserPasswordExpirationInDaysOk() (*int32, bool)
- func (o *Organizationsettingsput) GetSystemUsersCanEdit() bool
- func (o *Organizationsettingsput) GetSystemUsersCanEditOk() (*bool, bool)
- func (o *Organizationsettingsput) GetSystemUsersCap() int32
- func (o *Organizationsettingsput) GetSystemUsersCapOk() (*int32, bool)
- func (o *Organizationsettingsput) GetTrustedAppConfig() TrustedappConfigPut
- func (o *Organizationsettingsput) GetTrustedAppConfigOk() (*TrustedappConfigPut, bool)
- func (o *Organizationsettingsput) GetUserPortal() OrganizationsettingsUserPortal
- func (o *Organizationsettingsput) GetUserPortalOk() (*OrganizationsettingsUserPortal, bool)
- func (o *Organizationsettingsput) HasContactEmail() bool
- func (o *Organizationsettingsput) HasContactName() bool
- func (o *Organizationsettingsput) HasDeviceIdentificationEnabled() bool
- func (o *Organizationsettingsput) HasDisableGoogleLogin() bool
- func (o *Organizationsettingsput) HasDisableLdap() bool
- func (o *Organizationsettingsput) HasDisableUM() bool
- func (o *Organizationsettingsput) HasDuplicateLDAPGroups() bool
- func (o *Organizationsettingsput) HasEmailDisclaimer() bool
- func (o *Organizationsettingsput) HasEnableManagedUID() bool
- func (o *Organizationsettingsput) HasFeatures() bool
- func (o *Organizationsettingsput) HasGrowthData() bool
- func (o *Organizationsettingsput) HasLogo() bool
- func (o *Organizationsettingsput) HasName() bool
- func (o *Organizationsettingsput) HasNewSystemUserStateDefaults() bool
- func (o *Organizationsettingsput) HasPasswordCompliance() bool
- func (o *Organizationsettingsput) HasPasswordPolicy() bool
- func (o *Organizationsettingsput) HasShowIntro() bool
- func (o *Organizationsettingsput) HasSystemUserPasswordExpirationInDays() bool
- func (o *Organizationsettingsput) HasSystemUsersCanEdit() bool
- func (o *Organizationsettingsput) HasSystemUsersCap() bool
- func (o *Organizationsettingsput) HasTrustedAppConfig() bool
- func (o *Organizationsettingsput) HasUserPortal() bool
- func (o Organizationsettingsput) MarshalJSON() ([]byte, error)
- func (o *Organizationsettingsput) SetContactEmail(v string)
- func (o *Organizationsettingsput) SetContactName(v string)
- func (o *Organizationsettingsput) SetDeviceIdentificationEnabled(v bool)
- func (o *Organizationsettingsput) SetDisableGoogleLogin(v bool)
- func (o *Organizationsettingsput) SetDisableLdap(v bool)
- func (o *Organizationsettingsput) SetDisableUM(v bool)
- func (o *Organizationsettingsput) SetDuplicateLDAPGroups(v bool)
- func (o *Organizationsettingsput) SetEmailDisclaimer(v string)
- func (o *Organizationsettingsput) SetEnableManagedUID(v bool)
- func (o *Organizationsettingsput) SetFeatures(v OrganizationsettingsFeatures)
- func (o *Organizationsettingsput) SetGrowthData(v map[string]interface{})
- func (o *Organizationsettingsput) SetLogo(v string)
- func (o *Organizationsettingsput) SetName(v string)
- func (o *Organizationsettingsput) SetNewSystemUserStateDefaults(v OrganizationsettingsputNewSystemUserStateDefaults)
- func (o *Organizationsettingsput) SetPasswordCompliance(v string)
- func (o *Organizationsettingsput) SetPasswordPolicy(v OrganizationsettingsputPasswordPolicy)
- func (o *Organizationsettingsput) SetShowIntro(v bool)
- func (o *Organizationsettingsput) SetSystemUserPasswordExpirationInDays(v int32)
- func (o *Organizationsettingsput) SetSystemUsersCanEdit(v bool)
- func (o *Organizationsettingsput) SetSystemUsersCap(v int32)
- func (o *Organizationsettingsput) SetTrustedAppConfig(v TrustedappConfigPut)
- func (o *Organizationsettingsput) SetUserPortal(v OrganizationsettingsUserPortal)
- func (o Organizationsettingsput) ToMap() (map[string]interface{}, error)
- func (o *Organizationsettingsput) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationsettingsputNewSystemUserStateDefaults
- func (o *OrganizationsettingsputNewSystemUserStateDefaults) GetApplicationImport() string
- func (o *OrganizationsettingsputNewSystemUserStateDefaults) GetApplicationImportOk() (*string, bool)
- func (o *OrganizationsettingsputNewSystemUserStateDefaults) GetCsvImport() string
- func (o *OrganizationsettingsputNewSystemUserStateDefaults) GetCsvImportOk() (*string, bool)
- func (o *OrganizationsettingsputNewSystemUserStateDefaults) GetManualEntry() string
- func (o *OrganizationsettingsputNewSystemUserStateDefaults) GetManualEntryOk() (*string, bool)
- func (o *OrganizationsettingsputNewSystemUserStateDefaults) HasApplicationImport() bool
- func (o *OrganizationsettingsputNewSystemUserStateDefaults) HasCsvImport() bool
- func (o *OrganizationsettingsputNewSystemUserStateDefaults) HasManualEntry() bool
- func (o OrganizationsettingsputNewSystemUserStateDefaults) MarshalJSON() ([]byte, error)
- func (o *OrganizationsettingsputNewSystemUserStateDefaults) SetApplicationImport(v string)
- func (o *OrganizationsettingsputNewSystemUserStateDefaults) SetCsvImport(v string)
- func (o *OrganizationsettingsputNewSystemUserStateDefaults) SetManualEntry(v string)
- func (o OrganizationsettingsputNewSystemUserStateDefaults) ToMap() (map[string]interface{}, error)
- func (o *OrganizationsettingsputNewSystemUserStateDefaults) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationsettingsputPasswordPolicy
- func (o *OrganizationsettingsputPasswordPolicy) GetAllowUsernameSubstring() bool
- func (o *OrganizationsettingsputPasswordPolicy) GetAllowUsernameSubstringOk() (*bool, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetDaysAfterExpirationToSelfRecover() int32
- func (o *OrganizationsettingsputPasswordPolicy) GetDaysAfterExpirationToSelfRecoverOk() (*int32, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetDaysBeforeExpirationToForceReset() int32
- func (o *OrganizationsettingsputPasswordPolicy) GetDaysBeforeExpirationToForceResetOk() (*int32, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetEffectiveDate() string
- func (o *OrganizationsettingsputPasswordPolicy) GetEffectiveDateOk() (*string, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableDaysAfterExpirationToSelfRecover() bool
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableDaysAfterExpirationToSelfRecoverOk() (*bool, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableDaysBeforeExpirationToForceReset() bool
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableDaysBeforeExpirationToForceResetOk() (*bool, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableLockoutTimeInSeconds() bool
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableLockoutTimeInSecondsOk() (*bool, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableMaxHistory() bool
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableMaxHistoryOk() (*bool, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableMaxLoginAttempts() bool
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableMaxLoginAttemptsOk() (*bool, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableMinChangePeriodInDays() bool
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableMinChangePeriodInDaysOk() (*bool, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableMinLength() bool
- func (o *OrganizationsettingsputPasswordPolicy) GetEnableMinLengthOk() (*bool, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetEnablePasswordExpirationInDays() bool
- func (o *OrganizationsettingsputPasswordPolicy) GetEnablePasswordExpirationInDaysOk() (*bool, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetGracePeriodDate() string
- func (o *OrganizationsettingsputPasswordPolicy) GetGracePeriodDateOk() (*string, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetLockoutTimeInSeconds() int32
- func (o *OrganizationsettingsputPasswordPolicy) GetLockoutTimeInSecondsOk() (*int32, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetMaxHistory() int32
- func (o *OrganizationsettingsputPasswordPolicy) GetMaxHistoryOk() (*int32, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetMaxLoginAttempts() int32
- func (o *OrganizationsettingsputPasswordPolicy) GetMaxLoginAttemptsOk() (*int32, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetMinChangePeriodInDays() int32
- func (o *OrganizationsettingsputPasswordPolicy) GetMinChangePeriodInDaysOk() (*int32, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetMinLength() int32
- func (o *OrganizationsettingsputPasswordPolicy) GetMinLengthOk() (*int32, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetNeedsLowercase() bool
- func (o *OrganizationsettingsputPasswordPolicy) GetNeedsLowercaseOk() (*bool, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetNeedsNumeric() bool
- func (o *OrganizationsettingsputPasswordPolicy) GetNeedsNumericOk() (*bool, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetNeedsSymbolic() bool
- func (o *OrganizationsettingsputPasswordPolicy) GetNeedsSymbolicOk() (*bool, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetNeedsUppercase() bool
- func (o *OrganizationsettingsputPasswordPolicy) GetNeedsUppercaseOk() (*bool, bool)
- func (o *OrganizationsettingsputPasswordPolicy) GetPasswordExpirationInDays() int32
- func (o *OrganizationsettingsputPasswordPolicy) GetPasswordExpirationInDaysOk() (*int32, bool)
- func (o *OrganizationsettingsputPasswordPolicy) HasAllowUsernameSubstring() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasDaysAfterExpirationToSelfRecover() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasDaysBeforeExpirationToForceReset() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasEffectiveDate() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasEnableDaysAfterExpirationToSelfRecover() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasEnableDaysBeforeExpirationToForceReset() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasEnableLockoutTimeInSeconds() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasEnableMaxHistory() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasEnableMaxLoginAttempts() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasEnableMinChangePeriodInDays() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasEnableMinLength() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasEnablePasswordExpirationInDays() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasGracePeriodDate() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasLockoutTimeInSeconds() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasMaxHistory() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasMaxLoginAttempts() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasMinChangePeriodInDays() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasMinLength() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasNeedsLowercase() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasNeedsNumeric() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasNeedsSymbolic() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasNeedsUppercase() bool
- func (o *OrganizationsettingsputPasswordPolicy) HasPasswordExpirationInDays() bool
- func (o OrganizationsettingsputPasswordPolicy) MarshalJSON() ([]byte, error)
- func (o *OrganizationsettingsputPasswordPolicy) SetAllowUsernameSubstring(v bool)
- func (o *OrganizationsettingsputPasswordPolicy) SetDaysAfterExpirationToSelfRecover(v int32)
- func (o *OrganizationsettingsputPasswordPolicy) SetDaysBeforeExpirationToForceReset(v int32)
- func (o *OrganizationsettingsputPasswordPolicy) SetEffectiveDate(v string)
- func (o *OrganizationsettingsputPasswordPolicy) SetEnableDaysAfterExpirationToSelfRecover(v bool)
- func (o *OrganizationsettingsputPasswordPolicy) SetEnableDaysBeforeExpirationToForceReset(v bool)
- func (o *OrganizationsettingsputPasswordPolicy) SetEnableLockoutTimeInSeconds(v bool)
- func (o *OrganizationsettingsputPasswordPolicy) SetEnableMaxHistory(v bool)
- func (o *OrganizationsettingsputPasswordPolicy) SetEnableMaxLoginAttempts(v bool)
- func (o *OrganizationsettingsputPasswordPolicy) SetEnableMinChangePeriodInDays(v bool)
- func (o *OrganizationsettingsputPasswordPolicy) SetEnableMinLength(v bool)
- func (o *OrganizationsettingsputPasswordPolicy) SetEnablePasswordExpirationInDays(v bool)
- func (o *OrganizationsettingsputPasswordPolicy) SetGracePeriodDate(v string)
- func (o *OrganizationsettingsputPasswordPolicy) SetLockoutTimeInSeconds(v int32)
- func (o *OrganizationsettingsputPasswordPolicy) SetMaxHistory(v int32)
- func (o *OrganizationsettingsputPasswordPolicy) SetMaxLoginAttempts(v int32)
- func (o *OrganizationsettingsputPasswordPolicy) SetMinChangePeriodInDays(v int32)
- func (o *OrganizationsettingsputPasswordPolicy) SetMinLength(v int32)
- func (o *OrganizationsettingsputPasswordPolicy) SetNeedsLowercase(v bool)
- func (o *OrganizationsettingsputPasswordPolicy) SetNeedsNumeric(v bool)
- func (o *OrganizationsettingsputPasswordPolicy) SetNeedsSymbolic(v bool)
- func (o *OrganizationsettingsputPasswordPolicy) SetNeedsUppercase(v bool)
- func (o *OrganizationsettingsputPasswordPolicy) SetPasswordExpirationInDays(v int32)
- func (o OrganizationsettingsputPasswordPolicy) ToMap() (map[string]interface{}, error)
- func (o *OrganizationsettingsputPasswordPolicy) UnmarshalJSON(bytes []byte) (err error)
- type Organizationslist
- func (o *Organizationslist) GetResults() []OrganizationslistResultsInner
- func (o *Organizationslist) GetResultsOk() ([]OrganizationslistResultsInner, bool)
- func (o *Organizationslist) GetTotalCount() int32
- func (o *Organizationslist) GetTotalCountOk() (*int32, bool)
- func (o *Organizationslist) HasResults() bool
- func (o *Organizationslist) HasTotalCount() bool
- func (o Organizationslist) MarshalJSON() ([]byte, error)
- func (o *Organizationslist) SetResults(v []OrganizationslistResultsInner)
- func (o *Organizationslist) SetTotalCount(v int32)
- func (o Organizationslist) ToMap() (map[string]interface{}, error)
- func (o *Organizationslist) UnmarshalJSON(bytes []byte) (err error)
- type OrganizationslistResultsInner
- func (o *OrganizationslistResultsInner) GetDisplayName() string
- func (o *OrganizationslistResultsInner) GetDisplayNameOk() (*string, bool)
- func (o *OrganizationslistResultsInner) GetId() string
- func (o *OrganizationslistResultsInner) GetIdOk() (*string, bool)
- func (o *OrganizationslistResultsInner) GetLogoUrl() string
- func (o *OrganizationslistResultsInner) GetLogoUrlOk() (*string, bool)
- func (o *OrganizationslistResultsInner) HasDisplayName() bool
- func (o *OrganizationslistResultsInner) HasId() bool
- func (o *OrganizationslistResultsInner) HasLogoUrl() bool
- func (o OrganizationslistResultsInner) MarshalJSON() ([]byte, error)
- func (o *OrganizationslistResultsInner) SetDisplayName(v string)
- func (o *OrganizationslistResultsInner) SetId(v string)
- func (o *OrganizationslistResultsInner) SetLogoUrl(v string)
- func (o OrganizationslistResultsInner) ToMap() (map[string]interface{}, error)
- func (o *OrganizationslistResultsInner) UnmarshalJSON(bytes []byte) (err error)
- type RadiusServersApiRadiusServersDeleteRequest
- type RadiusServersApiRadiusServersGetRequest
- type RadiusServersApiRadiusServersListRequest
- func (r RadiusServersApiRadiusServersListRequest) Execute() (*Radiusserverslist, *http.Response, error)
- func (r RadiusServersApiRadiusServersListRequest) Fields(fields string) RadiusServersApiRadiusServersListRequest
- func (r RadiusServersApiRadiusServersListRequest) Filter(filter string) RadiusServersApiRadiusServersListRequest
- func (r RadiusServersApiRadiusServersListRequest) Limit(limit int32) RadiusServersApiRadiusServersListRequest
- func (r RadiusServersApiRadiusServersListRequest) Skip(skip int32) RadiusServersApiRadiusServersListRequest
- func (r RadiusServersApiRadiusServersListRequest) Sort(sort string) RadiusServersApiRadiusServersListRequest
- func (r RadiusServersApiRadiusServersListRequest) XOrgId(xOrgId string) RadiusServersApiRadiusServersListRequest
- type RadiusServersApiRadiusServersPostRequest
- func (r RadiusServersApiRadiusServersPostRequest) Body(body Radiusserverpost) RadiusServersApiRadiusServersPostRequest
- func (r RadiusServersApiRadiusServersPostRequest) Execute() (*Radiusserver, *http.Response, error)
- func (r RadiusServersApiRadiusServersPostRequest) XOrgId(xOrgId string) RadiusServersApiRadiusServersPostRequest
- type RadiusServersApiRadiusServersPutRequest
- func (r RadiusServersApiRadiusServersPutRequest) Body(body RadiusServersPutRequest) RadiusServersApiRadiusServersPutRequest
- func (r RadiusServersApiRadiusServersPutRequest) Execute() (*Radiusserverput, *http.Response, error)
- func (r RadiusServersApiRadiusServersPutRequest) XOrgId(xOrgId string) RadiusServersApiRadiusServersPutRequest
- type RadiusServersApiService
- func (a *RadiusServersApiService) RadiusServersDelete(ctx context.Context, id string) RadiusServersApiRadiusServersDeleteRequest
- func (a *RadiusServersApiService) RadiusServersDeleteExecute(r RadiusServersApiRadiusServersDeleteRequest) (*Radiusserverput, *http.Response, error)
- func (a *RadiusServersApiService) RadiusServersGet(ctx context.Context, id string) RadiusServersApiRadiusServersGetRequest
- func (a *RadiusServersApiService) RadiusServersGetExecute(r RadiusServersApiRadiusServersGetRequest) (*Radiusserver, *http.Response, error)
- func (a *RadiusServersApiService) RadiusServersList(ctx context.Context) RadiusServersApiRadiusServersListRequest
- func (a *RadiusServersApiService) RadiusServersListExecute(r RadiusServersApiRadiusServersListRequest) (*Radiusserverslist, *http.Response, error)
- func (a *RadiusServersApiService) RadiusServersPost(ctx context.Context) RadiusServersApiRadiusServersPostRequest
- func (a *RadiusServersApiService) RadiusServersPostExecute(r RadiusServersApiRadiusServersPostRequest) (*Radiusserver, *http.Response, error)
- func (a *RadiusServersApiService) RadiusServersPut(ctx context.Context, id string) RadiusServersApiRadiusServersPutRequest
- func (a *RadiusServersApiService) RadiusServersPutExecute(r RadiusServersApiRadiusServersPutRequest) (*Radiusserverput, *http.Response, error)
- type RadiusServersPutRequest
- func (o *RadiusServersPutRequest) GetCaCert() string
- func (o *RadiusServersPutRequest) GetCaCertOk() (*string, bool)
- func (o *RadiusServersPutRequest) GetDeviceCertEnabled() bool
- func (o *RadiusServersPutRequest) GetDeviceCertEnabledOk() (*bool, bool)
- func (o *RadiusServersPutRequest) GetMfa() string
- func (o *RadiusServersPutRequest) GetMfaOk() (*string, bool)
- func (o *RadiusServersPutRequest) GetName() string
- func (o *RadiusServersPutRequest) GetNameOk() (*string, bool)
- func (o *RadiusServersPutRequest) GetNetworkSourceIp() string
- func (o *RadiusServersPutRequest) GetNetworkSourceIpOk() (*string, bool)
- func (o *RadiusServersPutRequest) GetSharedSecret() string
- func (o *RadiusServersPutRequest) GetSharedSecretOk() (*string, bool)
- func (o *RadiusServersPutRequest) GetTags() []string
- func (o *RadiusServersPutRequest) GetTagsOk() ([]string, bool)
- func (o *RadiusServersPutRequest) GetUserCertEnabled() bool
- func (o *RadiusServersPutRequest) GetUserCertEnabledOk() (*bool, bool)
- func (o *RadiusServersPutRequest) GetUserLockoutAction() string
- func (o *RadiusServersPutRequest) GetUserLockoutActionOk() (*string, bool)
- func (o *RadiusServersPutRequest) GetUserPasswordEnabled() bool
- func (o *RadiusServersPutRequest) GetUserPasswordEnabledOk() (*bool, bool)
- func (o *RadiusServersPutRequest) GetUserPasswordExpirationAction() string
- func (o *RadiusServersPutRequest) GetUserPasswordExpirationActionOk() (*string, bool)
- func (o *RadiusServersPutRequest) HasCaCert() bool
- func (o *RadiusServersPutRequest) HasDeviceCertEnabled() bool
- func (o *RadiusServersPutRequest) HasMfa() bool
- func (o *RadiusServersPutRequest) HasTags() bool
- func (o *RadiusServersPutRequest) HasUserCertEnabled() bool
- func (o *RadiusServersPutRequest) HasUserLockoutAction() bool
- func (o *RadiusServersPutRequest) HasUserPasswordEnabled() bool
- func (o *RadiusServersPutRequest) HasUserPasswordExpirationAction() bool
- func (o RadiusServersPutRequest) MarshalJSON() ([]byte, error)
- func (o *RadiusServersPutRequest) SetCaCert(v string)
- func (o *RadiusServersPutRequest) SetDeviceCertEnabled(v bool)
- func (o *RadiusServersPutRequest) SetMfa(v string)
- func (o *RadiusServersPutRequest) SetName(v string)
- func (o *RadiusServersPutRequest) SetNetworkSourceIp(v string)
- func (o *RadiusServersPutRequest) SetSharedSecret(v string)
- func (o *RadiusServersPutRequest) SetTags(v []string)
- func (o *RadiusServersPutRequest) SetUserCertEnabled(v bool)
- func (o *RadiusServersPutRequest) SetUserLockoutAction(v string)
- func (o *RadiusServersPutRequest) SetUserPasswordEnabled(v bool)
- func (o *RadiusServersPutRequest) SetUserPasswordExpirationAction(v string)
- func (o RadiusServersPutRequest) ToMap() (map[string]interface{}, error)
- func (o *RadiusServersPutRequest) UnmarshalJSON(bytes []byte) (err error)
- type Radiusserver
- func (o *Radiusserver) GetAuthIdp() string
- func (o *Radiusserver) GetAuthIdpOk() (*string, bool)
- func (o *Radiusserver) GetCaCert() string
- func (o *Radiusserver) GetCaCertOk() (*string, bool)
- func (o *Radiusserver) GetDeviceCertEnabled() bool
- func (o *Radiusserver) GetDeviceCertEnabledOk() (*bool, bool)
- func (o *Radiusserver) GetId() string
- func (o *Radiusserver) GetIdOk() (*string, bool)
- func (o *Radiusserver) GetMfa() string
- func (o *Radiusserver) GetMfaOk() (*string, bool)
- func (o *Radiusserver) GetName() string
- func (o *Radiusserver) GetNameOk() (*string, bool)
- func (o *Radiusserver) GetNetworkSourceIp() string
- func (o *Radiusserver) GetNetworkSourceIpOk() (*string, bool)
- func (o *Radiusserver) GetOrganization() string
- func (o *Radiusserver) GetOrganizationOk() (*string, bool)
- func (o *Radiusserver) GetSharedSecret() string
- func (o *Radiusserver) GetSharedSecretOk() (*string, bool)
- func (o *Radiusserver) GetTagNames() []string
- func (o *Radiusserver) GetTagNamesOk() ([]string, bool)
- func (o *Radiusserver) GetTags() []string
- func (o *Radiusserver) GetTagsOk() ([]string, bool)
- func (o *Radiusserver) GetUserCertEnabled() bool
- func (o *Radiusserver) GetUserCertEnabledOk() (*bool, bool)
- func (o *Radiusserver) GetUserLockoutAction() string
- func (o *Radiusserver) GetUserLockoutActionOk() (*string, bool)
- func (o *Radiusserver) GetUserPasswordEnabled() bool
- func (o *Radiusserver) GetUserPasswordEnabledOk() (*bool, bool)
- func (o *Radiusserver) GetUserPasswordExpirationAction() string
- func (o *Radiusserver) GetUserPasswordExpirationActionOk() (*string, bool)
- func (o *Radiusserver) HasAuthIdp() bool
- func (o *Radiusserver) HasCaCert() bool
- func (o *Radiusserver) HasDeviceCertEnabled() bool
- func (o *Radiusserver) HasId() bool
- func (o *Radiusserver) HasMfa() bool
- func (o *Radiusserver) HasName() bool
- func (o *Radiusserver) HasNetworkSourceIp() bool
- func (o *Radiusserver) HasOrganization() bool
- func (o *Radiusserver) HasSharedSecret() bool
- func (o *Radiusserver) HasTagNames() bool
- func (o *Radiusserver) HasTags() bool
- func (o *Radiusserver) HasUserCertEnabled() bool
- func (o *Radiusserver) HasUserLockoutAction() bool
- func (o *Radiusserver) HasUserPasswordEnabled() bool
- func (o *Radiusserver) HasUserPasswordExpirationAction() bool
- func (o Radiusserver) MarshalJSON() ([]byte, error)
- func (o *Radiusserver) SetAuthIdp(v string)
- func (o *Radiusserver) SetCaCert(v string)
- func (o *Radiusserver) SetDeviceCertEnabled(v bool)
- func (o *Radiusserver) SetId(v string)
- func (o *Radiusserver) SetMfa(v string)
- func (o *Radiusserver) SetName(v string)
- func (o *Radiusserver) SetNetworkSourceIp(v string)
- func (o *Radiusserver) SetOrganization(v string)
- func (o *Radiusserver) SetSharedSecret(v string)
- func (o *Radiusserver) SetTagNames(v []string)
- func (o *Radiusserver) SetTags(v []string)
- func (o *Radiusserver) SetUserCertEnabled(v bool)
- func (o *Radiusserver) SetUserLockoutAction(v string)
- func (o *Radiusserver) SetUserPasswordEnabled(v bool)
- func (o *Radiusserver) SetUserPasswordExpirationAction(v string)
- func (o Radiusserver) ToMap() (map[string]interface{}, error)
- func (o *Radiusserver) UnmarshalJSON(bytes []byte) (err error)
- type Radiusserverpost
- func (o *Radiusserverpost) GetAuthIdp() string
- func (o *Radiusserverpost) GetAuthIdpOk() (*string, bool)
- func (o *Radiusserverpost) GetCaCert() string
- func (o *Radiusserverpost) GetCaCertOk() (*string, bool)
- func (o *Radiusserverpost) GetDeviceCertEnabled() bool
- func (o *Radiusserverpost) GetDeviceCertEnabledOk() (*bool, bool)
- func (o *Radiusserverpost) GetMfa() string
- func (o *Radiusserverpost) GetMfaOk() (*string, bool)
- func (o *Radiusserverpost) GetName() string
- func (o *Radiusserverpost) GetNameOk() (*string, bool)
- func (o *Radiusserverpost) GetNetworkSourceIp() string
- func (o *Radiusserverpost) GetNetworkSourceIpOk() (*string, bool)
- func (o *Radiusserverpost) GetSharedSecret() string
- func (o *Radiusserverpost) GetSharedSecretOk() (*string, bool)
- func (o *Radiusserverpost) GetTagNames() []string
- func (o *Radiusserverpost) GetTagNamesOk() ([]string, bool)
- func (o *Radiusserverpost) GetUserCertEnabled() bool
- func (o *Radiusserverpost) GetUserCertEnabledOk() (*bool, bool)
- func (o *Radiusserverpost) GetUserLockoutAction() string
- func (o *Radiusserverpost) GetUserLockoutActionOk() (*string, bool)
- func (o *Radiusserverpost) GetUserPasswordEnabled() bool
- func (o *Radiusserverpost) GetUserPasswordEnabledOk() (*bool, bool)
- func (o *Radiusserverpost) GetUserPasswordExpirationAction() string
- func (o *Radiusserverpost) GetUserPasswordExpirationActionOk() (*string, bool)
- func (o *Radiusserverpost) HasAuthIdp() bool
- func (o *Radiusserverpost) HasCaCert() bool
- func (o *Radiusserverpost) HasDeviceCertEnabled() bool
- func (o *Radiusserverpost) HasMfa() bool
- func (o *Radiusserverpost) HasTagNames() bool
- func (o *Radiusserverpost) HasUserCertEnabled() bool
- func (o *Radiusserverpost) HasUserLockoutAction() bool
- func (o *Radiusserverpost) HasUserPasswordEnabled() bool
- func (o *Radiusserverpost) HasUserPasswordExpirationAction() bool
- func (o Radiusserverpost) MarshalJSON() ([]byte, error)
- func (o *Radiusserverpost) SetAuthIdp(v string)
- func (o *Radiusserverpost) SetCaCert(v string)
- func (o *Radiusserverpost) SetDeviceCertEnabled(v bool)
- func (o *Radiusserverpost) SetMfa(v string)
- func (o *Radiusserverpost) SetName(v string)
- func (o *Radiusserverpost) SetNetworkSourceIp(v string)
- func (o *Radiusserverpost) SetSharedSecret(v string)
- func (o *Radiusserverpost) SetTagNames(v []string)
- func (o *Radiusserverpost) SetUserCertEnabled(v bool)
- func (o *Radiusserverpost) SetUserLockoutAction(v string)
- func (o *Radiusserverpost) SetUserPasswordEnabled(v bool)
- func (o *Radiusserverpost) SetUserPasswordExpirationAction(v string)
- func (o Radiusserverpost) ToMap() (map[string]interface{}, error)
- func (o *Radiusserverpost) UnmarshalJSON(bytes []byte) (err error)
- type Radiusserverput
- func (o *Radiusserverput) GetAuthIdp() string
- func (o *Radiusserverput) GetAuthIdpOk() (*string, bool)
- func (o *Radiusserverput) GetCaCert() string
- func (o *Radiusserverput) GetCaCertOk() (*string, bool)
- func (o *Radiusserverput) GetDeviceCertEnabled() bool
- func (o *Radiusserverput) GetDeviceCertEnabledOk() (*bool, bool)
- func (o *Radiusserverput) GetId() string
- func (o *Radiusserverput) GetIdOk() (*string, bool)
- func (o *Radiusserverput) GetMfa() string
- func (o *Radiusserverput) GetMfaOk() (*string, bool)
- func (o *Radiusserverput) GetName() string
- func (o *Radiusserverput) GetNameOk() (*string, bool)
- func (o *Radiusserverput) GetNetworkSourceIp() string
- func (o *Radiusserverput) GetNetworkSourceIpOk() (*string, bool)
- func (o *Radiusserverput) GetTagNames() []string
- func (o *Radiusserverput) GetTagNamesOk() ([]string, bool)
- func (o *Radiusserverput) GetUserCertEnabled() bool
- func (o *Radiusserverput) GetUserCertEnabledOk() (*bool, bool)
- func (o *Radiusserverput) GetUserLockoutAction() string
- func (o *Radiusserverput) GetUserLockoutActionOk() (*string, bool)
- func (o *Radiusserverput) GetUserPasswordEnabled() bool
- func (o *Radiusserverput) GetUserPasswordEnabledOk() (*bool, bool)
- func (o *Radiusserverput) GetUserPasswordExpirationAction() string
- func (o *Radiusserverput) GetUserPasswordExpirationActionOk() (*string, bool)
- func (o *Radiusserverput) HasAuthIdp() bool
- func (o *Radiusserverput) HasCaCert() bool
- func (o *Radiusserverput) HasDeviceCertEnabled() bool
- func (o *Radiusserverput) HasId() bool
- func (o *Radiusserverput) HasMfa() bool
- func (o *Radiusserverput) HasName() bool
- func (o *Radiusserverput) HasNetworkSourceIp() bool
- func (o *Radiusserverput) HasTagNames() bool
- func (o *Radiusserverput) HasUserCertEnabled() bool
- func (o *Radiusserverput) HasUserLockoutAction() bool
- func (o *Radiusserverput) HasUserPasswordEnabled() bool
- func (o *Radiusserverput) HasUserPasswordExpirationAction() bool
- func (o Radiusserverput) MarshalJSON() ([]byte, error)
- func (o *Radiusserverput) SetAuthIdp(v string)
- func (o *Radiusserverput) SetCaCert(v string)
- func (o *Radiusserverput) SetDeviceCertEnabled(v bool)
- func (o *Radiusserverput) SetId(v string)
- func (o *Radiusserverput) SetMfa(v string)
- func (o *Radiusserverput) SetName(v string)
- func (o *Radiusserverput) SetNetworkSourceIp(v string)
- func (o *Radiusserverput) SetTagNames(v []string)
- func (o *Radiusserverput) SetUserCertEnabled(v bool)
- func (o *Radiusserverput) SetUserLockoutAction(v string)
- func (o *Radiusserverput) SetUserPasswordEnabled(v bool)
- func (o *Radiusserverput) SetUserPasswordExpirationAction(v string)
- func (o Radiusserverput) ToMap() (map[string]interface{}, error)
- func (o *Radiusserverput) UnmarshalJSON(bytes []byte) (err error)
- type Radiusserverslist
- func (o *Radiusserverslist) GetResults() []Radiusserver
- func (o *Radiusserverslist) GetResultsOk() ([]Radiusserver, bool)
- func (o *Radiusserverslist) GetTotalCount() int32
- func (o *Radiusserverslist) GetTotalCountOk() (*int32, bool)
- func (o *Radiusserverslist) HasResults() bool
- func (o *Radiusserverslist) HasTotalCount() bool
- func (o Radiusserverslist) MarshalJSON() ([]byte, error)
- func (o *Radiusserverslist) SetResults(v []Radiusserver)
- func (o *Radiusserverslist) SetTotalCount(v int32)
- func (o Radiusserverslist) ToMap() (map[string]interface{}, error)
- func (o *Radiusserverslist) UnmarshalJSON(bytes []byte) (err error)
- type Search
- func (o *Search) GetFields() string
- func (o *Search) GetFieldsOk() (*string, bool)
- func (o *Search) GetFilter() map[string]interface{}
- func (o *Search) GetFilterOk() (map[string]interface{}, bool)
- func (o *Search) GetSearchFilter() map[string]interface{}
- func (o *Search) GetSearchFilterOk() (map[string]interface{}, bool)
- func (o *Search) HasFields() bool
- func (o *Search) HasFilter() bool
- func (o *Search) HasSearchFilter() bool
- func (o Search) MarshalJSON() ([]byte, error)
- func (o *Search) SetFields(v string)
- func (o *Search) SetFilter(v map[string]interface{})
- func (o *Search) SetSearchFilter(v map[string]interface{})
- func (o Search) ToMap() (map[string]interface{}, error)
- func (o *Search) UnmarshalJSON(bytes []byte) (err error)
- type SearchApiSearchCommandresultsPostRequest
- func (r SearchApiSearchCommandresultsPostRequest) Body(body Search) SearchApiSearchCommandresultsPostRequest
- func (r SearchApiSearchCommandresultsPostRequest) Execute() (*Commandresultslist, *http.Response, error)
- func (r SearchApiSearchCommandresultsPostRequest) Fields(fields string) SearchApiSearchCommandresultsPostRequest
- func (r SearchApiSearchCommandresultsPostRequest) Filter(filter string) SearchApiSearchCommandresultsPostRequest
- func (r SearchApiSearchCommandresultsPostRequest) Limit(limit int32) SearchApiSearchCommandresultsPostRequest
- func (r SearchApiSearchCommandresultsPostRequest) Skip(skip int32) SearchApiSearchCommandresultsPostRequest
- func (r SearchApiSearchCommandresultsPostRequest) XOrgId(xOrgId string) SearchApiSearchCommandresultsPostRequest
- type SearchApiSearchCommandsPostRequest
- func (r SearchApiSearchCommandsPostRequest) Body(body Search) SearchApiSearchCommandsPostRequest
- func (r SearchApiSearchCommandsPostRequest) Execute() (*Commandslist, *http.Response, error)
- func (r SearchApiSearchCommandsPostRequest) Fields(fields string) SearchApiSearchCommandsPostRequest
- func (r SearchApiSearchCommandsPostRequest) Filter(filter string) SearchApiSearchCommandsPostRequest
- func (r SearchApiSearchCommandsPostRequest) Limit(limit int32) SearchApiSearchCommandsPostRequest
- func (r SearchApiSearchCommandsPostRequest) Skip(skip int32) SearchApiSearchCommandsPostRequest
- func (r SearchApiSearchCommandsPostRequest) XOrgId(xOrgId string) SearchApiSearchCommandsPostRequest
- type SearchApiSearchOrganizationsPostRequest
- func (r SearchApiSearchOrganizationsPostRequest) Body(body Search) SearchApiSearchOrganizationsPostRequest
- func (r SearchApiSearchOrganizationsPostRequest) Execute() (*Organizationslist, *http.Response, error)
- func (r SearchApiSearchOrganizationsPostRequest) Fields(fields string) SearchApiSearchOrganizationsPostRequest
- func (r SearchApiSearchOrganizationsPostRequest) Filter(filter string) SearchApiSearchOrganizationsPostRequest
- func (r SearchApiSearchOrganizationsPostRequest) Limit(limit int32) SearchApiSearchOrganizationsPostRequest
- func (r SearchApiSearchOrganizationsPostRequest) Skip(skip int32) SearchApiSearchOrganizationsPostRequest
- type SearchApiSearchSystemsPostRequest
- func (r SearchApiSearchSystemsPostRequest) Body(body Search) SearchApiSearchSystemsPostRequest
- func (r SearchApiSearchSystemsPostRequest) Execute() (*Systemslist, *http.Response, error)
- func (r SearchApiSearchSystemsPostRequest) Fields(fields string) SearchApiSearchSystemsPostRequest
- func (r SearchApiSearchSystemsPostRequest) Filter(filter string) SearchApiSearchSystemsPostRequest
- func (r SearchApiSearchSystemsPostRequest) Limit(limit int32) SearchApiSearchSystemsPostRequest
- func (r SearchApiSearchSystemsPostRequest) Skip(skip int32) SearchApiSearchSystemsPostRequest
- func (r SearchApiSearchSystemsPostRequest) XOrgId(xOrgId string) SearchApiSearchSystemsPostRequest
- type SearchApiSearchSystemusersPostRequest
- func (r SearchApiSearchSystemusersPostRequest) Body(body Search) SearchApiSearchSystemusersPostRequest
- func (r SearchApiSearchSystemusersPostRequest) Execute() (*Systemuserslist, *http.Response, error)
- func (r SearchApiSearchSystemusersPostRequest) Fields(fields string) SearchApiSearchSystemusersPostRequest
- func (r SearchApiSearchSystemusersPostRequest) Filter(filter string) SearchApiSearchSystemusersPostRequest
- func (r SearchApiSearchSystemusersPostRequest) Limit(limit int32) SearchApiSearchSystemusersPostRequest
- func (r SearchApiSearchSystemusersPostRequest) Skip(skip int32) SearchApiSearchSystemusersPostRequest
- func (r SearchApiSearchSystemusersPostRequest) XOrgId(xOrgId string) SearchApiSearchSystemusersPostRequest
- type SearchApiService
- func (a *SearchApiService) SearchCommandresultsPost(ctx context.Context) SearchApiSearchCommandresultsPostRequest
- func (a *SearchApiService) SearchCommandresultsPostExecute(r SearchApiSearchCommandresultsPostRequest) (*Commandresultslist, *http.Response, error)
- func (a *SearchApiService) SearchCommandsPost(ctx context.Context) SearchApiSearchCommandsPostRequest
- func (a *SearchApiService) SearchCommandsPostExecute(r SearchApiSearchCommandsPostRequest) (*Commandslist, *http.Response, error)
- func (a *SearchApiService) SearchOrganizationsPost(ctx context.Context) SearchApiSearchOrganizationsPostRequest
- func (a *SearchApiService) SearchOrganizationsPostExecute(r SearchApiSearchOrganizationsPostRequest) (*Organizationslist, *http.Response, error)
- func (a *SearchApiService) SearchSystemsPost(ctx context.Context) SearchApiSearchSystemsPostRequest
- func (a *SearchApiService) SearchSystemsPostExecute(r SearchApiSearchSystemsPostRequest) (*Systemslist, *http.Response, error)
- func (a *SearchApiService) SearchSystemusersPost(ctx context.Context) SearchApiSearchSystemusersPostRequest
- func (a *SearchApiService) SearchSystemusersPostExecute(r SearchApiSearchSystemusersPostRequest) (*Systemuserslist, *http.Response, error)
- type ServerConfiguration
- type ServerConfigurations
- type ServerVariable
- type Sshkeylist
- func (o *Sshkeylist) GetCreateDate() string
- func (o *Sshkeylist) GetCreateDateOk() (*string, bool)
- func (o *Sshkeylist) GetId() string
- func (o *Sshkeylist) GetIdOk() (*string, bool)
- func (o *Sshkeylist) GetName() string
- func (o *Sshkeylist) GetNameOk() (*string, bool)
- func (o *Sshkeylist) GetPublicKey() string
- func (o *Sshkeylist) GetPublicKeyOk() (*string, bool)
- func (o *Sshkeylist) HasCreateDate() bool
- func (o *Sshkeylist) HasId() bool
- func (o *Sshkeylist) HasName() bool
- func (o *Sshkeylist) HasPublicKey() bool
- func (o Sshkeylist) MarshalJSON() ([]byte, error)
- func (o *Sshkeylist) SetCreateDate(v string)
- func (o *Sshkeylist) SetId(v string)
- func (o *Sshkeylist) SetName(v string)
- func (o *Sshkeylist) SetPublicKey(v string)
- func (o Sshkeylist) ToMap() (map[string]interface{}, error)
- func (o *Sshkeylist) UnmarshalJSON(bytes []byte) (err error)
- type Sshkeypost
- func (o *Sshkeypost) GetName() string
- func (o *Sshkeypost) GetNameOk() (*string, bool)
- func (o *Sshkeypost) GetPublicKey() string
- func (o *Sshkeypost) GetPublicKeyOk() (*string, bool)
- func (o Sshkeypost) MarshalJSON() ([]byte, error)
- func (o *Sshkeypost) SetName(v string)
- func (o *Sshkeypost) SetPublicKey(v string)
- func (o Sshkeypost) ToMap() (map[string]interface{}, error)
- func (o *Sshkeypost) UnmarshalJSON(bytes []byte) (err error)
- type Sso
- func (o *Sso) GetBeta() bool
- func (o *Sso) GetBetaOk() (*bool, bool)
- func (o *Sso) GetHidden() bool
- func (o *Sso) GetHiddenOk() (*bool, bool)
- func (o *Sso) GetIdpCertExpirationAt() time.Time
- func (o *Sso) GetIdpCertExpirationAtOk() (*time.Time, bool)
- func (o *Sso) GetJit() bool
- func (o *Sso) GetJitOk() (*bool, bool)
- func (o *Sso) GetType() string
- func (o *Sso) GetTypeOk() (*string, bool)
- func (o *Sso) HasBeta() bool
- func (o *Sso) HasHidden() bool
- func (o *Sso) HasIdpCertExpirationAt() bool
- func (o *Sso) HasJit() bool
- func (o *Sso) HasType() bool
- func (o Sso) MarshalJSON() ([]byte, error)
- func (o *Sso) SetBeta(v bool)
- func (o *Sso) SetHidden(v bool)
- func (o *Sso) SetIdpCertExpirationAt(v time.Time)
- func (o *Sso) SetJit(v bool)
- func (o *Sso) SetType(v string)
- func (o Sso) ToMap() (map[string]interface{}, error)
- func (o *Sso) UnmarshalJSON(bytes []byte) (err error)
- type System
- func (o *System) GetActive() bool
- func (o *System) GetActiveOk() (*bool, bool)
- func (o *System) GetAgentVersion() string
- func (o *System) GetAgentVersionOk() (*string, bool)
- func (o *System) GetAllowMultiFactorAuthentication() bool
- func (o *System) GetAllowMultiFactorAuthenticationOk() (*bool, bool)
- func (o *System) GetAllowPublicKeyAuthentication() bool
- func (o *System) GetAllowPublicKeyAuthenticationOk() (*bool, bool)
- func (o *System) GetAllowSshPasswordAuthentication() bool
- func (o *System) GetAllowSshPasswordAuthenticationOk() (*bool, bool)
- func (o *System) GetAllowSshRootLogin() bool
- func (o *System) GetAllowSshRootLoginOk() (*bool, bool)
- func (o *System) GetAmazonInstanceID() string
- func (o *System) GetAmazonInstanceIDOk() (*string, bool)
- func (o *System) GetArch() string
- func (o *System) GetArchFamily() string
- func (o *System) GetArchFamilyOk() (*string, bool)
- func (o *System) GetArchOk() (*string, bool)
- func (o *System) GetAzureAdJoined() bool
- func (o *System) GetAzureAdJoinedOk() (*bool, bool)
- func (o *System) GetBuiltInCommands() []SystemBuiltInCommandsInner
- func (o *System) GetBuiltInCommandsOk() ([]SystemBuiltInCommandsInner, bool)
- func (o *System) GetConnectionHistory() []map[string]interface{}
- func (o *System) GetConnectionHistoryOk() ([]map[string]interface{}, bool)
- func (o *System) GetCreated() time.Time
- func (o *System) GetCreatedOk() (*time.Time, bool)
- func (o *System) GetDescription() string
- func (o *System) GetDescriptionOk() (*string, bool)
- func (o *System) GetDesktopCapable() bool
- func (o *System) GetDesktopCapableOk() (*bool, bool)
- func (o *System) GetDisplayManager() string
- func (o *System) GetDisplayManagerOk() (*string, bool)
- func (o *System) GetDisplayName() string
- func (o *System) GetDisplayNameOk() (*string, bool)
- func (o *System) GetDomainInfo() SystemDomainInfo
- func (o *System) GetDomainInfoOk() (*SystemDomainInfo, bool)
- func (o *System) GetFde() Fde
- func (o *System) GetFdeOk() (*Fde, bool)
- func (o *System) GetFileSystem() string
- func (o *System) GetFileSystemOk() (*string, bool)
- func (o *System) GetHasServiceAccount() bool
- func (o *System) GetHasServiceAccountOk() (*bool, bool)
- func (o *System) GetHostname() string
- func (o *System) GetHostnameOk() (*string, bool)
- func (o *System) GetId() string
- func (o *System) GetIdOk() (*string, bool)
- func (o *System) GetLastContact() time.Time
- func (o *System) GetLastContactOk() (*time.Time, bool)
- func (o *System) GetMdm() SystemMdm
- func (o *System) GetMdmOk() (*SystemMdm, bool)
- func (o *System) GetModifySSHDConfig() bool
- func (o *System) GetModifySSHDConfigOk() (*bool, bool)
- func (o *System) GetNetworkInterfaces() []SystemNetworkInterfacesInner
- func (o *System) GetNetworkInterfacesOk() ([]SystemNetworkInterfacesInner, bool)
- func (o *System) GetOrganization() string
- func (o *System) GetOrganizationOk() (*string, bool)
- func (o *System) GetOs() string
- func (o *System) GetOsFamily() string
- func (o *System) GetOsFamilyOk() (*string, bool)
- func (o *System) GetOsOk() (*string, bool)
- func (o *System) GetOsVersionDetail() SystemOsVersionDetail
- func (o *System) GetOsVersionDetailOk() (*SystemOsVersionDetail, bool)
- func (o *System) GetProvisionMetadata() SystemProvisionMetadata
- func (o *System) GetProvisionMetadataOk() (*SystemProvisionMetadata, bool)
- func (o *System) GetRemoteIP() string
- func (o *System) GetRemoteIPOk() (*string, bool)
- func (o *System) GetSecureLoginEnabled() bool
- func (o *System) GetSecureLoginEnabledOk() (*bool, bool)
- func (o *System) GetSerialNumber() string
- func (o *System) GetSerialNumberOk() (*string, bool)
- func (o *System) GetServiceAccountState() SystemServiceAccountState
- func (o *System) GetServiceAccountStateOk() (*SystemServiceAccountState, bool)
- func (o *System) GetSshRootEnabled() bool
- func (o *System) GetSshRootEnabledOk() (*bool, bool)
- func (o *System) GetSshdParams() []SystemSshdParamsInner
- func (o *System) GetSshdParamsOk() ([]SystemSshdParamsInner, bool)
- func (o *System) GetSystemInsights() SystemSystemInsights
- func (o *System) GetSystemInsightsOk() (*SystemSystemInsights, bool)
- func (o *System) GetSystemTimezone() int32
- func (o *System) GetSystemTimezoneOk() (*int32, bool)
- func (o *System) GetTags() []string
- func (o *System) GetTagsOk() ([]string, bool)
- func (o *System) GetTemplateName() string
- func (o *System) GetTemplateNameOk() (*string, bool)
- func (o *System) GetUserMetrics() []SystemUserMetricsInner
- func (o *System) GetUserMetricsOk() ([]SystemUserMetricsInner, bool)
- func (o *System) GetVersion() string
- func (o *System) GetVersionOk() (*string, bool)
- func (o *System) HasActive() bool
- func (o *System) HasAgentVersion() bool
- func (o *System) HasAllowMultiFactorAuthentication() bool
- func (o *System) HasAllowPublicKeyAuthentication() bool
- func (o *System) HasAllowSshPasswordAuthentication() bool
- func (o *System) HasAllowSshRootLogin() bool
- func (o *System) HasAmazonInstanceID() bool
- func (o *System) HasArch() bool
- func (o *System) HasArchFamily() bool
- func (o *System) HasAzureAdJoined() bool
- func (o *System) HasBuiltInCommands() bool
- func (o *System) HasConnectionHistory() bool
- func (o *System) HasCreated() bool
- func (o *System) HasDescription() bool
- func (o *System) HasDesktopCapable() bool
- func (o *System) HasDisplayManager() bool
- func (o *System) HasDisplayName() bool
- func (o *System) HasDomainInfo() bool
- func (o *System) HasFde() bool
- func (o *System) HasFileSystem() bool
- func (o *System) HasHasServiceAccount() bool
- func (o *System) HasHostname() bool
- func (o *System) HasId() bool
- func (o *System) HasLastContact() bool
- func (o *System) HasMdm() bool
- func (o *System) HasModifySSHDConfig() bool
- func (o *System) HasNetworkInterfaces() bool
- func (o *System) HasOrganization() bool
- func (o *System) HasOs() bool
- func (o *System) HasOsFamily() bool
- func (o *System) HasOsVersionDetail() bool
- func (o *System) HasProvisionMetadata() bool
- func (o *System) HasRemoteIP() bool
- func (o *System) HasSecureLoginEnabled() bool
- func (o *System) HasSerialNumber() bool
- func (o *System) HasServiceAccountState() bool
- func (o *System) HasSshRootEnabled() bool
- func (o *System) HasSshdParams() bool
- func (o *System) HasSystemInsights() bool
- func (o *System) HasSystemTimezone() bool
- func (o *System) HasTags() bool
- func (o *System) HasTemplateName() bool
- func (o *System) HasUserMetrics() bool
- func (o *System) HasVersion() bool
- func (o System) MarshalJSON() ([]byte, error)
- func (o *System) SetActive(v bool)
- func (o *System) SetAgentVersion(v string)
- func (o *System) SetAllowMultiFactorAuthentication(v bool)
- func (o *System) SetAllowPublicKeyAuthentication(v bool)
- func (o *System) SetAllowSshPasswordAuthentication(v bool)
- func (o *System) SetAllowSshRootLogin(v bool)
- func (o *System) SetAmazonInstanceID(v string)
- func (o *System) SetArch(v string)
- func (o *System) SetArchFamily(v string)
- func (o *System) SetAzureAdJoined(v bool)
- func (o *System) SetBuiltInCommands(v []SystemBuiltInCommandsInner)
- func (o *System) SetConnectionHistory(v []map[string]interface{})
- func (o *System) SetCreated(v time.Time)
- func (o *System) SetDescription(v string)
- func (o *System) SetDesktopCapable(v bool)
- func (o *System) SetDisplayManager(v string)
- func (o *System) SetDisplayName(v string)
- func (o *System) SetDomainInfo(v SystemDomainInfo)
- func (o *System) SetFde(v Fde)
- func (o *System) SetFileSystem(v string)
- func (o *System) SetFileSystemNil()
- func (o *System) SetHasServiceAccount(v bool)
- func (o *System) SetHostname(v string)
- func (o *System) SetId(v string)
- func (o *System) SetLastContact(v time.Time)
- func (o *System) SetLastContactNil()
- func (o *System) SetMdm(v SystemMdm)
- func (o *System) SetModifySSHDConfig(v bool)
- func (o *System) SetNetworkInterfaces(v []SystemNetworkInterfacesInner)
- func (o *System) SetOrganization(v string)
- func (o *System) SetOs(v string)
- func (o *System) SetOsFamily(v string)
- func (o *System) SetOsVersionDetail(v SystemOsVersionDetail)
- func (o *System) SetProvisionMetadata(v SystemProvisionMetadata)
- func (o *System) SetRemoteIP(v string)
- func (o *System) SetSecureLoginEnabled(v bool)
- func (o *System) SetSerialNumber(v string)
- func (o *System) SetServiceAccountState(v SystemServiceAccountState)
- func (o *System) SetSshRootEnabled(v bool)
- func (o *System) SetSshdParams(v []SystemSshdParamsInner)
- func (o *System) SetSystemInsights(v SystemSystemInsights)
- func (o *System) SetSystemTimezone(v int32)
- func (o *System) SetTags(v []string)
- func (o *System) SetTemplateName(v string)
- func (o *System) SetUserMetrics(v []SystemUserMetricsInner)
- func (o *System) SetVersion(v string)
- func (o System) ToMap() (map[string]interface{}, error)
- func (o *System) UnmarshalJSON(bytes []byte) (err error)
- func (o *System) UnsetFileSystem()
- func (o *System) UnsetLastContact()
- type SystemBuiltInCommandsInner
- func (o *SystemBuiltInCommandsInner) GetName() string
- func (o *SystemBuiltInCommandsInner) GetNameOk() (*string, bool)
- func (o *SystemBuiltInCommandsInner) GetType() string
- func (o *SystemBuiltInCommandsInner) GetTypeOk() (*string, bool)
- func (o *SystemBuiltInCommandsInner) HasName() bool
- func (o *SystemBuiltInCommandsInner) HasType() bool
- func (o SystemBuiltInCommandsInner) MarshalJSON() ([]byte, error)
- func (o *SystemBuiltInCommandsInner) SetName(v string)
- func (o *SystemBuiltInCommandsInner) SetType(v string)
- func (o SystemBuiltInCommandsInner) ToMap() (map[string]interface{}, error)
- func (o *SystemBuiltInCommandsInner) UnmarshalJSON(bytes []byte) (err error)
- type SystemDomainInfo
- func (o *SystemDomainInfo) GetDomainName() string
- func (o *SystemDomainInfo) GetDomainNameOk() (*string, bool)
- func (o *SystemDomainInfo) GetPartOfDomain() bool
- func (o *SystemDomainInfo) GetPartOfDomainOk() (*bool, bool)
- func (o *SystemDomainInfo) HasDomainName() bool
- func (o *SystemDomainInfo) HasPartOfDomain() bool
- func (o SystemDomainInfo) MarshalJSON() ([]byte, error)
- func (o *SystemDomainInfo) SetDomainName(v string)
- func (o *SystemDomainInfo) SetPartOfDomain(v bool)
- func (o SystemDomainInfo) ToMap() (map[string]interface{}, error)
- func (o *SystemDomainInfo) UnmarshalJSON(bytes []byte) (err error)
- type SystemMdm
- func (o *SystemMdm) GetDep() bool
- func (o *SystemMdm) GetDepOk() (*bool, bool)
- func (o *SystemMdm) GetEnrollmentType() string
- func (o *SystemMdm) GetEnrollmentTypeOk() (*string, bool)
- func (o *SystemMdm) GetInternal() SystemMdmInternal
- func (o *SystemMdm) GetInternalOk() (*SystemMdmInternal, bool)
- func (o *SystemMdm) GetProfileIdentifier() string
- func (o *SystemMdm) GetProfileIdentifierOk() (*string, bool)
- func (o *SystemMdm) GetUserApproved() bool
- func (o *SystemMdm) GetUserApprovedOk() (*bool, bool)
- func (o *SystemMdm) GetVendor() string
- func (o *SystemMdm) GetVendorOk() (*string, bool)
- func (o *SystemMdm) HasDep() bool
- func (o *SystemMdm) HasEnrollmentType() bool
- func (o *SystemMdm) HasInternal() bool
- func (o *SystemMdm) HasProfileIdentifier() bool
- func (o *SystemMdm) HasUserApproved() bool
- func (o *SystemMdm) HasVendor() bool
- func (o SystemMdm) MarshalJSON() ([]byte, error)
- func (o *SystemMdm) SetDep(v bool)
- func (o *SystemMdm) SetEnrollmentType(v string)
- func (o *SystemMdm) SetInternal(v SystemMdmInternal)
- func (o *SystemMdm) SetProfileIdentifier(v string)
- func (o *SystemMdm) SetUserApproved(v bool)
- func (o *SystemMdm) SetVendor(v string)
- func (o SystemMdm) ToMap() (map[string]interface{}, error)
- func (o *SystemMdm) UnmarshalJSON(bytes []byte) (err error)
- type SystemMdmInternal
- func (o *SystemMdmInternal) GetDeviceId() string
- func (o *SystemMdmInternal) GetDeviceIdOk() (*string, bool)
- func (o *SystemMdmInternal) GetWindowsDeviceId() string
- func (o *SystemMdmInternal) GetWindowsDeviceIdOk() (*string, bool)
- func (o *SystemMdmInternal) HasDeviceId() bool
- func (o *SystemMdmInternal) HasWindowsDeviceId() bool
- func (o SystemMdmInternal) MarshalJSON() ([]byte, error)
- func (o *SystemMdmInternal) SetDeviceId(v string)
- func (o *SystemMdmInternal) SetWindowsDeviceId(v string)
- func (o SystemMdmInternal) ToMap() (map[string]interface{}, error)
- func (o *SystemMdmInternal) UnmarshalJSON(bytes []byte) (err error)
- type SystemNetworkInterfacesInner
- func (o *SystemNetworkInterfacesInner) GetAddress() string
- func (o *SystemNetworkInterfacesInner) GetAddressOk() (*string, bool)
- func (o *SystemNetworkInterfacesInner) GetFamily() string
- func (o *SystemNetworkInterfacesInner) GetFamilyOk() (*string, bool)
- func (o *SystemNetworkInterfacesInner) GetInternal() bool
- func (o *SystemNetworkInterfacesInner) GetInternalOk() (*bool, bool)
- func (o *SystemNetworkInterfacesInner) GetName() string
- func (o *SystemNetworkInterfacesInner) GetNameOk() (*string, bool)
- func (o *SystemNetworkInterfacesInner) HasAddress() bool
- func (o *SystemNetworkInterfacesInner) HasFamily() bool
- func (o *SystemNetworkInterfacesInner) HasInternal() bool
- func (o *SystemNetworkInterfacesInner) HasName() bool
- func (o SystemNetworkInterfacesInner) MarshalJSON() ([]byte, error)
- func (o *SystemNetworkInterfacesInner) SetAddress(v string)
- func (o *SystemNetworkInterfacesInner) SetFamily(v string)
- func (o *SystemNetworkInterfacesInner) SetInternal(v bool)
- func (o *SystemNetworkInterfacesInner) SetName(v string)
- func (o SystemNetworkInterfacesInner) ToMap() (map[string]interface{}, error)
- func (o *SystemNetworkInterfacesInner) UnmarshalJSON(bytes []byte) (err error)
- type SystemOsVersionDetail
- func (o *SystemOsVersionDetail) GetMajor() string
- func (o *SystemOsVersionDetail) GetMajorOk() (*string, bool)
- func (o *SystemOsVersionDetail) GetMinor() string
- func (o *SystemOsVersionDetail) GetMinorOk() (*string, bool)
- func (o *SystemOsVersionDetail) GetOsName() string
- func (o *SystemOsVersionDetail) GetOsNameOk() (*string, bool)
- func (o *SystemOsVersionDetail) GetPatch() string
- func (o *SystemOsVersionDetail) GetPatchOk() (*string, bool)
- func (o *SystemOsVersionDetail) GetReleaseName() string
- func (o *SystemOsVersionDetail) GetReleaseNameOk() (*string, bool)
- func (o *SystemOsVersionDetail) GetRevision() string
- func (o *SystemOsVersionDetail) GetRevisionOk() (*string, bool)
- func (o *SystemOsVersionDetail) HasMajor() bool
- func (o *SystemOsVersionDetail) HasMinor() bool
- func (o *SystemOsVersionDetail) HasOsName() bool
- func (o *SystemOsVersionDetail) HasPatch() bool
- func (o *SystemOsVersionDetail) HasReleaseName() bool
- func (o *SystemOsVersionDetail) HasRevision() bool
- func (o SystemOsVersionDetail) MarshalJSON() ([]byte, error)
- func (o *SystemOsVersionDetail) SetMajor(v string)
- func (o *SystemOsVersionDetail) SetMinor(v string)
- func (o *SystemOsVersionDetail) SetOsName(v string)
- func (o *SystemOsVersionDetail) SetPatch(v string)
- func (o *SystemOsVersionDetail) SetReleaseName(v string)
- func (o *SystemOsVersionDetail) SetRevision(v string)
- func (o SystemOsVersionDetail) ToMap() (map[string]interface{}, error)
- func (o *SystemOsVersionDetail) UnmarshalJSON(bytes []byte) (err error)
- type SystemProvisionMetadata
- func (o *SystemProvisionMetadata) GetProvisioner() SystemProvisionMetadataProvisioner
- func (o *SystemProvisionMetadata) GetProvisionerOk() (*SystemProvisionMetadataProvisioner, bool)
- func (o *SystemProvisionMetadata) HasProvisioner() bool
- func (o SystemProvisionMetadata) MarshalJSON() ([]byte, error)
- func (o *SystemProvisionMetadata) SetProvisioner(v SystemProvisionMetadataProvisioner)
- func (o SystemProvisionMetadata) ToMap() (map[string]interface{}, error)
- func (o *SystemProvisionMetadata) UnmarshalJSON(bytes []byte) (err error)
- type SystemProvisionMetadataProvisioner
- func (o *SystemProvisionMetadataProvisioner) GetProvisionerId() string
- func (o *SystemProvisionMetadataProvisioner) GetProvisionerIdOk() (*string, bool)
- func (o *SystemProvisionMetadataProvisioner) GetType() string
- func (o *SystemProvisionMetadataProvisioner) GetTypeOk() (*string, bool)
- func (o *SystemProvisionMetadataProvisioner) HasProvisionerId() bool
- func (o *SystemProvisionMetadataProvisioner) HasType() bool
- func (o SystemProvisionMetadataProvisioner) MarshalJSON() ([]byte, error)
- func (o *SystemProvisionMetadataProvisioner) SetProvisionerId(v string)
- func (o *SystemProvisionMetadataProvisioner) SetType(v string)
- func (o SystemProvisionMetadataProvisioner) ToMap() (map[string]interface{}, error)
- func (o *SystemProvisionMetadataProvisioner) UnmarshalJSON(bytes []byte) (err error)
- type SystemServiceAccountState
- func (o *SystemServiceAccountState) GetHasSecureToken() bool
- func (o *SystemServiceAccountState) GetHasSecureTokenOk() (*bool, bool)
- func (o *SystemServiceAccountState) GetPasswordAPFSValid() bool
- func (o *SystemServiceAccountState) GetPasswordAPFSValidOk() (*bool, bool)
- func (o *SystemServiceAccountState) GetPasswordODValid() bool
- func (o *SystemServiceAccountState) GetPasswordODValidOk() (*bool, bool)
- func (o *SystemServiceAccountState) HasHasSecureToken() bool
- func (o *SystemServiceAccountState) HasPasswordAPFSValid() bool
- func (o *SystemServiceAccountState) HasPasswordODValid() bool
- func (o SystemServiceAccountState) MarshalJSON() ([]byte, error)
- func (o *SystemServiceAccountState) SetHasSecureToken(v bool)
- func (o *SystemServiceAccountState) SetPasswordAPFSValid(v bool)
- func (o *SystemServiceAccountState) SetPasswordODValid(v bool)
- func (o SystemServiceAccountState) ToMap() (map[string]interface{}, error)
- func (o *SystemServiceAccountState) UnmarshalJSON(bytes []byte) (err error)
- type SystemSshdParamsInner
- func (o *SystemSshdParamsInner) GetName() string
- func (o *SystemSshdParamsInner) GetNameOk() (*string, bool)
- func (o *SystemSshdParamsInner) GetValue() string
- func (o *SystemSshdParamsInner) GetValueOk() (*string, bool)
- func (o *SystemSshdParamsInner) HasName() bool
- func (o *SystemSshdParamsInner) HasValue() bool
- func (o SystemSshdParamsInner) MarshalJSON() ([]byte, error)
- func (o *SystemSshdParamsInner) SetName(v string)
- func (o *SystemSshdParamsInner) SetValue(v string)
- func (o SystemSshdParamsInner) ToMap() (map[string]interface{}, error)
- func (o *SystemSshdParamsInner) UnmarshalJSON(bytes []byte) (err error)
- type SystemSystemInsights
- func (o *SystemSystemInsights) GetState() string
- func (o *SystemSystemInsights) GetStateOk() (*string, bool)
- func (o *SystemSystemInsights) HasState() bool
- func (o SystemSystemInsights) MarshalJSON() ([]byte, error)
- func (o *SystemSystemInsights) SetState(v string)
- func (o SystemSystemInsights) ToMap() (map[string]interface{}, error)
- func (o *SystemSystemInsights) UnmarshalJSON(bytes []byte) (err error)
- type SystemUserMetricsInner
- func (o *SystemUserMetricsInner) GetAdmin() bool
- func (o *SystemUserMetricsInner) GetAdminOk() (*bool, bool)
- func (o *SystemUserMetricsInner) GetManaged() bool
- func (o *SystemUserMetricsInner) GetManagedOk() (*bool, bool)
- func (o *SystemUserMetricsInner) GetSecureTokenEnabled() bool
- func (o *SystemUserMetricsInner) GetSecureTokenEnabledOk() (*bool, bool)
- func (o *SystemUserMetricsInner) GetSuspended() bool
- func (o *SystemUserMetricsInner) GetSuspendedOk() (*bool, bool)
- func (o *SystemUserMetricsInner) GetUserName() string
- func (o *SystemUserMetricsInner) GetUserNameOk() (*string, bool)
- func (o *SystemUserMetricsInner) HasAdmin() bool
- func (o *SystemUserMetricsInner) HasManaged() bool
- func (o *SystemUserMetricsInner) HasSecureTokenEnabled() bool
- func (o *SystemUserMetricsInner) HasSuspended() bool
- func (o *SystemUserMetricsInner) HasUserName() bool
- func (o SystemUserMetricsInner) MarshalJSON() ([]byte, error)
- func (o *SystemUserMetricsInner) SetAdmin(v bool)
- func (o *SystemUserMetricsInner) SetManaged(v bool)
- func (o *SystemUserMetricsInner) SetSecureTokenEnabled(v bool)
- func (o *SystemUserMetricsInner) SetSuspended(v bool)
- func (o *SystemUserMetricsInner) SetUserName(v string)
- func (o SystemUserMetricsInner) ToMap() (map[string]interface{}, error)
- func (o *SystemUserMetricsInner) UnmarshalJSON(bytes []byte) (err error)
- type Systemput
- func (o *Systemput) GetAgentBoundMessages() []SystemputAgentBoundMessagesInner
- func (o *Systemput) GetAgentBoundMessagesOk() ([]SystemputAgentBoundMessagesInner, bool)
- func (o *Systemput) GetAllowMultiFactorAuthentication() bool
- func (o *Systemput) GetAllowMultiFactorAuthenticationOk() (*bool, bool)
- func (o *Systemput) GetAllowPublicKeyAuthentication() bool
- func (o *Systemput) GetAllowPublicKeyAuthenticationOk() (*bool, bool)
- func (o *Systemput) GetAllowSshPasswordAuthentication() bool
- func (o *Systemput) GetAllowSshPasswordAuthenticationOk() (*bool, bool)
- func (o *Systemput) GetAllowSshRootLogin() bool
- func (o *Systemput) GetAllowSshRootLoginOk() (*bool, bool)
- func (o *Systemput) GetDisplayName() string
- func (o *Systemput) GetDisplayNameOk() (*string, bool)
- func (o *Systemput) GetTags() []string
- func (o *Systemput) GetTagsOk() ([]string, bool)
- func (o *Systemput) HasAgentBoundMessages() bool
- func (o *Systemput) HasAllowMultiFactorAuthentication() bool
- func (o *Systemput) HasAllowPublicKeyAuthentication() bool
- func (o *Systemput) HasAllowSshPasswordAuthentication() bool
- func (o *Systemput) HasAllowSshRootLogin() bool
- func (o *Systemput) HasDisplayName() bool
- func (o *Systemput) HasTags() bool
- func (o Systemput) MarshalJSON() ([]byte, error)
- func (o *Systemput) SetAgentBoundMessages(v []SystemputAgentBoundMessagesInner)
- func (o *Systemput) SetAllowMultiFactorAuthentication(v bool)
- func (o *Systemput) SetAllowPublicKeyAuthentication(v bool)
- func (o *Systemput) SetAllowSshPasswordAuthentication(v bool)
- func (o *Systemput) SetAllowSshRootLogin(v bool)
- func (o *Systemput) SetDisplayName(v string)
- func (o *Systemput) SetTags(v []string)
- func (o Systemput) ToMap() (map[string]interface{}, error)
- func (o *Systemput) UnmarshalJSON(bytes []byte) (err error)
- type SystemputAgentBoundMessagesInner
- func (o *SystemputAgentBoundMessagesInner) GetCmd() string
- func (o *SystemputAgentBoundMessagesInner) GetCmdOk() (*string, bool)
- func (o *SystemputAgentBoundMessagesInner) HasCmd() bool
- func (o SystemputAgentBoundMessagesInner) MarshalJSON() ([]byte, error)
- func (o *SystemputAgentBoundMessagesInner) SetCmd(v string)
- func (o SystemputAgentBoundMessagesInner) ToMap() (map[string]interface{}, error)
- func (o *SystemputAgentBoundMessagesInner) UnmarshalJSON(bytes []byte) (err error)
- type SystemsApiService
- func (a *SystemsApiService) SystemsCommandBuiltinErase(ctx context.Context, systemId string) SystemsApiSystemsCommandBuiltinEraseRequest
- func (a *SystemsApiService) SystemsCommandBuiltinEraseExecute(r SystemsApiSystemsCommandBuiltinEraseRequest) (*http.Response, error)
- func (a *SystemsApiService) SystemsCommandBuiltinLock(ctx context.Context, systemId string) SystemsApiSystemsCommandBuiltinLockRequest
- func (a *SystemsApiService) SystemsCommandBuiltinLockExecute(r SystemsApiSystemsCommandBuiltinLockRequest) (*http.Response, error)
- func (a *SystemsApiService) SystemsCommandBuiltinRestart(ctx context.Context, systemId string) SystemsApiSystemsCommandBuiltinRestartRequest
- func (a *SystemsApiService) SystemsCommandBuiltinRestartExecute(r SystemsApiSystemsCommandBuiltinRestartRequest) (*http.Response, error)
- func (a *SystemsApiService) SystemsCommandBuiltinShutdown(ctx context.Context, systemId string) SystemsApiSystemsCommandBuiltinShutdownRequest
- func (a *SystemsApiService) SystemsCommandBuiltinShutdownExecute(r SystemsApiSystemsCommandBuiltinShutdownRequest) (*http.Response, error)
- func (a *SystemsApiService) SystemsDelete(ctx context.Context, id string) SystemsApiSystemsDeleteRequest
- func (a *SystemsApiService) SystemsDeleteExecute(r SystemsApiSystemsDeleteRequest) (*System, *http.Response, error)
- func (a *SystemsApiService) SystemsGet(ctx context.Context, id string) SystemsApiSystemsGetRequest
- func (a *SystemsApiService) SystemsGetExecute(r SystemsApiSystemsGetRequest) (*System, *http.Response, error)
- func (a *SystemsApiService) SystemsList(ctx context.Context) SystemsApiSystemsListRequest
- func (a *SystemsApiService) SystemsListExecute(r SystemsApiSystemsListRequest) (*Systemslist, *http.Response, error)
- func (a *SystemsApiService) SystemsPut(ctx context.Context, id string) SystemsApiSystemsPutRequest
- func (a *SystemsApiService) SystemsPutExecute(r SystemsApiSystemsPutRequest) (*System, *http.Response, error)
- type SystemsApiSystemsCommandBuiltinEraseRequest
- type SystemsApiSystemsCommandBuiltinLockRequest
- type SystemsApiSystemsCommandBuiltinRestartRequest
- type SystemsApiSystemsCommandBuiltinShutdownRequest
- type SystemsApiSystemsDeleteRequest
- func (r SystemsApiSystemsDeleteRequest) Authorization(authorization string) SystemsApiSystemsDeleteRequest
- func (r SystemsApiSystemsDeleteRequest) Date(date string) SystemsApiSystemsDeleteRequest
- func (r SystemsApiSystemsDeleteRequest) Execute() (*System, *http.Response, error)
- func (r SystemsApiSystemsDeleteRequest) XOrgId(xOrgId string) SystemsApiSystemsDeleteRequest
- type SystemsApiSystemsGetRequest
- func (r SystemsApiSystemsGetRequest) Authorization(authorization string) SystemsApiSystemsGetRequest
- func (r SystemsApiSystemsGetRequest) Date(date string) SystemsApiSystemsGetRequest
- func (r SystemsApiSystemsGetRequest) Execute() (*System, *http.Response, error)
- func (r SystemsApiSystemsGetRequest) Fields(fields string) SystemsApiSystemsGetRequest
- func (r SystemsApiSystemsGetRequest) Filter(filter string) SystemsApiSystemsGetRequest
- func (r SystemsApiSystemsGetRequest) XOrgId(xOrgId string) SystemsApiSystemsGetRequest
- type SystemsApiSystemsListRequest
- func (r SystemsApiSystemsListRequest) Execute() (*Systemslist, *http.Response, error)
- func (r SystemsApiSystemsListRequest) Fields(fields string) SystemsApiSystemsListRequest
- func (r SystemsApiSystemsListRequest) Filter(filter string) SystemsApiSystemsListRequest
- func (r SystemsApiSystemsListRequest) Limit(limit int32) SystemsApiSystemsListRequest
- func (r SystemsApiSystemsListRequest) Search(search string) SystemsApiSystemsListRequest
- func (r SystemsApiSystemsListRequest) Skip(skip int32) SystemsApiSystemsListRequest
- func (r SystemsApiSystemsListRequest) Sort(sort string) SystemsApiSystemsListRequest
- func (r SystemsApiSystemsListRequest) XOrgId(xOrgId string) SystemsApiSystemsListRequest
- type SystemsApiSystemsPutRequest
- func (r SystemsApiSystemsPutRequest) Authorization(authorization string) SystemsApiSystemsPutRequest
- func (r SystemsApiSystemsPutRequest) Body(body Systemput) SystemsApiSystemsPutRequest
- func (r SystemsApiSystemsPutRequest) Date(date string) SystemsApiSystemsPutRequest
- func (r SystemsApiSystemsPutRequest) Execute() (*System, *http.Response, error)
- func (r SystemsApiSystemsPutRequest) XOrgId(xOrgId string) SystemsApiSystemsPutRequest
- type Systemslist
- func (o *Systemslist) GetResults() []System
- func (o *Systemslist) GetResultsOk() ([]System, bool)
- func (o *Systemslist) GetTotalCount() int32
- func (o *Systemslist) GetTotalCountOk() (*int32, bool)
- func (o *Systemslist) HasResults() bool
- func (o *Systemslist) HasTotalCount() bool
- func (o Systemslist) MarshalJSON() ([]byte, error)
- func (o *Systemslist) SetResults(v []System)
- func (o *Systemslist) SetTotalCount(v int32)
- func (o Systemslist) ToMap() (map[string]interface{}, error)
- func (o *Systemslist) UnmarshalJSON(bytes []byte) (err error)
- type Systemuserput
- func (o *Systemuserput) GetAccountLocked() bool
- func (o *Systemuserput) GetAccountLockedOk() (*bool, bool)
- func (o *Systemuserput) GetAddresses() []SystemuserputAddressesInner
- func (o *Systemuserput) GetAddressesOk() ([]SystemuserputAddressesInner, bool)
- func (o *Systemuserput) GetAllowPublicKey() bool
- func (o *Systemuserput) GetAllowPublicKeyOk() (*bool, bool)
- func (o *Systemuserput) GetAlternateEmail() string
- func (o *Systemuserput) GetAlternateEmailOk() (*string, bool)
- func (o *Systemuserput) GetAttributes() []SystemuserputAttributesInner
- func (o *Systemuserput) GetAttributesOk() ([]SystemuserputAttributesInner, bool)
- func (o *Systemuserput) GetCompany() string
- func (o *Systemuserput) GetCompanyOk() (*string, bool)
- func (o *Systemuserput) GetCostCenter() string
- func (o *Systemuserput) GetCostCenterOk() (*string, bool)
- func (o *Systemuserput) GetDepartment() string
- func (o *Systemuserput) GetDepartmentOk() (*string, bool)
- func (o *Systemuserput) GetDescription() string
- func (o *Systemuserput) GetDescriptionOk() (*string, bool)
- func (o *Systemuserput) GetDisableDeviceMaxLoginAttempts() bool
- func (o *Systemuserput) GetDisableDeviceMaxLoginAttemptsOk() (*bool, bool)
- func (o *Systemuserput) GetDisplayname() string
- func (o *Systemuserput) GetDisplaynameOk() (*string, bool)
- func (o *Systemuserput) GetEmail() string
- func (o *Systemuserput) GetEmailOk() (*string, bool)
- func (o *Systemuserput) GetEmployeeIdentifier() string
- func (o *Systemuserput) GetEmployeeIdentifierOk() (*string, bool)
- func (o *Systemuserput) GetEmployeeType() string
- func (o *Systemuserput) GetEmployeeTypeOk() (*string, bool)
- func (o *Systemuserput) GetEnableManagedUid() bool
- func (o *Systemuserput) GetEnableManagedUidOk() (*bool, bool)
- func (o *Systemuserput) GetEnableUserPortalMultifactor() bool
- func (o *Systemuserput) GetEnableUserPortalMultifactorOk() (*bool, bool)
- func (o *Systemuserput) GetExternalDn() string
- func (o *Systemuserput) GetExternalDnOk() (*string, bool)
- func (o *Systemuserput) GetExternalPasswordExpirationDate() string
- func (o *Systemuserput) GetExternalPasswordExpirationDateOk() (*string, bool)
- func (o *Systemuserput) GetExternalSourceType() string
- func (o *Systemuserput) GetExternalSourceTypeOk() (*string, bool)
- func (o *Systemuserput) GetExternallyManaged() bool
- func (o *Systemuserput) GetExternallyManagedOk() (*bool, bool)
- func (o *Systemuserput) GetFirstname() string
- func (o *Systemuserput) GetFirstnameOk() (*string, bool)
- func (o *Systemuserput) GetJobTitle() string
- func (o *Systemuserput) GetJobTitleOk() (*string, bool)
- func (o *Systemuserput) GetLastname() string
- func (o *Systemuserput) GetLastnameOk() (*string, bool)
- func (o *Systemuserput) GetLdapBindingUser() bool
- func (o *Systemuserput) GetLdapBindingUserOk() (*bool, bool)
- func (o *Systemuserput) GetLocation() string
- func (o *Systemuserput) GetLocationOk() (*string, bool)
- func (o *Systemuserput) GetManagedAppleId() string
- func (o *Systemuserput) GetManagedAppleIdOk() (*string, bool)
- func (o *Systemuserput) GetManager() string
- func (o *Systemuserput) GetManagerOk() (*string, bool)
- func (o *Systemuserput) GetMfa() Mfa
- func (o *Systemuserput) GetMfaOk() (*Mfa, bool)
- func (o *Systemuserput) GetMiddlename() string
- func (o *Systemuserput) GetMiddlenameOk() (*string, bool)
- func (o *Systemuserput) GetPassword() string
- func (o *Systemuserput) GetPasswordNeverExpires() bool
- func (o *Systemuserput) GetPasswordNeverExpiresOk() (*bool, bool)
- func (o *Systemuserput) GetPasswordOk() (*string, bool)
- func (o *Systemuserput) GetPhoneNumbers() []SystemuserputPhoneNumbersInner
- func (o *Systemuserput) GetPhoneNumbersOk() ([]SystemuserputPhoneNumbersInner, bool)
- func (o *Systemuserput) GetPublicKey() string
- func (o *Systemuserput) GetPublicKeyOk() (*string, bool)
- func (o *Systemuserput) GetRelationships() []SystemuserputRelationshipsInner
- func (o *Systemuserput) GetRelationshipsOk() ([]SystemuserputRelationshipsInner, bool)
- func (o *Systemuserput) GetSambaServiceUser() bool
- func (o *Systemuserput) GetSambaServiceUserOk() (*bool, bool)
- func (o *Systemuserput) GetSshKeys() []Sshkeypost
- func (o *Systemuserput) GetSshKeysOk() ([]Sshkeypost, bool)
- func (o *Systemuserput) GetState() string
- func (o *Systemuserput) GetStateOk() (*string, bool)
- func (o *Systemuserput) GetSudo() bool
- func (o *Systemuserput) GetSudoOk() (*bool, bool)
- func (o *Systemuserput) GetSuspended() bool
- func (o *Systemuserput) GetSuspendedOk() (*bool, bool)
- func (o *Systemuserput) GetTags() []string
- func (o *Systemuserput) GetTagsOk() ([]string, bool)
- func (o *Systemuserput) GetUnixGuid() int32
- func (o *Systemuserput) GetUnixGuidOk() (*int32, bool)
- func (o *Systemuserput) GetUnixUid() int32
- func (o *Systemuserput) GetUnixUidOk() (*int32, bool)
- func (o *Systemuserput) GetUsername() string
- func (o *Systemuserput) GetUsernameOk() (*string, bool)
- func (o *Systemuserput) HasAccountLocked() bool
- func (o *Systemuserput) HasAddresses() bool
- func (o *Systemuserput) HasAllowPublicKey() bool
- func (o *Systemuserput) HasAlternateEmail() bool
- func (o *Systemuserput) HasAttributes() bool
- func (o *Systemuserput) HasCompany() bool
- func (o *Systemuserput) HasCostCenter() bool
- func (o *Systemuserput) HasDepartment() bool
- func (o *Systemuserput) HasDescription() bool
- func (o *Systemuserput) HasDisableDeviceMaxLoginAttempts() bool
- func (o *Systemuserput) HasDisplayname() bool
- func (o *Systemuserput) HasEmail() bool
- func (o *Systemuserput) HasEmployeeIdentifier() bool
- func (o *Systemuserput) HasEmployeeType() bool
- func (o *Systemuserput) HasEnableManagedUid() bool
- func (o *Systemuserput) HasEnableUserPortalMultifactor() bool
- func (o *Systemuserput) HasExternalDn() bool
- func (o *Systemuserput) HasExternalPasswordExpirationDate() bool
- func (o *Systemuserput) HasExternalSourceType() bool
- func (o *Systemuserput) HasExternallyManaged() bool
- func (o *Systemuserput) HasFirstname() bool
- func (o *Systemuserput) HasJobTitle() bool
- func (o *Systemuserput) HasLastname() bool
- func (o *Systemuserput) HasLdapBindingUser() bool
- func (o *Systemuserput) HasLocation() bool
- func (o *Systemuserput) HasManagedAppleId() bool
- func (o *Systemuserput) HasManager() bool
- func (o *Systemuserput) HasMfa() bool
- func (o *Systemuserput) HasMiddlename() bool
- func (o *Systemuserput) HasPassword() bool
- func (o *Systemuserput) HasPasswordNeverExpires() bool
- func (o *Systemuserput) HasPhoneNumbers() bool
- func (o *Systemuserput) HasPublicKey() bool
- func (o *Systemuserput) HasRelationships() bool
- func (o *Systemuserput) HasSambaServiceUser() bool
- func (o *Systemuserput) HasSshKeys() bool
- func (o *Systemuserput) HasState() bool
- func (o *Systemuserput) HasSudo() bool
- func (o *Systemuserput) HasSuspended() bool
- func (o *Systemuserput) HasTags() bool
- func (o *Systemuserput) HasUnixGuid() bool
- func (o *Systemuserput) HasUnixUid() bool
- func (o *Systemuserput) HasUsername() bool
- func (o Systemuserput) MarshalJSON() ([]byte, error)
- func (o *Systemuserput) SetAccountLocked(v bool)
- func (o *Systemuserput) SetAddresses(v []SystemuserputAddressesInner)
- func (o *Systemuserput) SetAllowPublicKey(v bool)
- func (o *Systemuserput) SetAlternateEmail(v string)
- func (o *Systemuserput) SetAttributes(v []SystemuserputAttributesInner)
- func (o *Systemuserput) SetCompany(v string)
- func (o *Systemuserput) SetCostCenter(v string)
- func (o *Systemuserput) SetDepartment(v string)
- func (o *Systemuserput) SetDescription(v string)
- func (o *Systemuserput) SetDisableDeviceMaxLoginAttempts(v bool)
- func (o *Systemuserput) SetDisplayname(v string)
- func (o *Systemuserput) SetEmail(v string)
- func (o *Systemuserput) SetEmployeeIdentifier(v string)
- func (o *Systemuserput) SetEmployeeType(v string)
- func (o *Systemuserput) SetEnableManagedUid(v bool)
- func (o *Systemuserput) SetEnableUserPortalMultifactor(v bool)
- func (o *Systemuserput) SetExternalDn(v string)
- func (o *Systemuserput) SetExternalPasswordExpirationDate(v string)
- func (o *Systemuserput) SetExternalSourceType(v string)
- func (o *Systemuserput) SetExternallyManaged(v bool)
- func (o *Systemuserput) SetFirstname(v string)
- func (o *Systemuserput) SetJobTitle(v string)
- func (o *Systemuserput) SetLastname(v string)
- func (o *Systemuserput) SetLdapBindingUser(v bool)
- func (o *Systemuserput) SetLocation(v string)
- func (o *Systemuserput) SetManagedAppleId(v string)
- func (o *Systemuserput) SetManager(v string)
- func (o *Systemuserput) SetMfa(v Mfa)
- func (o *Systemuserput) SetMiddlename(v string)
- func (o *Systemuserput) SetPassword(v string)
- func (o *Systemuserput) SetPasswordNeverExpires(v bool)
- func (o *Systemuserput) SetPhoneNumbers(v []SystemuserputPhoneNumbersInner)
- func (o *Systemuserput) SetPublicKey(v string)
- func (o *Systemuserput) SetRelationships(v []SystemuserputRelationshipsInner)
- func (o *Systemuserput) SetSambaServiceUser(v bool)
- func (o *Systemuserput) SetSshKeys(v []Sshkeypost)
- func (o *Systemuserput) SetState(v string)
- func (o *Systemuserput) SetSudo(v bool)
- func (o *Systemuserput) SetSuspended(v bool)
- func (o *Systemuserput) SetTags(v []string)
- func (o *Systemuserput) SetUnixGuid(v int32)
- func (o *Systemuserput) SetUnixUid(v int32)
- func (o *Systemuserput) SetUsername(v string)
- func (o Systemuserput) ToMap() (map[string]interface{}, error)
- func (o *Systemuserput) UnmarshalJSON(bytes []byte) (err error)
- type SystemuserputAddressesInner
- func (o *SystemuserputAddressesInner) GetCountry() string
- func (o *SystemuserputAddressesInner) GetCountryOk() (*string, bool)
- func (o *SystemuserputAddressesInner) GetExtendedAddress() string
- func (o *SystemuserputAddressesInner) GetExtendedAddressOk() (*string, bool)
- func (o *SystemuserputAddressesInner) GetLocality() string
- func (o *SystemuserputAddressesInner) GetLocalityOk() (*string, bool)
- func (o *SystemuserputAddressesInner) GetPoBox() string
- func (o *SystemuserputAddressesInner) GetPoBoxOk() (*string, bool)
- func (o *SystemuserputAddressesInner) GetPostalCode() string
- func (o *SystemuserputAddressesInner) GetPostalCodeOk() (*string, bool)
- func (o *SystemuserputAddressesInner) GetRegion() string
- func (o *SystemuserputAddressesInner) GetRegionOk() (*string, bool)
- func (o *SystemuserputAddressesInner) GetStreetAddress() string
- func (o *SystemuserputAddressesInner) GetStreetAddressOk() (*string, bool)
- func (o *SystemuserputAddressesInner) GetType() string
- func (o *SystemuserputAddressesInner) GetTypeOk() (*string, bool)
- func (o *SystemuserputAddressesInner) HasCountry() bool
- func (o *SystemuserputAddressesInner) HasExtendedAddress() bool
- func (o *SystemuserputAddressesInner) HasLocality() bool
- func (o *SystemuserputAddressesInner) HasPoBox() bool
- func (o *SystemuserputAddressesInner) HasPostalCode() bool
- func (o *SystemuserputAddressesInner) HasRegion() bool
- func (o *SystemuserputAddressesInner) HasStreetAddress() bool
- func (o *SystemuserputAddressesInner) HasType() bool
- func (o SystemuserputAddressesInner) MarshalJSON() ([]byte, error)
- func (o *SystemuserputAddressesInner) SetCountry(v string)
- func (o *SystemuserputAddressesInner) SetExtendedAddress(v string)
- func (o *SystemuserputAddressesInner) SetLocality(v string)
- func (o *SystemuserputAddressesInner) SetPoBox(v string)
- func (o *SystemuserputAddressesInner) SetPostalCode(v string)
- func (o *SystemuserputAddressesInner) SetRegion(v string)
- func (o *SystemuserputAddressesInner) SetStreetAddress(v string)
- func (o *SystemuserputAddressesInner) SetType(v string)
- func (o SystemuserputAddressesInner) ToMap() (map[string]interface{}, error)
- func (o *SystemuserputAddressesInner) UnmarshalJSON(bytes []byte) (err error)
- type SystemuserputAttributesInner
- func (o *SystemuserputAttributesInner) GetName() string
- func (o *SystemuserputAttributesInner) GetNameOk() (*string, bool)
- func (o *SystemuserputAttributesInner) GetValue() string
- func (o *SystemuserputAttributesInner) GetValueOk() (*string, bool)
- func (o *SystemuserputAttributesInner) HasName() bool
- func (o *SystemuserputAttributesInner) HasValue() bool
- func (o SystemuserputAttributesInner) MarshalJSON() ([]byte, error)
- func (o *SystemuserputAttributesInner) SetName(v string)
- func (o *SystemuserputAttributesInner) SetValue(v string)
- func (o SystemuserputAttributesInner) ToMap() (map[string]interface{}, error)
- func (o *SystemuserputAttributesInner) UnmarshalJSON(bytes []byte) (err error)
- type SystemuserputPhoneNumbersInner
- func (o *SystemuserputPhoneNumbersInner) GetNumber() string
- func (o *SystemuserputPhoneNumbersInner) GetNumberOk() (*string, bool)
- func (o *SystemuserputPhoneNumbersInner) GetType() string
- func (o *SystemuserputPhoneNumbersInner) GetTypeOk() (*string, bool)
- func (o *SystemuserputPhoneNumbersInner) HasNumber() bool
- func (o *SystemuserputPhoneNumbersInner) HasType() bool
- func (o SystemuserputPhoneNumbersInner) MarshalJSON() ([]byte, error)
- func (o *SystemuserputPhoneNumbersInner) SetNumber(v string)
- func (o *SystemuserputPhoneNumbersInner) SetType(v string)
- func (o SystemuserputPhoneNumbersInner) ToMap() (map[string]interface{}, error)
- func (o *SystemuserputPhoneNumbersInner) UnmarshalJSON(bytes []byte) (err error)
- type SystemuserputRelationshipsInner
- func (o *SystemuserputRelationshipsInner) GetType() string
- func (o *SystemuserputRelationshipsInner) GetTypeOk() (*string, bool)
- func (o *SystemuserputRelationshipsInner) GetValue() string
- func (o *SystemuserputRelationshipsInner) GetValueOk() (*string, bool)
- func (o *SystemuserputRelationshipsInner) HasType() bool
- func (o *SystemuserputRelationshipsInner) HasValue() bool
- func (o SystemuserputRelationshipsInner) MarshalJSON() ([]byte, error)
- func (o *SystemuserputRelationshipsInner) SetType(v string)
- func (o *SystemuserputRelationshipsInner) SetValue(v string)
- func (o SystemuserputRelationshipsInner) ToMap() (map[string]interface{}, error)
- func (o *SystemuserputRelationshipsInner) UnmarshalJSON(bytes []byte) (err error)
- type Systemuserputpost
- func (o *Systemuserputpost) GetAccountLocked() bool
- func (o *Systemuserputpost) GetAccountLockedOk() (*bool, bool)
- func (o *Systemuserputpost) GetActivated() bool
- func (o *Systemuserputpost) GetActivatedOk() (*bool, bool)
- func (o *Systemuserputpost) GetAddresses() []SystemuserputpostAddressesInner
- func (o *Systemuserputpost) GetAddressesOk() ([]SystemuserputpostAddressesInner, bool)
- func (o *Systemuserputpost) GetAllowPublicKey() bool
- func (o *Systemuserputpost) GetAllowPublicKeyOk() (*bool, bool)
- func (o *Systemuserputpost) GetAlternateEmail() string
- func (o *Systemuserputpost) GetAlternateEmailOk() (*string, bool)
- func (o *Systemuserputpost) GetAttributes() []SystemuserputAttributesInner
- func (o *Systemuserputpost) GetAttributesOk() ([]SystemuserputAttributesInner, bool)
- func (o *Systemuserputpost) GetCompany() string
- func (o *Systemuserputpost) GetCompanyOk() (*string, bool)
- func (o *Systemuserputpost) GetCostCenter() string
- func (o *Systemuserputpost) GetCostCenterOk() (*string, bool)
- func (o *Systemuserputpost) GetDepartment() string
- func (o *Systemuserputpost) GetDepartmentOk() (*string, bool)
- func (o *Systemuserputpost) GetDescription() string
- func (o *Systemuserputpost) GetDescriptionOk() (*string, bool)
- func (o *Systemuserputpost) GetDisableDeviceMaxLoginAttempts() bool
- func (o *Systemuserputpost) GetDisableDeviceMaxLoginAttemptsOk() (*bool, bool)
- func (o *Systemuserputpost) GetDisplayname() string
- func (o *Systemuserputpost) GetDisplaynameOk() (*string, bool)
- func (o *Systemuserputpost) GetEmail() string
- func (o *Systemuserputpost) GetEmailOk() (*string, bool)
- func (o *Systemuserputpost) GetEmployeeIdentifier() string
- func (o *Systemuserputpost) GetEmployeeIdentifierOk() (*string, bool)
- func (o *Systemuserputpost) GetEmployeeType() string
- func (o *Systemuserputpost) GetEmployeeTypeOk() (*string, bool)
- func (o *Systemuserputpost) GetEnableManagedUid() bool
- func (o *Systemuserputpost) GetEnableManagedUidOk() (*bool, bool)
- func (o *Systemuserputpost) GetEnableUserPortalMultifactor() bool
- func (o *Systemuserputpost) GetEnableUserPortalMultifactorOk() (*bool, bool)
- func (o *Systemuserputpost) GetExternalDn() string
- func (o *Systemuserputpost) GetExternalDnOk() (*string, bool)
- func (o *Systemuserputpost) GetExternalPasswordExpirationDate() time.Time
- func (o *Systemuserputpost) GetExternalPasswordExpirationDateOk() (*time.Time, bool)
- func (o *Systemuserputpost) GetExternalSourceType() string
- func (o *Systemuserputpost) GetExternalSourceTypeOk() (*string, bool)
- func (o *Systemuserputpost) GetExternallyManaged() bool
- func (o *Systemuserputpost) GetExternallyManagedOk() (*bool, bool)
- func (o *Systemuserputpost) GetFirstname() string
- func (o *Systemuserputpost) GetFirstnameOk() (*string, bool)
- func (o *Systemuserputpost) GetJobTitle() string
- func (o *Systemuserputpost) GetJobTitleOk() (*string, bool)
- func (o *Systemuserputpost) GetLastname() string
- func (o *Systemuserputpost) GetLastnameOk() (*string, bool)
- func (o *Systemuserputpost) GetLdapBindingUser() bool
- func (o *Systemuserputpost) GetLdapBindingUserOk() (*bool, bool)
- func (o *Systemuserputpost) GetLocation() string
- func (o *Systemuserputpost) GetLocationOk() (*string, bool)
- func (o *Systemuserputpost) GetManagedAppleId() string
- func (o *Systemuserputpost) GetManagedAppleIdOk() (*string, bool)
- func (o *Systemuserputpost) GetManager() string
- func (o *Systemuserputpost) GetManagerOk() (*string, bool)
- func (o *Systemuserputpost) GetMfa() Mfa
- func (o *Systemuserputpost) GetMfaOk() (*Mfa, bool)
- func (o *Systemuserputpost) GetMiddlename() string
- func (o *Systemuserputpost) GetMiddlenameOk() (*string, bool)
- func (o *Systemuserputpost) GetPassword() string
- func (o *Systemuserputpost) GetPasswordNeverExpires() bool
- func (o *Systemuserputpost) GetPasswordNeverExpiresOk() (*bool, bool)
- func (o *Systemuserputpost) GetPasswordOk() (*string, bool)
- func (o *Systemuserputpost) GetPasswordlessSudo() bool
- func (o *Systemuserputpost) GetPasswordlessSudoOk() (*bool, bool)
- func (o *Systemuserputpost) GetPhoneNumbers() []SystemuserputpostPhoneNumbersInner
- func (o *Systemuserputpost) GetPhoneNumbersOk() ([]SystemuserputpostPhoneNumbersInner, bool)
- func (o *Systemuserputpost) GetPublicKey() string
- func (o *Systemuserputpost) GetPublicKeyOk() (*string, bool)
- func (o *Systemuserputpost) GetRecoveryEmail() SystemuserputpostRecoveryEmail
- func (o *Systemuserputpost) GetRecoveryEmailOk() (*SystemuserputpostRecoveryEmail, bool)
- func (o *Systemuserputpost) GetRelationships() []SystemuserputRelationshipsInner
- func (o *Systemuserputpost) GetRelationshipsOk() ([]SystemuserputRelationshipsInner, bool)
- func (o *Systemuserputpost) GetSambaServiceUser() bool
- func (o *Systemuserputpost) GetSambaServiceUserOk() (*bool, bool)
- func (o *Systemuserputpost) GetState() string
- func (o *Systemuserputpost) GetStateOk() (*string, bool)
- func (o *Systemuserputpost) GetSudo() bool
- func (o *Systemuserputpost) GetSudoOk() (*bool, bool)
- func (o *Systemuserputpost) GetSuspended() bool
- func (o *Systemuserputpost) GetSuspendedOk() (*bool, bool)
- func (o *Systemuserputpost) GetTags() []string
- func (o *Systemuserputpost) GetTagsOk() ([]string, bool)
- func (o *Systemuserputpost) GetUnixGuid() int32
- func (o *Systemuserputpost) GetUnixGuidOk() (*int32, bool)
- func (o *Systemuserputpost) GetUnixUid() int32
- func (o *Systemuserputpost) GetUnixUidOk() (*int32, bool)
- func (o *Systemuserputpost) GetUsername() string
- func (o *Systemuserputpost) GetUsernameOk() (*string, bool)
- func (o *Systemuserputpost) HasAccountLocked() bool
- func (o *Systemuserputpost) HasActivated() bool
- func (o *Systemuserputpost) HasAddresses() bool
- func (o *Systemuserputpost) HasAllowPublicKey() bool
- func (o *Systemuserputpost) HasAlternateEmail() bool
- func (o *Systemuserputpost) HasAttributes() bool
- func (o *Systemuserputpost) HasCompany() bool
- func (o *Systemuserputpost) HasCostCenter() bool
- func (o *Systemuserputpost) HasDepartment() bool
- func (o *Systemuserputpost) HasDescription() bool
- func (o *Systemuserputpost) HasDisableDeviceMaxLoginAttempts() bool
- func (o *Systemuserputpost) HasDisplayname() bool
- func (o *Systemuserputpost) HasEmployeeIdentifier() bool
- func (o *Systemuserputpost) HasEmployeeType() bool
- func (o *Systemuserputpost) HasEnableManagedUid() bool
- func (o *Systemuserputpost) HasEnableUserPortalMultifactor() bool
- func (o *Systemuserputpost) HasExternalDn() bool
- func (o *Systemuserputpost) HasExternalPasswordExpirationDate() bool
- func (o *Systemuserputpost) HasExternalSourceType() bool
- func (o *Systemuserputpost) HasExternallyManaged() bool
- func (o *Systemuserputpost) HasFirstname() bool
- func (o *Systemuserputpost) HasJobTitle() bool
- func (o *Systemuserputpost) HasLastname() bool
- func (o *Systemuserputpost) HasLdapBindingUser() bool
- func (o *Systemuserputpost) HasLocation() bool
- func (o *Systemuserputpost) HasManagedAppleId() bool
- func (o *Systemuserputpost) HasManager() bool
- func (o *Systemuserputpost) HasMfa() bool
- func (o *Systemuserputpost) HasMiddlename() bool
- func (o *Systemuserputpost) HasPassword() bool
- func (o *Systemuserputpost) HasPasswordNeverExpires() bool
- func (o *Systemuserputpost) HasPasswordlessSudo() bool
- func (o *Systemuserputpost) HasPhoneNumbers() bool
- func (o *Systemuserputpost) HasPublicKey() bool
- func (o *Systemuserputpost) HasRecoveryEmail() bool
- func (o *Systemuserputpost) HasRelationships() bool
- func (o *Systemuserputpost) HasSambaServiceUser() bool
- func (o *Systemuserputpost) HasState() bool
- func (o *Systemuserputpost) HasSudo() bool
- func (o *Systemuserputpost) HasSuspended() bool
- func (o *Systemuserputpost) HasTags() bool
- func (o *Systemuserputpost) HasUnixGuid() bool
- func (o *Systemuserputpost) HasUnixUid() bool
- func (o Systemuserputpost) MarshalJSON() ([]byte, error)
- func (o *Systemuserputpost) SetAccountLocked(v bool)
- func (o *Systemuserputpost) SetActivated(v bool)
- func (o *Systemuserputpost) SetAddresses(v []SystemuserputpostAddressesInner)
- func (o *Systemuserputpost) SetAllowPublicKey(v bool)
- func (o *Systemuserputpost) SetAlternateEmail(v string)
- func (o *Systemuserputpost) SetAttributes(v []SystemuserputAttributesInner)
- func (o *Systemuserputpost) SetCompany(v string)
- func (o *Systemuserputpost) SetCostCenter(v string)
- func (o *Systemuserputpost) SetDepartment(v string)
- func (o *Systemuserputpost) SetDescription(v string)
- func (o *Systemuserputpost) SetDisableDeviceMaxLoginAttempts(v bool)
- func (o *Systemuserputpost) SetDisplayname(v string)
- func (o *Systemuserputpost) SetEmail(v string)
- func (o *Systemuserputpost) SetEmployeeIdentifier(v string)
- func (o *Systemuserputpost) SetEmployeeType(v string)
- func (o *Systemuserputpost) SetEnableManagedUid(v bool)
- func (o *Systemuserputpost) SetEnableUserPortalMultifactor(v bool)
- func (o *Systemuserputpost) SetExternalDn(v string)
- func (o *Systemuserputpost) SetExternalPasswordExpirationDate(v time.Time)
- func (o *Systemuserputpost) SetExternalSourceType(v string)
- func (o *Systemuserputpost) SetExternallyManaged(v bool)
- func (o *Systemuserputpost) SetFirstname(v string)
- func (o *Systemuserputpost) SetJobTitle(v string)
- func (o *Systemuserputpost) SetLastname(v string)
- func (o *Systemuserputpost) SetLdapBindingUser(v bool)
- func (o *Systemuserputpost) SetLocation(v string)
- func (o *Systemuserputpost) SetManagedAppleId(v string)
- func (o *Systemuserputpost) SetManager(v string)
- func (o *Systemuserputpost) SetMfa(v Mfa)
- func (o *Systemuserputpost) SetMiddlename(v string)
- func (o *Systemuserputpost) SetPassword(v string)
- func (o *Systemuserputpost) SetPasswordNeverExpires(v bool)
- func (o *Systemuserputpost) SetPasswordlessSudo(v bool)
- func (o *Systemuserputpost) SetPhoneNumbers(v []SystemuserputpostPhoneNumbersInner)
- func (o *Systemuserputpost) SetPublicKey(v string)
- func (o *Systemuserputpost) SetRecoveryEmail(v SystemuserputpostRecoveryEmail)
- func (o *Systemuserputpost) SetRelationships(v []SystemuserputRelationshipsInner)
- func (o *Systemuserputpost) SetSambaServiceUser(v bool)
- func (o *Systemuserputpost) SetState(v string)
- func (o *Systemuserputpost) SetSudo(v bool)
- func (o *Systemuserputpost) SetSuspended(v bool)
- func (o *Systemuserputpost) SetTags(v []string)
- func (o *Systemuserputpost) SetUnixGuid(v int32)
- func (o *Systemuserputpost) SetUnixUid(v int32)
- func (o *Systemuserputpost) SetUsername(v string)
- func (o Systemuserputpost) ToMap() (map[string]interface{}, error)
- func (o *Systemuserputpost) UnmarshalJSON(bytes []byte) (err error)
- type SystemuserputpostAddressesInner
- func (o *SystemuserputpostAddressesInner) GetCountry() string
- func (o *SystemuserputpostAddressesInner) GetCountryOk() (*string, bool)
- func (o *SystemuserputpostAddressesInner) GetExtendedAddress() string
- func (o *SystemuserputpostAddressesInner) GetExtendedAddressOk() (*string, bool)
- func (o *SystemuserputpostAddressesInner) GetLocality() string
- func (o *SystemuserputpostAddressesInner) GetLocalityOk() (*string, bool)
- func (o *SystemuserputpostAddressesInner) GetPoBox() string
- func (o *SystemuserputpostAddressesInner) GetPoBoxOk() (*string, bool)
- func (o *SystemuserputpostAddressesInner) GetPostalCode() string
- func (o *SystemuserputpostAddressesInner) GetPostalCodeOk() (*string, bool)
- func (o *SystemuserputpostAddressesInner) GetRegion() string
- func (o *SystemuserputpostAddressesInner) GetRegionOk() (*string, bool)
- func (o *SystemuserputpostAddressesInner) GetStreetAddress() string
- func (o *SystemuserputpostAddressesInner) GetStreetAddressOk() (*string, bool)
- func (o *SystemuserputpostAddressesInner) GetType() string
- func (o *SystemuserputpostAddressesInner) GetTypeOk() (*string, bool)
- func (o *SystemuserputpostAddressesInner) HasCountry() bool
- func (o *SystemuserputpostAddressesInner) HasExtendedAddress() bool
- func (o *SystemuserputpostAddressesInner) HasLocality() bool
- func (o *SystemuserputpostAddressesInner) HasPoBox() bool
- func (o *SystemuserputpostAddressesInner) HasPostalCode() bool
- func (o *SystemuserputpostAddressesInner) HasRegion() bool
- func (o *SystemuserputpostAddressesInner) HasStreetAddress() bool
- func (o *SystemuserputpostAddressesInner) HasType() bool
- func (o SystemuserputpostAddressesInner) MarshalJSON() ([]byte, error)
- func (o *SystemuserputpostAddressesInner) SetCountry(v string)
- func (o *SystemuserputpostAddressesInner) SetExtendedAddress(v string)
- func (o *SystemuserputpostAddressesInner) SetLocality(v string)
- func (o *SystemuserputpostAddressesInner) SetPoBox(v string)
- func (o *SystemuserputpostAddressesInner) SetPostalCode(v string)
- func (o *SystemuserputpostAddressesInner) SetRegion(v string)
- func (o *SystemuserputpostAddressesInner) SetStreetAddress(v string)
- func (o *SystemuserputpostAddressesInner) SetType(v string)
- func (o SystemuserputpostAddressesInner) ToMap() (map[string]interface{}, error)
- func (o *SystemuserputpostAddressesInner) UnmarshalJSON(bytes []byte) (err error)
- type SystemuserputpostPhoneNumbersInner
- func (o *SystemuserputpostPhoneNumbersInner) GetNumber() string
- func (o *SystemuserputpostPhoneNumbersInner) GetNumberOk() (*string, bool)
- func (o *SystemuserputpostPhoneNumbersInner) GetType() string
- func (o *SystemuserputpostPhoneNumbersInner) GetTypeOk() (*string, bool)
- func (o *SystemuserputpostPhoneNumbersInner) HasNumber() bool
- func (o *SystemuserputpostPhoneNumbersInner) HasType() bool
- func (o SystemuserputpostPhoneNumbersInner) MarshalJSON() ([]byte, error)
- func (o *SystemuserputpostPhoneNumbersInner) SetNumber(v string)
- func (o *SystemuserputpostPhoneNumbersInner) SetType(v string)
- func (o SystemuserputpostPhoneNumbersInner) ToMap() (map[string]interface{}, error)
- func (o *SystemuserputpostPhoneNumbersInner) UnmarshalJSON(bytes []byte) (err error)
- type SystemuserputpostRecoveryEmail
- func (o *SystemuserputpostRecoveryEmail) GetAddress() string
- func (o *SystemuserputpostRecoveryEmail) GetAddressOk() (*string, bool)
- func (o *SystemuserputpostRecoveryEmail) HasAddress() bool
- func (o SystemuserputpostRecoveryEmail) MarshalJSON() ([]byte, error)
- func (o *SystemuserputpostRecoveryEmail) SetAddress(v string)
- func (o SystemuserputpostRecoveryEmail) ToMap() (map[string]interface{}, error)
- func (o *SystemuserputpostRecoveryEmail) UnmarshalJSON(bytes []byte) (err error)
- type Systemuserreturn
- func (o *Systemuserreturn) GetAccountLocked() bool
- func (o *Systemuserreturn) GetAccountLockedDate() string
- func (o *Systemuserreturn) GetAccountLockedDateOk() (*string, bool)
- func (o *Systemuserreturn) GetAccountLockedOk() (*bool, bool)
- func (o *Systemuserreturn) GetActivated() bool
- func (o *Systemuserreturn) GetActivatedOk() (*bool, bool)
- func (o *Systemuserreturn) GetAddresses() []SystemuserreturnAddressesInner
- func (o *Systemuserreturn) GetAddressesOk() ([]SystemuserreturnAddressesInner, bool)
- func (o *Systemuserreturn) GetAllowPublicKey() bool
- func (o *Systemuserreturn) GetAllowPublicKeyOk() (*bool, bool)
- func (o *Systemuserreturn) GetAlternateEmail() string
- func (o *Systemuserreturn) GetAlternateEmailOk() (*string, bool)
- func (o *Systemuserreturn) GetAttributes() []SystemuserputAttributesInner
- func (o *Systemuserreturn) GetAttributesOk() ([]SystemuserputAttributesInner, bool)
- func (o *Systemuserreturn) GetBadLoginAttempts() int32
- func (o *Systemuserreturn) GetBadLoginAttemptsOk() (*int32, bool)
- func (o *Systemuserreturn) GetCompany() string
- func (o *Systemuserreturn) GetCompanyOk() (*string, bool)
- func (o *Systemuserreturn) GetCostCenter() string
- func (o *Systemuserreturn) GetCostCenterOk() (*string, bool)
- func (o *Systemuserreturn) GetCreated() string
- func (o *Systemuserreturn) GetCreatedOk() (*string, bool)
- func (o *Systemuserreturn) GetCreationSource() string
- func (o *Systemuserreturn) GetCreationSourceOk() (*string, bool)
- func (o *Systemuserreturn) GetDepartment() string
- func (o *Systemuserreturn) GetDepartmentOk() (*string, bool)
- func (o *Systemuserreturn) GetDescription() string
- func (o *Systemuserreturn) GetDescriptionOk() (*string, bool)
- func (o *Systemuserreturn) GetDisableDeviceMaxLoginAttempts() bool
- func (o *Systemuserreturn) GetDisableDeviceMaxLoginAttemptsOk() (*bool, bool)
- func (o *Systemuserreturn) GetDisplayname() string
- func (o *Systemuserreturn) GetDisplaynameOk() (*string, bool)
- func (o *Systemuserreturn) GetEmail() string
- func (o *Systemuserreturn) GetEmailOk() (*string, bool)
- func (o *Systemuserreturn) GetEmployeeIdentifier() string
- func (o *Systemuserreturn) GetEmployeeIdentifierOk() (*string, bool)
- func (o *Systemuserreturn) GetEmployeeType() string
- func (o *Systemuserreturn) GetEmployeeTypeOk() (*string, bool)
- func (o *Systemuserreturn) GetEnableManagedUid() bool
- func (o *Systemuserreturn) GetEnableManagedUidOk() (*bool, bool)
- func (o *Systemuserreturn) GetEnableUserPortalMultifactor() bool
- func (o *Systemuserreturn) GetEnableUserPortalMultifactorOk() (*bool, bool)
- func (o *Systemuserreturn) GetExternalDn() string
- func (o *Systemuserreturn) GetExternalDnOk() (*string, bool)
- func (o *Systemuserreturn) GetExternalPasswordExpirationDate() string
- func (o *Systemuserreturn) GetExternalPasswordExpirationDateOk() (*string, bool)
- func (o *Systemuserreturn) GetExternalSourceType() string
- func (o *Systemuserreturn) GetExternalSourceTypeOk() (*string, bool)
- func (o *Systemuserreturn) GetExternallyManaged() bool
- func (o *Systemuserreturn) GetExternallyManagedOk() (*bool, bool)
- func (o *Systemuserreturn) GetFirstname() string
- func (o *Systemuserreturn) GetFirstnameOk() (*string, bool)
- func (o *Systemuserreturn) GetId() string
- func (o *Systemuserreturn) GetIdOk() (*string, bool)
- func (o *Systemuserreturn) GetJobTitle() string
- func (o *Systemuserreturn) GetJobTitleOk() (*string, bool)
- func (o *Systemuserreturn) GetLastname() string
- func (o *Systemuserreturn) GetLastnameOk() (*string, bool)
- func (o *Systemuserreturn) GetLdapBindingUser() bool
- func (o *Systemuserreturn) GetLdapBindingUserOk() (*bool, bool)
- func (o *Systemuserreturn) GetLocation() string
- func (o *Systemuserreturn) GetLocationOk() (*string, bool)
- func (o *Systemuserreturn) GetManagedAppleId() string
- func (o *Systemuserreturn) GetManagedAppleIdOk() (*string, bool)
- func (o *Systemuserreturn) GetManager() string
- func (o *Systemuserreturn) GetManagerOk() (*string, bool)
- func (o *Systemuserreturn) GetMfa() Mfa
- func (o *Systemuserreturn) GetMfaEnrollment() MfaEnrollment
- func (o *Systemuserreturn) GetMfaEnrollmentOk() (*MfaEnrollment, bool)
- func (o *Systemuserreturn) GetMfaOk() (*Mfa, bool)
- func (o *Systemuserreturn) GetMiddlename() string
- func (o *Systemuserreturn) GetMiddlenameOk() (*string, bool)
- func (o *Systemuserreturn) GetOrganization() string
- func (o *Systemuserreturn) GetOrganizationOk() (*string, bool)
- func (o *Systemuserreturn) GetPasswordDate() string
- func (o *Systemuserreturn) GetPasswordDateOk() (*string, bool)
- func (o *Systemuserreturn) GetPasswordExpirationDate() string
- func (o *Systemuserreturn) GetPasswordExpirationDateOk() (*string, bool)
- func (o *Systemuserreturn) GetPasswordExpired() bool
- func (o *Systemuserreturn) GetPasswordExpiredOk() (*bool, bool)
- func (o *Systemuserreturn) GetPasswordNeverExpires() bool
- func (o *Systemuserreturn) GetPasswordNeverExpiresOk() (*bool, bool)
- func (o *Systemuserreturn) GetPasswordlessSudo() bool
- func (o *Systemuserreturn) GetPasswordlessSudoOk() (*bool, bool)
- func (o *Systemuserreturn) GetPhoneNumbers() []SystemuserreturnPhoneNumbersInner
- func (o *Systemuserreturn) GetPhoneNumbersOk() ([]SystemuserreturnPhoneNumbersInner, bool)
- func (o *Systemuserreturn) GetPublicKey() string
- func (o *Systemuserreturn) GetPublicKeyOk() (*string, bool)
- func (o *Systemuserreturn) GetRecoveryEmail() SystemuserreturnRecoveryEmail
- func (o *Systemuserreturn) GetRecoveryEmailOk() (*SystemuserreturnRecoveryEmail, bool)
- func (o *Systemuserreturn) GetRelationships() []SystemuserputRelationshipsInner
- func (o *Systemuserreturn) GetRelationshipsOk() ([]SystemuserputRelationshipsInner, bool)
- func (o *Systemuserreturn) GetSambaServiceUser() bool
- func (o *Systemuserreturn) GetSambaServiceUserOk() (*bool, bool)
- func (o *Systemuserreturn) GetSshKeys() []Sshkeylist
- func (o *Systemuserreturn) GetSshKeysOk() ([]Sshkeylist, bool)
- func (o *Systemuserreturn) GetState() string
- func (o *Systemuserreturn) GetStateOk() (*string, bool)
- func (o *Systemuserreturn) GetSudo() bool
- func (o *Systemuserreturn) GetSudoOk() (*bool, bool)
- func (o *Systemuserreturn) GetSuspended() bool
- func (o *Systemuserreturn) GetSuspendedOk() (*bool, bool)
- func (o *Systemuserreturn) GetTags() []string
- func (o *Systemuserreturn) GetTagsOk() ([]string, bool)
- func (o *Systemuserreturn) GetTotpEnabled() bool
- func (o *Systemuserreturn) GetTotpEnabledOk() (*bool, bool)
- func (o *Systemuserreturn) GetUnixGuid() int32
- func (o *Systemuserreturn) GetUnixGuidOk() (*int32, bool)
- func (o *Systemuserreturn) GetUnixUid() int32
- func (o *Systemuserreturn) GetUnixUidOk() (*int32, bool)
- func (o *Systemuserreturn) GetUsername() string
- func (o *Systemuserreturn) GetUsernameOk() (*string, bool)
- func (o *Systemuserreturn) HasAccountLocked() bool
- func (o *Systemuserreturn) HasAccountLockedDate() bool
- func (o *Systemuserreturn) HasActivated() bool
- func (o *Systemuserreturn) HasAddresses() bool
- func (o *Systemuserreturn) HasAllowPublicKey() bool
- func (o *Systemuserreturn) HasAlternateEmail() bool
- func (o *Systemuserreturn) HasAttributes() bool
- func (o *Systemuserreturn) HasBadLoginAttempts() bool
- func (o *Systemuserreturn) HasCompany() bool
- func (o *Systemuserreturn) HasCostCenter() bool
- func (o *Systemuserreturn) HasCreated() bool
- func (o *Systemuserreturn) HasCreationSource() bool
- func (o *Systemuserreturn) HasDepartment() bool
- func (o *Systemuserreturn) HasDescription() bool
- func (o *Systemuserreturn) HasDisableDeviceMaxLoginAttempts() bool
- func (o *Systemuserreturn) HasDisplayname() bool
- func (o *Systemuserreturn) HasEmail() bool
- func (o *Systemuserreturn) HasEmployeeIdentifier() bool
- func (o *Systemuserreturn) HasEmployeeType() bool
- func (o *Systemuserreturn) HasEnableManagedUid() bool
- func (o *Systemuserreturn) HasEnableUserPortalMultifactor() bool
- func (o *Systemuserreturn) HasExternalDn() bool
- func (o *Systemuserreturn) HasExternalPasswordExpirationDate() bool
- func (o *Systemuserreturn) HasExternalSourceType() bool
- func (o *Systemuserreturn) HasExternallyManaged() bool
- func (o *Systemuserreturn) HasFirstname() bool
- func (o *Systemuserreturn) HasId() bool
- func (o *Systemuserreturn) HasJobTitle() bool
- func (o *Systemuserreturn) HasLastname() bool
- func (o *Systemuserreturn) HasLdapBindingUser() bool
- func (o *Systemuserreturn) HasLocation() bool
- func (o *Systemuserreturn) HasManagedAppleId() bool
- func (o *Systemuserreturn) HasManager() bool
- func (o *Systemuserreturn) HasMfa() bool
- func (o *Systemuserreturn) HasMfaEnrollment() bool
- func (o *Systemuserreturn) HasMiddlename() bool
- func (o *Systemuserreturn) HasOrganization() bool
- func (o *Systemuserreturn) HasPasswordDate() bool
- func (o *Systemuserreturn) HasPasswordExpirationDate() bool
- func (o *Systemuserreturn) HasPasswordExpired() bool
- func (o *Systemuserreturn) HasPasswordNeverExpires() bool
- func (o *Systemuserreturn) HasPasswordlessSudo() bool
- func (o *Systemuserreturn) HasPhoneNumbers() bool
- func (o *Systemuserreturn) HasPublicKey() bool
- func (o *Systemuserreturn) HasRecoveryEmail() bool
- func (o *Systemuserreturn) HasRelationships() bool
- func (o *Systemuserreturn) HasSambaServiceUser() bool
- func (o *Systemuserreturn) HasSshKeys() bool
- func (o *Systemuserreturn) HasState() bool
- func (o *Systemuserreturn) HasSudo() bool
- func (o *Systemuserreturn) HasSuspended() bool
- func (o *Systemuserreturn) HasTags() bool
- func (o *Systemuserreturn) HasTotpEnabled() bool
- func (o *Systemuserreturn) HasUnixGuid() bool
- func (o *Systemuserreturn) HasUnixUid() bool
- func (o *Systemuserreturn) HasUsername() bool
- func (o Systemuserreturn) MarshalJSON() ([]byte, error)
- func (o *Systemuserreturn) SetAccountLocked(v bool)
- func (o *Systemuserreturn) SetAccountLockedDate(v string)
- func (o *Systemuserreturn) SetAccountLockedDateNil()
- func (o *Systemuserreturn) SetActivated(v bool)
- func (o *Systemuserreturn) SetAddresses(v []SystemuserreturnAddressesInner)
- func (o *Systemuserreturn) SetAllowPublicKey(v bool)
- func (o *Systemuserreturn) SetAlternateEmail(v string)
- func (o *Systemuserreturn) SetAttributes(v []SystemuserputAttributesInner)
- func (o *Systemuserreturn) SetBadLoginAttempts(v int32)
- func (o *Systemuserreturn) SetCompany(v string)
- func (o *Systemuserreturn) SetCostCenter(v string)
- func (o *Systemuserreturn) SetCreated(v string)
- func (o *Systemuserreturn) SetCreationSource(v string)
- func (o *Systemuserreturn) SetDepartment(v string)
- func (o *Systemuserreturn) SetDescription(v string)
- func (o *Systemuserreturn) SetDisableDeviceMaxLoginAttempts(v bool)
- func (o *Systemuserreturn) SetDisplayname(v string)
- func (o *Systemuserreturn) SetEmail(v string)
- func (o *Systemuserreturn) SetEmployeeIdentifier(v string)
- func (o *Systemuserreturn) SetEmployeeType(v string)
- func (o *Systemuserreturn) SetEnableManagedUid(v bool)
- func (o *Systemuserreturn) SetEnableUserPortalMultifactor(v bool)
- func (o *Systemuserreturn) SetExternalDn(v string)
- func (o *Systemuserreturn) SetExternalPasswordExpirationDate(v string)
- func (o *Systemuserreturn) SetExternalSourceType(v string)
- func (o *Systemuserreturn) SetExternallyManaged(v bool)
- func (o *Systemuserreturn) SetFirstname(v string)
- func (o *Systemuserreturn) SetId(v string)
- func (o *Systemuserreturn) SetJobTitle(v string)
- func (o *Systemuserreturn) SetLastname(v string)
- func (o *Systemuserreturn) SetLdapBindingUser(v bool)
- func (o *Systemuserreturn) SetLocation(v string)
- func (o *Systemuserreturn) SetManagedAppleId(v string)
- func (o *Systemuserreturn) SetManager(v string)
- func (o *Systemuserreturn) SetMfa(v Mfa)
- func (o *Systemuserreturn) SetMfaEnrollment(v MfaEnrollment)
- func (o *Systemuserreturn) SetMiddlename(v string)
- func (o *Systemuserreturn) SetOrganization(v string)
- func (o *Systemuserreturn) SetPasswordDate(v string)
- func (o *Systemuserreturn) SetPasswordDateNil()
- func (o *Systemuserreturn) SetPasswordExpirationDate(v string)
- func (o *Systemuserreturn) SetPasswordExpirationDateNil()
- func (o *Systemuserreturn) SetPasswordExpired(v bool)
- func (o *Systemuserreturn) SetPasswordNeverExpires(v bool)
- func (o *Systemuserreturn) SetPasswordlessSudo(v bool)
- func (o *Systemuserreturn) SetPhoneNumbers(v []SystemuserreturnPhoneNumbersInner)
- func (o *Systemuserreturn) SetPublicKey(v string)
- func (o *Systemuserreturn) SetRecoveryEmail(v SystemuserreturnRecoveryEmail)
- func (o *Systemuserreturn) SetRelationships(v []SystemuserputRelationshipsInner)
- func (o *Systemuserreturn) SetSambaServiceUser(v bool)
- func (o *Systemuserreturn) SetSshKeys(v []Sshkeylist)
- func (o *Systemuserreturn) SetState(v string)
- func (o *Systemuserreturn) SetSudo(v bool)
- func (o *Systemuserreturn) SetSuspended(v bool)
- func (o *Systemuserreturn) SetTags(v []string)
- func (o *Systemuserreturn) SetTotpEnabled(v bool)
- func (o *Systemuserreturn) SetUnixGuid(v int32)
- func (o *Systemuserreturn) SetUnixUid(v int32)
- func (o *Systemuserreturn) SetUsername(v string)
- func (o Systemuserreturn) ToMap() (map[string]interface{}, error)
- func (o *Systemuserreturn) UnmarshalJSON(bytes []byte) (err error)
- func (o *Systemuserreturn) UnsetAccountLockedDate()
- func (o *Systemuserreturn) UnsetPasswordDate()
- func (o *Systemuserreturn) UnsetPasswordExpirationDate()
- type SystemuserreturnAddressesInner
- func (o *SystemuserreturnAddressesInner) GetCountry() string
- func (o *SystemuserreturnAddressesInner) GetCountryOk() (*string, bool)
- func (o *SystemuserreturnAddressesInner) GetExtendedAddress() string
- func (o *SystemuserreturnAddressesInner) GetExtendedAddressOk() (*string, bool)
- func (o *SystemuserreturnAddressesInner) GetId() string
- func (o *SystemuserreturnAddressesInner) GetIdOk() (*string, bool)
- func (o *SystemuserreturnAddressesInner) GetLocality() string
- func (o *SystemuserreturnAddressesInner) GetLocalityOk() (*string, bool)
- func (o *SystemuserreturnAddressesInner) GetPoBox() string
- func (o *SystemuserreturnAddressesInner) GetPoBoxOk() (*string, bool)
- func (o *SystemuserreturnAddressesInner) GetPostalCode() string
- func (o *SystemuserreturnAddressesInner) GetPostalCodeOk() (*string, bool)
- func (o *SystemuserreturnAddressesInner) GetRegion() string
- func (o *SystemuserreturnAddressesInner) GetRegionOk() (*string, bool)
- func (o *SystemuserreturnAddressesInner) GetStreetAddress() string
- func (o *SystemuserreturnAddressesInner) GetStreetAddressOk() (*string, bool)
- func (o *SystemuserreturnAddressesInner) GetType() string
- func (o *SystemuserreturnAddressesInner) GetTypeOk() (*string, bool)
- func (o *SystemuserreturnAddressesInner) HasCountry() bool
- func (o *SystemuserreturnAddressesInner) HasExtendedAddress() bool
- func (o *SystemuserreturnAddressesInner) HasId() bool
- func (o *SystemuserreturnAddressesInner) HasLocality() bool
- func (o *SystemuserreturnAddressesInner) HasPoBox() bool
- func (o *SystemuserreturnAddressesInner) HasPostalCode() bool
- func (o *SystemuserreturnAddressesInner) HasRegion() bool
- func (o *SystemuserreturnAddressesInner) HasStreetAddress() bool
- func (o *SystemuserreturnAddressesInner) HasType() bool
- func (o SystemuserreturnAddressesInner) MarshalJSON() ([]byte, error)
- func (o *SystemuserreturnAddressesInner) SetCountry(v string)
- func (o *SystemuserreturnAddressesInner) SetExtendedAddress(v string)
- func (o *SystemuserreturnAddressesInner) SetId(v string)
- func (o *SystemuserreturnAddressesInner) SetLocality(v string)
- func (o *SystemuserreturnAddressesInner) SetPoBox(v string)
- func (o *SystemuserreturnAddressesInner) SetPostalCode(v string)
- func (o *SystemuserreturnAddressesInner) SetRegion(v string)
- func (o *SystemuserreturnAddressesInner) SetStreetAddress(v string)
- func (o *SystemuserreturnAddressesInner) SetType(v string)
- func (o SystemuserreturnAddressesInner) ToMap() (map[string]interface{}, error)
- func (o *SystemuserreturnAddressesInner) UnmarshalJSON(bytes []byte) (err error)
- type SystemuserreturnPhoneNumbersInner
- func (o *SystemuserreturnPhoneNumbersInner) GetId() string
- func (o *SystemuserreturnPhoneNumbersInner) GetIdOk() (*string, bool)
- func (o *SystemuserreturnPhoneNumbersInner) GetNumber() string
- func (o *SystemuserreturnPhoneNumbersInner) GetNumberOk() (*string, bool)
- func (o *SystemuserreturnPhoneNumbersInner) GetType() string
- func (o *SystemuserreturnPhoneNumbersInner) GetTypeOk() (*string, bool)
- func (o *SystemuserreturnPhoneNumbersInner) HasId() bool
- func (o *SystemuserreturnPhoneNumbersInner) HasNumber() bool
- func (o *SystemuserreturnPhoneNumbersInner) HasType() bool
- func (o SystemuserreturnPhoneNumbersInner) MarshalJSON() ([]byte, error)
- func (o *SystemuserreturnPhoneNumbersInner) SetId(v string)
- func (o *SystemuserreturnPhoneNumbersInner) SetNumber(v string)
- func (o *SystemuserreturnPhoneNumbersInner) SetType(v string)
- func (o SystemuserreturnPhoneNumbersInner) ToMap() (map[string]interface{}, error)
- func (o *SystemuserreturnPhoneNumbersInner) UnmarshalJSON(bytes []byte) (err error)
- type SystemuserreturnRecoveryEmail
- func (o *SystemuserreturnRecoveryEmail) GetAddress() string
- func (o *SystemuserreturnRecoveryEmail) GetAddressOk() (*string, bool)
- func (o *SystemuserreturnRecoveryEmail) GetVerified() bool
- func (o *SystemuserreturnRecoveryEmail) GetVerifiedAt() string
- func (o *SystemuserreturnRecoveryEmail) GetVerifiedAtOk() (*string, bool)
- func (o *SystemuserreturnRecoveryEmail) GetVerifiedOk() (*bool, bool)
- func (o *SystemuserreturnRecoveryEmail) HasAddress() bool
- func (o *SystemuserreturnRecoveryEmail) HasVerified() bool
- func (o *SystemuserreturnRecoveryEmail) HasVerifiedAt() bool
- func (o SystemuserreturnRecoveryEmail) MarshalJSON() ([]byte, error)
- func (o *SystemuserreturnRecoveryEmail) SetAddress(v string)
- func (o *SystemuserreturnRecoveryEmail) SetVerified(v bool)
- func (o *SystemuserreturnRecoveryEmail) SetVerifiedAt(v string)
- func (o SystemuserreturnRecoveryEmail) ToMap() (map[string]interface{}, error)
- func (o *SystemuserreturnRecoveryEmail) UnmarshalJSON(bytes []byte) (err error)
- type SystemusersApiService
- func (a *SystemusersApiService) SshkeyDelete(ctx context.Context, systemuserId string, id string) SystemusersApiSshkeyDeleteRequest
- func (a *SystemusersApiService) SshkeyDeleteExecute(r SystemusersApiSshkeyDeleteRequest) (string, *http.Response, error)
- func (a *SystemusersApiService) SshkeyList(ctx context.Context, id string) SystemusersApiSshkeyListRequest
- func (a *SystemusersApiService) SshkeyListExecute(r SystemusersApiSshkeyListRequest) ([]Sshkeylist, *http.Response, error)
- func (a *SystemusersApiService) SshkeyPost(ctx context.Context, id string) SystemusersApiSshkeyPostRequest
- func (a *SystemusersApiService) SshkeyPostExecute(r SystemusersApiSshkeyPostRequest) (*Sshkeylist, *http.Response, error)
- func (a *SystemusersApiService) SystemusersDelete(ctx context.Context, id string) SystemusersApiSystemusersDeleteRequest
- func (a *SystemusersApiService) SystemusersDeleteExecute(r SystemusersApiSystemusersDeleteRequest) (*Systemuserreturn, *http.Response, error)
- func (a *SystemusersApiService) SystemusersExpire(ctx context.Context, id string) SystemusersApiSystemusersExpireRequest
- func (a *SystemusersApiService) SystemusersExpireExecute(r SystemusersApiSystemusersExpireRequest) (string, *http.Response, error)
- func (a *SystemusersApiService) SystemusersGet(ctx context.Context, id string) SystemusersApiSystemusersGetRequest
- func (a *SystemusersApiService) SystemusersGetExecute(r SystemusersApiSystemusersGetRequest) (*Systemuserreturn, *http.Response, error)
- func (a *SystemusersApiService) SystemusersList(ctx context.Context) SystemusersApiSystemusersListRequest
- func (a *SystemusersApiService) SystemusersListExecute(r SystemusersApiSystemusersListRequest) (*Systemuserslist, *http.Response, error)
- func (a *SystemusersApiService) SystemusersMfasync(ctx context.Context, id string) SystemusersApiSystemusersMfasyncRequest
- func (a *SystemusersApiService) SystemusersMfasyncExecute(r SystemusersApiSystemusersMfasyncRequest) (*http.Response, error)
- func (a *SystemusersApiService) SystemusersPost(ctx context.Context) SystemusersApiSystemusersPostRequest
- func (a *SystemusersApiService) SystemusersPostExecute(r SystemusersApiSystemusersPostRequest) (*Systemuserreturn, *http.Response, error)
- func (a *SystemusersApiService) SystemusersPut(ctx context.Context, id string) SystemusersApiSystemusersPutRequest
- func (a *SystemusersApiService) SystemusersPutExecute(r SystemusersApiSystemusersPutRequest) (*Systemuserreturn, *http.Response, error)
- func (a *SystemusersApiService) SystemusersResetmfa(ctx context.Context, id string) SystemusersApiSystemusersResetmfaRequest
- func (a *SystemusersApiService) SystemusersResetmfaExecute(r SystemusersApiSystemusersResetmfaRequest) (string, *http.Response, error)
- func (a *SystemusersApiService) SystemusersStateActivate(ctx context.Context, id string) SystemusersApiSystemusersStateActivateRequest
- func (a *SystemusersApiService) SystemusersStateActivateExecute(r SystemusersApiSystemusersStateActivateRequest) (string, *http.Response, error)
- func (a *SystemusersApiService) SystemusersUnlock(ctx context.Context, id string) SystemusersApiSystemusersUnlockRequest
- func (a *SystemusersApiService) SystemusersUnlockExecute(r SystemusersApiSystemusersUnlockRequest) (string, *http.Response, error)
- type SystemusersApiSshkeyDeleteRequest
- type SystemusersApiSshkeyListRequest
- type SystemusersApiSshkeyPostRequest
- type SystemusersApiSystemusersDeleteRequest
- func (r SystemusersApiSystemusersDeleteRequest) CascadeManager(cascadeManager string) SystemusersApiSystemusersDeleteRequest
- func (r SystemusersApiSystemusersDeleteRequest) Execute() (*Systemuserreturn, *http.Response, error)
- func (r SystemusersApiSystemusersDeleteRequest) XOrgId(xOrgId string) SystemusersApiSystemusersDeleteRequest
- type SystemusersApiSystemusersExpireRequest
- type SystemusersApiSystemusersGetRequest
- func (r SystemusersApiSystemusersGetRequest) Execute() (*Systemuserreturn, *http.Response, error)
- func (r SystemusersApiSystemusersGetRequest) Fields(fields string) SystemusersApiSystemusersGetRequest
- func (r SystemusersApiSystemusersGetRequest) Filter(filter string) SystemusersApiSystemusersGetRequest
- func (r SystemusersApiSystemusersGetRequest) XOrgId(xOrgId string) SystemusersApiSystemusersGetRequest
- type SystemusersApiSystemusersListRequest
- func (r SystemusersApiSystemusersListRequest) Execute() (*Systemuserslist, *http.Response, error)
- func (r SystemusersApiSystemusersListRequest) Fields(fields string) SystemusersApiSystemusersListRequest
- func (r SystemusersApiSystemusersListRequest) Filter(filter string) SystemusersApiSystemusersListRequest
- func (r SystemusersApiSystemusersListRequest) Limit(limit int32) SystemusersApiSystemusersListRequest
- func (r SystemusersApiSystemusersListRequest) Search(search string) SystemusersApiSystemusersListRequest
- func (r SystemusersApiSystemusersListRequest) Skip(skip int32) SystemusersApiSystemusersListRequest
- func (r SystemusersApiSystemusersListRequest) Sort(sort string) SystemusersApiSystemusersListRequest
- func (r SystemusersApiSystemusersListRequest) XOrgId(xOrgId string) SystemusersApiSystemusersListRequest
- type SystemusersApiSystemusersMfasyncRequest
- type SystemusersApiSystemusersPostRequest
- func (r SystemusersApiSystemusersPostRequest) Body(body Systemuserputpost) SystemusersApiSystemusersPostRequest
- func (r SystemusersApiSystemusersPostRequest) Execute() (*Systemuserreturn, *http.Response, error)
- func (r SystemusersApiSystemusersPostRequest) FullValidationDetails(fullValidationDetails string) SystemusersApiSystemusersPostRequest
- func (r SystemusersApiSystemusersPostRequest) XOrgId(xOrgId string) SystemusersApiSystemusersPostRequest
- type SystemusersApiSystemusersPutRequest
- func (r SystemusersApiSystemusersPutRequest) Body(body Systemuserput) SystemusersApiSystemusersPutRequest
- func (r SystemusersApiSystemusersPutRequest) Execute() (*Systemuserreturn, *http.Response, error)
- func (r SystemusersApiSystemusersPutRequest) FullValidationDetails(fullValidationDetails string) SystemusersApiSystemusersPutRequest
- func (r SystemusersApiSystemusersPutRequest) XOrgId(xOrgId string) SystemusersApiSystemusersPutRequest
- type SystemusersApiSystemusersResetmfaRequest
- func (r SystemusersApiSystemusersResetmfaRequest) Body(body SystemusersResetmfaRequest) SystemusersApiSystemusersResetmfaRequest
- func (r SystemusersApiSystemusersResetmfaRequest) Execute() (string, *http.Response, error)
- func (r SystemusersApiSystemusersResetmfaRequest) XOrgId(xOrgId string) SystemusersApiSystemusersResetmfaRequest
- type SystemusersApiSystemusersStateActivateRequest
- type SystemusersApiSystemusersUnlockRequest
- type SystemusersResetmfaRequest
- func (o *SystemusersResetmfaRequest) GetExclusion() bool
- func (o *SystemusersResetmfaRequest) GetExclusionDays() float32
- func (o *SystemusersResetmfaRequest) GetExclusionDaysOk() (*float32, bool)
- func (o *SystemusersResetmfaRequest) GetExclusionOk() (*bool, bool)
- func (o *SystemusersResetmfaRequest) GetExclusionUntil() time.Time
- func (o *SystemusersResetmfaRequest) GetExclusionUntilOk() (*time.Time, bool)
- func (o *SystemusersResetmfaRequest) HasExclusion() bool
- func (o *SystemusersResetmfaRequest) HasExclusionDays() bool
- func (o *SystemusersResetmfaRequest) HasExclusionUntil() bool
- func (o SystemusersResetmfaRequest) MarshalJSON() ([]byte, error)
- func (o *SystemusersResetmfaRequest) SetExclusion(v bool)
- func (o *SystemusersResetmfaRequest) SetExclusionDays(v float32)
- func (o *SystemusersResetmfaRequest) SetExclusionUntil(v time.Time)
- func (o SystemusersResetmfaRequest) ToMap() (map[string]interface{}, error)
- func (o *SystemusersResetmfaRequest) UnmarshalJSON(bytes []byte) (err error)
- type SystemusersStateActivateRequest
- func (o *SystemusersStateActivateRequest) GetEmail() map[string]interface{}
- func (o *SystemusersStateActivateRequest) GetEmailOk() (map[string]interface{}, bool)
- func (o *SystemusersStateActivateRequest) HasEmail() bool
- func (o SystemusersStateActivateRequest) MarshalJSON() ([]byte, error)
- func (o *SystemusersStateActivateRequest) SetEmail(v map[string]interface{})
- func (o SystemusersStateActivateRequest) ToMap() (map[string]interface{}, error)
- func (o *SystemusersStateActivateRequest) UnmarshalJSON(bytes []byte) (err error)
- type Systemuserslist
- func (o *Systemuserslist) GetResults() []Systemuserreturn
- func (o *Systemuserslist) GetResultsOk() ([]Systemuserreturn, bool)
- func (o *Systemuserslist) GetTotalCount() int32
- func (o *Systemuserslist) GetTotalCountOk() (*int32, bool)
- func (o *Systemuserslist) HasResults() bool
- func (o *Systemuserslist) HasTotalCount() bool
- func (o Systemuserslist) MarshalJSON() ([]byte, error)
- func (o *Systemuserslist) SetResults(v []Systemuserreturn)
- func (o *Systemuserslist) SetTotalCount(v int32)
- func (o Systemuserslist) ToMap() (map[string]interface{}, error)
- func (o *Systemuserslist) UnmarshalJSON(bytes []byte) (err error)
- type Triggerreturn
- func (o *Triggerreturn) GetTriggered() []string
- func (o *Triggerreturn) GetTriggeredOk() ([]string, bool)
- func (o *Triggerreturn) HasTriggered() bool
- func (o Triggerreturn) MarshalJSON() ([]byte, error)
- func (o *Triggerreturn) SetTriggered(v []string)
- func (o Triggerreturn) ToMap() (map[string]interface{}, error)
- func (o *Triggerreturn) UnmarshalJSON(bytes []byte) (err error)
- type TrustedappConfigGet
- func (o *TrustedappConfigGet) GetChecksum() string
- func (o *TrustedappConfigGet) GetChecksumOk() (*string, bool)
- func (o *TrustedappConfigGet) GetTrustedApps() []TrustedappConfigGetTrustedAppsInner
- func (o *TrustedappConfigGet) GetTrustedAppsOk() ([]TrustedappConfigGetTrustedAppsInner, bool)
- func (o TrustedappConfigGet) MarshalJSON() ([]byte, error)
- func (o *TrustedappConfigGet) SetChecksum(v string)
- func (o *TrustedappConfigGet) SetTrustedApps(v []TrustedappConfigGetTrustedAppsInner)
- func (o TrustedappConfigGet) ToMap() (map[string]interface{}, error)
- func (o *TrustedappConfigGet) UnmarshalJSON(bytes []byte) (err error)
- type TrustedappConfigGetTrustedAppsInner
- func (o *TrustedappConfigGetTrustedAppsInner) GetName() string
- func (o *TrustedappConfigGetTrustedAppsInner) GetNameOk() (*string, bool)
- func (o *TrustedappConfigGetTrustedAppsInner) GetPath() string
- func (o *TrustedappConfigGetTrustedAppsInner) GetPathOk() (*string, bool)
- func (o *TrustedappConfigGetTrustedAppsInner) GetTeamid() string
- func (o *TrustedappConfigGetTrustedAppsInner) GetTeamidOk() (*string, bool)
- func (o *TrustedappConfigGetTrustedAppsInner) HasPath() bool
- func (o *TrustedappConfigGetTrustedAppsInner) HasTeamid() bool
- func (o TrustedappConfigGetTrustedAppsInner) MarshalJSON() ([]byte, error)
- func (o *TrustedappConfigGetTrustedAppsInner) SetName(v string)
- func (o *TrustedappConfigGetTrustedAppsInner) SetPath(v string)
- func (o *TrustedappConfigGetTrustedAppsInner) SetTeamid(v string)
- func (o TrustedappConfigGetTrustedAppsInner) ToMap() (map[string]interface{}, error)
- func (o *TrustedappConfigGetTrustedAppsInner) UnmarshalJSON(bytes []byte) (err error)
- type TrustedappConfigPut
- func (o *TrustedappConfigPut) GetTrustedApps() []TrustedappConfigGetTrustedAppsInner
- func (o *TrustedappConfigPut) GetTrustedAppsOk() ([]TrustedappConfigGetTrustedAppsInner, bool)
- func (o TrustedappConfigPut) MarshalJSON() ([]byte, error)
- func (o *TrustedappConfigPut) SetTrustedApps(v []TrustedappConfigGetTrustedAppsInner)
- func (o TrustedappConfigPut) ToMap() (map[string]interface{}, error)
- func (o *TrustedappConfigPut) UnmarshalJSON(bytes []byte) (err error)
- type Userput
- func (o *Userput) GetEmail() string
- func (o *Userput) GetEmailOk() (*string, bool)
- func (o *Userput) GetEnableMultiFactor() bool
- func (o *Userput) GetEnableMultiFactorOk() (*bool, bool)
- func (o *Userput) GetFirstname() string
- func (o *Userput) GetFirstnameOk() (*string, bool)
- func (o *Userput) GetGrowthData() map[string]interface{}
- func (o *Userput) GetGrowthDataOk() (map[string]interface{}, bool)
- func (o *Userput) GetLastWhatsNewChecked() string
- func (o *Userput) GetLastWhatsNewCheckedOk() (*string, bool)
- func (o *Userput) GetLastname() string
- func (o *Userput) GetLastnameOk() (*string, bool)
- func (o *Userput) GetRoleName() string
- func (o *Userput) GetRoleNameOk() (*string, bool)
- func (o *Userput) HasEmail() bool
- func (o *Userput) HasEnableMultiFactor() bool
- func (o *Userput) HasFirstname() bool
- func (o *Userput) HasGrowthData() bool
- func (o *Userput) HasLastWhatsNewChecked() bool
- func (o *Userput) HasLastname() bool
- func (o *Userput) HasRoleName() bool
- func (o Userput) MarshalJSON() ([]byte, error)
- func (o *Userput) SetEmail(v string)
- func (o *Userput) SetEnableMultiFactor(v bool)
- func (o *Userput) SetFirstname(v string)
- func (o *Userput) SetGrowthData(v map[string]interface{})
- func (o *Userput) SetLastWhatsNewChecked(v string)
- func (o *Userput) SetLastname(v string)
- func (o *Userput) SetRoleName(v string)
- func (o Userput) ToMap() (map[string]interface{}, error)
- func (o *Userput) UnmarshalJSON(bytes []byte) (err error)
- type Userreturn
- func (o *Userreturn) GetCreated() time.Time
- func (o *Userreturn) GetCreatedOk() (*time.Time, bool)
- func (o *Userreturn) GetDisableIntroduction() bool
- func (o *Userreturn) GetDisableIntroductionOk() (*bool, bool)
- func (o *Userreturn) GetEmail() string
- func (o *Userreturn) GetEmailOk() (*string, bool)
- func (o *Userreturn) GetEnableMultiFactor() bool
- func (o *Userreturn) GetEnableMultiFactorOk() (*bool, bool)
- func (o *Userreturn) GetFirstname() string
- func (o *Userreturn) GetFirstnameOk() (*string, bool)
- func (o *Userreturn) GetGrowthData() UserreturnGrowthData
- func (o *Userreturn) GetGrowthDataOk() (*UserreturnGrowthData, bool)
- func (o *Userreturn) GetId() string
- func (o *Userreturn) GetIdOk() (*string, bool)
- func (o *Userreturn) GetLastWhatsNewChecked() time.Time
- func (o *Userreturn) GetLastWhatsNewCheckedOk() (*time.Time, bool)
- func (o *Userreturn) GetLastname() string
- func (o *Userreturn) GetLastnameOk() (*string, bool)
- func (o *Userreturn) GetOrganization() string
- func (o *Userreturn) GetOrganizationOk() (*string, bool)
- func (o *Userreturn) GetProvider() string
- func (o *Userreturn) GetProviderOk() (*string, bool)
- func (o *Userreturn) GetRole() string
- func (o *Userreturn) GetRoleName() string
- func (o *Userreturn) GetRoleNameOk() (*string, bool)
- func (o *Userreturn) GetRoleOk() (*string, bool)
- func (o *Userreturn) GetSessionCount() int32
- func (o *Userreturn) GetSessionCountOk() (*int32, bool)
- func (o *Userreturn) GetSuspended() bool
- func (o *Userreturn) GetSuspendedOk() (*bool, bool)
- func (o *Userreturn) GetTotpEnrolled() bool
- func (o *Userreturn) GetTotpEnrolledOk() (*bool, bool)
- func (o *Userreturn) GetUsersTimeZone() string
- func (o *Userreturn) GetUsersTimeZoneOk() (*string, bool)
- func (o *Userreturn) HasCreated() bool
- func (o *Userreturn) HasDisableIntroduction() bool
- func (o *Userreturn) HasEmail() bool
- func (o *Userreturn) HasEnableMultiFactor() bool
- func (o *Userreturn) HasFirstname() bool
- func (o *Userreturn) HasGrowthData() bool
- func (o *Userreturn) HasId() bool
- func (o *Userreturn) HasLastWhatsNewChecked() bool
- func (o *Userreturn) HasLastname() bool
- func (o *Userreturn) HasOrganization() bool
- func (o *Userreturn) HasProvider() bool
- func (o *Userreturn) HasRole() bool
- func (o *Userreturn) HasRoleName() bool
- func (o *Userreturn) HasSessionCount() bool
- func (o *Userreturn) HasSuspended() bool
- func (o *Userreturn) HasTotpEnrolled() bool
- func (o *Userreturn) HasUsersTimeZone() bool
- func (o Userreturn) MarshalJSON() ([]byte, error)
- func (o *Userreturn) SetCreated(v time.Time)
- func (o *Userreturn) SetDisableIntroduction(v bool)
- func (o *Userreturn) SetEmail(v string)
- func (o *Userreturn) SetEnableMultiFactor(v bool)
- func (o *Userreturn) SetFirstname(v string)
- func (o *Userreturn) SetGrowthData(v UserreturnGrowthData)
- func (o *Userreturn) SetId(v string)
- func (o *Userreturn) SetLastWhatsNewChecked(v time.Time)
- func (o *Userreturn) SetLastname(v string)
- func (o *Userreturn) SetOrganization(v string)
- func (o *Userreturn) SetProvider(v string)
- func (o *Userreturn) SetRole(v string)
- func (o *Userreturn) SetRoleName(v string)
- func (o *Userreturn) SetSessionCount(v int32)
- func (o *Userreturn) SetSuspended(v bool)
- func (o *Userreturn) SetTotpEnrolled(v bool)
- func (o *Userreturn) SetUsersTimeZone(v string)
- func (o Userreturn) ToMap() (map[string]interface{}, error)
- func (o *Userreturn) UnmarshalJSON(bytes []byte) (err error)
- type UserreturnGrowthData
- func (o *UserreturnGrowthData) GetExperimentStates() map[string]interface{}
- func (o *UserreturnGrowthData) GetExperimentStatesOk() (map[string]interface{}, bool)
- func (o *UserreturnGrowthData) GetOnboardingState() map[string]interface{}
- func (o *UserreturnGrowthData) GetOnboardingStateOk() (map[string]interface{}, bool)
- func (o *UserreturnGrowthData) HasExperimentStates() bool
- func (o *UserreturnGrowthData) HasOnboardingState() bool
- func (o UserreturnGrowthData) MarshalJSON() ([]byte, error)
- func (o *UserreturnGrowthData) SetExperimentStates(v map[string]interface{})
- func (o *UserreturnGrowthData) SetOnboardingState(v map[string]interface{})
- func (o UserreturnGrowthData) ToMap() (map[string]interface{}, error)
- func (o *UserreturnGrowthData) UnmarshalJSON(bytes []byte) (err error)
- type UsersApiAdminTotpresetBeginRequest
- type UsersApiService
- func (a *UsersApiService) AdminTotpresetBegin(ctx context.Context, id string) UsersApiAdminTotpresetBeginRequest
- func (a *UsersApiService) AdminTotpresetBeginExecute(r UsersApiAdminTotpresetBeginRequest) (*http.Response, error)
- func (a *UsersApiService) UsersPut(ctx context.Context, id string) UsersApiUsersPutRequest
- func (a *UsersApiService) UsersPutExecute(r UsersApiUsersPutRequest) (*Userreturn, *http.Response, error)
- func (a *UsersApiService) UsersReactivateGet(ctx context.Context, id string) UsersApiUsersReactivateGetRequest
- func (a *UsersApiService) UsersReactivateGetExecute(r UsersApiUsersReactivateGetRequest) (*http.Response, error)
- type UsersApiUsersPutRequest
- type UsersApiUsersReactivateGetRequest
Constants ¶
This section is empty.
Variables ¶
var ( // ContextAPIKeys takes a string apikey as authentication for the request ContextAPIKeys = contextKey("apiKeys") // ContextServerIndex uses a server configuration from the index. ContextServerIndex = contextKey("serverIndex") // ContextOperationServerIndices uses a server configuration from the index mapping. ContextOperationServerIndices = contextKey("serverOperationIndices") // ContextServerVariables overrides a server configuration variables. ContextServerVariables = contextKey("serverVariables") // ContextOperationServerVariables overrides a server configuration variables using operation specific values. ContextOperationServerVariables = contextKey("serverOperationVariables") )
var AllowedMfaEnrollmentStatusEnumValues = []MfaEnrollmentStatus{
"NOT_ENROLLED",
"DISABLED",
"PENDING_ACTIVATION",
"ENROLLMENT_EXPIRED",
"IN_ENROLLMENT",
"PRE_ENROLLMENT",
"ENROLLED",
}
All allowed values of MfaEnrollmentStatus enum
Functions ¶
func CacheExpires ¶
CacheExpires helper function to determine remaining time before repeating a request.
func PtrFloat32 ¶
PtrFloat32 is a helper routine that returns a pointer to given float value.
func PtrFloat64 ¶
PtrFloat64 is a helper routine that returns a pointer to given float value.
Types ¶
type APIClient ¶
type APIClient struct { ApplicationTemplatesApi *ApplicationTemplatesApiService ApplicationsApi *ApplicationsApiService CommandResultsApi *CommandResultsApiService CommandTriggersApi *CommandTriggersApiService CommandsApi *CommandsApiService ManagedServiceProviderApi *ManagedServiceProviderApiService OrganizationsApi *OrganizationsApiService RadiusServersApi *RadiusServersApiService SearchApi *SearchApiService SystemsApi *SystemsApiService SystemusersApi *SystemusersApiService UsersApi *UsersApiService // contains filtered or unexported fields }
APIClient manages communication with the JumpCloud API API v1.0 In most cases there should be only one, shared, APIClient.
func NewAPIClient ¶
func NewAPIClient(cfg *Configuration) *APIClient
NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.
func (*APIClient) GetConfig ¶
func (c *APIClient) GetConfig() *Configuration
Allow modification of underlying config for alternate implementations and testing Caution: modifying the configuration while live can cause data races and potentially unwanted behavior
type APIKey ¶
APIKey provides API key based authentication to a request passed via context using ContextAPIKey
type APIResponse ¶
type APIResponse struct { *http.Response `json:"-"` Message string `json:"message,omitempty"` // Operation is the name of the OpenAPI operation. Operation string `json:"operation,omitempty"` // RequestURL is the request URL. This value is always available, even if the // embedded *http.Response is nil. RequestURL string `json:"url,omitempty"` // Method is the HTTP method used for the request. This value is always // available, even if the embedded *http.Response is nil. Method string `json:"method,omitempty"` // Payload holds the contents of the response body (which may be nil or empty). // This is provided here as the raw response.Body() reader will have already // been drained. Payload []byte `json:"-"` }
APIResponse stores the API response returned by the server.
func NewAPIResponse ¶
func NewAPIResponse(r *http.Response) *APIResponse
NewAPIResponse returns a new APIResponse object.
func NewAPIResponseWithError ¶
func NewAPIResponseWithError(errorMessage string) *APIResponse
NewAPIResponseWithError returns a new APIResponse object with the provided error message.
type Application ¶
type Application struct { Id *string `json:"_id,omitempty"` Active *bool `json:"active,omitempty"` Beta *bool `json:"beta,omitempty"` Color *string `json:"color,omitempty"` Config ApplicationConfig `json:"config"` Created *string `json:"created,omitempty"` DatabaseAttributes []map[string]interface{} `json:"databaseAttributes,omitempty"` Description *string `json:"description,omitempty"` DisplayLabel *string `json:"displayLabel,omitempty"` DisplayName *string `json:"displayName,omitempty"` LearnMore *string `json:"learnMore,omitempty"` Logo *ApplicationLogo `json:"logo,omitempty"` Name string `json:"name"` Organization *string `json:"organization,omitempty"` Sso *Sso `json:"sso,omitempty"` SsoUrl string `json:"ssoUrl"` AdditionalProperties map[string]interface{} }
Application struct for Application
func NewApplication ¶
func NewApplication(config ApplicationConfig, name string, ssoUrl string) *Application
NewApplication instantiates a new Application 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 NewApplicationWithDefaults ¶
func NewApplicationWithDefaults() *Application
NewApplicationWithDefaults instantiates a new Application 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 (*Application) GetActive ¶
func (o *Application) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*Application) GetActiveOk ¶
func (o *Application) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetBeta ¶
func (o *Application) GetBeta() bool
GetBeta returns the Beta field value if set, zero value otherwise.
func (*Application) GetBetaOk ¶
func (o *Application) GetBetaOk() (*bool, bool)
GetBetaOk returns a tuple with the Beta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetColor ¶
func (o *Application) GetColor() string
GetColor returns the Color field value if set, zero value otherwise.
func (*Application) GetColorOk ¶
func (o *Application) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetConfig ¶
func (o *Application) GetConfig() ApplicationConfig
GetConfig returns the Config field value
func (*Application) GetConfigOk ¶
func (o *Application) GetConfigOk() (*ApplicationConfig, bool)
GetConfigOk returns a tuple with the Config field value and a boolean to check if the value has been set.
func (*Application) GetCreated ¶
func (o *Application) GetCreated() string
GetCreated returns the Created field value if set, zero value otherwise.
func (*Application) GetCreatedOk ¶
func (o *Application) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetDatabaseAttributes ¶
func (o *Application) GetDatabaseAttributes() []map[string]interface{}
GetDatabaseAttributes returns the DatabaseAttributes field value if set, zero value otherwise.
func (*Application) GetDatabaseAttributesOk ¶
func (o *Application) GetDatabaseAttributesOk() ([]map[string]interface{}, bool)
GetDatabaseAttributesOk returns a tuple with the DatabaseAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetDescription ¶
func (o *Application) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*Application) GetDescriptionOk ¶
func (o *Application) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetDisplayLabel ¶
func (o *Application) GetDisplayLabel() string
GetDisplayLabel returns the DisplayLabel field value if set, zero value otherwise.
func (*Application) GetDisplayLabelOk ¶
func (o *Application) GetDisplayLabelOk() (*string, bool)
GetDisplayLabelOk returns a tuple with the DisplayLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetDisplayName ¶
func (o *Application) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*Application) GetDisplayNameOk ¶
func (o *Application) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetId ¶
func (o *Application) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Application) GetIdOk ¶
func (o *Application) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetLearnMore ¶
func (o *Application) GetLearnMore() string
GetLearnMore returns the LearnMore field value if set, zero value otherwise.
func (*Application) GetLearnMoreOk ¶
func (o *Application) GetLearnMoreOk() (*string, bool)
GetLearnMoreOk returns a tuple with the LearnMore field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetLogo ¶
func (o *Application) GetLogo() ApplicationLogo
GetLogo returns the Logo field value if set, zero value otherwise.
func (*Application) GetLogoOk ¶
func (o *Application) GetLogoOk() (*ApplicationLogo, bool)
GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetName ¶
func (o *Application) GetName() string
GetName returns the Name field value
func (*Application) GetNameOk ¶
func (o *Application) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Application) GetOrganization ¶
func (o *Application) GetOrganization() string
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*Application) GetOrganizationOk ¶
func (o *Application) GetOrganizationOk() (*string, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetSso ¶
func (o *Application) GetSso() Sso
GetSso returns the Sso field value if set, zero value otherwise.
func (*Application) GetSsoOk ¶
func (o *Application) GetSsoOk() (*Sso, bool)
GetSsoOk returns a tuple with the Sso field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Application) GetSsoUrl ¶
func (o *Application) GetSsoUrl() string
GetSsoUrl returns the SsoUrl field value
func (*Application) GetSsoUrlOk ¶
func (o *Application) GetSsoUrlOk() (*string, bool)
GetSsoUrlOk returns a tuple with the SsoUrl field value and a boolean to check if the value has been set.
func (*Application) HasActive ¶
func (o *Application) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*Application) HasBeta ¶
func (o *Application) HasBeta() bool
HasBeta returns a boolean if a field has been set.
func (*Application) HasColor ¶
func (o *Application) HasColor() bool
HasColor returns a boolean if a field has been set.
func (*Application) HasCreated ¶
func (o *Application) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (*Application) HasDatabaseAttributes ¶
func (o *Application) HasDatabaseAttributes() bool
HasDatabaseAttributes returns a boolean if a field has been set.
func (*Application) HasDescription ¶
func (o *Application) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*Application) HasDisplayLabel ¶
func (o *Application) HasDisplayLabel() bool
HasDisplayLabel returns a boolean if a field has been set.
func (*Application) HasDisplayName ¶
func (o *Application) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*Application) HasId ¶
func (o *Application) HasId() bool
HasId returns a boolean if a field has been set.
func (*Application) HasLearnMore ¶
func (o *Application) HasLearnMore() bool
HasLearnMore returns a boolean if a field has been set.
func (*Application) HasLogo ¶
func (o *Application) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (*Application) HasOrganization ¶
func (o *Application) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (*Application) HasSso ¶
func (o *Application) HasSso() bool
HasSso returns a boolean if a field has been set.
func (Application) MarshalJSON ¶
func (o Application) MarshalJSON() ([]byte, error)
func (*Application) SetActive ¶
func (o *Application) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*Application) SetBeta ¶
func (o *Application) SetBeta(v bool)
SetBeta gets a reference to the given bool and assigns it to the Beta field.
func (*Application) SetColor ¶
func (o *Application) SetColor(v string)
SetColor gets a reference to the given string and assigns it to the Color field.
func (*Application) SetConfig ¶
func (o *Application) SetConfig(v ApplicationConfig)
SetConfig sets field value
func (*Application) SetCreated ¶
func (o *Application) SetCreated(v string)
SetCreated gets a reference to the given string and assigns it to the Created field.
func (*Application) SetDatabaseAttributes ¶
func (o *Application) SetDatabaseAttributes(v []map[string]interface{})
SetDatabaseAttributes gets a reference to the given []map[string]interface{} and assigns it to the DatabaseAttributes field.
func (*Application) SetDescription ¶
func (o *Application) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Application) SetDisplayLabel ¶
func (o *Application) SetDisplayLabel(v string)
SetDisplayLabel gets a reference to the given string and assigns it to the DisplayLabel field.
func (*Application) SetDisplayName ¶
func (o *Application) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*Application) SetId ¶
func (o *Application) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Application) SetLearnMore ¶
func (o *Application) SetLearnMore(v string)
SetLearnMore gets a reference to the given string and assigns it to the LearnMore field.
func (*Application) SetLogo ¶
func (o *Application) SetLogo(v ApplicationLogo)
SetLogo gets a reference to the given ApplicationLogo and assigns it to the Logo field.
func (*Application) SetOrganization ¶
func (o *Application) SetOrganization(v string)
SetOrganization gets a reference to the given string and assigns it to the Organization field.
func (*Application) SetSso ¶
func (o *Application) SetSso(v Sso)
SetSso gets a reference to the given Sso and assigns it to the Sso field.
func (*Application) SetSsoUrl ¶
func (o *Application) SetSsoUrl(v string)
SetSsoUrl sets field value
func (Application) ToMap ¶
func (o Application) ToMap() (map[string]interface{}, error)
func (*Application) UnmarshalJSON ¶
func (o *Application) UnmarshalJSON(bytes []byte) (err error)
type ApplicationConfig ¶
type ApplicationConfig struct { AcsUrl *ApplicationConfigAcsUrl `json:"acsUrl,omitempty"` ConstantAttributes *ApplicationConfigConstantAttributes `json:"constantAttributes,omitempty"` DatabaseAttributes *ApplicationConfigDatabaseAttributes `json:"databaseAttributes,omitempty"` IdpCertificate *ApplicationConfigAcsUrl `json:"idpCertificate,omitempty"` IdpEntityId *ApplicationConfigAcsUrl `json:"idpEntityId,omitempty"` IdpPrivateKey *ApplicationConfigAcsUrl `json:"idpPrivateKey,omitempty"` SpEntityId *ApplicationConfigAcsUrl `json:"spEntityId,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationConfig struct for ApplicationConfig
func NewApplicationConfig ¶
func NewApplicationConfig() *ApplicationConfig
NewApplicationConfig instantiates a new ApplicationConfig 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 NewApplicationConfigWithDefaults ¶
func NewApplicationConfigWithDefaults() *ApplicationConfig
NewApplicationConfigWithDefaults instantiates a new ApplicationConfig 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 (*ApplicationConfig) GetAcsUrl ¶
func (o *ApplicationConfig) GetAcsUrl() ApplicationConfigAcsUrl
GetAcsUrl returns the AcsUrl field value if set, zero value otherwise.
func (*ApplicationConfig) GetAcsUrlOk ¶
func (o *ApplicationConfig) GetAcsUrlOk() (*ApplicationConfigAcsUrl, bool)
GetAcsUrlOk returns a tuple with the AcsUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfig) GetConstantAttributes ¶
func (o *ApplicationConfig) GetConstantAttributes() ApplicationConfigConstantAttributes
GetConstantAttributes returns the ConstantAttributes field value if set, zero value otherwise.
func (*ApplicationConfig) GetConstantAttributesOk ¶
func (o *ApplicationConfig) GetConstantAttributesOk() (*ApplicationConfigConstantAttributes, bool)
GetConstantAttributesOk returns a tuple with the ConstantAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfig) GetDatabaseAttributes ¶
func (o *ApplicationConfig) GetDatabaseAttributes() ApplicationConfigDatabaseAttributes
GetDatabaseAttributes returns the DatabaseAttributes field value if set, zero value otherwise.
func (*ApplicationConfig) GetDatabaseAttributesOk ¶
func (o *ApplicationConfig) GetDatabaseAttributesOk() (*ApplicationConfigDatabaseAttributes, bool)
GetDatabaseAttributesOk returns a tuple with the DatabaseAttributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfig) GetIdpCertificate ¶
func (o *ApplicationConfig) GetIdpCertificate() ApplicationConfigAcsUrl
GetIdpCertificate returns the IdpCertificate field value if set, zero value otherwise.
func (*ApplicationConfig) GetIdpCertificateOk ¶
func (o *ApplicationConfig) GetIdpCertificateOk() (*ApplicationConfigAcsUrl, bool)
GetIdpCertificateOk returns a tuple with the IdpCertificate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfig) GetIdpEntityId ¶
func (o *ApplicationConfig) GetIdpEntityId() ApplicationConfigAcsUrl
GetIdpEntityId returns the IdpEntityId field value if set, zero value otherwise.
func (*ApplicationConfig) GetIdpEntityIdOk ¶
func (o *ApplicationConfig) GetIdpEntityIdOk() (*ApplicationConfigAcsUrl, bool)
GetIdpEntityIdOk returns a tuple with the IdpEntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfig) GetIdpPrivateKey ¶
func (o *ApplicationConfig) GetIdpPrivateKey() ApplicationConfigAcsUrl
GetIdpPrivateKey returns the IdpPrivateKey field value if set, zero value otherwise.
func (*ApplicationConfig) GetIdpPrivateKeyOk ¶
func (o *ApplicationConfig) GetIdpPrivateKeyOk() (*ApplicationConfigAcsUrl, bool)
GetIdpPrivateKeyOk returns a tuple with the IdpPrivateKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfig) GetSpEntityId ¶
func (o *ApplicationConfig) GetSpEntityId() ApplicationConfigAcsUrl
GetSpEntityId returns the SpEntityId field value if set, zero value otherwise.
func (*ApplicationConfig) GetSpEntityIdOk ¶
func (o *ApplicationConfig) GetSpEntityIdOk() (*ApplicationConfigAcsUrl, bool)
GetSpEntityIdOk returns a tuple with the SpEntityId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfig) HasAcsUrl ¶
func (o *ApplicationConfig) HasAcsUrl() bool
HasAcsUrl returns a boolean if a field has been set.
func (*ApplicationConfig) HasConstantAttributes ¶
func (o *ApplicationConfig) HasConstantAttributes() bool
HasConstantAttributes returns a boolean if a field has been set.
func (*ApplicationConfig) HasDatabaseAttributes ¶
func (o *ApplicationConfig) HasDatabaseAttributes() bool
HasDatabaseAttributes returns a boolean if a field has been set.
func (*ApplicationConfig) HasIdpCertificate ¶
func (o *ApplicationConfig) HasIdpCertificate() bool
HasIdpCertificate returns a boolean if a field has been set.
func (*ApplicationConfig) HasIdpEntityId ¶
func (o *ApplicationConfig) HasIdpEntityId() bool
HasIdpEntityId returns a boolean if a field has been set.
func (*ApplicationConfig) HasIdpPrivateKey ¶
func (o *ApplicationConfig) HasIdpPrivateKey() bool
HasIdpPrivateKey returns a boolean if a field has been set.
func (*ApplicationConfig) HasSpEntityId ¶
func (o *ApplicationConfig) HasSpEntityId() bool
HasSpEntityId returns a boolean if a field has been set.
func (ApplicationConfig) MarshalJSON ¶
func (o ApplicationConfig) MarshalJSON() ([]byte, error)
func (*ApplicationConfig) SetAcsUrl ¶
func (o *ApplicationConfig) SetAcsUrl(v ApplicationConfigAcsUrl)
SetAcsUrl gets a reference to the given ApplicationConfigAcsUrl and assigns it to the AcsUrl field.
func (*ApplicationConfig) SetConstantAttributes ¶
func (o *ApplicationConfig) SetConstantAttributes(v ApplicationConfigConstantAttributes)
SetConstantAttributes gets a reference to the given ApplicationConfigConstantAttributes and assigns it to the ConstantAttributes field.
func (*ApplicationConfig) SetDatabaseAttributes ¶
func (o *ApplicationConfig) SetDatabaseAttributes(v ApplicationConfigDatabaseAttributes)
SetDatabaseAttributes gets a reference to the given ApplicationConfigDatabaseAttributes and assigns it to the DatabaseAttributes field.
func (*ApplicationConfig) SetIdpCertificate ¶
func (o *ApplicationConfig) SetIdpCertificate(v ApplicationConfigAcsUrl)
SetIdpCertificate gets a reference to the given ApplicationConfigAcsUrl and assigns it to the IdpCertificate field.
func (*ApplicationConfig) SetIdpEntityId ¶
func (o *ApplicationConfig) SetIdpEntityId(v ApplicationConfigAcsUrl)
SetIdpEntityId gets a reference to the given ApplicationConfigAcsUrl and assigns it to the IdpEntityId field.
func (*ApplicationConfig) SetIdpPrivateKey ¶
func (o *ApplicationConfig) SetIdpPrivateKey(v ApplicationConfigAcsUrl)
SetIdpPrivateKey gets a reference to the given ApplicationConfigAcsUrl and assigns it to the IdpPrivateKey field.
func (*ApplicationConfig) SetSpEntityId ¶
func (o *ApplicationConfig) SetSpEntityId(v ApplicationConfigAcsUrl)
SetSpEntityId gets a reference to the given ApplicationConfigAcsUrl and assigns it to the SpEntityId field.
func (ApplicationConfig) ToMap ¶
func (o ApplicationConfig) ToMap() (map[string]interface{}, error)
func (*ApplicationConfig) UnmarshalJSON ¶
func (o *ApplicationConfig) UnmarshalJSON(bytes []byte) (err error)
type ApplicationConfigAcsUrl ¶
type ApplicationConfigAcsUrl struct { Label *string `json:"label,omitempty"` Options *string `json:"options,omitempty"` Position *int32 `json:"position,omitempty"` ReadOnly *bool `json:"readOnly,omitempty"` Required *bool `json:"required,omitempty"` Toggle *string `json:"toggle,omitempty"` Tooltip *ApplicationConfigAcsUrlTooltip `json:"tooltip,omitempty"` Type *string `json:"type,omitempty"` Value *string `json:"value,omitempty"` Visible *bool `json:"visible,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationConfigAcsUrl struct for ApplicationConfigAcsUrl
func NewApplicationConfigAcsUrl ¶
func NewApplicationConfigAcsUrl() *ApplicationConfigAcsUrl
NewApplicationConfigAcsUrl instantiates a new ApplicationConfigAcsUrl 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 NewApplicationConfigAcsUrlWithDefaults ¶
func NewApplicationConfigAcsUrlWithDefaults() *ApplicationConfigAcsUrl
NewApplicationConfigAcsUrlWithDefaults instantiates a new ApplicationConfigAcsUrl 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 (*ApplicationConfigAcsUrl) GetLabel ¶
func (o *ApplicationConfigAcsUrl) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrl) GetLabelOk ¶
func (o *ApplicationConfigAcsUrl) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrl) GetOptions ¶
func (o *ApplicationConfigAcsUrl) GetOptions() string
GetOptions returns the Options field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrl) GetOptionsOk ¶
func (o *ApplicationConfigAcsUrl) GetOptionsOk() (*string, bool)
GetOptionsOk returns a tuple with the Options field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrl) GetPosition ¶
func (o *ApplicationConfigAcsUrl) GetPosition() int32
GetPosition returns the Position field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrl) GetPositionOk ¶
func (o *ApplicationConfigAcsUrl) GetPositionOk() (*int32, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrl) GetReadOnly ¶
func (o *ApplicationConfigAcsUrl) GetReadOnly() bool
GetReadOnly returns the ReadOnly field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrl) GetReadOnlyOk ¶
func (o *ApplicationConfigAcsUrl) GetReadOnlyOk() (*bool, bool)
GetReadOnlyOk returns a tuple with the ReadOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrl) GetRequired ¶
func (o *ApplicationConfigAcsUrl) GetRequired() bool
GetRequired returns the Required field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrl) GetRequiredOk ¶
func (o *ApplicationConfigAcsUrl) GetRequiredOk() (*bool, bool)
GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrl) GetToggle ¶
func (o *ApplicationConfigAcsUrl) GetToggle() string
GetToggle returns the Toggle field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrl) GetToggleOk ¶
func (o *ApplicationConfigAcsUrl) GetToggleOk() (*string, bool)
GetToggleOk returns a tuple with the Toggle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrl) GetTooltip ¶
func (o *ApplicationConfigAcsUrl) GetTooltip() ApplicationConfigAcsUrlTooltip
GetTooltip returns the Tooltip field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrl) GetTooltipOk ¶
func (o *ApplicationConfigAcsUrl) GetTooltipOk() (*ApplicationConfigAcsUrlTooltip, bool)
GetTooltipOk returns a tuple with the Tooltip field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrl) GetType ¶
func (o *ApplicationConfigAcsUrl) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrl) GetTypeOk ¶
func (o *ApplicationConfigAcsUrl) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrl) GetValue ¶
func (o *ApplicationConfigAcsUrl) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrl) GetValueOk ¶
func (o *ApplicationConfigAcsUrl) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrl) GetVisible ¶
func (o *ApplicationConfigAcsUrl) GetVisible() bool
GetVisible returns the Visible field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrl) GetVisibleOk ¶
func (o *ApplicationConfigAcsUrl) GetVisibleOk() (*bool, bool)
GetVisibleOk returns a tuple with the Visible field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrl) HasLabel ¶
func (o *ApplicationConfigAcsUrl) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*ApplicationConfigAcsUrl) HasOptions ¶
func (o *ApplicationConfigAcsUrl) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (*ApplicationConfigAcsUrl) HasPosition ¶
func (o *ApplicationConfigAcsUrl) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (*ApplicationConfigAcsUrl) HasReadOnly ¶
func (o *ApplicationConfigAcsUrl) HasReadOnly() bool
HasReadOnly returns a boolean if a field has been set.
func (*ApplicationConfigAcsUrl) HasRequired ¶
func (o *ApplicationConfigAcsUrl) HasRequired() bool
HasRequired returns a boolean if a field has been set.
func (*ApplicationConfigAcsUrl) HasToggle ¶
func (o *ApplicationConfigAcsUrl) HasToggle() bool
HasToggle returns a boolean if a field has been set.
func (*ApplicationConfigAcsUrl) HasTooltip ¶
func (o *ApplicationConfigAcsUrl) HasTooltip() bool
HasTooltip returns a boolean if a field has been set.
func (*ApplicationConfigAcsUrl) HasType ¶
func (o *ApplicationConfigAcsUrl) HasType() bool
HasType returns a boolean if a field has been set.
func (*ApplicationConfigAcsUrl) HasValue ¶
func (o *ApplicationConfigAcsUrl) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*ApplicationConfigAcsUrl) HasVisible ¶
func (o *ApplicationConfigAcsUrl) HasVisible() bool
HasVisible returns a boolean if a field has been set.
func (ApplicationConfigAcsUrl) MarshalJSON ¶
func (o ApplicationConfigAcsUrl) MarshalJSON() ([]byte, error)
func (*ApplicationConfigAcsUrl) SetLabel ¶
func (o *ApplicationConfigAcsUrl) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*ApplicationConfigAcsUrl) SetOptions ¶
func (o *ApplicationConfigAcsUrl) SetOptions(v string)
SetOptions gets a reference to the given string and assigns it to the Options field.
func (*ApplicationConfigAcsUrl) SetPosition ¶
func (o *ApplicationConfigAcsUrl) SetPosition(v int32)
SetPosition gets a reference to the given int32 and assigns it to the Position field.
func (*ApplicationConfigAcsUrl) SetReadOnly ¶
func (o *ApplicationConfigAcsUrl) SetReadOnly(v bool)
SetReadOnly gets a reference to the given bool and assigns it to the ReadOnly field.
func (*ApplicationConfigAcsUrl) SetRequired ¶
func (o *ApplicationConfigAcsUrl) SetRequired(v bool)
SetRequired gets a reference to the given bool and assigns it to the Required field.
func (*ApplicationConfigAcsUrl) SetToggle ¶
func (o *ApplicationConfigAcsUrl) SetToggle(v string)
SetToggle gets a reference to the given string and assigns it to the Toggle field.
func (*ApplicationConfigAcsUrl) SetTooltip ¶
func (o *ApplicationConfigAcsUrl) SetTooltip(v ApplicationConfigAcsUrlTooltip)
SetTooltip gets a reference to the given ApplicationConfigAcsUrlTooltip and assigns it to the Tooltip field.
func (*ApplicationConfigAcsUrl) SetType ¶
func (o *ApplicationConfigAcsUrl) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ApplicationConfigAcsUrl) SetValue ¶
func (o *ApplicationConfigAcsUrl) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (*ApplicationConfigAcsUrl) SetVisible ¶
func (o *ApplicationConfigAcsUrl) SetVisible(v bool)
SetVisible gets a reference to the given bool and assigns it to the Visible field.
func (ApplicationConfigAcsUrl) ToMap ¶
func (o ApplicationConfigAcsUrl) ToMap() (map[string]interface{}, error)
func (*ApplicationConfigAcsUrl) UnmarshalJSON ¶
func (o *ApplicationConfigAcsUrl) UnmarshalJSON(bytes []byte) (err error)
type ApplicationConfigAcsUrlTooltip ¶
type ApplicationConfigAcsUrlTooltip struct { Template *string `json:"template,omitempty"` Variables *ApplicationConfigAcsUrlTooltipVariables `json:"variables,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationConfigAcsUrlTooltip struct for ApplicationConfigAcsUrlTooltip
func NewApplicationConfigAcsUrlTooltip ¶
func NewApplicationConfigAcsUrlTooltip() *ApplicationConfigAcsUrlTooltip
NewApplicationConfigAcsUrlTooltip instantiates a new ApplicationConfigAcsUrlTooltip 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 NewApplicationConfigAcsUrlTooltipWithDefaults ¶
func NewApplicationConfigAcsUrlTooltipWithDefaults() *ApplicationConfigAcsUrlTooltip
NewApplicationConfigAcsUrlTooltipWithDefaults instantiates a new ApplicationConfigAcsUrlTooltip 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 (*ApplicationConfigAcsUrlTooltip) GetTemplate ¶
func (o *ApplicationConfigAcsUrlTooltip) GetTemplate() string
GetTemplate returns the Template field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrlTooltip) GetTemplateOk ¶
func (o *ApplicationConfigAcsUrlTooltip) GetTemplateOk() (*string, bool)
GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrlTooltip) GetVariables ¶
func (o *ApplicationConfigAcsUrlTooltip) GetVariables() ApplicationConfigAcsUrlTooltipVariables
GetVariables returns the Variables field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrlTooltip) GetVariablesOk ¶
func (o *ApplicationConfigAcsUrlTooltip) GetVariablesOk() (*ApplicationConfigAcsUrlTooltipVariables, bool)
GetVariablesOk returns a tuple with the Variables field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrlTooltip) HasTemplate ¶
func (o *ApplicationConfigAcsUrlTooltip) HasTemplate() bool
HasTemplate returns a boolean if a field has been set.
func (*ApplicationConfigAcsUrlTooltip) HasVariables ¶
func (o *ApplicationConfigAcsUrlTooltip) HasVariables() bool
HasVariables returns a boolean if a field has been set.
func (ApplicationConfigAcsUrlTooltip) MarshalJSON ¶
func (o ApplicationConfigAcsUrlTooltip) MarshalJSON() ([]byte, error)
func (*ApplicationConfigAcsUrlTooltip) SetTemplate ¶
func (o *ApplicationConfigAcsUrlTooltip) SetTemplate(v string)
SetTemplate gets a reference to the given string and assigns it to the Template field.
func (*ApplicationConfigAcsUrlTooltip) SetVariables ¶
func (o *ApplicationConfigAcsUrlTooltip) SetVariables(v ApplicationConfigAcsUrlTooltipVariables)
SetVariables gets a reference to the given ApplicationConfigAcsUrlTooltipVariables and assigns it to the Variables field.
func (ApplicationConfigAcsUrlTooltip) ToMap ¶
func (o ApplicationConfigAcsUrlTooltip) ToMap() (map[string]interface{}, error)
func (*ApplicationConfigAcsUrlTooltip) UnmarshalJSON ¶
func (o *ApplicationConfigAcsUrlTooltip) UnmarshalJSON(bytes []byte) (err error)
type ApplicationConfigAcsUrlTooltipVariables ¶
type ApplicationConfigAcsUrlTooltipVariables struct { Icon *string `json:"icon,omitempty"` Message *string `json:"message,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationConfigAcsUrlTooltipVariables struct for ApplicationConfigAcsUrlTooltipVariables
func NewApplicationConfigAcsUrlTooltipVariables ¶
func NewApplicationConfigAcsUrlTooltipVariables() *ApplicationConfigAcsUrlTooltipVariables
NewApplicationConfigAcsUrlTooltipVariables instantiates a new ApplicationConfigAcsUrlTooltipVariables 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 NewApplicationConfigAcsUrlTooltipVariablesWithDefaults ¶
func NewApplicationConfigAcsUrlTooltipVariablesWithDefaults() *ApplicationConfigAcsUrlTooltipVariables
NewApplicationConfigAcsUrlTooltipVariablesWithDefaults instantiates a new ApplicationConfigAcsUrlTooltipVariables 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 (*ApplicationConfigAcsUrlTooltipVariables) GetIcon ¶
func (o *ApplicationConfigAcsUrlTooltipVariables) GetIcon() string
GetIcon returns the Icon field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrlTooltipVariables) GetIconOk ¶
func (o *ApplicationConfigAcsUrlTooltipVariables) GetIconOk() (*string, bool)
GetIconOk returns a tuple with the Icon field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrlTooltipVariables) GetMessage ¶
func (o *ApplicationConfigAcsUrlTooltipVariables) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ApplicationConfigAcsUrlTooltipVariables) GetMessageOk ¶
func (o *ApplicationConfigAcsUrlTooltipVariables) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigAcsUrlTooltipVariables) HasIcon ¶
func (o *ApplicationConfigAcsUrlTooltipVariables) HasIcon() bool
HasIcon returns a boolean if a field has been set.
func (*ApplicationConfigAcsUrlTooltipVariables) HasMessage ¶
func (o *ApplicationConfigAcsUrlTooltipVariables) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (ApplicationConfigAcsUrlTooltipVariables) MarshalJSON ¶
func (o ApplicationConfigAcsUrlTooltipVariables) MarshalJSON() ([]byte, error)
func (*ApplicationConfigAcsUrlTooltipVariables) SetIcon ¶
func (o *ApplicationConfigAcsUrlTooltipVariables) SetIcon(v string)
SetIcon gets a reference to the given string and assigns it to the Icon field.
func (*ApplicationConfigAcsUrlTooltipVariables) SetMessage ¶
func (o *ApplicationConfigAcsUrlTooltipVariables) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (ApplicationConfigAcsUrlTooltipVariables) ToMap ¶
func (o ApplicationConfigAcsUrlTooltipVariables) ToMap() (map[string]interface{}, error)
func (*ApplicationConfigAcsUrlTooltipVariables) UnmarshalJSON ¶
func (o *ApplicationConfigAcsUrlTooltipVariables) UnmarshalJSON(bytes []byte) (err error)
type ApplicationConfigConstantAttributes ¶
type ApplicationConfigConstantAttributes struct { Label *string `json:"label,omitempty"` Mutable *bool `json:"mutable,omitempty"` Position *int32 `json:"position,omitempty"` ReadOnly *bool `json:"readOnly,omitempty"` Required *bool `json:"required,omitempty"` Tooltip *ApplicationConfigAcsUrlTooltip `json:"tooltip,omitempty"` Type *string `json:"type,omitempty"` Value []ApplicationConfigConstantAttributesValueInner `json:"value,omitempty"` Visible *bool `json:"visible,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationConfigConstantAttributes struct for ApplicationConfigConstantAttributes
func NewApplicationConfigConstantAttributes ¶
func NewApplicationConfigConstantAttributes() *ApplicationConfigConstantAttributes
NewApplicationConfigConstantAttributes instantiates a new ApplicationConfigConstantAttributes 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 NewApplicationConfigConstantAttributesWithDefaults ¶
func NewApplicationConfigConstantAttributesWithDefaults() *ApplicationConfigConstantAttributes
NewApplicationConfigConstantAttributesWithDefaults instantiates a new ApplicationConfigConstantAttributes 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 (*ApplicationConfigConstantAttributes) GetLabel ¶
func (o *ApplicationConfigConstantAttributes) GetLabel() string
GetLabel returns the Label field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributes) GetLabelOk ¶
func (o *ApplicationConfigConstantAttributes) GetLabelOk() (*string, bool)
GetLabelOk returns a tuple with the Label field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributes) GetMutable ¶
func (o *ApplicationConfigConstantAttributes) GetMutable() bool
GetMutable returns the Mutable field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributes) GetMutableOk ¶
func (o *ApplicationConfigConstantAttributes) GetMutableOk() (*bool, bool)
GetMutableOk returns a tuple with the Mutable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributes) GetPosition ¶
func (o *ApplicationConfigConstantAttributes) GetPosition() int32
GetPosition returns the Position field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributes) GetPositionOk ¶
func (o *ApplicationConfigConstantAttributes) GetPositionOk() (*int32, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributes) GetReadOnly ¶
func (o *ApplicationConfigConstantAttributes) GetReadOnly() bool
GetReadOnly returns the ReadOnly field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributes) GetReadOnlyOk ¶
func (o *ApplicationConfigConstantAttributes) GetReadOnlyOk() (*bool, bool)
GetReadOnlyOk returns a tuple with the ReadOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributes) GetRequired ¶
func (o *ApplicationConfigConstantAttributes) GetRequired() bool
GetRequired returns the Required field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributes) GetRequiredOk ¶
func (o *ApplicationConfigConstantAttributes) GetRequiredOk() (*bool, bool)
GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributes) GetTooltip ¶
func (o *ApplicationConfigConstantAttributes) GetTooltip() ApplicationConfigAcsUrlTooltip
GetTooltip returns the Tooltip field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributes) GetTooltipOk ¶
func (o *ApplicationConfigConstantAttributes) GetTooltipOk() (*ApplicationConfigAcsUrlTooltip, bool)
GetTooltipOk returns a tuple with the Tooltip field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributes) GetType ¶
func (o *ApplicationConfigConstantAttributes) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributes) GetTypeOk ¶
func (o *ApplicationConfigConstantAttributes) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributes) GetValue ¶
func (o *ApplicationConfigConstantAttributes) GetValue() []ApplicationConfigConstantAttributesValueInner
GetValue returns the Value field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributes) GetValueOk ¶
func (o *ApplicationConfigConstantAttributes) GetValueOk() ([]ApplicationConfigConstantAttributesValueInner, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributes) GetVisible ¶
func (o *ApplicationConfigConstantAttributes) GetVisible() bool
GetVisible returns the Visible field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributes) GetVisibleOk ¶
func (o *ApplicationConfigConstantAttributes) GetVisibleOk() (*bool, bool)
GetVisibleOk returns a tuple with the Visible field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributes) HasLabel ¶
func (o *ApplicationConfigConstantAttributes) HasLabel() bool
HasLabel returns a boolean if a field has been set.
func (*ApplicationConfigConstantAttributes) HasMutable ¶
func (o *ApplicationConfigConstantAttributes) HasMutable() bool
HasMutable returns a boolean if a field has been set.
func (*ApplicationConfigConstantAttributes) HasPosition ¶
func (o *ApplicationConfigConstantAttributes) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (*ApplicationConfigConstantAttributes) HasReadOnly ¶
func (o *ApplicationConfigConstantAttributes) HasReadOnly() bool
HasReadOnly returns a boolean if a field has been set.
func (*ApplicationConfigConstantAttributes) HasRequired ¶
func (o *ApplicationConfigConstantAttributes) HasRequired() bool
HasRequired returns a boolean if a field has been set.
func (*ApplicationConfigConstantAttributes) HasTooltip ¶
func (o *ApplicationConfigConstantAttributes) HasTooltip() bool
HasTooltip returns a boolean if a field has been set.
func (*ApplicationConfigConstantAttributes) HasType ¶
func (o *ApplicationConfigConstantAttributes) HasType() bool
HasType returns a boolean if a field has been set.
func (*ApplicationConfigConstantAttributes) HasValue ¶
func (o *ApplicationConfigConstantAttributes) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*ApplicationConfigConstantAttributes) HasVisible ¶
func (o *ApplicationConfigConstantAttributes) HasVisible() bool
HasVisible returns a boolean if a field has been set.
func (ApplicationConfigConstantAttributes) MarshalJSON ¶
func (o ApplicationConfigConstantAttributes) MarshalJSON() ([]byte, error)
func (*ApplicationConfigConstantAttributes) SetLabel ¶
func (o *ApplicationConfigConstantAttributes) SetLabel(v string)
SetLabel gets a reference to the given string and assigns it to the Label field.
func (*ApplicationConfigConstantAttributes) SetMutable ¶
func (o *ApplicationConfigConstantAttributes) SetMutable(v bool)
SetMutable gets a reference to the given bool and assigns it to the Mutable field.
func (*ApplicationConfigConstantAttributes) SetPosition ¶
func (o *ApplicationConfigConstantAttributes) SetPosition(v int32)
SetPosition gets a reference to the given int32 and assigns it to the Position field.
func (*ApplicationConfigConstantAttributes) SetReadOnly ¶
func (o *ApplicationConfigConstantAttributes) SetReadOnly(v bool)
SetReadOnly gets a reference to the given bool and assigns it to the ReadOnly field.
func (*ApplicationConfigConstantAttributes) SetRequired ¶
func (o *ApplicationConfigConstantAttributes) SetRequired(v bool)
SetRequired gets a reference to the given bool and assigns it to the Required field.
func (*ApplicationConfigConstantAttributes) SetTooltip ¶
func (o *ApplicationConfigConstantAttributes) SetTooltip(v ApplicationConfigAcsUrlTooltip)
SetTooltip gets a reference to the given ApplicationConfigAcsUrlTooltip and assigns it to the Tooltip field.
func (*ApplicationConfigConstantAttributes) SetType ¶
func (o *ApplicationConfigConstantAttributes) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*ApplicationConfigConstantAttributes) SetValue ¶
func (o *ApplicationConfigConstantAttributes) SetValue(v []ApplicationConfigConstantAttributesValueInner)
SetValue gets a reference to the given []ApplicationConfigConstantAttributesValueInner and assigns it to the Value field.
func (*ApplicationConfigConstantAttributes) SetVisible ¶
func (o *ApplicationConfigConstantAttributes) SetVisible(v bool)
SetVisible gets a reference to the given bool and assigns it to the Visible field.
func (ApplicationConfigConstantAttributes) ToMap ¶
func (o ApplicationConfigConstantAttributes) ToMap() (map[string]interface{}, error)
func (*ApplicationConfigConstantAttributes) UnmarshalJSON ¶
func (o *ApplicationConfigConstantAttributes) UnmarshalJSON(bytes []byte) (err error)
type ApplicationConfigConstantAttributesValueInner ¶
type ApplicationConfigConstantAttributesValueInner struct { Name *string `json:"name,omitempty"` ReadOnly *bool `json:"readOnly,omitempty"` Required *bool `json:"required,omitempty"` Value *string `json:"value,omitempty"` Visible *bool `json:"visible,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationConfigConstantAttributesValueInner struct for ApplicationConfigConstantAttributesValueInner
func NewApplicationConfigConstantAttributesValueInner ¶
func NewApplicationConfigConstantAttributesValueInner() *ApplicationConfigConstantAttributesValueInner
NewApplicationConfigConstantAttributesValueInner instantiates a new ApplicationConfigConstantAttributesValueInner 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 NewApplicationConfigConstantAttributesValueInnerWithDefaults ¶
func NewApplicationConfigConstantAttributesValueInnerWithDefaults() *ApplicationConfigConstantAttributesValueInner
NewApplicationConfigConstantAttributesValueInnerWithDefaults instantiates a new ApplicationConfigConstantAttributesValueInner 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 (*ApplicationConfigConstantAttributesValueInner) GetName ¶
func (o *ApplicationConfigConstantAttributesValueInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributesValueInner) GetNameOk ¶
func (o *ApplicationConfigConstantAttributesValueInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributesValueInner) GetReadOnly ¶
func (o *ApplicationConfigConstantAttributesValueInner) GetReadOnly() bool
GetReadOnly returns the ReadOnly field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributesValueInner) GetReadOnlyOk ¶
func (o *ApplicationConfigConstantAttributesValueInner) GetReadOnlyOk() (*bool, bool)
GetReadOnlyOk returns a tuple with the ReadOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributesValueInner) GetRequired ¶
func (o *ApplicationConfigConstantAttributesValueInner) GetRequired() bool
GetRequired returns the Required field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributesValueInner) GetRequiredOk ¶
func (o *ApplicationConfigConstantAttributesValueInner) GetRequiredOk() (*bool, bool)
GetRequiredOk returns a tuple with the Required field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributesValueInner) GetValue ¶
func (o *ApplicationConfigConstantAttributesValueInner) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributesValueInner) GetValueOk ¶
func (o *ApplicationConfigConstantAttributesValueInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributesValueInner) GetVisible ¶
func (o *ApplicationConfigConstantAttributesValueInner) GetVisible() bool
GetVisible returns the Visible field value if set, zero value otherwise.
func (*ApplicationConfigConstantAttributesValueInner) GetVisibleOk ¶
func (o *ApplicationConfigConstantAttributesValueInner) GetVisibleOk() (*bool, bool)
GetVisibleOk returns a tuple with the Visible field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigConstantAttributesValueInner) HasName ¶
func (o *ApplicationConfigConstantAttributesValueInner) HasName() bool
HasName returns a boolean if a field has been set.
func (*ApplicationConfigConstantAttributesValueInner) HasReadOnly ¶
func (o *ApplicationConfigConstantAttributesValueInner) HasReadOnly() bool
HasReadOnly returns a boolean if a field has been set.
func (*ApplicationConfigConstantAttributesValueInner) HasRequired ¶
func (o *ApplicationConfigConstantAttributesValueInner) HasRequired() bool
HasRequired returns a boolean if a field has been set.
func (*ApplicationConfigConstantAttributesValueInner) HasValue ¶
func (o *ApplicationConfigConstantAttributesValueInner) HasValue() bool
HasValue returns a boolean if a field has been set.
func (*ApplicationConfigConstantAttributesValueInner) HasVisible ¶
func (o *ApplicationConfigConstantAttributesValueInner) HasVisible() bool
HasVisible returns a boolean if a field has been set.
func (ApplicationConfigConstantAttributesValueInner) MarshalJSON ¶
func (o ApplicationConfigConstantAttributesValueInner) MarshalJSON() ([]byte, error)
func (*ApplicationConfigConstantAttributesValueInner) SetName ¶
func (o *ApplicationConfigConstantAttributesValueInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*ApplicationConfigConstantAttributesValueInner) SetReadOnly ¶
func (o *ApplicationConfigConstantAttributesValueInner) SetReadOnly(v bool)
SetReadOnly gets a reference to the given bool and assigns it to the ReadOnly field.
func (*ApplicationConfigConstantAttributesValueInner) SetRequired ¶
func (o *ApplicationConfigConstantAttributesValueInner) SetRequired(v bool)
SetRequired gets a reference to the given bool and assigns it to the Required field.
func (*ApplicationConfigConstantAttributesValueInner) SetValue ¶
func (o *ApplicationConfigConstantAttributesValueInner) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (*ApplicationConfigConstantAttributesValueInner) SetVisible ¶
func (o *ApplicationConfigConstantAttributesValueInner) SetVisible(v bool)
SetVisible gets a reference to the given bool and assigns it to the Visible field.
func (ApplicationConfigConstantAttributesValueInner) ToMap ¶
func (o ApplicationConfigConstantAttributesValueInner) ToMap() (map[string]interface{}, error)
func (*ApplicationConfigConstantAttributesValueInner) UnmarshalJSON ¶
func (o *ApplicationConfigConstantAttributesValueInner) UnmarshalJSON(bytes []byte) (err error)
type ApplicationConfigDatabaseAttributes ¶
type ApplicationConfigDatabaseAttributes struct { Position *int32 `json:"position,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationConfigDatabaseAttributes struct for ApplicationConfigDatabaseAttributes
func NewApplicationConfigDatabaseAttributes ¶
func NewApplicationConfigDatabaseAttributes() *ApplicationConfigDatabaseAttributes
NewApplicationConfigDatabaseAttributes instantiates a new ApplicationConfigDatabaseAttributes 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 NewApplicationConfigDatabaseAttributesWithDefaults ¶
func NewApplicationConfigDatabaseAttributesWithDefaults() *ApplicationConfigDatabaseAttributes
NewApplicationConfigDatabaseAttributesWithDefaults instantiates a new ApplicationConfigDatabaseAttributes 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 (*ApplicationConfigDatabaseAttributes) GetPosition ¶
func (o *ApplicationConfigDatabaseAttributes) GetPosition() int32
GetPosition returns the Position field value if set, zero value otherwise.
func (*ApplicationConfigDatabaseAttributes) GetPositionOk ¶
func (o *ApplicationConfigDatabaseAttributes) GetPositionOk() (*int32, bool)
GetPositionOk returns a tuple with the Position field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationConfigDatabaseAttributes) HasPosition ¶
func (o *ApplicationConfigDatabaseAttributes) HasPosition() bool
HasPosition returns a boolean if a field has been set.
func (ApplicationConfigDatabaseAttributes) MarshalJSON ¶
func (o ApplicationConfigDatabaseAttributes) MarshalJSON() ([]byte, error)
func (*ApplicationConfigDatabaseAttributes) SetPosition ¶
func (o *ApplicationConfigDatabaseAttributes) SetPosition(v int32)
SetPosition gets a reference to the given int32 and assigns it to the Position field.
func (ApplicationConfigDatabaseAttributes) ToMap ¶
func (o ApplicationConfigDatabaseAttributes) ToMap() (map[string]interface{}, error)
func (*ApplicationConfigDatabaseAttributes) UnmarshalJSON ¶
func (o *ApplicationConfigDatabaseAttributes) UnmarshalJSON(bytes []byte) (err error)
type ApplicationLogo ¶
type ApplicationLogo struct { Color *string `json:"color,omitempty"` Url *string `json:"url,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationLogo struct for ApplicationLogo
func NewApplicationLogo ¶
func NewApplicationLogo() *ApplicationLogo
NewApplicationLogo instantiates a new ApplicationLogo 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 NewApplicationLogoWithDefaults ¶
func NewApplicationLogoWithDefaults() *ApplicationLogo
NewApplicationLogoWithDefaults instantiates a new ApplicationLogo 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 (*ApplicationLogo) GetColor ¶
func (o *ApplicationLogo) GetColor() string
GetColor returns the Color field value if set, zero value otherwise.
func (*ApplicationLogo) GetColorOk ¶
func (o *ApplicationLogo) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationLogo) GetUrl ¶
func (o *ApplicationLogo) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*ApplicationLogo) GetUrlOk ¶
func (o *ApplicationLogo) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationLogo) HasColor ¶
func (o *ApplicationLogo) HasColor() bool
HasColor returns a boolean if a field has been set.
func (*ApplicationLogo) HasUrl ¶
func (o *ApplicationLogo) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (ApplicationLogo) MarshalJSON ¶
func (o ApplicationLogo) MarshalJSON() ([]byte, error)
func (*ApplicationLogo) SetColor ¶
func (o *ApplicationLogo) SetColor(v string)
SetColor gets a reference to the given string and assigns it to the Color field.
func (*ApplicationLogo) SetUrl ¶
func (o *ApplicationLogo) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (ApplicationLogo) ToMap ¶
func (o ApplicationLogo) ToMap() (map[string]interface{}, error)
func (*ApplicationLogo) UnmarshalJSON ¶
func (o *ApplicationLogo) UnmarshalJSON(bytes []byte) (err error)
type ApplicationTemplatesApiApplicationTemplatesGetRequest ¶
type ApplicationTemplatesApiApplicationTemplatesGetRequest struct { ApiService *ApplicationTemplatesApiService // contains filtered or unexported fields }
func (ApplicationTemplatesApiApplicationTemplatesGetRequest) Execute ¶
func (r ApplicationTemplatesApiApplicationTemplatesGetRequest) Execute() (*Applicationtemplate, *http.Response, error)
func (ApplicationTemplatesApiApplicationTemplatesGetRequest) Fields ¶
func (r ApplicationTemplatesApiApplicationTemplatesGetRequest) Fields(fields string) ApplicationTemplatesApiApplicationTemplatesGetRequest
The space separated fields included in the returned records. If omitted the default list of fields will be returned.
func (ApplicationTemplatesApiApplicationTemplatesGetRequest) Filter ¶
func (r ApplicationTemplatesApiApplicationTemplatesGetRequest) Filter(filter string) ApplicationTemplatesApiApplicationTemplatesGetRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (ApplicationTemplatesApiApplicationTemplatesGetRequest) Limit ¶
func (r ApplicationTemplatesApiApplicationTemplatesGetRequest) Limit(limit int32) ApplicationTemplatesApiApplicationTemplatesGetRequest
The number of records to return at once.
func (ApplicationTemplatesApiApplicationTemplatesGetRequest) Skip ¶
func (r ApplicationTemplatesApiApplicationTemplatesGetRequest) Skip(skip int32) ApplicationTemplatesApiApplicationTemplatesGetRequest
The offset into the records to return.
func (ApplicationTemplatesApiApplicationTemplatesGetRequest) Sort ¶
func (r ApplicationTemplatesApiApplicationTemplatesGetRequest) Sort(sort string) ApplicationTemplatesApiApplicationTemplatesGetRequest
The space separated fields used to sort the collection. Default sort is ascending, prefix with - to sort descending.
type ApplicationTemplatesApiApplicationTemplatesListRequest ¶
type ApplicationTemplatesApiApplicationTemplatesListRequest struct { ApiService *ApplicationTemplatesApiService // contains filtered or unexported fields }
func (ApplicationTemplatesApiApplicationTemplatesListRequest) Execute ¶
func (r ApplicationTemplatesApiApplicationTemplatesListRequest) Execute() (*Applicationtemplateslist, *http.Response, error)
func (ApplicationTemplatesApiApplicationTemplatesListRequest) Fields ¶
func (r ApplicationTemplatesApiApplicationTemplatesListRequest) Fields(fields string) ApplicationTemplatesApiApplicationTemplatesListRequest
The space separated fields included in the returned records. If omitted the default list of fields will be returned.
func (ApplicationTemplatesApiApplicationTemplatesListRequest) Filter ¶
func (r ApplicationTemplatesApiApplicationTemplatesListRequest) Filter(filter string) ApplicationTemplatesApiApplicationTemplatesListRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (ApplicationTemplatesApiApplicationTemplatesListRequest) Limit ¶
func (r ApplicationTemplatesApiApplicationTemplatesListRequest) Limit(limit int32) ApplicationTemplatesApiApplicationTemplatesListRequest
The number of records to return at once.
func (ApplicationTemplatesApiApplicationTemplatesListRequest) Skip ¶
func (r ApplicationTemplatesApiApplicationTemplatesListRequest) Skip(skip int32) ApplicationTemplatesApiApplicationTemplatesListRequest
The offset into the records to return.
func (ApplicationTemplatesApiApplicationTemplatesListRequest) Sort ¶
func (r ApplicationTemplatesApiApplicationTemplatesListRequest) Sort(sort string) ApplicationTemplatesApiApplicationTemplatesListRequest
The space separated fields used to sort the collection. Default sort is ascending, prefix with - to sort descending.
type ApplicationTemplatesApiService ¶
type ApplicationTemplatesApiService service
ApplicationTemplatesApiService ApplicationTemplatesApi service
func (*ApplicationTemplatesApiService) ApplicationTemplatesGet ¶
func (a *ApplicationTemplatesApiService) ApplicationTemplatesGet(ctx context.Context, id string) ApplicationTemplatesApiApplicationTemplatesGetRequest
ApplicationTemplatesGet Get an Application Template
The endpoint returns a specific SSO / SAML Application Template.
#### Sample Request ```
curl -X GET https://console.jumpcloud.com/api/application-templates/{id} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApplicationTemplatesApiApplicationTemplatesGetRequest
func (*ApplicationTemplatesApiService) ApplicationTemplatesGetExecute ¶
func (a *ApplicationTemplatesApiService) ApplicationTemplatesGetExecute(r ApplicationTemplatesApiApplicationTemplatesGetRequest) (*Applicationtemplate, *http.Response, error)
Execute executes the request
@return Applicationtemplate
func (*ApplicationTemplatesApiService) ApplicationTemplatesList ¶
func (a *ApplicationTemplatesApiService) ApplicationTemplatesList(ctx context.Context) ApplicationTemplatesApiApplicationTemplatesListRequest
ApplicationTemplatesList List Application Templates
The endpoint returns all the SSO / SAML Application Templates.
#### Sample Request ```
curl -X GET https://console.jumpcloud.com/api/application-templates \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApplicationTemplatesApiApplicationTemplatesListRequest
func (*ApplicationTemplatesApiService) ApplicationTemplatesListExecute ¶
func (a *ApplicationTemplatesApiService) ApplicationTemplatesListExecute(r ApplicationTemplatesApiApplicationTemplatesListRequest) (*Applicationtemplateslist, *http.Response, error)
Execute executes the request
@return Applicationtemplateslist
type ApplicationsApiApplicationsDeleteRequest ¶
type ApplicationsApiApplicationsDeleteRequest struct { ApiService *ApplicationsApiService // contains filtered or unexported fields }
func (ApplicationsApiApplicationsDeleteRequest) Execute ¶
func (r ApplicationsApiApplicationsDeleteRequest) Execute() (*Application, *http.Response, error)
func (ApplicationsApiApplicationsDeleteRequest) XOrgId ¶
func (r ApplicationsApiApplicationsDeleteRequest) XOrgId(xOrgId string) ApplicationsApiApplicationsDeleteRequest
type ApplicationsApiApplicationsGetRequest ¶
type ApplicationsApiApplicationsGetRequest struct { ApiService *ApplicationsApiService // contains filtered or unexported fields }
func (ApplicationsApiApplicationsGetRequest) Execute ¶
func (r ApplicationsApiApplicationsGetRequest) Execute() (*Application, *http.Response, error)
func (ApplicationsApiApplicationsGetRequest) XOrgId ¶
func (r ApplicationsApiApplicationsGetRequest) XOrgId(xOrgId string) ApplicationsApiApplicationsGetRequest
type ApplicationsApiApplicationsListRequest ¶
type ApplicationsApiApplicationsListRequest struct { ApiService *ApplicationsApiService // contains filtered or unexported fields }
func (ApplicationsApiApplicationsListRequest) Execute ¶
func (r ApplicationsApiApplicationsListRequest) Execute() (*Applicationslist, *http.Response, error)
func (ApplicationsApiApplicationsListRequest) Fields ¶
func (r ApplicationsApiApplicationsListRequest) Fields(fields string) ApplicationsApiApplicationsListRequest
The space separated fields included in the returned records. If omitted the default list of fields will be returned.
func (ApplicationsApiApplicationsListRequest) Filter ¶
func (r ApplicationsApiApplicationsListRequest) Filter(filter string) ApplicationsApiApplicationsListRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (ApplicationsApiApplicationsListRequest) Limit ¶
func (r ApplicationsApiApplicationsListRequest) Limit(limit int32) ApplicationsApiApplicationsListRequest
The number of records to return at once.
func (ApplicationsApiApplicationsListRequest) Skip ¶
func (r ApplicationsApiApplicationsListRequest) Skip(skip int32) ApplicationsApiApplicationsListRequest
The offset into the records to return.
func (ApplicationsApiApplicationsListRequest) Sort ¶
func (r ApplicationsApiApplicationsListRequest) Sort(sort string) ApplicationsApiApplicationsListRequest
The space separated fields used to sort the collection. Default sort is ascending, prefix with - to sort descending.
func (ApplicationsApiApplicationsListRequest) XOrgId ¶
func (r ApplicationsApiApplicationsListRequest) XOrgId(xOrgId string) ApplicationsApiApplicationsListRequest
type ApplicationsApiApplicationsPostRequest ¶
type ApplicationsApiApplicationsPostRequest struct { ApiService *ApplicationsApiService // contains filtered or unexported fields }
func (ApplicationsApiApplicationsPostRequest) Body ¶
func (r ApplicationsApiApplicationsPostRequest) Body(body Application) ApplicationsApiApplicationsPostRequest
func (ApplicationsApiApplicationsPostRequest) Execute ¶
func (r ApplicationsApiApplicationsPostRequest) Execute() (*Application, *http.Response, error)
func (ApplicationsApiApplicationsPostRequest) XOrgId ¶
func (r ApplicationsApiApplicationsPostRequest) XOrgId(xOrgId string) ApplicationsApiApplicationsPostRequest
type ApplicationsApiApplicationsPutRequest ¶
type ApplicationsApiApplicationsPutRequest struct { ApiService *ApplicationsApiService // contains filtered or unexported fields }
func (ApplicationsApiApplicationsPutRequest) Body ¶
func (r ApplicationsApiApplicationsPutRequest) Body(body Application) ApplicationsApiApplicationsPutRequest
func (ApplicationsApiApplicationsPutRequest) Execute ¶
func (r ApplicationsApiApplicationsPutRequest) Execute() (*Application, *http.Response, error)
func (ApplicationsApiApplicationsPutRequest) XOrgId ¶
func (r ApplicationsApiApplicationsPutRequest) XOrgId(xOrgId string) ApplicationsApiApplicationsPutRequest
type ApplicationsApiService ¶
type ApplicationsApiService service
ApplicationsApiService ApplicationsApi service
func (*ApplicationsApiService) ApplicationsDelete ¶
func (a *ApplicationsApiService) ApplicationsDelete(ctx context.Context, id string) ApplicationsApiApplicationsDeleteRequest
ApplicationsDelete Delete an Application
The endpoint deletes an SSO / SAML Application.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApplicationsApiApplicationsDeleteRequest
func (*ApplicationsApiService) ApplicationsDeleteExecute ¶
func (a *ApplicationsApiService) ApplicationsDeleteExecute(r ApplicationsApiApplicationsDeleteRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
func (*ApplicationsApiService) ApplicationsGet ¶
func (a *ApplicationsApiService) ApplicationsGet(ctx context.Context, id string) ApplicationsApiApplicationsGetRequest
ApplicationsGet Get an Application
The endpoint retrieves an SSO / SAML Application.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApplicationsApiApplicationsGetRequest
func (*ApplicationsApiService) ApplicationsGetExecute ¶
func (a *ApplicationsApiService) ApplicationsGetExecute(r ApplicationsApiApplicationsGetRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
func (*ApplicationsApiService) ApplicationsList ¶
func (a *ApplicationsApiService) ApplicationsList(ctx context.Context) ApplicationsApiApplicationsListRequest
ApplicationsList Applications
The endpoint returns all your SSO / SAML Applications.
#### Sample Request ```
curl -X GET https://console.jumpcloud.com/api/applications \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApplicationsApiApplicationsListRequest
func (*ApplicationsApiService) ApplicationsListExecute ¶
func (a *ApplicationsApiService) ApplicationsListExecute(r ApplicationsApiApplicationsListRequest) (*Applicationslist, *http.Response, error)
Execute executes the request
@return Applicationslist
func (*ApplicationsApiService) ApplicationsPost ¶
func (a *ApplicationsApiService) ApplicationsPost(ctx context.Context) ApplicationsApiApplicationsPostRequest
ApplicationsPost Create an Application
The endpoint adds a new SSO / SAML Applications.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ApplicationsApiApplicationsPostRequest
func (*ApplicationsApiService) ApplicationsPostExecute ¶
func (a *ApplicationsApiService) ApplicationsPostExecute(r ApplicationsApiApplicationsPostRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
func (*ApplicationsApiService) ApplicationsPut ¶
func (a *ApplicationsApiService) ApplicationsPut(ctx context.Context, id string) ApplicationsApiApplicationsPutRequest
ApplicationsPut Update an Application
The endpoint updates a SSO / SAML Application. Any fields not provided will be reset or created with default values.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ApplicationsApiApplicationsPutRequest
func (*ApplicationsApiService) ApplicationsPutExecute ¶
func (a *ApplicationsApiService) ApplicationsPutExecute(r ApplicationsApiApplicationsPutRequest) (*Application, *http.Response, error)
Execute executes the request
@return Application
type Applicationslist ¶
type Applicationslist struct { Name *string `json:"name,omitempty"` // The list of applications. Results []Application `json:"results,omitempty"` // The total number of applications. TotalCount *int32 `json:"totalCount,omitempty"` AdditionalProperties map[string]interface{} }
Applicationslist struct for Applicationslist
func NewApplicationslist ¶
func NewApplicationslist() *Applicationslist
NewApplicationslist instantiates a new Applicationslist 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 NewApplicationslistWithDefaults ¶
func NewApplicationslistWithDefaults() *Applicationslist
NewApplicationslistWithDefaults instantiates a new Applicationslist 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 (*Applicationslist) GetName ¶
func (o *Applicationslist) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*Applicationslist) GetNameOk ¶
func (o *Applicationslist) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationslist) GetResults ¶
func (o *Applicationslist) GetResults() []Application
GetResults returns the Results field value if set, zero value otherwise.
func (*Applicationslist) GetResultsOk ¶
func (o *Applicationslist) GetResultsOk() ([]Application, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationslist) GetTotalCount ¶
func (o *Applicationslist) GetTotalCount() int32
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*Applicationslist) GetTotalCountOk ¶
func (o *Applicationslist) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationslist) HasName ¶
func (o *Applicationslist) HasName() bool
HasName returns a boolean if a field has been set.
func (*Applicationslist) HasResults ¶
func (o *Applicationslist) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*Applicationslist) HasTotalCount ¶
func (o *Applicationslist) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (Applicationslist) MarshalJSON ¶
func (o Applicationslist) MarshalJSON() ([]byte, error)
func (*Applicationslist) SetName ¶
func (o *Applicationslist) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Applicationslist) SetResults ¶
func (o *Applicationslist) SetResults(v []Application)
SetResults gets a reference to the given []Application and assigns it to the Results field.
func (*Applicationslist) SetTotalCount ¶
func (o *Applicationslist) SetTotalCount(v int32)
SetTotalCount gets a reference to the given int32 and assigns it to the TotalCount field.
func (Applicationslist) ToMap ¶
func (o Applicationslist) ToMap() (map[string]interface{}, error)
func (*Applicationslist) UnmarshalJSON ¶
func (o *Applicationslist) UnmarshalJSON(bytes []byte) (err error)
type Applicationtemplate ¶
type Applicationtemplate struct { Id *string `json:"_id,omitempty"` Active *bool `json:"active,omitempty"` Beta *bool `json:"beta,omitempty"` Color *string `json:"color,omitempty"` Config *ApplicationConfig `json:"config,omitempty"` DisplayLabel *string `json:"displayLabel,omitempty"` DisplayName *string `json:"displayName,omitempty"` IsConfigured *bool `json:"isConfigured,omitempty"` Jit *ApplicationtemplateJit `json:"jit,omitempty"` Keywords []string `json:"keywords,omitempty"` LearnMore *string `json:"learnMore,omitempty"` Logo *ApplicationtemplateLogo `json:"logo,omitempty"` Name *string `json:"name,omitempty"` Oidc *ApplicationtemplateOidc `json:"oidc,omitempty"` Provision *ApplicationtemplateProvision `json:"provision,omitempty"` Sso *Sso `json:"sso,omitempty"` SsoUrl *string `json:"ssoUrl,omitempty"` Status *string `json:"status,omitempty"` Test *string `json:"test,omitempty"` AdditionalProperties map[string]interface{} }
Applicationtemplate struct for Applicationtemplate
func NewApplicationtemplate ¶
func NewApplicationtemplate() *Applicationtemplate
NewApplicationtemplate instantiates a new Applicationtemplate 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 NewApplicationtemplateWithDefaults ¶
func NewApplicationtemplateWithDefaults() *Applicationtemplate
NewApplicationtemplateWithDefaults instantiates a new Applicationtemplate 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 (*Applicationtemplate) GetActive ¶
func (o *Applicationtemplate) GetActive() bool
GetActive returns the Active field value if set, zero value otherwise.
func (*Applicationtemplate) GetActiveOk ¶
func (o *Applicationtemplate) GetActiveOk() (*bool, bool)
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetBeta ¶
func (o *Applicationtemplate) GetBeta() bool
GetBeta returns the Beta field value if set, zero value otherwise.
func (*Applicationtemplate) GetBetaOk ¶
func (o *Applicationtemplate) GetBetaOk() (*bool, bool)
GetBetaOk returns a tuple with the Beta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetColor ¶
func (o *Applicationtemplate) GetColor() string
GetColor returns the Color field value if set, zero value otherwise.
func (*Applicationtemplate) GetColorOk ¶
func (o *Applicationtemplate) GetColorOk() (*string, bool)
GetColorOk returns a tuple with the Color field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetConfig ¶
func (o *Applicationtemplate) GetConfig() ApplicationConfig
GetConfig returns the Config field value if set, zero value otherwise.
func (*Applicationtemplate) GetConfigOk ¶
func (o *Applicationtemplate) GetConfigOk() (*ApplicationConfig, bool)
GetConfigOk returns a tuple with the Config field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetDisplayLabel ¶
func (o *Applicationtemplate) GetDisplayLabel() string
GetDisplayLabel returns the DisplayLabel field value if set, zero value otherwise.
func (*Applicationtemplate) GetDisplayLabelOk ¶
func (o *Applicationtemplate) GetDisplayLabelOk() (*string, bool)
GetDisplayLabelOk returns a tuple with the DisplayLabel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetDisplayName ¶
func (o *Applicationtemplate) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*Applicationtemplate) GetDisplayNameOk ¶
func (o *Applicationtemplate) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetId ¶
func (o *Applicationtemplate) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Applicationtemplate) GetIdOk ¶
func (o *Applicationtemplate) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetIsConfigured ¶
func (o *Applicationtemplate) GetIsConfigured() bool
GetIsConfigured returns the IsConfigured field value if set, zero value otherwise.
func (*Applicationtemplate) GetIsConfiguredOk ¶
func (o *Applicationtemplate) GetIsConfiguredOk() (*bool, bool)
GetIsConfiguredOk returns a tuple with the IsConfigured field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetJit ¶
func (o *Applicationtemplate) GetJit() ApplicationtemplateJit
GetJit returns the Jit field value if set, zero value otherwise.
func (*Applicationtemplate) GetJitOk ¶
func (o *Applicationtemplate) GetJitOk() (*ApplicationtemplateJit, bool)
GetJitOk returns a tuple with the Jit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetKeywords ¶
func (o *Applicationtemplate) GetKeywords() []string
GetKeywords returns the Keywords field value if set, zero value otherwise.
func (*Applicationtemplate) GetKeywordsOk ¶
func (o *Applicationtemplate) GetKeywordsOk() ([]string, bool)
GetKeywordsOk returns a tuple with the Keywords field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetLearnMore ¶
func (o *Applicationtemplate) GetLearnMore() string
GetLearnMore returns the LearnMore field value if set, zero value otherwise.
func (*Applicationtemplate) GetLearnMoreOk ¶
func (o *Applicationtemplate) GetLearnMoreOk() (*string, bool)
GetLearnMoreOk returns a tuple with the LearnMore field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetLogo ¶
func (o *Applicationtemplate) GetLogo() ApplicationtemplateLogo
GetLogo returns the Logo field value if set, zero value otherwise.
func (*Applicationtemplate) GetLogoOk ¶
func (o *Applicationtemplate) GetLogoOk() (*ApplicationtemplateLogo, bool)
GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetName ¶
func (o *Applicationtemplate) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*Applicationtemplate) GetNameOk ¶
func (o *Applicationtemplate) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetOidc ¶
func (o *Applicationtemplate) GetOidc() ApplicationtemplateOidc
GetOidc returns the Oidc field value if set, zero value otherwise.
func (*Applicationtemplate) GetOidcOk ¶
func (o *Applicationtemplate) GetOidcOk() (*ApplicationtemplateOidc, bool)
GetOidcOk returns a tuple with the Oidc field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetProvision ¶
func (o *Applicationtemplate) GetProvision() ApplicationtemplateProvision
GetProvision returns the Provision field value if set, zero value otherwise.
func (*Applicationtemplate) GetProvisionOk ¶
func (o *Applicationtemplate) GetProvisionOk() (*ApplicationtemplateProvision, bool)
GetProvisionOk returns a tuple with the Provision field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetSso ¶
func (o *Applicationtemplate) GetSso() Sso
GetSso returns the Sso field value if set, zero value otherwise.
func (*Applicationtemplate) GetSsoOk ¶
func (o *Applicationtemplate) GetSsoOk() (*Sso, bool)
GetSsoOk returns a tuple with the Sso field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetSsoUrl ¶
func (o *Applicationtemplate) GetSsoUrl() string
GetSsoUrl returns the SsoUrl field value if set, zero value otherwise.
func (*Applicationtemplate) GetSsoUrlOk ¶
func (o *Applicationtemplate) GetSsoUrlOk() (*string, bool)
GetSsoUrlOk returns a tuple with the SsoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetStatus ¶
func (o *Applicationtemplate) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*Applicationtemplate) GetStatusOk ¶
func (o *Applicationtemplate) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) GetTest ¶
func (o *Applicationtemplate) GetTest() string
GetTest returns the Test field value if set, zero value otherwise.
func (*Applicationtemplate) GetTestOk ¶
func (o *Applicationtemplate) GetTestOk() (*string, bool)
GetTestOk returns a tuple with the Test field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplate) HasActive ¶
func (o *Applicationtemplate) HasActive() bool
HasActive returns a boolean if a field has been set.
func (*Applicationtemplate) HasBeta ¶
func (o *Applicationtemplate) HasBeta() bool
HasBeta returns a boolean if a field has been set.
func (*Applicationtemplate) HasColor ¶
func (o *Applicationtemplate) HasColor() bool
HasColor returns a boolean if a field has been set.
func (*Applicationtemplate) HasConfig ¶
func (o *Applicationtemplate) HasConfig() bool
HasConfig returns a boolean if a field has been set.
func (*Applicationtemplate) HasDisplayLabel ¶
func (o *Applicationtemplate) HasDisplayLabel() bool
HasDisplayLabel returns a boolean if a field has been set.
func (*Applicationtemplate) HasDisplayName ¶
func (o *Applicationtemplate) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*Applicationtemplate) HasId ¶
func (o *Applicationtemplate) HasId() bool
HasId returns a boolean if a field has been set.
func (*Applicationtemplate) HasIsConfigured ¶
func (o *Applicationtemplate) HasIsConfigured() bool
HasIsConfigured returns a boolean if a field has been set.
func (*Applicationtemplate) HasJit ¶
func (o *Applicationtemplate) HasJit() bool
HasJit returns a boolean if a field has been set.
func (*Applicationtemplate) HasKeywords ¶
func (o *Applicationtemplate) HasKeywords() bool
HasKeywords returns a boolean if a field has been set.
func (*Applicationtemplate) HasLearnMore ¶
func (o *Applicationtemplate) HasLearnMore() bool
HasLearnMore returns a boolean if a field has been set.
func (*Applicationtemplate) HasLogo ¶
func (o *Applicationtemplate) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (*Applicationtemplate) HasName ¶
func (o *Applicationtemplate) HasName() bool
HasName returns a boolean if a field has been set.
func (*Applicationtemplate) HasOidc ¶
func (o *Applicationtemplate) HasOidc() bool
HasOidc returns a boolean if a field has been set.
func (*Applicationtemplate) HasProvision ¶
func (o *Applicationtemplate) HasProvision() bool
HasProvision returns a boolean if a field has been set.
func (*Applicationtemplate) HasSso ¶
func (o *Applicationtemplate) HasSso() bool
HasSso returns a boolean if a field has been set.
func (*Applicationtemplate) HasSsoUrl ¶
func (o *Applicationtemplate) HasSsoUrl() bool
HasSsoUrl returns a boolean if a field has been set.
func (*Applicationtemplate) HasStatus ¶
func (o *Applicationtemplate) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (*Applicationtemplate) HasTest ¶
func (o *Applicationtemplate) HasTest() bool
HasTest returns a boolean if a field has been set.
func (Applicationtemplate) MarshalJSON ¶
func (o Applicationtemplate) MarshalJSON() ([]byte, error)
func (*Applicationtemplate) SetActive ¶
func (o *Applicationtemplate) SetActive(v bool)
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*Applicationtemplate) SetBeta ¶
func (o *Applicationtemplate) SetBeta(v bool)
SetBeta gets a reference to the given bool and assigns it to the Beta field.
func (*Applicationtemplate) SetColor ¶
func (o *Applicationtemplate) SetColor(v string)
SetColor gets a reference to the given string and assigns it to the Color field.
func (*Applicationtemplate) SetConfig ¶
func (o *Applicationtemplate) SetConfig(v ApplicationConfig)
SetConfig gets a reference to the given ApplicationConfig and assigns it to the Config field.
func (*Applicationtemplate) SetDisplayLabel ¶
func (o *Applicationtemplate) SetDisplayLabel(v string)
SetDisplayLabel gets a reference to the given string and assigns it to the DisplayLabel field.
func (*Applicationtemplate) SetDisplayName ¶
func (o *Applicationtemplate) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*Applicationtemplate) SetId ¶
func (o *Applicationtemplate) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Applicationtemplate) SetIsConfigured ¶
func (o *Applicationtemplate) SetIsConfigured(v bool)
SetIsConfigured gets a reference to the given bool and assigns it to the IsConfigured field.
func (*Applicationtemplate) SetJit ¶
func (o *Applicationtemplate) SetJit(v ApplicationtemplateJit)
SetJit gets a reference to the given ApplicationtemplateJit and assigns it to the Jit field.
func (*Applicationtemplate) SetKeywords ¶
func (o *Applicationtemplate) SetKeywords(v []string)
SetKeywords gets a reference to the given []string and assigns it to the Keywords field.
func (*Applicationtemplate) SetLearnMore ¶
func (o *Applicationtemplate) SetLearnMore(v string)
SetLearnMore gets a reference to the given string and assigns it to the LearnMore field.
func (*Applicationtemplate) SetLogo ¶
func (o *Applicationtemplate) SetLogo(v ApplicationtemplateLogo)
SetLogo gets a reference to the given ApplicationtemplateLogo and assigns it to the Logo field.
func (*Applicationtemplate) SetName ¶
func (o *Applicationtemplate) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Applicationtemplate) SetOidc ¶
func (o *Applicationtemplate) SetOidc(v ApplicationtemplateOidc)
SetOidc gets a reference to the given ApplicationtemplateOidc and assigns it to the Oidc field.
func (*Applicationtemplate) SetProvision ¶
func (o *Applicationtemplate) SetProvision(v ApplicationtemplateProvision)
SetProvision gets a reference to the given ApplicationtemplateProvision and assigns it to the Provision field.
func (*Applicationtemplate) SetSso ¶
func (o *Applicationtemplate) SetSso(v Sso)
SetSso gets a reference to the given Sso and assigns it to the Sso field.
func (*Applicationtemplate) SetSsoUrl ¶
func (o *Applicationtemplate) SetSsoUrl(v string)
SetSsoUrl gets a reference to the given string and assigns it to the SsoUrl field.
func (*Applicationtemplate) SetStatus ¶
func (o *Applicationtemplate) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*Applicationtemplate) SetTest ¶
func (o *Applicationtemplate) SetTest(v string)
SetTest gets a reference to the given string and assigns it to the Test field.
func (Applicationtemplate) ToMap ¶
func (o Applicationtemplate) ToMap() (map[string]interface{}, error)
func (*Applicationtemplate) UnmarshalJSON ¶
func (o *Applicationtemplate) UnmarshalJSON(bytes []byte) (err error)
type ApplicationtemplateJit ¶
type ApplicationtemplateJit struct { Attributes map[string]interface{} `json:"attributes,omitempty"` CreateOnly *bool `json:"createOnly,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationtemplateJit struct for ApplicationtemplateJit
func NewApplicationtemplateJit ¶
func NewApplicationtemplateJit() *ApplicationtemplateJit
NewApplicationtemplateJit instantiates a new ApplicationtemplateJit 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 NewApplicationtemplateJitWithDefaults ¶
func NewApplicationtemplateJitWithDefaults() *ApplicationtemplateJit
NewApplicationtemplateJitWithDefaults instantiates a new ApplicationtemplateJit 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 (*ApplicationtemplateJit) GetAttributes ¶
func (o *ApplicationtemplateJit) GetAttributes() map[string]interface{}
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*ApplicationtemplateJit) GetAttributesOk ¶
func (o *ApplicationtemplateJit) GetAttributesOk() (map[string]interface{}, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationtemplateJit) GetCreateOnly ¶
func (o *ApplicationtemplateJit) GetCreateOnly() bool
GetCreateOnly returns the CreateOnly field value if set, zero value otherwise.
func (*ApplicationtemplateJit) GetCreateOnlyOk ¶
func (o *ApplicationtemplateJit) GetCreateOnlyOk() (*bool, bool)
GetCreateOnlyOk returns a tuple with the CreateOnly field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationtemplateJit) HasAttributes ¶
func (o *ApplicationtemplateJit) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*ApplicationtemplateJit) HasCreateOnly ¶
func (o *ApplicationtemplateJit) HasCreateOnly() bool
HasCreateOnly returns a boolean if a field has been set.
func (ApplicationtemplateJit) MarshalJSON ¶
func (o ApplicationtemplateJit) MarshalJSON() ([]byte, error)
func (*ApplicationtemplateJit) SetAttributes ¶
func (o *ApplicationtemplateJit) SetAttributes(v map[string]interface{})
SetAttributes gets a reference to the given map[string]interface{} and assigns it to the Attributes field.
func (*ApplicationtemplateJit) SetCreateOnly ¶
func (o *ApplicationtemplateJit) SetCreateOnly(v bool)
SetCreateOnly gets a reference to the given bool and assigns it to the CreateOnly field.
func (ApplicationtemplateJit) ToMap ¶
func (o ApplicationtemplateJit) ToMap() (map[string]interface{}, error)
func (*ApplicationtemplateJit) UnmarshalJSON ¶
func (o *ApplicationtemplateJit) UnmarshalJSON(bytes []byte) (err error)
type ApplicationtemplateLogo ¶
type ApplicationtemplateLogo struct { Url *string `json:"url,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationtemplateLogo struct for ApplicationtemplateLogo
func NewApplicationtemplateLogo ¶
func NewApplicationtemplateLogo() *ApplicationtemplateLogo
NewApplicationtemplateLogo instantiates a new ApplicationtemplateLogo 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 NewApplicationtemplateLogoWithDefaults ¶
func NewApplicationtemplateLogoWithDefaults() *ApplicationtemplateLogo
NewApplicationtemplateLogoWithDefaults instantiates a new ApplicationtemplateLogo 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 (*ApplicationtemplateLogo) GetUrl ¶
func (o *ApplicationtemplateLogo) GetUrl() string
GetUrl returns the Url field value if set, zero value otherwise.
func (*ApplicationtemplateLogo) GetUrlOk ¶
func (o *ApplicationtemplateLogo) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationtemplateLogo) HasUrl ¶
func (o *ApplicationtemplateLogo) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (ApplicationtemplateLogo) MarshalJSON ¶
func (o ApplicationtemplateLogo) MarshalJSON() ([]byte, error)
func (*ApplicationtemplateLogo) SetUrl ¶
func (o *ApplicationtemplateLogo) SetUrl(v string)
SetUrl gets a reference to the given string and assigns it to the Url field.
func (ApplicationtemplateLogo) ToMap ¶
func (o ApplicationtemplateLogo) ToMap() (map[string]interface{}, error)
func (*ApplicationtemplateLogo) UnmarshalJSON ¶
func (o *ApplicationtemplateLogo) UnmarshalJSON(bytes []byte) (err error)
type ApplicationtemplateOidc ¶
type ApplicationtemplateOidc struct { // The grant types allowed. Currently only authorization_code is allowed. GrantTypes []string `json:"grantTypes,omitempty"` // List of allowed redirectUris RedirectUris []string `json:"redirectUris,omitempty"` // The relying party url to trigger an oidc login. SsoUrl *string `json:"ssoUrl,omitempty"` // Method that the client uses to authenticate when requesting a token. If 'none', then the client must use PKCE. If 'client_secret_post', then the secret is passed in the post body when requesting the token. TokenEndpointAuthMethod *string `json:"tokenEndpointAuthMethod,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationtemplateOidc struct for ApplicationtemplateOidc
func NewApplicationtemplateOidc ¶
func NewApplicationtemplateOidc() *ApplicationtemplateOidc
NewApplicationtemplateOidc instantiates a new ApplicationtemplateOidc 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 NewApplicationtemplateOidcWithDefaults ¶
func NewApplicationtemplateOidcWithDefaults() *ApplicationtemplateOidc
NewApplicationtemplateOidcWithDefaults instantiates a new ApplicationtemplateOidc 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 (*ApplicationtemplateOidc) GetGrantTypes ¶
func (o *ApplicationtemplateOidc) GetGrantTypes() []string
GetGrantTypes returns the GrantTypes field value if set, zero value otherwise.
func (*ApplicationtemplateOidc) GetGrantTypesOk ¶
func (o *ApplicationtemplateOidc) GetGrantTypesOk() ([]string, bool)
GetGrantTypesOk returns a tuple with the GrantTypes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationtemplateOidc) GetRedirectUris ¶
func (o *ApplicationtemplateOidc) GetRedirectUris() []string
GetRedirectUris returns the RedirectUris field value if set, zero value otherwise.
func (*ApplicationtemplateOidc) GetRedirectUrisOk ¶
func (o *ApplicationtemplateOidc) GetRedirectUrisOk() ([]string, bool)
GetRedirectUrisOk returns a tuple with the RedirectUris field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationtemplateOidc) GetSsoUrl ¶
func (o *ApplicationtemplateOidc) GetSsoUrl() string
GetSsoUrl returns the SsoUrl field value if set, zero value otherwise.
func (*ApplicationtemplateOidc) GetSsoUrlOk ¶
func (o *ApplicationtemplateOidc) GetSsoUrlOk() (*string, bool)
GetSsoUrlOk returns a tuple with the SsoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationtemplateOidc) GetTokenEndpointAuthMethod ¶
func (o *ApplicationtemplateOidc) GetTokenEndpointAuthMethod() string
GetTokenEndpointAuthMethod returns the TokenEndpointAuthMethod field value if set, zero value otherwise.
func (*ApplicationtemplateOidc) GetTokenEndpointAuthMethodOk ¶
func (o *ApplicationtemplateOidc) GetTokenEndpointAuthMethodOk() (*string, bool)
GetTokenEndpointAuthMethodOk returns a tuple with the TokenEndpointAuthMethod field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationtemplateOidc) HasGrantTypes ¶
func (o *ApplicationtemplateOidc) HasGrantTypes() bool
HasGrantTypes returns a boolean if a field has been set.
func (*ApplicationtemplateOidc) HasRedirectUris ¶
func (o *ApplicationtemplateOidc) HasRedirectUris() bool
HasRedirectUris returns a boolean if a field has been set.
func (*ApplicationtemplateOidc) HasSsoUrl ¶
func (o *ApplicationtemplateOidc) HasSsoUrl() bool
HasSsoUrl returns a boolean if a field has been set.
func (*ApplicationtemplateOidc) HasTokenEndpointAuthMethod ¶
func (o *ApplicationtemplateOidc) HasTokenEndpointAuthMethod() bool
HasTokenEndpointAuthMethod returns a boolean if a field has been set.
func (ApplicationtemplateOidc) MarshalJSON ¶
func (o ApplicationtemplateOidc) MarshalJSON() ([]byte, error)
func (*ApplicationtemplateOidc) SetGrantTypes ¶
func (o *ApplicationtemplateOidc) SetGrantTypes(v []string)
SetGrantTypes gets a reference to the given []string and assigns it to the GrantTypes field.
func (*ApplicationtemplateOidc) SetRedirectUris ¶
func (o *ApplicationtemplateOidc) SetRedirectUris(v []string)
SetRedirectUris gets a reference to the given []string and assigns it to the RedirectUris field.
func (*ApplicationtemplateOidc) SetSsoUrl ¶
func (o *ApplicationtemplateOidc) SetSsoUrl(v string)
SetSsoUrl gets a reference to the given string and assigns it to the SsoUrl field.
func (*ApplicationtemplateOidc) SetTokenEndpointAuthMethod ¶
func (o *ApplicationtemplateOidc) SetTokenEndpointAuthMethod(v string)
SetTokenEndpointAuthMethod gets a reference to the given string and assigns it to the TokenEndpointAuthMethod field.
func (ApplicationtemplateOidc) ToMap ¶
func (o ApplicationtemplateOidc) ToMap() (map[string]interface{}, error)
func (*ApplicationtemplateOidc) UnmarshalJSON ¶
func (o *ApplicationtemplateOidc) UnmarshalJSON(bytes []byte) (err error)
type ApplicationtemplateProvision ¶
type ApplicationtemplateProvision struct { Beta *bool `json:"beta,omitempty"` GroupsSupported *bool `json:"groups_supported,omitempty"` Type *string `json:"type,omitempty"` AdditionalProperties map[string]interface{} }
ApplicationtemplateProvision struct for ApplicationtemplateProvision
func NewApplicationtemplateProvision ¶
func NewApplicationtemplateProvision() *ApplicationtemplateProvision
NewApplicationtemplateProvision instantiates a new ApplicationtemplateProvision 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 NewApplicationtemplateProvisionWithDefaults ¶
func NewApplicationtemplateProvisionWithDefaults() *ApplicationtemplateProvision
NewApplicationtemplateProvisionWithDefaults instantiates a new ApplicationtemplateProvision 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 (*ApplicationtemplateProvision) GetBeta ¶
func (o *ApplicationtemplateProvision) GetBeta() bool
GetBeta returns the Beta field value if set, zero value otherwise.
func (*ApplicationtemplateProvision) GetBetaOk ¶
func (o *ApplicationtemplateProvision) GetBetaOk() (*bool, bool)
GetBetaOk returns a tuple with the Beta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationtemplateProvision) GetGroupsSupported ¶
func (o *ApplicationtemplateProvision) GetGroupsSupported() bool
GetGroupsSupported returns the GroupsSupported field value if set, zero value otherwise.
func (*ApplicationtemplateProvision) GetGroupsSupportedOk ¶
func (o *ApplicationtemplateProvision) GetGroupsSupportedOk() (*bool, bool)
GetGroupsSupportedOk returns a tuple with the GroupsSupported field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationtemplateProvision) GetType ¶
func (o *ApplicationtemplateProvision) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*ApplicationtemplateProvision) GetTypeOk ¶
func (o *ApplicationtemplateProvision) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ApplicationtemplateProvision) HasBeta ¶
func (o *ApplicationtemplateProvision) HasBeta() bool
HasBeta returns a boolean if a field has been set.
func (*ApplicationtemplateProvision) HasGroupsSupported ¶
func (o *ApplicationtemplateProvision) HasGroupsSupported() bool
HasGroupsSupported returns a boolean if a field has been set.
func (*ApplicationtemplateProvision) HasType ¶
func (o *ApplicationtemplateProvision) HasType() bool
HasType returns a boolean if a field has been set.
func (ApplicationtemplateProvision) MarshalJSON ¶
func (o ApplicationtemplateProvision) MarshalJSON() ([]byte, error)
func (*ApplicationtemplateProvision) SetBeta ¶
func (o *ApplicationtemplateProvision) SetBeta(v bool)
SetBeta gets a reference to the given bool and assigns it to the Beta field.
func (*ApplicationtemplateProvision) SetGroupsSupported ¶
func (o *ApplicationtemplateProvision) SetGroupsSupported(v bool)
SetGroupsSupported gets a reference to the given bool and assigns it to the GroupsSupported field.
func (*ApplicationtemplateProvision) SetType ¶
func (o *ApplicationtemplateProvision) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (ApplicationtemplateProvision) ToMap ¶
func (o ApplicationtemplateProvision) ToMap() (map[string]interface{}, error)
func (*ApplicationtemplateProvision) UnmarshalJSON ¶
func (o *ApplicationtemplateProvision) UnmarshalJSON(bytes []byte) (err error)
type Applicationtemplateslist ¶
type Applicationtemplateslist struct { // The list of applications. Results []Applicationtemplate `json:"results,omitempty"` // The total number of applications. TotalCount *int32 `json:"totalCount,omitempty"` AdditionalProperties map[string]interface{} }
Applicationtemplateslist struct for Applicationtemplateslist
func NewApplicationtemplateslist ¶
func NewApplicationtemplateslist() *Applicationtemplateslist
NewApplicationtemplateslist instantiates a new Applicationtemplateslist 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 NewApplicationtemplateslistWithDefaults ¶
func NewApplicationtemplateslistWithDefaults() *Applicationtemplateslist
NewApplicationtemplateslistWithDefaults instantiates a new Applicationtemplateslist 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 (*Applicationtemplateslist) GetResults ¶
func (o *Applicationtemplateslist) GetResults() []Applicationtemplate
GetResults returns the Results field value if set, zero value otherwise.
func (*Applicationtemplateslist) GetResultsOk ¶
func (o *Applicationtemplateslist) GetResultsOk() ([]Applicationtemplate, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplateslist) GetTotalCount ¶
func (o *Applicationtemplateslist) GetTotalCount() int32
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*Applicationtemplateslist) GetTotalCountOk ¶
func (o *Applicationtemplateslist) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Applicationtemplateslist) HasResults ¶
func (o *Applicationtemplateslist) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*Applicationtemplateslist) HasTotalCount ¶
func (o *Applicationtemplateslist) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (Applicationtemplateslist) MarshalJSON ¶
func (o Applicationtemplateslist) MarshalJSON() ([]byte, error)
func (*Applicationtemplateslist) SetResults ¶
func (o *Applicationtemplateslist) SetResults(v []Applicationtemplate)
SetResults gets a reference to the given []Applicationtemplate and assigns it to the Results field.
func (*Applicationtemplateslist) SetTotalCount ¶
func (o *Applicationtemplateslist) SetTotalCount(v int32)
SetTotalCount gets a reference to the given int32 and assigns it to the TotalCount field.
func (Applicationtemplateslist) ToMap ¶
func (o Applicationtemplateslist) ToMap() (map[string]interface{}, error)
func (*Applicationtemplateslist) UnmarshalJSON ¶
func (o *Applicationtemplateslist) UnmarshalJSON(bytes []byte) (err error)
type BasicAuth ¶
type BasicAuth struct { UserName string `json:"userName,omitempty"` Password string `json:"password,omitempty"` }
BasicAuth provides basic http authentication to a request passed via context using ContextBasicAuth
type Command ¶
type Command struct { // The command to execute on the server. Command string `json:"command"` // An array of IDs of the Command Runner Users that can execute this command. CommandRunners []string `json:"commandRunners,omitempty"` // The Command OS CommandType string `json:"commandType"` // An array of file IDs to include with the command. Files []string `json:"files,omitempty"` // How the command will execute. LaunchType *string `json:"launchType,omitempty"` // ListensTo *string `json:"listensTo,omitempty"` Name string `json:"name"` // The ID of the organization. Organization *string `json:"organization,omitempty"` // A crontab that consists of: [ (seconds) (minutes) (hours) (days of month) (months) (weekdays) ] or [ immediate ]. If you send this as an empty string, it will run immediately. Schedule *string `json:"schedule,omitempty"` // When the command will repeat. ScheduleRepeatType *string `json:"scheduleRepeatType,omitempty"` // The year that a scheduled command will launch in. ScheduleYear *int32 `json:"scheduleYear,omitempty"` // The shell used to run the command. Shell *string `json:"shell,omitempty"` // Sudo *bool `json:"sudo,omitempty"` // Not used. Use /api/v2/commands/{id}/associations to bind commands to systems. Systems []string `json:"systems,omitempty"` // The template this command was created from Template *string `json:"template,omitempty"` // Time in seconds a command can wait in the queue to be run before timing out TimeToLiveSeconds *int32 `json:"timeToLiveSeconds,omitempty"` // The time in seconds to allow the command to run for. Timeout *string `json:"timeout,omitempty"` // The name of the command trigger. Trigger *string `json:"trigger,omitempty"` // The ID of the system user to run the command as. This field is required when creating a command with a commandType of \"mac\" or \"linux\". User *string `json:"user,omitempty"` AdditionalProperties map[string]interface{} }
Command struct for Command
func NewCommand ¶
NewCommand instantiates a new Command 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 NewCommandWithDefaults ¶
func NewCommandWithDefaults() *Command
NewCommandWithDefaults instantiates a new Command 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 (*Command) GetCommand ¶
GetCommand returns the Command field value
func (*Command) GetCommandOk ¶
GetCommandOk returns a tuple with the Command field value and a boolean to check if the value has been set.
func (*Command) GetCommandRunners ¶
GetCommandRunners returns the CommandRunners field value if set, zero value otherwise.
func (*Command) GetCommandRunnersOk ¶
GetCommandRunnersOk returns a tuple with the CommandRunners field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetCommandType ¶
GetCommandType returns the CommandType field value
func (*Command) GetCommandTypeOk ¶
GetCommandTypeOk returns a tuple with the CommandType field value and a boolean to check if the value has been set.
func (*Command) GetFilesOk ¶
GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetLaunchType ¶
GetLaunchType returns the LaunchType field value if set, zero value otherwise.
func (*Command) GetLaunchTypeOk ¶
GetLaunchTypeOk returns a tuple with the LaunchType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetListensTo ¶
GetListensTo returns the ListensTo field value if set, zero value otherwise.
func (*Command) GetListensToOk ¶
GetListensToOk returns a tuple with the ListensTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetNameOk ¶
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Command) GetOrganization ¶
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*Command) GetOrganizationOk ¶
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetSchedule ¶
GetSchedule returns the Schedule field value if set, zero value otherwise.
func (*Command) GetScheduleOk ¶
GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetScheduleRepeatType ¶
GetScheduleRepeatType returns the ScheduleRepeatType field value if set, zero value otherwise.
func (*Command) GetScheduleRepeatTypeOk ¶
GetScheduleRepeatTypeOk returns a tuple with the ScheduleRepeatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetScheduleYear ¶
GetScheduleYear returns the ScheduleYear field value if set, zero value otherwise.
func (*Command) GetScheduleYearOk ¶
GetScheduleYearOk returns a tuple with the ScheduleYear field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetShellOk ¶
GetShellOk returns a tuple with the Shell field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetSudoOk ¶
GetSudoOk returns a tuple with the Sudo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetSystems ¶
GetSystems returns the Systems field value if set, zero value otherwise.
func (*Command) GetSystemsOk ¶
GetSystemsOk returns a tuple with the Systems field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetTemplate ¶
GetTemplate returns the Template field value if set, zero value otherwise.
func (*Command) GetTemplateOk ¶
GetTemplateOk returns a tuple with the Template field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetTimeToLiveSeconds ¶
GetTimeToLiveSeconds returns the TimeToLiveSeconds field value if set, zero value otherwise.
func (*Command) GetTimeToLiveSecondsOk ¶
GetTimeToLiveSecondsOk returns a tuple with the TimeToLiveSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetTimeout ¶
GetTimeout returns the Timeout field value if set, zero value otherwise.
func (*Command) GetTimeoutOk ¶
GetTimeoutOk returns a tuple with the Timeout field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetTrigger ¶
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*Command) GetTriggerOk ¶
GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) GetUserOk ¶
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Command) HasCommandRunners ¶
HasCommandRunners returns a boolean if a field has been set.
func (*Command) HasLaunchType ¶
HasLaunchType returns a boolean if a field has been set.
func (*Command) HasListensTo ¶
HasListensTo returns a boolean if a field has been set.
func (*Command) HasOrganization ¶
HasOrganization returns a boolean if a field has been set.
func (*Command) HasSchedule ¶
HasSchedule returns a boolean if a field has been set.
func (*Command) HasScheduleRepeatType ¶
HasScheduleRepeatType returns a boolean if a field has been set.
func (*Command) HasScheduleYear ¶
HasScheduleYear returns a boolean if a field has been set.
func (*Command) HasSystems ¶
HasSystems returns a boolean if a field has been set.
func (*Command) HasTemplate ¶
HasTemplate returns a boolean if a field has been set.
func (*Command) HasTimeToLiveSeconds ¶
HasTimeToLiveSeconds returns a boolean if a field has been set.
func (*Command) HasTimeout ¶
HasTimeout returns a boolean if a field has been set.
func (*Command) HasTrigger ¶
HasTrigger returns a boolean if a field has been set.
func (Command) MarshalJSON ¶
func (*Command) SetCommandRunners ¶
SetCommandRunners gets a reference to the given []string and assigns it to the CommandRunners field.
func (*Command) SetCommandType ¶
SetCommandType sets field value
func (*Command) SetFiles ¶
SetFiles gets a reference to the given []string and assigns it to the Files field.
func (*Command) SetLaunchType ¶
SetLaunchType gets a reference to the given string and assigns it to the LaunchType field.
func (*Command) SetListensTo ¶
SetListensTo gets a reference to the given string and assigns it to the ListensTo field.
func (*Command) SetOrganization ¶
SetOrganization gets a reference to the given string and assigns it to the Organization field.
func (*Command) SetSchedule ¶
SetSchedule gets a reference to the given string and assigns it to the Schedule field.
func (*Command) SetScheduleRepeatType ¶
SetScheduleRepeatType gets a reference to the given string and assigns it to the ScheduleRepeatType field.
func (*Command) SetScheduleYear ¶
SetScheduleYear gets a reference to the given int32 and assigns it to the ScheduleYear field.
func (*Command) SetShell ¶
SetShell gets a reference to the given string and assigns it to the Shell field.
func (*Command) SetSudo ¶
SetSudo gets a reference to the given bool and assigns it to the Sudo field.
func (*Command) SetSystems ¶
SetSystems gets a reference to the given []string and assigns it to the Systems field.
func (*Command) SetTemplate ¶
SetTemplate gets a reference to the given string and assigns it to the Template field.
func (*Command) SetTimeToLiveSeconds ¶
SetTimeToLiveSeconds gets a reference to the given int32 and assigns it to the TimeToLiveSeconds field.
func (*Command) SetTimeout ¶
SetTimeout gets a reference to the given string and assigns it to the Timeout field.
func (*Command) SetTrigger ¶
SetTrigger gets a reference to the given string and assigns it to the Trigger field.
func (*Command) SetUser ¶
SetUser gets a reference to the given string and assigns it to the User field.
func (*Command) UnmarshalJSON ¶
type CommandResultsApiCommandResultsDeleteRequest ¶
type CommandResultsApiCommandResultsDeleteRequest struct { ApiService *CommandResultsApiService // contains filtered or unexported fields }
func (CommandResultsApiCommandResultsDeleteRequest) Execute ¶
func (r CommandResultsApiCommandResultsDeleteRequest) Execute() (*Commandresult, *http.Response, error)
func (CommandResultsApiCommandResultsDeleteRequest) XOrgId ¶
func (r CommandResultsApiCommandResultsDeleteRequest) XOrgId(xOrgId string) CommandResultsApiCommandResultsDeleteRequest
type CommandResultsApiCommandResultsGetRequest ¶
type CommandResultsApiCommandResultsGetRequest struct { ApiService *CommandResultsApiService // contains filtered or unexported fields }
func (CommandResultsApiCommandResultsGetRequest) Execute ¶
func (r CommandResultsApiCommandResultsGetRequest) Execute() (*Commandresult, *http.Response, error)
func (CommandResultsApiCommandResultsGetRequest) Fields ¶
func (r CommandResultsApiCommandResultsGetRequest) Fields(fields string) CommandResultsApiCommandResultsGetRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (CommandResultsApiCommandResultsGetRequest) Filter ¶
func (r CommandResultsApiCommandResultsGetRequest) Filter(filter string) CommandResultsApiCommandResultsGetRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (CommandResultsApiCommandResultsGetRequest) XOrgId ¶
func (r CommandResultsApiCommandResultsGetRequest) XOrgId(xOrgId string) CommandResultsApiCommandResultsGetRequest
type CommandResultsApiCommandResultsListRequest ¶
type CommandResultsApiCommandResultsListRequest struct { ApiService *CommandResultsApiService // contains filtered or unexported fields }
func (CommandResultsApiCommandResultsListRequest) Execute ¶
func (r CommandResultsApiCommandResultsListRequest) Execute() (*Commandresultslist, *http.Response, error)
func (CommandResultsApiCommandResultsListRequest) Fields ¶
func (r CommandResultsApiCommandResultsListRequest) Fields(fields string) CommandResultsApiCommandResultsListRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (CommandResultsApiCommandResultsListRequest) Filter ¶
func (r CommandResultsApiCommandResultsListRequest) Filter(filter string) CommandResultsApiCommandResultsListRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (CommandResultsApiCommandResultsListRequest) Limit ¶
func (r CommandResultsApiCommandResultsListRequest) Limit(limit int32) CommandResultsApiCommandResultsListRequest
The number of records to return at once. Limited to 100.
func (CommandResultsApiCommandResultsListRequest) Skip ¶
func (r CommandResultsApiCommandResultsListRequest) Skip(skip int32) CommandResultsApiCommandResultsListRequest
The offset into the records to return.
func (CommandResultsApiCommandResultsListRequest) Sort ¶
func (r CommandResultsApiCommandResultsListRequest) Sort(sort string) CommandResultsApiCommandResultsListRequest
Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending.
func (CommandResultsApiCommandResultsListRequest) XOrgId ¶
func (r CommandResultsApiCommandResultsListRequest) XOrgId(xOrgId string) CommandResultsApiCommandResultsListRequest
type CommandResultsApiService ¶
type CommandResultsApiService service
CommandResultsApiService CommandResultsApi service
func (*CommandResultsApiService) CommandResultsDelete ¶
func (a *CommandResultsApiService) CommandResultsDelete(ctx context.Context, id string) CommandResultsApiCommandResultsDeleteRequest
CommandResultsDelete Delete a Command result
This endpoint deletes a specific command result.
#### Sample Request ```
curl -X DELETE https://console.jumpcloud.com/api/commandresults/{CommandID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' ```` @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return CommandResultsApiCommandResultsDeleteRequest
func (*CommandResultsApiService) CommandResultsDeleteExecute ¶
func (a *CommandResultsApiService) CommandResultsDeleteExecute(r CommandResultsApiCommandResultsDeleteRequest) (*Commandresult, *http.Response, error)
Execute executes the request
@return Commandresult
func (*CommandResultsApiService) CommandResultsGet ¶
func (a *CommandResultsApiService) CommandResultsGet(ctx context.Context, id string) CommandResultsApiCommandResultsGetRequest
CommandResultsGet List an individual Command result
This endpoint returns a specific command result.
#### Sample Request ```
curl -X GET https://console.jumpcloud.com/api/commandresults/{CommandResultID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' ``` @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return CommandResultsApiCommandResultsGetRequest
func (*CommandResultsApiService) CommandResultsGetExecute ¶
func (a *CommandResultsApiService) CommandResultsGetExecute(r CommandResultsApiCommandResultsGetRequest) (*Commandresult, *http.Response, error)
Execute executes the request
@return Commandresult
func (*CommandResultsApiService) CommandResultsList ¶
func (a *CommandResultsApiService) CommandResultsList(ctx context.Context) CommandResultsApiCommandResultsListRequest
CommandResultsList List all Command Results
This endpoint returns all command results.
#### Sample Request ```
curl -X GET https://console.jumpcloud.com/api/commandresults \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key:{API_KEY}' ``` @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return CommandResultsApiCommandResultsListRequest
func (*CommandResultsApiService) CommandResultsListExecute ¶
func (a *CommandResultsApiService) CommandResultsListExecute(r CommandResultsApiCommandResultsListRequest) (*Commandresultslist, *http.Response, error)
Execute executes the request
@return Commandresultslist
type CommandTriggersApiCommandTriggerWebhookPostRequest ¶
type CommandTriggersApiCommandTriggerWebhookPostRequest struct { ApiService *CommandTriggersApiService // contains filtered or unexported fields }
func (CommandTriggersApiCommandTriggerWebhookPostRequest) Body ¶
func (r CommandTriggersApiCommandTriggerWebhookPostRequest) Body(body map[string]interface{}) CommandTriggersApiCommandTriggerWebhookPostRequest
func (CommandTriggersApiCommandTriggerWebhookPostRequest) Execute ¶
func (r CommandTriggersApiCommandTriggerWebhookPostRequest) Execute() (*Triggerreturn, *http.Response, error)
type CommandTriggersApiService ¶
type CommandTriggersApiService service
CommandTriggersApiService CommandTriggersApi service
func (*CommandTriggersApiService) CommandTriggerWebhookPost ¶
func (a *CommandTriggersApiService) CommandTriggerWebhookPost(ctx context.Context, triggername string) CommandTriggersApiCommandTriggerWebhookPostRequest
CommandTriggerWebhookPost Launch a command via a Trigger
This endpoint allows you to launch a command based on a defined trigger.
#### Sample Requests
**Launch a Command via a Trigger**
```
curl --silent \ -X 'POST' \ -H "x-api-key: {API_KEY}" \ "https://console.jumpcloud.com/api/command/trigger/{TriggerName}"
``` **Launch a Command via a Trigger passing a JSON object to the command** ```
curl --silent \ -X 'POST' \ -H "x-api-key: {API_KEY}" \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "srcip":"192.168.2.32", "attack":"Cross Site Scripting Attempt" }' \ "https://console.jumpcloud.com/api/command/trigger/{TriggerName}"
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param triggername @return CommandTriggersApiCommandTriggerWebhookPostRequest
func (*CommandTriggersApiService) CommandTriggerWebhookPostExecute ¶
func (a *CommandTriggersApiService) CommandTriggerWebhookPostExecute(r CommandTriggersApiCommandTriggerWebhookPostRequest) (*Triggerreturn, *http.Response, error)
Execute executes the request
@return Triggerreturn
type Commandfilereturn ¶
type Commandfilereturn struct { Results []CommandfilereturnResultsInner `json:"results,omitempty"` // The total number of commands files TotalCount *int32 `json:"totalCount,omitempty"` AdditionalProperties map[string]interface{} }
Commandfilereturn struct for Commandfilereturn
func NewCommandfilereturn ¶
func NewCommandfilereturn() *Commandfilereturn
NewCommandfilereturn instantiates a new Commandfilereturn 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 NewCommandfilereturnWithDefaults ¶
func NewCommandfilereturnWithDefaults() *Commandfilereturn
NewCommandfilereturnWithDefaults instantiates a new Commandfilereturn 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 (*Commandfilereturn) GetResults ¶
func (o *Commandfilereturn) GetResults() []CommandfilereturnResultsInner
GetResults returns the Results field value if set, zero value otherwise.
func (*Commandfilereturn) GetResultsOk ¶
func (o *Commandfilereturn) GetResultsOk() ([]CommandfilereturnResultsInner, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandfilereturn) GetTotalCount ¶
func (o *Commandfilereturn) GetTotalCount() int32
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*Commandfilereturn) GetTotalCountOk ¶
func (o *Commandfilereturn) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandfilereturn) HasResults ¶
func (o *Commandfilereturn) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*Commandfilereturn) HasTotalCount ¶
func (o *Commandfilereturn) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (Commandfilereturn) MarshalJSON ¶
func (o Commandfilereturn) MarshalJSON() ([]byte, error)
func (*Commandfilereturn) SetResults ¶
func (o *Commandfilereturn) SetResults(v []CommandfilereturnResultsInner)
SetResults gets a reference to the given []CommandfilereturnResultsInner and assigns it to the Results field.
func (*Commandfilereturn) SetTotalCount ¶
func (o *Commandfilereturn) SetTotalCount(v int32)
SetTotalCount gets a reference to the given int32 and assigns it to the TotalCount field.
func (Commandfilereturn) ToMap ¶
func (o Commandfilereturn) ToMap() (map[string]interface{}, error)
func (*Commandfilereturn) UnmarshalJSON ¶
func (o *Commandfilereturn) UnmarshalJSON(bytes []byte) (err error)
type CommandfilereturnResultsInner ¶
type CommandfilereturnResultsInner struct { // The ID of the file. Id *string `json:"_id,omitempty"` // The location where the file will be stored. Destination *string `json:"destination,omitempty"` // The file name. Name *string `json:"name,omitempty"` AdditionalProperties map[string]interface{} }
CommandfilereturnResultsInner struct for CommandfilereturnResultsInner
func NewCommandfilereturnResultsInner ¶
func NewCommandfilereturnResultsInner() *CommandfilereturnResultsInner
NewCommandfilereturnResultsInner instantiates a new CommandfilereturnResultsInner 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 NewCommandfilereturnResultsInnerWithDefaults ¶
func NewCommandfilereturnResultsInnerWithDefaults() *CommandfilereturnResultsInner
NewCommandfilereturnResultsInnerWithDefaults instantiates a new CommandfilereturnResultsInner 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 (*CommandfilereturnResultsInner) GetDestination ¶
func (o *CommandfilereturnResultsInner) GetDestination() string
GetDestination returns the Destination field value if set, zero value otherwise.
func (*CommandfilereturnResultsInner) GetDestinationOk ¶
func (o *CommandfilereturnResultsInner) GetDestinationOk() (*string, bool)
GetDestinationOk returns a tuple with the Destination field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandfilereturnResultsInner) GetId ¶
func (o *CommandfilereturnResultsInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CommandfilereturnResultsInner) GetIdOk ¶
func (o *CommandfilereturnResultsInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandfilereturnResultsInner) GetName ¶
func (o *CommandfilereturnResultsInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CommandfilereturnResultsInner) GetNameOk ¶
func (o *CommandfilereturnResultsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandfilereturnResultsInner) HasDestination ¶
func (o *CommandfilereturnResultsInner) HasDestination() bool
HasDestination returns a boolean if a field has been set.
func (*CommandfilereturnResultsInner) HasId ¶
func (o *CommandfilereturnResultsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*CommandfilereturnResultsInner) HasName ¶
func (o *CommandfilereturnResultsInner) HasName() bool
HasName returns a boolean if a field has been set.
func (CommandfilereturnResultsInner) MarshalJSON ¶
func (o CommandfilereturnResultsInner) MarshalJSON() ([]byte, error)
func (*CommandfilereturnResultsInner) SetDestination ¶
func (o *CommandfilereturnResultsInner) SetDestination(v string)
SetDestination gets a reference to the given string and assigns it to the Destination field.
func (*CommandfilereturnResultsInner) SetId ¶
func (o *CommandfilereturnResultsInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CommandfilereturnResultsInner) SetName ¶
func (o *CommandfilereturnResultsInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (CommandfilereturnResultsInner) ToMap ¶
func (o CommandfilereturnResultsInner) ToMap() (map[string]interface{}, error)
func (*CommandfilereturnResultsInner) UnmarshalJSON ¶
func (o *CommandfilereturnResultsInner) UnmarshalJSON(bytes []byte) (err error)
type Commandresult ¶
type Commandresult struct { // The ID of the command. Id *string `json:"_id,omitempty"` // The command that was executed on the system. Command *string `json:"command,omitempty"` // An array of file ids that were included in the command Files []string `json:"files,omitempty"` // The name of the command. Name *string `json:"name,omitempty"` // The ID of the organization. Organization *string `json:"organization,omitempty"` // The time that the command was sent. RequestTime *time.Time `json:"requestTime,omitempty"` Response *CommandresultResponse `json:"response,omitempty"` // The time that the command was completed. ResponseTime *time.Time `json:"responseTime,omitempty"` // If the user had sudo rights Sudo *bool `json:"sudo,omitempty"` // The name of the system the command was executed on. System *string `json:"system,omitempty"` // The id of the system the command was executed on. SystemId *string `json:"systemId,omitempty"` // The user the command ran as. User *string `json:"user,omitempty"` WorkflowId *string `json:"workflowId,omitempty"` WorkflowInstanceId *string `json:"workflowInstanceId,omitempty"` AdditionalProperties map[string]interface{} }
Commandresult struct for Commandresult
func NewCommandresult ¶
func NewCommandresult() *Commandresult
NewCommandresult instantiates a new Commandresult 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 NewCommandresultWithDefaults ¶
func NewCommandresultWithDefaults() *Commandresult
NewCommandresultWithDefaults instantiates a new Commandresult 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 (*Commandresult) GetCommand ¶
func (o *Commandresult) GetCommand() string
GetCommand returns the Command field value if set, zero value otherwise.
func (*Commandresult) GetCommandOk ¶
func (o *Commandresult) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) GetFiles ¶
func (o *Commandresult) GetFiles() []string
GetFiles returns the Files field value if set, zero value otherwise.
func (*Commandresult) GetFilesOk ¶
func (o *Commandresult) GetFilesOk() ([]string, bool)
GetFilesOk returns a tuple with the Files field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) GetId ¶
func (o *Commandresult) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Commandresult) GetIdOk ¶
func (o *Commandresult) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) GetName ¶
func (o *Commandresult) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*Commandresult) GetNameOk ¶
func (o *Commandresult) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) GetOrganization ¶
func (o *Commandresult) GetOrganization() string
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*Commandresult) GetOrganizationOk ¶
func (o *Commandresult) GetOrganizationOk() (*string, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) GetRequestTime ¶
func (o *Commandresult) GetRequestTime() time.Time
GetRequestTime returns the RequestTime field value if set, zero value otherwise.
func (*Commandresult) GetRequestTimeOk ¶
func (o *Commandresult) GetRequestTimeOk() (*time.Time, bool)
GetRequestTimeOk returns a tuple with the RequestTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) GetResponse ¶
func (o *Commandresult) GetResponse() CommandresultResponse
GetResponse returns the Response field value if set, zero value otherwise.
func (*Commandresult) GetResponseOk ¶
func (o *Commandresult) GetResponseOk() (*CommandresultResponse, bool)
GetResponseOk returns a tuple with the Response field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) GetResponseTime ¶
func (o *Commandresult) GetResponseTime() time.Time
GetResponseTime returns the ResponseTime field value if set, zero value otherwise.
func (*Commandresult) GetResponseTimeOk ¶
func (o *Commandresult) GetResponseTimeOk() (*time.Time, bool)
GetResponseTimeOk returns a tuple with the ResponseTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) GetSudo ¶
func (o *Commandresult) GetSudo() bool
GetSudo returns the Sudo field value if set, zero value otherwise.
func (*Commandresult) GetSudoOk ¶
func (o *Commandresult) GetSudoOk() (*bool, bool)
GetSudoOk returns a tuple with the Sudo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) GetSystem ¶
func (o *Commandresult) GetSystem() string
GetSystem returns the System field value if set, zero value otherwise.
func (*Commandresult) GetSystemId ¶
func (o *Commandresult) GetSystemId() string
GetSystemId returns the SystemId field value if set, zero value otherwise.
func (*Commandresult) GetSystemIdOk ¶
func (o *Commandresult) GetSystemIdOk() (*string, bool)
GetSystemIdOk returns a tuple with the SystemId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) GetSystemOk ¶
func (o *Commandresult) GetSystemOk() (*string, bool)
GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) GetUser ¶
func (o *Commandresult) GetUser() string
GetUser returns the User field value if set, zero value otherwise.
func (*Commandresult) GetUserOk ¶
func (o *Commandresult) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) GetWorkflowId ¶
func (o *Commandresult) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value if set, zero value otherwise.
func (*Commandresult) GetWorkflowIdOk ¶
func (o *Commandresult) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) GetWorkflowInstanceId ¶
func (o *Commandresult) GetWorkflowInstanceId() string
GetWorkflowInstanceId returns the WorkflowInstanceId field value if set, zero value otherwise.
func (*Commandresult) GetWorkflowInstanceIdOk ¶
func (o *Commandresult) GetWorkflowInstanceIdOk() (*string, bool)
GetWorkflowInstanceIdOk returns a tuple with the WorkflowInstanceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresult) HasCommand ¶
func (o *Commandresult) HasCommand() bool
HasCommand returns a boolean if a field has been set.
func (*Commandresult) HasFiles ¶
func (o *Commandresult) HasFiles() bool
HasFiles returns a boolean if a field has been set.
func (*Commandresult) HasId ¶
func (o *Commandresult) HasId() bool
HasId returns a boolean if a field has been set.
func (*Commandresult) HasName ¶
func (o *Commandresult) HasName() bool
HasName returns a boolean if a field has been set.
func (*Commandresult) HasOrganization ¶
func (o *Commandresult) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (*Commandresult) HasRequestTime ¶
func (o *Commandresult) HasRequestTime() bool
HasRequestTime returns a boolean if a field has been set.
func (*Commandresult) HasResponse ¶
func (o *Commandresult) HasResponse() bool
HasResponse returns a boolean if a field has been set.
func (*Commandresult) HasResponseTime ¶
func (o *Commandresult) HasResponseTime() bool
HasResponseTime returns a boolean if a field has been set.
func (*Commandresult) HasSudo ¶
func (o *Commandresult) HasSudo() bool
HasSudo returns a boolean if a field has been set.
func (*Commandresult) HasSystem ¶
func (o *Commandresult) HasSystem() bool
HasSystem returns a boolean if a field has been set.
func (*Commandresult) HasSystemId ¶
func (o *Commandresult) HasSystemId() bool
HasSystemId returns a boolean if a field has been set.
func (*Commandresult) HasUser ¶
func (o *Commandresult) HasUser() bool
HasUser returns a boolean if a field has been set.
func (*Commandresult) HasWorkflowId ¶
func (o *Commandresult) HasWorkflowId() bool
HasWorkflowId returns a boolean if a field has been set.
func (*Commandresult) HasWorkflowInstanceId ¶
func (o *Commandresult) HasWorkflowInstanceId() bool
HasWorkflowInstanceId returns a boolean if a field has been set.
func (Commandresult) MarshalJSON ¶
func (o Commandresult) MarshalJSON() ([]byte, error)
func (*Commandresult) SetCommand ¶
func (o *Commandresult) SetCommand(v string)
SetCommand gets a reference to the given string and assigns it to the Command field.
func (*Commandresult) SetFiles ¶
func (o *Commandresult) SetFiles(v []string)
SetFiles gets a reference to the given []string and assigns it to the Files field.
func (*Commandresult) SetId ¶
func (o *Commandresult) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Commandresult) SetName ¶
func (o *Commandresult) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Commandresult) SetOrganization ¶
func (o *Commandresult) SetOrganization(v string)
SetOrganization gets a reference to the given string and assigns it to the Organization field.
func (*Commandresult) SetRequestTime ¶
func (o *Commandresult) SetRequestTime(v time.Time)
SetRequestTime gets a reference to the given time.Time and assigns it to the RequestTime field.
func (*Commandresult) SetResponse ¶
func (o *Commandresult) SetResponse(v CommandresultResponse)
SetResponse gets a reference to the given CommandresultResponse and assigns it to the Response field.
func (*Commandresult) SetResponseTime ¶
func (o *Commandresult) SetResponseTime(v time.Time)
SetResponseTime gets a reference to the given time.Time and assigns it to the ResponseTime field.
func (*Commandresult) SetSudo ¶
func (o *Commandresult) SetSudo(v bool)
SetSudo gets a reference to the given bool and assigns it to the Sudo field.
func (*Commandresult) SetSystem ¶
func (o *Commandresult) SetSystem(v string)
SetSystem gets a reference to the given string and assigns it to the System field.
func (*Commandresult) SetSystemId ¶
func (o *Commandresult) SetSystemId(v string)
SetSystemId gets a reference to the given string and assigns it to the SystemId field.
func (*Commandresult) SetUser ¶
func (o *Commandresult) SetUser(v string)
SetUser gets a reference to the given string and assigns it to the User field.
func (*Commandresult) SetWorkflowId ¶
func (o *Commandresult) SetWorkflowId(v string)
SetWorkflowId gets a reference to the given string and assigns it to the WorkflowId field.
func (*Commandresult) SetWorkflowInstanceId ¶
func (o *Commandresult) SetWorkflowInstanceId(v string)
SetWorkflowInstanceId gets a reference to the given string and assigns it to the WorkflowInstanceId field.
func (Commandresult) ToMap ¶
func (o Commandresult) ToMap() (map[string]interface{}, error)
func (*Commandresult) UnmarshalJSON ¶
func (o *Commandresult) UnmarshalJSON(bytes []byte) (err error)
type CommandresultResponse ¶
type CommandresultResponse struct { Data *CommandresultResponseData `json:"data,omitempty"` // The stderr output from the command that ran. Error *string `json:"error,omitempty"` // ID of the response. Id *string `json:"id,omitempty"` AdditionalProperties map[string]interface{} }
CommandresultResponse struct for CommandresultResponse
func NewCommandresultResponse ¶
func NewCommandresultResponse() *CommandresultResponse
NewCommandresultResponse instantiates a new CommandresultResponse 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 NewCommandresultResponseWithDefaults ¶
func NewCommandresultResponseWithDefaults() *CommandresultResponse
NewCommandresultResponseWithDefaults instantiates a new CommandresultResponse 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 (*CommandresultResponse) GetData ¶
func (o *CommandresultResponse) GetData() CommandresultResponseData
GetData returns the Data field value if set, zero value otherwise.
func (*CommandresultResponse) GetDataOk ¶
func (o *CommandresultResponse) GetDataOk() (*CommandresultResponseData, bool)
GetDataOk returns a tuple with the Data field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultResponse) GetError ¶
func (o *CommandresultResponse) GetError() string
GetError returns the Error field value if set, zero value otherwise.
func (*CommandresultResponse) GetErrorOk ¶
func (o *CommandresultResponse) GetErrorOk() (*string, bool)
GetErrorOk returns a tuple with the Error field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultResponse) GetId ¶
func (o *CommandresultResponse) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CommandresultResponse) GetIdOk ¶
func (o *CommandresultResponse) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultResponse) HasData ¶
func (o *CommandresultResponse) HasData() bool
HasData returns a boolean if a field has been set.
func (*CommandresultResponse) HasError ¶
func (o *CommandresultResponse) HasError() bool
HasError returns a boolean if a field has been set.
func (*CommandresultResponse) HasId ¶
func (o *CommandresultResponse) HasId() bool
HasId returns a boolean if a field has been set.
func (CommandresultResponse) MarshalJSON ¶
func (o CommandresultResponse) MarshalJSON() ([]byte, error)
func (*CommandresultResponse) SetData ¶
func (o *CommandresultResponse) SetData(v CommandresultResponseData)
SetData gets a reference to the given CommandresultResponseData and assigns it to the Data field.
func (*CommandresultResponse) SetError ¶
func (o *CommandresultResponse) SetError(v string)
SetError gets a reference to the given string and assigns it to the Error field.
func (*CommandresultResponse) SetId ¶
func (o *CommandresultResponse) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (CommandresultResponse) ToMap ¶
func (o CommandresultResponse) ToMap() (map[string]interface{}, error)
func (*CommandresultResponse) UnmarshalJSON ¶
func (o *CommandresultResponse) UnmarshalJSON(bytes []byte) (err error)
type CommandresultResponseData ¶
type CommandresultResponseData struct { // The stderr output from the command that ran. ExitCode *int32 `json:"exitCode,omitempty"` // The output of the command that was executed. Output *string `json:"output,omitempty"` AdditionalProperties map[string]interface{} }
CommandresultResponseData struct for CommandresultResponseData
func NewCommandresultResponseData ¶
func NewCommandresultResponseData() *CommandresultResponseData
NewCommandresultResponseData instantiates a new CommandresultResponseData 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 NewCommandresultResponseDataWithDefaults ¶
func NewCommandresultResponseDataWithDefaults() *CommandresultResponseData
NewCommandresultResponseDataWithDefaults instantiates a new CommandresultResponseData 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 (*CommandresultResponseData) GetExitCode ¶
func (o *CommandresultResponseData) GetExitCode() int32
GetExitCode returns the ExitCode field value if set, zero value otherwise.
func (*CommandresultResponseData) GetExitCodeOk ¶
func (o *CommandresultResponseData) GetExitCodeOk() (*int32, bool)
GetExitCodeOk returns a tuple with the ExitCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultResponseData) GetOutput ¶
func (o *CommandresultResponseData) GetOutput() string
GetOutput returns the Output field value if set, zero value otherwise.
func (*CommandresultResponseData) GetOutputOk ¶
func (o *CommandresultResponseData) GetOutputOk() (*string, bool)
GetOutputOk returns a tuple with the Output field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultResponseData) HasExitCode ¶
func (o *CommandresultResponseData) HasExitCode() bool
HasExitCode returns a boolean if a field has been set.
func (*CommandresultResponseData) HasOutput ¶
func (o *CommandresultResponseData) HasOutput() bool
HasOutput returns a boolean if a field has been set.
func (CommandresultResponseData) MarshalJSON ¶
func (o CommandresultResponseData) MarshalJSON() ([]byte, error)
func (*CommandresultResponseData) SetExitCode ¶
func (o *CommandresultResponseData) SetExitCode(v int32)
SetExitCode gets a reference to the given int32 and assigns it to the ExitCode field.
func (*CommandresultResponseData) SetOutput ¶
func (o *CommandresultResponseData) SetOutput(v string)
SetOutput gets a reference to the given string and assigns it to the Output field.
func (CommandresultResponseData) ToMap ¶
func (o CommandresultResponseData) ToMap() (map[string]interface{}, error)
func (*CommandresultResponseData) UnmarshalJSON ¶
func (o *CommandresultResponseData) UnmarshalJSON(bytes []byte) (err error)
type Commandresultslist ¶
type Commandresultslist struct { Results []CommandresultslistResultsInner `json:"results,omitempty"` // The total number of command results. TotalCount *int32 `json:"totalCount,omitempty"` AdditionalProperties map[string]interface{} }
Commandresultslist struct for Commandresultslist
func NewCommandresultslist ¶
func NewCommandresultslist() *Commandresultslist
NewCommandresultslist instantiates a new Commandresultslist 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 NewCommandresultslistWithDefaults ¶
func NewCommandresultslistWithDefaults() *Commandresultslist
NewCommandresultslistWithDefaults instantiates a new Commandresultslist 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 (*Commandresultslist) GetResults ¶
func (o *Commandresultslist) GetResults() []CommandresultslistResultsInner
GetResults returns the Results field value if set, zero value otherwise.
func (*Commandresultslist) GetResultsOk ¶
func (o *Commandresultslist) GetResultsOk() ([]CommandresultslistResultsInner, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresultslist) GetTotalCount ¶
func (o *Commandresultslist) GetTotalCount() int32
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*Commandresultslist) GetTotalCountOk ¶
func (o *Commandresultslist) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandresultslist) HasResults ¶
func (o *Commandresultslist) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*Commandresultslist) HasTotalCount ¶
func (o *Commandresultslist) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (Commandresultslist) MarshalJSON ¶
func (o Commandresultslist) MarshalJSON() ([]byte, error)
func (*Commandresultslist) SetResults ¶
func (o *Commandresultslist) SetResults(v []CommandresultslistResultsInner)
SetResults gets a reference to the given []CommandresultslistResultsInner and assigns it to the Results field.
func (*Commandresultslist) SetTotalCount ¶
func (o *Commandresultslist) SetTotalCount(v int32)
SetTotalCount gets a reference to the given int32 and assigns it to the TotalCount field.
func (Commandresultslist) ToMap ¶
func (o Commandresultslist) ToMap() (map[string]interface{}, error)
func (*Commandresultslist) UnmarshalJSON ¶
func (o *Commandresultslist) UnmarshalJSON(bytes []byte) (err error)
type CommandresultslistResultsInner ¶
type CommandresultslistResultsInner struct { // The ID of the command result. Id *string `json:"_id,omitempty"` // The command that was executed on the system. Command *string `json:"command,omitempty"` // The stderr output from the command that ran. ExitCode *int32 `json:"exitCode,omitempty"` // The name of the command. Name *string `json:"name,omitempty"` // The time (UTC) that the command was sent. RequestTime *time.Time `json:"requestTime,omitempty"` // The time (UTC) that the command was completed. ResponseTime *time.Time `json:"responseTime,omitempty"` // If the user had sudo rights. Sudo *bool `json:"sudo,omitempty"` // The display name of the system the command was executed on. System *string `json:"system,omitempty"` // The id of the system the command was executed on. SystemId *string `json:"systemId,omitempty"` // The user the command ran as. User *string `json:"user,omitempty"` // The id for the command that ran on the system. WorkflowId *string `json:"workflowId,omitempty"` AdditionalProperties map[string]interface{} }
CommandresultslistResultsInner struct for CommandresultslistResultsInner
func NewCommandresultslistResultsInner ¶
func NewCommandresultslistResultsInner() *CommandresultslistResultsInner
NewCommandresultslistResultsInner instantiates a new CommandresultslistResultsInner 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 NewCommandresultslistResultsInnerWithDefaults ¶
func NewCommandresultslistResultsInnerWithDefaults() *CommandresultslistResultsInner
NewCommandresultslistResultsInnerWithDefaults instantiates a new CommandresultslistResultsInner 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 (*CommandresultslistResultsInner) GetCommand ¶
func (o *CommandresultslistResultsInner) GetCommand() string
GetCommand returns the Command field value if set, zero value otherwise.
func (*CommandresultslistResultsInner) GetCommandOk ¶
func (o *CommandresultslistResultsInner) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultslistResultsInner) GetExitCode ¶
func (o *CommandresultslistResultsInner) GetExitCode() int32
GetExitCode returns the ExitCode field value if set, zero value otherwise.
func (*CommandresultslistResultsInner) GetExitCodeOk ¶
func (o *CommandresultslistResultsInner) GetExitCodeOk() (*int32, bool)
GetExitCodeOk returns a tuple with the ExitCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultslistResultsInner) GetId ¶
func (o *CommandresultslistResultsInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CommandresultslistResultsInner) GetIdOk ¶
func (o *CommandresultslistResultsInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultslistResultsInner) GetName ¶
func (o *CommandresultslistResultsInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CommandresultslistResultsInner) GetNameOk ¶
func (o *CommandresultslistResultsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultslistResultsInner) GetRequestTime ¶
func (o *CommandresultslistResultsInner) GetRequestTime() time.Time
GetRequestTime returns the RequestTime field value if set, zero value otherwise.
func (*CommandresultslistResultsInner) GetRequestTimeOk ¶
func (o *CommandresultslistResultsInner) GetRequestTimeOk() (*time.Time, bool)
GetRequestTimeOk returns a tuple with the RequestTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultslistResultsInner) GetResponseTime ¶
func (o *CommandresultslistResultsInner) GetResponseTime() time.Time
GetResponseTime returns the ResponseTime field value if set, zero value otherwise.
func (*CommandresultslistResultsInner) GetResponseTimeOk ¶
func (o *CommandresultslistResultsInner) GetResponseTimeOk() (*time.Time, bool)
GetResponseTimeOk returns a tuple with the ResponseTime field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultslistResultsInner) GetSudo ¶
func (o *CommandresultslistResultsInner) GetSudo() bool
GetSudo returns the Sudo field value if set, zero value otherwise.
func (*CommandresultslistResultsInner) GetSudoOk ¶
func (o *CommandresultslistResultsInner) GetSudoOk() (*bool, bool)
GetSudoOk returns a tuple with the Sudo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultslistResultsInner) GetSystem ¶
func (o *CommandresultslistResultsInner) GetSystem() string
GetSystem returns the System field value if set, zero value otherwise.
func (*CommandresultslistResultsInner) GetSystemId ¶
func (o *CommandresultslistResultsInner) GetSystemId() string
GetSystemId returns the SystemId field value if set, zero value otherwise.
func (*CommandresultslistResultsInner) GetSystemIdOk ¶
func (o *CommandresultslistResultsInner) GetSystemIdOk() (*string, bool)
GetSystemIdOk returns a tuple with the SystemId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultslistResultsInner) GetSystemOk ¶
func (o *CommandresultslistResultsInner) GetSystemOk() (*string, bool)
GetSystemOk returns a tuple with the System field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultslistResultsInner) GetUser ¶
func (o *CommandresultslistResultsInner) GetUser() string
GetUser returns the User field value if set, zero value otherwise.
func (*CommandresultslistResultsInner) GetUserOk ¶
func (o *CommandresultslistResultsInner) GetUserOk() (*string, bool)
GetUserOk returns a tuple with the User field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultslistResultsInner) GetWorkflowId ¶
func (o *CommandresultslistResultsInner) GetWorkflowId() string
GetWorkflowId returns the WorkflowId field value if set, zero value otherwise.
func (*CommandresultslistResultsInner) GetWorkflowIdOk ¶
func (o *CommandresultslistResultsInner) GetWorkflowIdOk() (*string, bool)
GetWorkflowIdOk returns a tuple with the WorkflowId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandresultslistResultsInner) HasCommand ¶
func (o *CommandresultslistResultsInner) HasCommand() bool
HasCommand returns a boolean if a field has been set.
func (*CommandresultslistResultsInner) HasExitCode ¶
func (o *CommandresultslistResultsInner) HasExitCode() bool
HasExitCode returns a boolean if a field has been set.
func (*CommandresultslistResultsInner) HasId ¶
func (o *CommandresultslistResultsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*CommandresultslistResultsInner) HasName ¶
func (o *CommandresultslistResultsInner) HasName() bool
HasName returns a boolean if a field has been set.
func (*CommandresultslistResultsInner) HasRequestTime ¶
func (o *CommandresultslistResultsInner) HasRequestTime() bool
HasRequestTime returns a boolean if a field has been set.
func (*CommandresultslistResultsInner) HasResponseTime ¶
func (o *CommandresultslistResultsInner) HasResponseTime() bool
HasResponseTime returns a boolean if a field has been set.
func (*CommandresultslistResultsInner) HasSudo ¶
func (o *CommandresultslistResultsInner) HasSudo() bool
HasSudo returns a boolean if a field has been set.
func (*CommandresultslistResultsInner) HasSystem ¶
func (o *CommandresultslistResultsInner) HasSystem() bool
HasSystem returns a boolean if a field has been set.
func (*CommandresultslistResultsInner) HasSystemId ¶
func (o *CommandresultslistResultsInner) HasSystemId() bool
HasSystemId returns a boolean if a field has been set.
func (*CommandresultslistResultsInner) HasUser ¶
func (o *CommandresultslistResultsInner) HasUser() bool
HasUser returns a boolean if a field has been set.
func (*CommandresultslistResultsInner) HasWorkflowId ¶
func (o *CommandresultslistResultsInner) HasWorkflowId() bool
HasWorkflowId returns a boolean if a field has been set.
func (CommandresultslistResultsInner) MarshalJSON ¶
func (o CommandresultslistResultsInner) MarshalJSON() ([]byte, error)
func (*CommandresultslistResultsInner) SetCommand ¶
func (o *CommandresultslistResultsInner) SetCommand(v string)
SetCommand gets a reference to the given string and assigns it to the Command field.
func (*CommandresultslistResultsInner) SetExitCode ¶
func (o *CommandresultslistResultsInner) SetExitCode(v int32)
SetExitCode gets a reference to the given int32 and assigns it to the ExitCode field.
func (*CommandresultslistResultsInner) SetId ¶
func (o *CommandresultslistResultsInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CommandresultslistResultsInner) SetName ¶
func (o *CommandresultslistResultsInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*CommandresultslistResultsInner) SetRequestTime ¶
func (o *CommandresultslistResultsInner) SetRequestTime(v time.Time)
SetRequestTime gets a reference to the given time.Time and assigns it to the RequestTime field.
func (*CommandresultslistResultsInner) SetResponseTime ¶
func (o *CommandresultslistResultsInner) SetResponseTime(v time.Time)
SetResponseTime gets a reference to the given time.Time and assigns it to the ResponseTime field.
func (*CommandresultslistResultsInner) SetSudo ¶
func (o *CommandresultslistResultsInner) SetSudo(v bool)
SetSudo gets a reference to the given bool and assigns it to the Sudo field.
func (*CommandresultslistResultsInner) SetSystem ¶
func (o *CommandresultslistResultsInner) SetSystem(v string)
SetSystem gets a reference to the given string and assigns it to the System field.
func (*CommandresultslistResultsInner) SetSystemId ¶
func (o *CommandresultslistResultsInner) SetSystemId(v string)
SetSystemId gets a reference to the given string and assigns it to the SystemId field.
func (*CommandresultslistResultsInner) SetUser ¶
func (o *CommandresultslistResultsInner) SetUser(v string)
SetUser gets a reference to the given string and assigns it to the User field.
func (*CommandresultslistResultsInner) SetWorkflowId ¶
func (o *CommandresultslistResultsInner) SetWorkflowId(v string)
SetWorkflowId gets a reference to the given string and assigns it to the WorkflowId field.
func (CommandresultslistResultsInner) ToMap ¶
func (o CommandresultslistResultsInner) ToMap() (map[string]interface{}, error)
func (*CommandresultslistResultsInner) UnmarshalJSON ¶
func (o *CommandresultslistResultsInner) UnmarshalJSON(bytes []byte) (err error)
type CommandsApiCommandFileGetRequest ¶
type CommandsApiCommandFileGetRequest struct { ApiService *CommandsApiService // contains filtered or unexported fields }
func (CommandsApiCommandFileGetRequest) Execute ¶
func (r CommandsApiCommandFileGetRequest) Execute() (*Commandfilereturn, *http.Response, error)
func (CommandsApiCommandFileGetRequest) Fields ¶
func (r CommandsApiCommandFileGetRequest) Fields(fields string) CommandsApiCommandFileGetRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (CommandsApiCommandFileGetRequest) Limit ¶
func (r CommandsApiCommandFileGetRequest) Limit(limit int32) CommandsApiCommandFileGetRequest
The number of records to return at once. Limited to 100.
func (CommandsApiCommandFileGetRequest) Skip ¶
func (r CommandsApiCommandFileGetRequest) Skip(skip int32) CommandsApiCommandFileGetRequest
The offset into the records to return.
func (CommandsApiCommandFileGetRequest) XOrgId ¶
func (r CommandsApiCommandFileGetRequest) XOrgId(xOrgId string) CommandsApiCommandFileGetRequest
type CommandsApiCommandsDeleteRequest ¶
type CommandsApiCommandsDeleteRequest struct { ApiService *CommandsApiService // contains filtered or unexported fields }
func (CommandsApiCommandsDeleteRequest) Execute ¶
func (r CommandsApiCommandsDeleteRequest) Execute() (*Command, *http.Response, error)
func (CommandsApiCommandsDeleteRequest) XOrgId ¶
func (r CommandsApiCommandsDeleteRequest) XOrgId(xOrgId string) CommandsApiCommandsDeleteRequest
type CommandsApiCommandsGetRequest ¶
type CommandsApiCommandsGetRequest struct { ApiService *CommandsApiService // contains filtered or unexported fields }
func (CommandsApiCommandsGetRequest) Execute ¶
func (r CommandsApiCommandsGetRequest) Execute() (*Command, *http.Response, error)
func (CommandsApiCommandsGetRequest) Fields ¶
func (r CommandsApiCommandsGetRequest) Fields(fields string) CommandsApiCommandsGetRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (CommandsApiCommandsGetRequest) XOrgId ¶
func (r CommandsApiCommandsGetRequest) XOrgId(xOrgId string) CommandsApiCommandsGetRequest
type CommandsApiCommandsGetResultsRequest ¶
type CommandsApiCommandsGetResultsRequest struct { ApiService *CommandsApiService // contains filtered or unexported fields }
func (CommandsApiCommandsGetResultsRequest) Execute ¶
func (r CommandsApiCommandsGetResultsRequest) Execute() ([]Commandresult, *http.Response, error)
func (CommandsApiCommandsGetResultsRequest) Limit ¶
func (r CommandsApiCommandsGetResultsRequest) Limit(limit int32) CommandsApiCommandsGetResultsRequest
The number of records to return at once. Limited to 100.
func (CommandsApiCommandsGetResultsRequest) Skip ¶
func (r CommandsApiCommandsGetResultsRequest) Skip(skip int32) CommandsApiCommandsGetResultsRequest
The offset into the records to return.
type CommandsApiCommandsListRequest ¶
type CommandsApiCommandsListRequest struct { ApiService *CommandsApiService // contains filtered or unexported fields }
func (CommandsApiCommandsListRequest) Execute ¶
func (r CommandsApiCommandsListRequest) Execute() (*Commandslist, *http.Response, error)
func (CommandsApiCommandsListRequest) Fields ¶
func (r CommandsApiCommandsListRequest) Fields(fields string) CommandsApiCommandsListRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (CommandsApiCommandsListRequest) Filter ¶
func (r CommandsApiCommandsListRequest) Filter(filter string) CommandsApiCommandsListRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (CommandsApiCommandsListRequest) Limit ¶
func (r CommandsApiCommandsListRequest) Limit(limit int32) CommandsApiCommandsListRequest
The number of records to return at once. Limited to 100.
func (CommandsApiCommandsListRequest) Skip ¶
func (r CommandsApiCommandsListRequest) Skip(skip int32) CommandsApiCommandsListRequest
The offset into the records to return.
func (CommandsApiCommandsListRequest) Sort ¶
func (r CommandsApiCommandsListRequest) Sort(sort string) CommandsApiCommandsListRequest
Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending.
func (CommandsApiCommandsListRequest) XOrgId ¶
func (r CommandsApiCommandsListRequest) XOrgId(xOrgId string) CommandsApiCommandsListRequest
type CommandsApiCommandsPostRequest ¶
type CommandsApiCommandsPostRequest struct { ApiService *CommandsApiService // contains filtered or unexported fields }
func (CommandsApiCommandsPostRequest) Body ¶
func (r CommandsApiCommandsPostRequest) Body(body Command) CommandsApiCommandsPostRequest
func (CommandsApiCommandsPostRequest) Execute ¶
func (r CommandsApiCommandsPostRequest) Execute() (*Command, *http.Response, error)
func (CommandsApiCommandsPostRequest) XOrgId ¶
func (r CommandsApiCommandsPostRequest) XOrgId(xOrgId string) CommandsApiCommandsPostRequest
type CommandsApiCommandsPutRequest ¶
type CommandsApiCommandsPutRequest struct { ApiService *CommandsApiService // contains filtered or unexported fields }
func (CommandsApiCommandsPutRequest) Body ¶
func (r CommandsApiCommandsPutRequest) Body(body Command) CommandsApiCommandsPutRequest
func (CommandsApiCommandsPutRequest) Execute ¶
func (r CommandsApiCommandsPutRequest) Execute() (*Command, *http.Response, error)
func (CommandsApiCommandsPutRequest) XOrgId ¶
func (r CommandsApiCommandsPutRequest) XOrgId(xOrgId string) CommandsApiCommandsPutRequest
type CommandsApiService ¶
type CommandsApiService service
CommandsApiService CommandsApi service
func (*CommandsApiService) CommandFileGet ¶
func (a *CommandsApiService) CommandFileGet(ctx context.Context, id string) CommandsApiCommandFileGetRequest
CommandFileGet Get a Command File
This endpoint returns the uploaded file(s) associated with a specific command.
#### Sample Request
```
curl -X GET https://console.jumpcloud.com/api/files/command/{commandID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' ``` @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return CommandsApiCommandFileGetRequest
func (*CommandsApiService) CommandFileGetExecute ¶
func (a *CommandsApiService) CommandFileGetExecute(r CommandsApiCommandFileGetRequest) (*Commandfilereturn, *http.Response, error)
Execute executes the request
@return Commandfilereturn
func (*CommandsApiService) CommandsDelete ¶
func (a *CommandsApiService) CommandsDelete(ctx context.Context, id string) CommandsApiCommandsDeleteRequest
CommandsDelete Delete a Command
This endpoint deletes a specific command based on the Command ID.
#### Sample Request ```
curl -X DELETE https://console.jumpcloud.com/api/commands/{CommandID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return CommandsApiCommandsDeleteRequest
func (*CommandsApiService) CommandsDeleteExecute ¶
func (a *CommandsApiService) CommandsDeleteExecute(r CommandsApiCommandsDeleteRequest) (*Command, *http.Response, error)
Execute executes the request
@return Command
func (*CommandsApiService) CommandsGet ¶
func (a *CommandsApiService) CommandsGet(ctx context.Context, id string) CommandsApiCommandsGetRequest
CommandsGet List an individual Command
This endpoint returns a specific command based on the command ID.
#### Sample Request ```
curl -X GET https://console.jumpcloud.com/api/commands/{CommandID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return CommandsApiCommandsGetRequest
func (*CommandsApiService) CommandsGetExecute ¶
func (a *CommandsApiService) CommandsGetExecute(r CommandsApiCommandsGetRequest) (*Command, *http.Response, error)
Execute executes the request
@return Command
func (*CommandsApiService) CommandsGetResults ¶
func (a *CommandsApiService) CommandsGetResults(ctx context.Context, id string) CommandsApiCommandsGetResultsRequest
CommandsGetResults Get results for a specific command
This endpoint returns results for a specific command.
#### Sample Request ```
curl -X GET https://console.jumpcloud.com/api/commands/{id}/results \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' ```` @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return CommandsApiCommandsGetResultsRequest
func (*CommandsApiService) CommandsGetResultsExecute ¶
func (a *CommandsApiService) CommandsGetResultsExecute(r CommandsApiCommandsGetResultsRequest) ([]Commandresult, *http.Response, error)
Execute executes the request
@return []Commandresult
func (*CommandsApiService) CommandsList ¶
func (a *CommandsApiService) CommandsList(ctx context.Context) CommandsApiCommandsListRequest
CommandsList List All Commands
This endpoint returns all commands.
#### Sample Request ```
curl -X GET https://console.jumpcloud.com/api/commands/ \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return CommandsApiCommandsListRequest
func (*CommandsApiService) CommandsListExecute ¶
func (a *CommandsApiService) CommandsListExecute(r CommandsApiCommandsListRequest) (*Commandslist, *http.Response, error)
Execute executes the request
@return Commandslist
func (*CommandsApiService) CommandsPost ¶
func (a *CommandsApiService) CommandsPost(ctx context.Context) CommandsApiCommandsPostRequest
CommandsPost Create A Command
This endpoint allows you to create a new command.
NOTE: the system property in the command is not used. Use a POST to /api/v2/commands/{id}/associations to bind a command to a system.
#### Sample Request ```
curl -X POST https://console.jumpcloud.com/api/commands/ \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' -H 'x-api-key: {API_KEY}' -d '{"name":"Test API Command", "command":"String", "user":"{UserID}", "schedule":"", "timeout":"100"}'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return CommandsApiCommandsPostRequest
func (*CommandsApiService) CommandsPostExecute ¶
func (a *CommandsApiService) CommandsPostExecute(r CommandsApiCommandsPostRequest) (*Command, *http.Response, error)
Execute executes the request
@return Command
func (*CommandsApiService) CommandsPut ¶
func (a *CommandsApiService) CommandsPut(ctx context.Context, id string) CommandsApiCommandsPutRequest
CommandsPut Update a Command
This endpoint Updates a command based on the command ID and returns the modified command record.
#### Sample Request ```
curl -X PUT https://console.jumpcloud.com/api/commands/{CommandID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "name":"Test API Command", "command":"String", "user":"{UserID}", "schedule":"", "timeout":"100" }'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return CommandsApiCommandsPutRequest
func (*CommandsApiService) CommandsPutExecute ¶
func (a *CommandsApiService) CommandsPutExecute(r CommandsApiCommandsPutRequest) (*Command, *http.Response, error)
Execute executes the request
@return Command
type Commandslist ¶
type Commandslist struct { Results []CommandslistResultsInner `json:"results,omitempty"` // The total number of commands TotalCount *int32 `json:"totalCount,omitempty"` AdditionalProperties map[string]interface{} }
Commandslist struct for Commandslist
func NewCommandslist ¶
func NewCommandslist() *Commandslist
NewCommandslist instantiates a new Commandslist 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 NewCommandslistWithDefaults ¶
func NewCommandslistWithDefaults() *Commandslist
NewCommandslistWithDefaults instantiates a new Commandslist 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 (*Commandslist) GetResults ¶
func (o *Commandslist) GetResults() []CommandslistResultsInner
GetResults returns the Results field value if set, zero value otherwise.
func (*Commandslist) GetResultsOk ¶
func (o *Commandslist) GetResultsOk() ([]CommandslistResultsInner, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandslist) GetTotalCount ¶
func (o *Commandslist) GetTotalCount() int32
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*Commandslist) GetTotalCountOk ¶
func (o *Commandslist) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Commandslist) HasResults ¶
func (o *Commandslist) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*Commandslist) HasTotalCount ¶
func (o *Commandslist) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (Commandslist) MarshalJSON ¶
func (o Commandslist) MarshalJSON() ([]byte, error)
func (*Commandslist) SetResults ¶
func (o *Commandslist) SetResults(v []CommandslistResultsInner)
SetResults gets a reference to the given []CommandslistResultsInner and assigns it to the Results field.
func (*Commandslist) SetTotalCount ¶
func (o *Commandslist) SetTotalCount(v int32)
SetTotalCount gets a reference to the given int32 and assigns it to the TotalCount field.
func (Commandslist) ToMap ¶
func (o Commandslist) ToMap() (map[string]interface{}, error)
func (*Commandslist) UnmarshalJSON ¶
func (o *Commandslist) UnmarshalJSON(bytes []byte) (err error)
type CommandslistResultsInner ¶
type CommandslistResultsInner struct { // The ID of the command. Id *string `json:"_id,omitempty"` // The Command to execute. Command *string `json:"command,omitempty"` // The Command OS. CommandType *string `json:"commandType,omitempty"` // How the Command is executed. LaunchType *string `json:"launchType,omitempty"` ListensTo *string `json:"listensTo,omitempty"` // The name of the Command. Name *string `json:"name,omitempty"` // The ID of the Organization. Organization *string `json:"organization,omitempty"` // A crontab that consists of: [ (seconds) (minutes) (hours) (days of month) (months) (weekdays) ] or [ immediate ]. If you send this as an empty string, it will run immediately. Schedule *string `json:"schedule,omitempty"` // When the command will repeat. ScheduleRepeatType *string `json:"scheduleRepeatType,omitempty"` // Trigger to execute command. Trigger *string `json:"trigger,omitempty"` AdditionalProperties map[string]interface{} }
CommandslistResultsInner struct for CommandslistResultsInner
func NewCommandslistResultsInner ¶
func NewCommandslistResultsInner() *CommandslistResultsInner
NewCommandslistResultsInner instantiates a new CommandslistResultsInner 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 NewCommandslistResultsInnerWithDefaults ¶
func NewCommandslistResultsInnerWithDefaults() *CommandslistResultsInner
NewCommandslistResultsInnerWithDefaults instantiates a new CommandslistResultsInner 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 (*CommandslistResultsInner) GetCommand ¶
func (o *CommandslistResultsInner) GetCommand() string
GetCommand returns the Command field value if set, zero value otherwise.
func (*CommandslistResultsInner) GetCommandOk ¶
func (o *CommandslistResultsInner) GetCommandOk() (*string, bool)
GetCommandOk returns a tuple with the Command field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandslistResultsInner) GetCommandType ¶
func (o *CommandslistResultsInner) GetCommandType() string
GetCommandType returns the CommandType field value if set, zero value otherwise.
func (*CommandslistResultsInner) GetCommandTypeOk ¶
func (o *CommandslistResultsInner) GetCommandTypeOk() (*string, bool)
GetCommandTypeOk returns a tuple with the CommandType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandslistResultsInner) GetId ¶
func (o *CommandslistResultsInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*CommandslistResultsInner) GetIdOk ¶
func (o *CommandslistResultsInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandslistResultsInner) GetLaunchType ¶
func (o *CommandslistResultsInner) GetLaunchType() string
GetLaunchType returns the LaunchType field value if set, zero value otherwise.
func (*CommandslistResultsInner) GetLaunchTypeOk ¶
func (o *CommandslistResultsInner) GetLaunchTypeOk() (*string, bool)
GetLaunchTypeOk returns a tuple with the LaunchType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandslistResultsInner) GetListensTo ¶
func (o *CommandslistResultsInner) GetListensTo() string
GetListensTo returns the ListensTo field value if set, zero value otherwise.
func (*CommandslistResultsInner) GetListensToOk ¶
func (o *CommandslistResultsInner) GetListensToOk() (*string, bool)
GetListensToOk returns a tuple with the ListensTo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandslistResultsInner) GetName ¶
func (o *CommandslistResultsInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*CommandslistResultsInner) GetNameOk ¶
func (o *CommandslistResultsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandslistResultsInner) GetOrganization ¶
func (o *CommandslistResultsInner) GetOrganization() string
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*CommandslistResultsInner) GetOrganizationOk ¶
func (o *CommandslistResultsInner) GetOrganizationOk() (*string, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandslistResultsInner) GetSchedule ¶
func (o *CommandslistResultsInner) GetSchedule() string
GetSchedule returns the Schedule field value if set, zero value otherwise.
func (*CommandslistResultsInner) GetScheduleOk ¶
func (o *CommandslistResultsInner) GetScheduleOk() (*string, bool)
GetScheduleOk returns a tuple with the Schedule field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandslistResultsInner) GetScheduleRepeatType ¶
func (o *CommandslistResultsInner) GetScheduleRepeatType() string
GetScheduleRepeatType returns the ScheduleRepeatType field value if set, zero value otherwise.
func (*CommandslistResultsInner) GetScheduleRepeatTypeOk ¶
func (o *CommandslistResultsInner) GetScheduleRepeatTypeOk() (*string, bool)
GetScheduleRepeatTypeOk returns a tuple with the ScheduleRepeatType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandslistResultsInner) GetTrigger ¶
func (o *CommandslistResultsInner) GetTrigger() string
GetTrigger returns the Trigger field value if set, zero value otherwise.
func (*CommandslistResultsInner) GetTriggerOk ¶
func (o *CommandslistResultsInner) GetTriggerOk() (*string, bool)
GetTriggerOk returns a tuple with the Trigger field value if set, nil otherwise and a boolean to check if the value has been set.
func (*CommandslistResultsInner) HasCommand ¶
func (o *CommandslistResultsInner) HasCommand() bool
HasCommand returns a boolean if a field has been set.
func (*CommandslistResultsInner) HasCommandType ¶
func (o *CommandslistResultsInner) HasCommandType() bool
HasCommandType returns a boolean if a field has been set.
func (*CommandslistResultsInner) HasId ¶
func (o *CommandslistResultsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*CommandslistResultsInner) HasLaunchType ¶
func (o *CommandslistResultsInner) HasLaunchType() bool
HasLaunchType returns a boolean if a field has been set.
func (*CommandslistResultsInner) HasListensTo ¶
func (o *CommandslistResultsInner) HasListensTo() bool
HasListensTo returns a boolean if a field has been set.
func (*CommandslistResultsInner) HasName ¶
func (o *CommandslistResultsInner) HasName() bool
HasName returns a boolean if a field has been set.
func (*CommandslistResultsInner) HasOrganization ¶
func (o *CommandslistResultsInner) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (*CommandslistResultsInner) HasSchedule ¶
func (o *CommandslistResultsInner) HasSchedule() bool
HasSchedule returns a boolean if a field has been set.
func (*CommandslistResultsInner) HasScheduleRepeatType ¶
func (o *CommandslistResultsInner) HasScheduleRepeatType() bool
HasScheduleRepeatType returns a boolean if a field has been set.
func (*CommandslistResultsInner) HasTrigger ¶
func (o *CommandslistResultsInner) HasTrigger() bool
HasTrigger returns a boolean if a field has been set.
func (CommandslistResultsInner) MarshalJSON ¶
func (o CommandslistResultsInner) MarshalJSON() ([]byte, error)
func (*CommandslistResultsInner) SetCommand ¶
func (o *CommandslistResultsInner) SetCommand(v string)
SetCommand gets a reference to the given string and assigns it to the Command field.
func (*CommandslistResultsInner) SetCommandType ¶
func (o *CommandslistResultsInner) SetCommandType(v string)
SetCommandType gets a reference to the given string and assigns it to the CommandType field.
func (*CommandslistResultsInner) SetId ¶
func (o *CommandslistResultsInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*CommandslistResultsInner) SetLaunchType ¶
func (o *CommandslistResultsInner) SetLaunchType(v string)
SetLaunchType gets a reference to the given string and assigns it to the LaunchType field.
func (*CommandslistResultsInner) SetListensTo ¶
func (o *CommandslistResultsInner) SetListensTo(v string)
SetListensTo gets a reference to the given string and assigns it to the ListensTo field.
func (*CommandslistResultsInner) SetName ¶
func (o *CommandslistResultsInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*CommandslistResultsInner) SetOrganization ¶
func (o *CommandslistResultsInner) SetOrganization(v string)
SetOrganization gets a reference to the given string and assigns it to the Organization field.
func (*CommandslistResultsInner) SetSchedule ¶
func (o *CommandslistResultsInner) SetSchedule(v string)
SetSchedule gets a reference to the given string and assigns it to the Schedule field.
func (*CommandslistResultsInner) SetScheduleRepeatType ¶
func (o *CommandslistResultsInner) SetScheduleRepeatType(v string)
SetScheduleRepeatType gets a reference to the given string and assigns it to the ScheduleRepeatType field.
func (*CommandslistResultsInner) SetTrigger ¶
func (o *CommandslistResultsInner) SetTrigger(v string)
SetTrigger gets a reference to the given string and assigns it to the Trigger field.
func (CommandslistResultsInner) ToMap ¶
func (o CommandslistResultsInner) ToMap() (map[string]interface{}, error)
func (*CommandslistResultsInner) UnmarshalJSON ¶
func (o *CommandslistResultsInner) UnmarshalJSON(bytes []byte) (err error)
type Configuration ¶
type Configuration struct { Host string `json:"host,omitempty"` Scheme string `json:"scheme,omitempty"` DefaultHeader map[string]string `json:"defaultHeader,omitempty"` UserAgent string `json:"userAgent,omitempty"` Debug bool `json:"debug,omitempty"` Servers ServerConfigurations OperationServers map[string]ServerConfigurations HTTPClient *http.Client }
Configuration stores the configuration of the API client
func NewConfiguration ¶
func NewConfiguration() *Configuration
NewConfiguration returns a new Configuration object
func (*Configuration) AddDefaultHeader ¶
func (c *Configuration) AddDefaultHeader(key string, value string)
AddDefaultHeader adds a new HTTP header to the default header in the request
func (*Configuration) ServerURLWithContext ¶
ServerURLWithContext returns a new server URL given an endpoint
type Error ¶
type Error struct { // HTTP status code Code *int32 `json:"code,omitempty"` // Error message Message *string `json:"message,omitempty"` // HTTP status description Status *string `json:"status,omitempty"` AdditionalProperties map[string]interface{} }
Error struct for Error
func NewError ¶
func NewError() *Error
NewError instantiates a new Error 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 NewErrorWithDefaults ¶
func NewErrorWithDefaults() *Error
NewErrorWithDefaults instantiates a new Error 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 (*Error) GetCodeOk ¶
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetMessage ¶
GetMessage returns the Message field value if set, zero value otherwise.
func (*Error) GetMessageOk ¶
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) GetStatusOk ¶
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Error) HasMessage ¶
HasMessage returns a boolean if a field has been set.
func (Error) MarshalJSON ¶
func (*Error) SetCode ¶
SetCode gets a reference to the given int32 and assigns it to the Code field.
func (*Error) SetMessage ¶
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*Error) SetStatus ¶
SetStatus gets a reference to the given string and assigns it to the Status field.
func (*Error) UnmarshalJSON ¶
type ErrorDetails ¶
type ErrorDetails struct { // HTTP status code Code *int32 `json:"code,omitempty"` // Error message Message *string `json:"message,omitempty"` // HTTP status description Status *string `json:"status,omitempty"` // Describes a list of objects with more detailed information of the given error. Each detail schema is according to one of the messages defined in Google's API: https://github.com/googleapis/googleapis/blob/master/google/rpc/error_details.proto\" Details []map[string]interface{} `json:"details,omitempty"` AdditionalProperties map[string]interface{} }
ErrorDetails struct for ErrorDetails
func NewErrorDetails ¶
func NewErrorDetails() *ErrorDetails
NewErrorDetails instantiates a new ErrorDetails 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 NewErrorDetailsWithDefaults ¶
func NewErrorDetailsWithDefaults() *ErrorDetails
NewErrorDetailsWithDefaults instantiates a new ErrorDetails 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 (*ErrorDetails) GetCode ¶
func (o *ErrorDetails) GetCode() int32
GetCode returns the Code field value if set, zero value otherwise.
func (*ErrorDetails) GetCodeOk ¶
func (o *ErrorDetails) GetCodeOk() (*int32, bool)
GetCodeOk returns a tuple with the Code field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetails) GetDetails ¶
func (o *ErrorDetails) GetDetails() []map[string]interface{}
GetDetails returns the Details field value if set, zero value otherwise.
func (*ErrorDetails) GetDetailsOk ¶
func (o *ErrorDetails) GetDetailsOk() ([]map[string]interface{}, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetails) GetMessage ¶
func (o *ErrorDetails) GetMessage() string
GetMessage returns the Message field value if set, zero value otherwise.
func (*ErrorDetails) GetMessageOk ¶
func (o *ErrorDetails) GetMessageOk() (*string, bool)
GetMessageOk returns a tuple with the Message field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetails) GetStatus ¶
func (o *ErrorDetails) GetStatus() string
GetStatus returns the Status field value if set, zero value otherwise.
func (*ErrorDetails) GetStatusOk ¶
func (o *ErrorDetails) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetails) HasCode ¶
func (o *ErrorDetails) HasCode() bool
HasCode returns a boolean if a field has been set.
func (*ErrorDetails) HasDetails ¶
func (o *ErrorDetails) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (*ErrorDetails) HasMessage ¶
func (o *ErrorDetails) HasMessage() bool
HasMessage returns a boolean if a field has been set.
func (*ErrorDetails) HasStatus ¶
func (o *ErrorDetails) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (ErrorDetails) MarshalJSON ¶
func (o ErrorDetails) MarshalJSON() ([]byte, error)
func (*ErrorDetails) SetCode ¶
func (o *ErrorDetails) SetCode(v int32)
SetCode gets a reference to the given int32 and assigns it to the Code field.
func (*ErrorDetails) SetDetails ¶
func (o *ErrorDetails) SetDetails(v []map[string]interface{})
SetDetails gets a reference to the given []map[string]interface{} and assigns it to the Details field.
func (*ErrorDetails) SetMessage ¶
func (o *ErrorDetails) SetMessage(v string)
SetMessage gets a reference to the given string and assigns it to the Message field.
func (*ErrorDetails) SetStatus ¶
func (o *ErrorDetails) SetStatus(v string)
SetStatus gets a reference to the given string and assigns it to the Status field.
func (ErrorDetails) ToMap ¶
func (o ErrorDetails) ToMap() (map[string]interface{}, error)
func (*ErrorDetails) UnmarshalJSON ¶
func (o *ErrorDetails) UnmarshalJSON(bytes []byte) (err error)
type ErrorDetailsAllOf ¶
type ErrorDetailsAllOf struct { // Describes a list of objects with more detailed information of the given error. Each detail schema is according to one of the messages defined in Google's API: https://github.com/googleapis/googleapis/blob/master/google/rpc/error_details.proto\" Details []map[string]interface{} `json:"details,omitempty"` AdditionalProperties map[string]interface{} }
ErrorDetailsAllOf struct for ErrorDetailsAllOf
func NewErrorDetailsAllOf ¶
func NewErrorDetailsAllOf() *ErrorDetailsAllOf
NewErrorDetailsAllOf instantiates a new ErrorDetailsAllOf 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 NewErrorDetailsAllOfWithDefaults ¶
func NewErrorDetailsAllOfWithDefaults() *ErrorDetailsAllOf
NewErrorDetailsAllOfWithDefaults instantiates a new ErrorDetailsAllOf 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 (*ErrorDetailsAllOf) GetDetails ¶
func (o *ErrorDetailsAllOf) GetDetails() []map[string]interface{}
GetDetails returns the Details field value if set, zero value otherwise.
func (*ErrorDetailsAllOf) GetDetailsOk ¶
func (o *ErrorDetailsAllOf) GetDetailsOk() ([]map[string]interface{}, bool)
GetDetailsOk returns a tuple with the Details field value if set, nil otherwise and a boolean to check if the value has been set.
func (*ErrorDetailsAllOf) HasDetails ¶
func (o *ErrorDetailsAllOf) HasDetails() bool
HasDetails returns a boolean if a field has been set.
func (ErrorDetailsAllOf) MarshalJSON ¶
func (o ErrorDetailsAllOf) MarshalJSON() ([]byte, error)
func (*ErrorDetailsAllOf) SetDetails ¶
func (o *ErrorDetailsAllOf) SetDetails(v []map[string]interface{})
SetDetails gets a reference to the given []map[string]interface{} and assigns it to the Details field.
func (ErrorDetailsAllOf) ToMap ¶
func (o ErrorDetailsAllOf) ToMap() (map[string]interface{}, error)
func (*ErrorDetailsAllOf) UnmarshalJSON ¶
func (o *ErrorDetailsAllOf) UnmarshalJSON(bytes []byte) (err error)
type Fde ¶
type Fde struct { Active *bool `json:"active,omitempty"` KeyPresent *bool `json:"keyPresent,omitempty"` AdditionalProperties map[string]interface{} }
Fde Indicates if the Full Disk Encryption is active in the system
func NewFde ¶
func NewFde() *Fde
NewFde instantiates a new Fde 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 NewFdeWithDefaults ¶
func NewFdeWithDefaults() *Fde
NewFdeWithDefaults instantiates a new Fde 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 (*Fde) GetActiveOk ¶
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Fde) GetKeyPresent ¶
GetKeyPresent returns the KeyPresent field value if set, zero value otherwise.
func (*Fde) GetKeyPresentOk ¶
GetKeyPresentOk returns a tuple with the KeyPresent field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Fde) HasKeyPresent ¶
HasKeyPresent returns a boolean if a field has been set.
func (Fde) MarshalJSON ¶
func (*Fde) SetActive ¶
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*Fde) SetKeyPresent ¶
SetKeyPresent gets a reference to the given bool and assigns it to the KeyPresent field.
func (*Fde) UnmarshalJSON ¶
type GenericOpenAPIError ¶
type GenericOpenAPIError struct {
// contains filtered or unexported fields
}
GenericOpenAPIError Provides access to the body, error and model on returned errors.
func (GenericOpenAPIError) Body ¶
func (e GenericOpenAPIError) Body() []byte
Body returns the raw bytes of the response
func (GenericOpenAPIError) Error ¶
func (e GenericOpenAPIError) Error() string
Error returns non-empty string if there was an error.
func (GenericOpenAPIError) Model ¶
func (e GenericOpenAPIError) Model() interface{}
Model returns the unpacked model of the error
type ManagedServiceProviderApiAdminTotpresetBeginRequest ¶
type ManagedServiceProviderApiAdminTotpresetBeginRequest struct { ApiService *ManagedServiceProviderApiService // contains filtered or unexported fields }
type ManagedServiceProviderApiOrganizationListRequest ¶
type ManagedServiceProviderApiOrganizationListRequest struct { ApiService *ManagedServiceProviderApiService // contains filtered or unexported fields }
func (ManagedServiceProviderApiOrganizationListRequest) Execute ¶
func (r ManagedServiceProviderApiOrganizationListRequest) Execute() (*Organizationslist, *http.Response, error)
func (ManagedServiceProviderApiOrganizationListRequest) Fields ¶
func (r ManagedServiceProviderApiOrganizationListRequest) Fields(fields string) ManagedServiceProviderApiOrganizationListRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (ManagedServiceProviderApiOrganizationListRequest) Filter ¶
func (r ManagedServiceProviderApiOrganizationListRequest) Filter(filter string) ManagedServiceProviderApiOrganizationListRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (ManagedServiceProviderApiOrganizationListRequest) Limit ¶
func (r ManagedServiceProviderApiOrganizationListRequest) Limit(limit int32) ManagedServiceProviderApiOrganizationListRequest
The number of records to return at once. Limited to 100.
func (ManagedServiceProviderApiOrganizationListRequest) Search ¶
func (r ManagedServiceProviderApiOrganizationListRequest) Search(search string) ManagedServiceProviderApiOrganizationListRequest
A nested object containing a `searchTerm` string or array of strings and a list of `fields` to search on.
func (ManagedServiceProviderApiOrganizationListRequest) Skip ¶
func (r ManagedServiceProviderApiOrganizationListRequest) Skip(skip int32) ManagedServiceProviderApiOrganizationListRequest
The offset into the records to return.
func (ManagedServiceProviderApiOrganizationListRequest) Sort ¶
func (r ManagedServiceProviderApiOrganizationListRequest) Sort(sort string) ManagedServiceProviderApiOrganizationListRequest
Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending.
func (ManagedServiceProviderApiOrganizationListRequest) SortIgnoreCase ¶
func (r ManagedServiceProviderApiOrganizationListRequest) SortIgnoreCase(sortIgnoreCase string) ManagedServiceProviderApiOrganizationListRequest
Use space separated sort parameters to sort the collection, ignoring case. Default sort is ascending. Prefix with `-` to sort descending.
type ManagedServiceProviderApiService ¶
type ManagedServiceProviderApiService service
ManagedServiceProviderApiService ManagedServiceProviderApi service
func (*ManagedServiceProviderApiService) AdminTotpresetBegin ¶
func (a *ManagedServiceProviderApiService) AdminTotpresetBegin(ctx context.Context, id string) ManagedServiceProviderApiAdminTotpresetBeginRequest
AdminTotpresetBegin Administrator TOTP Reset Initiation
This endpoint initiates a TOTP reset for an admin. This request does not accept a body.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ManagedServiceProviderApiAdminTotpresetBeginRequest
func (*ManagedServiceProviderApiService) AdminTotpresetBeginExecute ¶
func (a *ManagedServiceProviderApiService) AdminTotpresetBeginExecute(r ManagedServiceProviderApiAdminTotpresetBeginRequest) (*http.Response, error)
Execute executes the request
func (*ManagedServiceProviderApiService) OrganizationList ¶
func (a *ManagedServiceProviderApiService) OrganizationList(ctx context.Context) ManagedServiceProviderApiOrganizationListRequest
OrganizationList Get Organization Details
This endpoint returns Organization Details.
#### Sample Request
```
curl -X GET \ https://console.jumpcloud.com/api/organizations \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' ``` @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return ManagedServiceProviderApiOrganizationListRequest
func (*ManagedServiceProviderApiService) OrganizationListExecute ¶
func (a *ManagedServiceProviderApiService) OrganizationListExecute(r ManagedServiceProviderApiOrganizationListRequest) (*Organizationslist, *http.Response, error)
Execute executes the request
@return Organizationslist
func (*ManagedServiceProviderApiService) UsersPut ¶
func (a *ManagedServiceProviderApiService) UsersPut(ctx context.Context, id string) ManagedServiceProviderApiUsersPutRequest
UsersPut Update a user
This endpoint allows you to update a user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ManagedServiceProviderApiUsersPutRequest
func (*ManagedServiceProviderApiService) UsersPutExecute ¶
func (a *ManagedServiceProviderApiService) UsersPutExecute(r ManagedServiceProviderApiUsersPutRequest) (*Userreturn, *http.Response, error)
Execute executes the request
@return Userreturn
func (*ManagedServiceProviderApiService) UsersReactivateGet ¶
func (a *ManagedServiceProviderApiService) UsersReactivateGet(ctx context.Context, id string) ManagedServiceProviderApiUsersReactivateGetRequest
UsersReactivateGet Administrator Password Reset Initiation
This endpoint triggers the sending of a reactivation e-mail to an administrator.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return ManagedServiceProviderApiUsersReactivateGetRequest
func (*ManagedServiceProviderApiService) UsersReactivateGetExecute ¶
func (a *ManagedServiceProviderApiService) UsersReactivateGetExecute(r ManagedServiceProviderApiUsersReactivateGetRequest) (*http.Response, error)
Execute executes the request
type ManagedServiceProviderApiUsersPutRequest ¶
type ManagedServiceProviderApiUsersPutRequest struct { ApiService *ManagedServiceProviderApiService // contains filtered or unexported fields }
func (ManagedServiceProviderApiUsersPutRequest) Body ¶
func (r ManagedServiceProviderApiUsersPutRequest) Body(body Userput) ManagedServiceProviderApiUsersPutRequest
func (ManagedServiceProviderApiUsersPutRequest) Execute ¶
func (r ManagedServiceProviderApiUsersPutRequest) Execute() (*Userreturn, *http.Response, error)
func (ManagedServiceProviderApiUsersPutRequest) XOrgId ¶
func (r ManagedServiceProviderApiUsersPutRequest) XOrgId(xOrgId string) ManagedServiceProviderApiUsersPutRequest
type ManagedServiceProviderApiUsersReactivateGetRequest ¶
type ManagedServiceProviderApiUsersReactivateGetRequest struct { ApiService *ManagedServiceProviderApiService // contains filtered or unexported fields }
type MappedNullable ¶
type Mfa ¶
type Mfa struct { Configured *bool `json:"configured,omitempty"` Exclusion *bool `json:"exclusion,omitempty"` ExclusionDays *int32 `json:"exclusionDays,omitempty"` ExclusionUntil *time.Time `json:"exclusionUntil,omitempty"` AdditionalProperties map[string]interface{} }
Mfa struct for Mfa
func NewMfa ¶
func NewMfa() *Mfa
NewMfa instantiates a new Mfa 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 NewMfaWithDefaults ¶
func NewMfaWithDefaults() *Mfa
NewMfaWithDefaults instantiates a new Mfa 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 (*Mfa) GetConfigured ¶
GetConfigured returns the Configured field value if set, zero value otherwise.
func (*Mfa) GetConfiguredOk ¶
GetConfiguredOk returns a tuple with the Configured field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Mfa) GetExclusion ¶
GetExclusion returns the Exclusion field value if set, zero value otherwise.
func (*Mfa) GetExclusionDays ¶
GetExclusionDays returns the ExclusionDays field value if set, zero value otherwise.
func (*Mfa) GetExclusionDaysOk ¶
GetExclusionDaysOk returns a tuple with the ExclusionDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Mfa) GetExclusionOk ¶
GetExclusionOk returns a tuple with the Exclusion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Mfa) GetExclusionUntil ¶
GetExclusionUntil returns the ExclusionUntil field value if set, zero value otherwise.
func (*Mfa) GetExclusionUntilOk ¶
GetExclusionUntilOk returns a tuple with the ExclusionUntil field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Mfa) HasConfigured ¶
HasConfigured returns a boolean if a field has been set.
func (*Mfa) HasExclusion ¶
HasExclusion returns a boolean if a field has been set.
func (*Mfa) HasExclusionDays ¶
HasExclusionDays returns a boolean if a field has been set.
func (*Mfa) HasExclusionUntil ¶
HasExclusionUntil returns a boolean if a field has been set.
func (Mfa) MarshalJSON ¶
func (*Mfa) SetConfigured ¶
SetConfigured gets a reference to the given bool and assigns it to the Configured field.
func (*Mfa) SetExclusion ¶
SetExclusion gets a reference to the given bool and assigns it to the Exclusion field.
func (*Mfa) SetExclusionDays ¶
SetExclusionDays gets a reference to the given int32 and assigns it to the ExclusionDays field.
func (*Mfa) SetExclusionUntil ¶
SetExclusionUntil gets a reference to the given time.Time and assigns it to the ExclusionUntil field.
func (*Mfa) UnmarshalJSON ¶
type MfaEnrollment ¶
type MfaEnrollment struct { OverallStatus *MfaEnrollmentStatus `json:"overallStatus,omitempty"` PushStatus *MfaEnrollmentStatus `json:"pushStatus,omitempty"` TotpStatus *MfaEnrollmentStatus `json:"totpStatus,omitempty"` WebAuthnStatus *MfaEnrollmentStatus `json:"webAuthnStatus,omitempty"` AdditionalProperties map[string]interface{} }
MfaEnrollment struct for MfaEnrollment
func NewMfaEnrollment ¶
func NewMfaEnrollment() *MfaEnrollment
NewMfaEnrollment instantiates a new MfaEnrollment 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 NewMfaEnrollmentWithDefaults ¶
func NewMfaEnrollmentWithDefaults() *MfaEnrollment
NewMfaEnrollmentWithDefaults instantiates a new MfaEnrollment 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 (*MfaEnrollment) GetOverallStatus ¶
func (o *MfaEnrollment) GetOverallStatus() MfaEnrollmentStatus
GetOverallStatus returns the OverallStatus field value if set, zero value otherwise.
func (*MfaEnrollment) GetOverallStatusOk ¶
func (o *MfaEnrollment) GetOverallStatusOk() (*MfaEnrollmentStatus, bool)
GetOverallStatusOk returns a tuple with the OverallStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MfaEnrollment) GetPushStatus ¶
func (o *MfaEnrollment) GetPushStatus() MfaEnrollmentStatus
GetPushStatus returns the PushStatus field value if set, zero value otherwise.
func (*MfaEnrollment) GetPushStatusOk ¶
func (o *MfaEnrollment) GetPushStatusOk() (*MfaEnrollmentStatus, bool)
GetPushStatusOk returns a tuple with the PushStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MfaEnrollment) GetTotpStatus ¶
func (o *MfaEnrollment) GetTotpStatus() MfaEnrollmentStatus
GetTotpStatus returns the TotpStatus field value if set, zero value otherwise.
func (*MfaEnrollment) GetTotpStatusOk ¶
func (o *MfaEnrollment) GetTotpStatusOk() (*MfaEnrollmentStatus, bool)
GetTotpStatusOk returns a tuple with the TotpStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MfaEnrollment) GetWebAuthnStatus ¶
func (o *MfaEnrollment) GetWebAuthnStatus() MfaEnrollmentStatus
GetWebAuthnStatus returns the WebAuthnStatus field value if set, zero value otherwise.
func (*MfaEnrollment) GetWebAuthnStatusOk ¶
func (o *MfaEnrollment) GetWebAuthnStatusOk() (*MfaEnrollmentStatus, bool)
GetWebAuthnStatusOk returns a tuple with the WebAuthnStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*MfaEnrollment) HasOverallStatus ¶
func (o *MfaEnrollment) HasOverallStatus() bool
HasOverallStatus returns a boolean if a field has been set.
func (*MfaEnrollment) HasPushStatus ¶
func (o *MfaEnrollment) HasPushStatus() bool
HasPushStatus returns a boolean if a field has been set.
func (*MfaEnrollment) HasTotpStatus ¶
func (o *MfaEnrollment) HasTotpStatus() bool
HasTotpStatus returns a boolean if a field has been set.
func (*MfaEnrollment) HasWebAuthnStatus ¶
func (o *MfaEnrollment) HasWebAuthnStatus() bool
HasWebAuthnStatus returns a boolean if a field has been set.
func (MfaEnrollment) MarshalJSON ¶
func (o MfaEnrollment) MarshalJSON() ([]byte, error)
func (*MfaEnrollment) SetOverallStatus ¶
func (o *MfaEnrollment) SetOverallStatus(v MfaEnrollmentStatus)
SetOverallStatus gets a reference to the given MfaEnrollmentStatus and assigns it to the OverallStatus field.
func (*MfaEnrollment) SetPushStatus ¶
func (o *MfaEnrollment) SetPushStatus(v MfaEnrollmentStatus)
SetPushStatus gets a reference to the given MfaEnrollmentStatus and assigns it to the PushStatus field.
func (*MfaEnrollment) SetTotpStatus ¶
func (o *MfaEnrollment) SetTotpStatus(v MfaEnrollmentStatus)
SetTotpStatus gets a reference to the given MfaEnrollmentStatus and assigns it to the TotpStatus field.
func (*MfaEnrollment) SetWebAuthnStatus ¶
func (o *MfaEnrollment) SetWebAuthnStatus(v MfaEnrollmentStatus)
SetWebAuthnStatus gets a reference to the given MfaEnrollmentStatus and assigns it to the WebAuthnStatus field.
func (MfaEnrollment) ToMap ¶
func (o MfaEnrollment) ToMap() (map[string]interface{}, error)
func (*MfaEnrollment) UnmarshalJSON ¶
func (o *MfaEnrollment) UnmarshalJSON(bytes []byte) (err error)
type MfaEnrollmentStatus ¶
type MfaEnrollmentStatus string
MfaEnrollmentStatus the model 'MfaEnrollmentStatus'
const ( MFAENROLLMENTSTATUS_NOT_ENROLLED MfaEnrollmentStatus = "NOT_ENROLLED" MFAENROLLMENTSTATUS_DISABLED MfaEnrollmentStatus = "DISABLED" MFAENROLLMENTSTATUS_PENDING_ACTIVATION MfaEnrollmentStatus = "PENDING_ACTIVATION" MFAENROLLMENTSTATUS_ENROLLMENT_EXPIRED MfaEnrollmentStatus = "ENROLLMENT_EXPIRED" MFAENROLLMENTSTATUS_IN_ENROLLMENT MfaEnrollmentStatus = "IN_ENROLLMENT" MFAENROLLMENTSTATUS_PRE_ENROLLMENT MfaEnrollmentStatus = "PRE_ENROLLMENT" MFAENROLLMENTSTATUS_ENROLLED MfaEnrollmentStatus = "ENROLLED" )
List of mfaEnrollmentStatus
func NewMfaEnrollmentStatusFromValue ¶
func NewMfaEnrollmentStatusFromValue(v string) (*MfaEnrollmentStatus, error)
NewMfaEnrollmentStatusFromValue returns a pointer to a valid MfaEnrollmentStatus for the value passed as argument, or an error if the value passed is not allowed by the enum
func (MfaEnrollmentStatus) IsValid ¶
func (v MfaEnrollmentStatus) IsValid() bool
IsValid return true if the value is valid for the enum, false otherwise
func (MfaEnrollmentStatus) Ptr ¶
func (v MfaEnrollmentStatus) Ptr() *MfaEnrollmentStatus
Ptr returns reference to mfaEnrollmentStatus value
func (*MfaEnrollmentStatus) UnmarshalJSON ¶
func (v *MfaEnrollmentStatus) UnmarshalJSON(src []byte) error
type NullableApplication ¶
type NullableApplication struct {
// contains filtered or unexported fields
}
func NewNullableApplication ¶
func NewNullableApplication(val *Application) *NullableApplication
func (NullableApplication) Get ¶
func (v NullableApplication) Get() *Application
func (NullableApplication) IsSet ¶
func (v NullableApplication) IsSet() bool
func (NullableApplication) MarshalJSON ¶
func (v NullableApplication) MarshalJSON() ([]byte, error)
func (*NullableApplication) Set ¶
func (v *NullableApplication) Set(val *Application)
func (*NullableApplication) UnmarshalJSON ¶
func (v *NullableApplication) UnmarshalJSON(src []byte) error
func (*NullableApplication) Unset ¶
func (v *NullableApplication) Unset()
type NullableApplicationConfig ¶
type NullableApplicationConfig struct {
// contains filtered or unexported fields
}
func NewNullableApplicationConfig ¶
func NewNullableApplicationConfig(val *ApplicationConfig) *NullableApplicationConfig
func (NullableApplicationConfig) Get ¶
func (v NullableApplicationConfig) Get() *ApplicationConfig
func (NullableApplicationConfig) IsSet ¶
func (v NullableApplicationConfig) IsSet() bool
func (NullableApplicationConfig) MarshalJSON ¶
func (v NullableApplicationConfig) MarshalJSON() ([]byte, error)
func (*NullableApplicationConfig) Set ¶
func (v *NullableApplicationConfig) Set(val *ApplicationConfig)
func (*NullableApplicationConfig) UnmarshalJSON ¶
func (v *NullableApplicationConfig) UnmarshalJSON(src []byte) error
func (*NullableApplicationConfig) Unset ¶
func (v *NullableApplicationConfig) Unset()
type NullableApplicationConfigAcsUrl ¶
type NullableApplicationConfigAcsUrl struct {
// contains filtered or unexported fields
}
func NewNullableApplicationConfigAcsUrl ¶
func NewNullableApplicationConfigAcsUrl(val *ApplicationConfigAcsUrl) *NullableApplicationConfigAcsUrl
func (NullableApplicationConfigAcsUrl) Get ¶
func (v NullableApplicationConfigAcsUrl) Get() *ApplicationConfigAcsUrl
func (NullableApplicationConfigAcsUrl) IsSet ¶
func (v NullableApplicationConfigAcsUrl) IsSet() bool
func (NullableApplicationConfigAcsUrl) MarshalJSON ¶
func (v NullableApplicationConfigAcsUrl) MarshalJSON() ([]byte, error)
func (*NullableApplicationConfigAcsUrl) Set ¶
func (v *NullableApplicationConfigAcsUrl) Set(val *ApplicationConfigAcsUrl)
func (*NullableApplicationConfigAcsUrl) UnmarshalJSON ¶
func (v *NullableApplicationConfigAcsUrl) UnmarshalJSON(src []byte) error
func (*NullableApplicationConfigAcsUrl) Unset ¶
func (v *NullableApplicationConfigAcsUrl) Unset()
type NullableApplicationConfigAcsUrlTooltip ¶
type NullableApplicationConfigAcsUrlTooltip struct {
// contains filtered or unexported fields
}
func NewNullableApplicationConfigAcsUrlTooltip ¶
func NewNullableApplicationConfigAcsUrlTooltip(val *ApplicationConfigAcsUrlTooltip) *NullableApplicationConfigAcsUrlTooltip
func (NullableApplicationConfigAcsUrlTooltip) Get ¶
func (v NullableApplicationConfigAcsUrlTooltip) Get() *ApplicationConfigAcsUrlTooltip
func (NullableApplicationConfigAcsUrlTooltip) IsSet ¶
func (v NullableApplicationConfigAcsUrlTooltip) IsSet() bool
func (NullableApplicationConfigAcsUrlTooltip) MarshalJSON ¶
func (v NullableApplicationConfigAcsUrlTooltip) MarshalJSON() ([]byte, error)
func (*NullableApplicationConfigAcsUrlTooltip) Set ¶
func (v *NullableApplicationConfigAcsUrlTooltip) Set(val *ApplicationConfigAcsUrlTooltip)
func (*NullableApplicationConfigAcsUrlTooltip) UnmarshalJSON ¶
func (v *NullableApplicationConfigAcsUrlTooltip) UnmarshalJSON(src []byte) error
func (*NullableApplicationConfigAcsUrlTooltip) Unset ¶
func (v *NullableApplicationConfigAcsUrlTooltip) Unset()
type NullableApplicationConfigAcsUrlTooltipVariables ¶
type NullableApplicationConfigAcsUrlTooltipVariables struct {
// contains filtered or unexported fields
}
func NewNullableApplicationConfigAcsUrlTooltipVariables ¶
func NewNullableApplicationConfigAcsUrlTooltipVariables(val *ApplicationConfigAcsUrlTooltipVariables) *NullableApplicationConfigAcsUrlTooltipVariables
func (NullableApplicationConfigAcsUrlTooltipVariables) IsSet ¶
func (v NullableApplicationConfigAcsUrlTooltipVariables) IsSet() bool
func (NullableApplicationConfigAcsUrlTooltipVariables) MarshalJSON ¶
func (v NullableApplicationConfigAcsUrlTooltipVariables) MarshalJSON() ([]byte, error)
func (*NullableApplicationConfigAcsUrlTooltipVariables) UnmarshalJSON ¶
func (v *NullableApplicationConfigAcsUrlTooltipVariables) UnmarshalJSON(src []byte) error
func (*NullableApplicationConfigAcsUrlTooltipVariables) Unset ¶
func (v *NullableApplicationConfigAcsUrlTooltipVariables) Unset()
type NullableApplicationConfigConstantAttributes ¶
type NullableApplicationConfigConstantAttributes struct {
// contains filtered or unexported fields
}
func NewNullableApplicationConfigConstantAttributes ¶
func NewNullableApplicationConfigConstantAttributes(val *ApplicationConfigConstantAttributes) *NullableApplicationConfigConstantAttributes
func (NullableApplicationConfigConstantAttributes) IsSet ¶
func (v NullableApplicationConfigConstantAttributes) IsSet() bool
func (NullableApplicationConfigConstantAttributes) MarshalJSON ¶
func (v NullableApplicationConfigConstantAttributes) MarshalJSON() ([]byte, error)
func (*NullableApplicationConfigConstantAttributes) Set ¶
func (v *NullableApplicationConfigConstantAttributes) Set(val *ApplicationConfigConstantAttributes)
func (*NullableApplicationConfigConstantAttributes) UnmarshalJSON ¶
func (v *NullableApplicationConfigConstantAttributes) UnmarshalJSON(src []byte) error
func (*NullableApplicationConfigConstantAttributes) Unset ¶
func (v *NullableApplicationConfigConstantAttributes) Unset()
type NullableApplicationConfigConstantAttributesValueInner ¶
type NullableApplicationConfigConstantAttributesValueInner struct {
// contains filtered or unexported fields
}
func NewNullableApplicationConfigConstantAttributesValueInner ¶
func NewNullableApplicationConfigConstantAttributesValueInner(val *ApplicationConfigConstantAttributesValueInner) *NullableApplicationConfigConstantAttributesValueInner
func (NullableApplicationConfigConstantAttributesValueInner) IsSet ¶
func (v NullableApplicationConfigConstantAttributesValueInner) IsSet() bool
func (NullableApplicationConfigConstantAttributesValueInner) MarshalJSON ¶
func (v NullableApplicationConfigConstantAttributesValueInner) MarshalJSON() ([]byte, error)
func (*NullableApplicationConfigConstantAttributesValueInner) UnmarshalJSON ¶
func (v *NullableApplicationConfigConstantAttributesValueInner) UnmarshalJSON(src []byte) error
func (*NullableApplicationConfigConstantAttributesValueInner) Unset ¶
func (v *NullableApplicationConfigConstantAttributesValueInner) Unset()
type NullableApplicationConfigDatabaseAttributes ¶
type NullableApplicationConfigDatabaseAttributes struct {
// contains filtered or unexported fields
}
func NewNullableApplicationConfigDatabaseAttributes ¶
func NewNullableApplicationConfigDatabaseAttributes(val *ApplicationConfigDatabaseAttributes) *NullableApplicationConfigDatabaseAttributes
func (NullableApplicationConfigDatabaseAttributes) IsSet ¶
func (v NullableApplicationConfigDatabaseAttributes) IsSet() bool
func (NullableApplicationConfigDatabaseAttributes) MarshalJSON ¶
func (v NullableApplicationConfigDatabaseAttributes) MarshalJSON() ([]byte, error)
func (*NullableApplicationConfigDatabaseAttributes) Set ¶
func (v *NullableApplicationConfigDatabaseAttributes) Set(val *ApplicationConfigDatabaseAttributes)
func (*NullableApplicationConfigDatabaseAttributes) UnmarshalJSON ¶
func (v *NullableApplicationConfigDatabaseAttributes) UnmarshalJSON(src []byte) error
func (*NullableApplicationConfigDatabaseAttributes) Unset ¶
func (v *NullableApplicationConfigDatabaseAttributes) Unset()
type NullableApplicationLogo ¶
type NullableApplicationLogo struct {
// contains filtered or unexported fields
}
func NewNullableApplicationLogo ¶
func NewNullableApplicationLogo(val *ApplicationLogo) *NullableApplicationLogo
func (NullableApplicationLogo) Get ¶
func (v NullableApplicationLogo) Get() *ApplicationLogo
func (NullableApplicationLogo) IsSet ¶
func (v NullableApplicationLogo) IsSet() bool
func (NullableApplicationLogo) MarshalJSON ¶
func (v NullableApplicationLogo) MarshalJSON() ([]byte, error)
func (*NullableApplicationLogo) Set ¶
func (v *NullableApplicationLogo) Set(val *ApplicationLogo)
func (*NullableApplicationLogo) UnmarshalJSON ¶
func (v *NullableApplicationLogo) UnmarshalJSON(src []byte) error
func (*NullableApplicationLogo) Unset ¶
func (v *NullableApplicationLogo) Unset()
type NullableApplicationslist ¶
type NullableApplicationslist struct {
// contains filtered or unexported fields
}
func NewNullableApplicationslist ¶
func NewNullableApplicationslist(val *Applicationslist) *NullableApplicationslist
func (NullableApplicationslist) Get ¶
func (v NullableApplicationslist) Get() *Applicationslist
func (NullableApplicationslist) IsSet ¶
func (v NullableApplicationslist) IsSet() bool
func (NullableApplicationslist) MarshalJSON ¶
func (v NullableApplicationslist) MarshalJSON() ([]byte, error)
func (*NullableApplicationslist) Set ¶
func (v *NullableApplicationslist) Set(val *Applicationslist)
func (*NullableApplicationslist) UnmarshalJSON ¶
func (v *NullableApplicationslist) UnmarshalJSON(src []byte) error
func (*NullableApplicationslist) Unset ¶
func (v *NullableApplicationslist) Unset()
type NullableApplicationtemplate ¶
type NullableApplicationtemplate struct {
// contains filtered or unexported fields
}
func NewNullableApplicationtemplate ¶
func NewNullableApplicationtemplate(val *Applicationtemplate) *NullableApplicationtemplate
func (NullableApplicationtemplate) Get ¶
func (v NullableApplicationtemplate) Get() *Applicationtemplate
func (NullableApplicationtemplate) IsSet ¶
func (v NullableApplicationtemplate) IsSet() bool
func (NullableApplicationtemplate) MarshalJSON ¶
func (v NullableApplicationtemplate) MarshalJSON() ([]byte, error)
func (*NullableApplicationtemplate) Set ¶
func (v *NullableApplicationtemplate) Set(val *Applicationtemplate)
func (*NullableApplicationtemplate) UnmarshalJSON ¶
func (v *NullableApplicationtemplate) UnmarshalJSON(src []byte) error
func (*NullableApplicationtemplate) Unset ¶
func (v *NullableApplicationtemplate) Unset()
type NullableApplicationtemplateJit ¶
type NullableApplicationtemplateJit struct {
// contains filtered or unexported fields
}
func NewNullableApplicationtemplateJit ¶
func NewNullableApplicationtemplateJit(val *ApplicationtemplateJit) *NullableApplicationtemplateJit
func (NullableApplicationtemplateJit) Get ¶
func (v NullableApplicationtemplateJit) Get() *ApplicationtemplateJit
func (NullableApplicationtemplateJit) IsSet ¶
func (v NullableApplicationtemplateJit) IsSet() bool
func (NullableApplicationtemplateJit) MarshalJSON ¶
func (v NullableApplicationtemplateJit) MarshalJSON() ([]byte, error)
func (*NullableApplicationtemplateJit) Set ¶
func (v *NullableApplicationtemplateJit) Set(val *ApplicationtemplateJit)
func (*NullableApplicationtemplateJit) UnmarshalJSON ¶
func (v *NullableApplicationtemplateJit) UnmarshalJSON(src []byte) error
func (*NullableApplicationtemplateJit) Unset ¶
func (v *NullableApplicationtemplateJit) Unset()
type NullableApplicationtemplateLogo ¶
type NullableApplicationtemplateLogo struct {
// contains filtered or unexported fields
}
func NewNullableApplicationtemplateLogo ¶
func NewNullableApplicationtemplateLogo(val *ApplicationtemplateLogo) *NullableApplicationtemplateLogo
func (NullableApplicationtemplateLogo) Get ¶
func (v NullableApplicationtemplateLogo) Get() *ApplicationtemplateLogo
func (NullableApplicationtemplateLogo) IsSet ¶
func (v NullableApplicationtemplateLogo) IsSet() bool
func (NullableApplicationtemplateLogo) MarshalJSON ¶
func (v NullableApplicationtemplateLogo) MarshalJSON() ([]byte, error)
func (*NullableApplicationtemplateLogo) Set ¶
func (v *NullableApplicationtemplateLogo) Set(val *ApplicationtemplateLogo)
func (*NullableApplicationtemplateLogo) UnmarshalJSON ¶
func (v *NullableApplicationtemplateLogo) UnmarshalJSON(src []byte) error
func (*NullableApplicationtemplateLogo) Unset ¶
func (v *NullableApplicationtemplateLogo) Unset()
type NullableApplicationtemplateOidc ¶
type NullableApplicationtemplateOidc struct {
// contains filtered or unexported fields
}
func NewNullableApplicationtemplateOidc ¶
func NewNullableApplicationtemplateOidc(val *ApplicationtemplateOidc) *NullableApplicationtemplateOidc
func (NullableApplicationtemplateOidc) Get ¶
func (v NullableApplicationtemplateOidc) Get() *ApplicationtemplateOidc
func (NullableApplicationtemplateOidc) IsSet ¶
func (v NullableApplicationtemplateOidc) IsSet() bool
func (NullableApplicationtemplateOidc) MarshalJSON ¶
func (v NullableApplicationtemplateOidc) MarshalJSON() ([]byte, error)
func (*NullableApplicationtemplateOidc) Set ¶
func (v *NullableApplicationtemplateOidc) Set(val *ApplicationtemplateOidc)
func (*NullableApplicationtemplateOidc) UnmarshalJSON ¶
func (v *NullableApplicationtemplateOidc) UnmarshalJSON(src []byte) error
func (*NullableApplicationtemplateOidc) Unset ¶
func (v *NullableApplicationtemplateOidc) Unset()
type NullableApplicationtemplateProvision ¶
type NullableApplicationtemplateProvision struct {
// contains filtered or unexported fields
}
func NewNullableApplicationtemplateProvision ¶
func NewNullableApplicationtemplateProvision(val *ApplicationtemplateProvision) *NullableApplicationtemplateProvision
func (NullableApplicationtemplateProvision) Get ¶
func (v NullableApplicationtemplateProvision) Get() *ApplicationtemplateProvision
func (NullableApplicationtemplateProvision) IsSet ¶
func (v NullableApplicationtemplateProvision) IsSet() bool
func (NullableApplicationtemplateProvision) MarshalJSON ¶
func (v NullableApplicationtemplateProvision) MarshalJSON() ([]byte, error)
func (*NullableApplicationtemplateProvision) Set ¶
func (v *NullableApplicationtemplateProvision) Set(val *ApplicationtemplateProvision)
func (*NullableApplicationtemplateProvision) UnmarshalJSON ¶
func (v *NullableApplicationtemplateProvision) UnmarshalJSON(src []byte) error
func (*NullableApplicationtemplateProvision) Unset ¶
func (v *NullableApplicationtemplateProvision) Unset()
type NullableApplicationtemplateslist ¶
type NullableApplicationtemplateslist struct {
// contains filtered or unexported fields
}
func NewNullableApplicationtemplateslist ¶
func NewNullableApplicationtemplateslist(val *Applicationtemplateslist) *NullableApplicationtemplateslist
func (NullableApplicationtemplateslist) Get ¶
func (v NullableApplicationtemplateslist) Get() *Applicationtemplateslist
func (NullableApplicationtemplateslist) IsSet ¶
func (v NullableApplicationtemplateslist) IsSet() bool
func (NullableApplicationtemplateslist) MarshalJSON ¶
func (v NullableApplicationtemplateslist) MarshalJSON() ([]byte, error)
func (*NullableApplicationtemplateslist) Set ¶
func (v *NullableApplicationtemplateslist) Set(val *Applicationtemplateslist)
func (*NullableApplicationtemplateslist) UnmarshalJSON ¶
func (v *NullableApplicationtemplateslist) UnmarshalJSON(src []byte) error
func (*NullableApplicationtemplateslist) Unset ¶
func (v *NullableApplicationtemplateslist) Unset()
type NullableBool ¶
type NullableBool struct {
// contains filtered or unexported fields
}
func NewNullableBool ¶
func NewNullableBool(val *bool) *NullableBool
func (NullableBool) Get ¶
func (v NullableBool) Get() *bool
func (NullableBool) IsSet ¶
func (v NullableBool) IsSet() bool
func (NullableBool) MarshalJSON ¶
func (v NullableBool) MarshalJSON() ([]byte, error)
func (*NullableBool) Set ¶
func (v *NullableBool) Set(val *bool)
func (*NullableBool) UnmarshalJSON ¶
func (v *NullableBool) UnmarshalJSON(src []byte) error
func (*NullableBool) Unset ¶
func (v *NullableBool) Unset()
type NullableCommand ¶
type NullableCommand struct {
// contains filtered or unexported fields
}
func NewNullableCommand ¶
func NewNullableCommand(val *Command) *NullableCommand
func (NullableCommand) Get ¶
func (v NullableCommand) Get() *Command
func (NullableCommand) IsSet ¶
func (v NullableCommand) IsSet() bool
func (NullableCommand) MarshalJSON ¶
func (v NullableCommand) MarshalJSON() ([]byte, error)
func (*NullableCommand) Set ¶
func (v *NullableCommand) Set(val *Command)
func (*NullableCommand) UnmarshalJSON ¶
func (v *NullableCommand) UnmarshalJSON(src []byte) error
func (*NullableCommand) Unset ¶
func (v *NullableCommand) Unset()
type NullableCommandfilereturn ¶
type NullableCommandfilereturn struct {
// contains filtered or unexported fields
}
func NewNullableCommandfilereturn ¶
func NewNullableCommandfilereturn(val *Commandfilereturn) *NullableCommandfilereturn
func (NullableCommandfilereturn) Get ¶
func (v NullableCommandfilereturn) Get() *Commandfilereturn
func (NullableCommandfilereturn) IsSet ¶
func (v NullableCommandfilereturn) IsSet() bool
func (NullableCommandfilereturn) MarshalJSON ¶
func (v NullableCommandfilereturn) MarshalJSON() ([]byte, error)
func (*NullableCommandfilereturn) Set ¶
func (v *NullableCommandfilereturn) Set(val *Commandfilereturn)
func (*NullableCommandfilereturn) UnmarshalJSON ¶
func (v *NullableCommandfilereturn) UnmarshalJSON(src []byte) error
func (*NullableCommandfilereturn) Unset ¶
func (v *NullableCommandfilereturn) Unset()
type NullableCommandfilereturnResultsInner ¶
type NullableCommandfilereturnResultsInner struct {
// contains filtered or unexported fields
}
func NewNullableCommandfilereturnResultsInner ¶
func NewNullableCommandfilereturnResultsInner(val *CommandfilereturnResultsInner) *NullableCommandfilereturnResultsInner
func (NullableCommandfilereturnResultsInner) Get ¶
func (v NullableCommandfilereturnResultsInner) Get() *CommandfilereturnResultsInner
func (NullableCommandfilereturnResultsInner) IsSet ¶
func (v NullableCommandfilereturnResultsInner) IsSet() bool
func (NullableCommandfilereturnResultsInner) MarshalJSON ¶
func (v NullableCommandfilereturnResultsInner) MarshalJSON() ([]byte, error)
func (*NullableCommandfilereturnResultsInner) Set ¶
func (v *NullableCommandfilereturnResultsInner) Set(val *CommandfilereturnResultsInner)
func (*NullableCommandfilereturnResultsInner) UnmarshalJSON ¶
func (v *NullableCommandfilereturnResultsInner) UnmarshalJSON(src []byte) error
func (*NullableCommandfilereturnResultsInner) Unset ¶
func (v *NullableCommandfilereturnResultsInner) Unset()
type NullableCommandresult ¶
type NullableCommandresult struct {
// contains filtered or unexported fields
}
func NewNullableCommandresult ¶
func NewNullableCommandresult(val *Commandresult) *NullableCommandresult
func (NullableCommandresult) Get ¶
func (v NullableCommandresult) Get() *Commandresult
func (NullableCommandresult) IsSet ¶
func (v NullableCommandresult) IsSet() bool
func (NullableCommandresult) MarshalJSON ¶
func (v NullableCommandresult) MarshalJSON() ([]byte, error)
func (*NullableCommandresult) Set ¶
func (v *NullableCommandresult) Set(val *Commandresult)
func (*NullableCommandresult) UnmarshalJSON ¶
func (v *NullableCommandresult) UnmarshalJSON(src []byte) error
func (*NullableCommandresult) Unset ¶
func (v *NullableCommandresult) Unset()
type NullableCommandresultResponse ¶
type NullableCommandresultResponse struct {
// contains filtered or unexported fields
}
func NewNullableCommandresultResponse ¶
func NewNullableCommandresultResponse(val *CommandresultResponse) *NullableCommandresultResponse
func (NullableCommandresultResponse) Get ¶
func (v NullableCommandresultResponse) Get() *CommandresultResponse
func (NullableCommandresultResponse) IsSet ¶
func (v NullableCommandresultResponse) IsSet() bool
func (NullableCommandresultResponse) MarshalJSON ¶
func (v NullableCommandresultResponse) MarshalJSON() ([]byte, error)
func (*NullableCommandresultResponse) Set ¶
func (v *NullableCommandresultResponse) Set(val *CommandresultResponse)
func (*NullableCommandresultResponse) UnmarshalJSON ¶
func (v *NullableCommandresultResponse) UnmarshalJSON(src []byte) error
func (*NullableCommandresultResponse) Unset ¶
func (v *NullableCommandresultResponse) Unset()
type NullableCommandresultResponseData ¶
type NullableCommandresultResponseData struct {
// contains filtered or unexported fields
}
func NewNullableCommandresultResponseData ¶
func NewNullableCommandresultResponseData(val *CommandresultResponseData) *NullableCommandresultResponseData
func (NullableCommandresultResponseData) Get ¶
func (v NullableCommandresultResponseData) Get() *CommandresultResponseData
func (NullableCommandresultResponseData) IsSet ¶
func (v NullableCommandresultResponseData) IsSet() bool
func (NullableCommandresultResponseData) MarshalJSON ¶
func (v NullableCommandresultResponseData) MarshalJSON() ([]byte, error)
func (*NullableCommandresultResponseData) Set ¶
func (v *NullableCommandresultResponseData) Set(val *CommandresultResponseData)
func (*NullableCommandresultResponseData) UnmarshalJSON ¶
func (v *NullableCommandresultResponseData) UnmarshalJSON(src []byte) error
func (*NullableCommandresultResponseData) Unset ¶
func (v *NullableCommandresultResponseData) Unset()
type NullableCommandresultslist ¶
type NullableCommandresultslist struct {
// contains filtered or unexported fields
}
func NewNullableCommandresultslist ¶
func NewNullableCommandresultslist(val *Commandresultslist) *NullableCommandresultslist
func (NullableCommandresultslist) Get ¶
func (v NullableCommandresultslist) Get() *Commandresultslist
func (NullableCommandresultslist) IsSet ¶
func (v NullableCommandresultslist) IsSet() bool
func (NullableCommandresultslist) MarshalJSON ¶
func (v NullableCommandresultslist) MarshalJSON() ([]byte, error)
func (*NullableCommandresultslist) Set ¶
func (v *NullableCommandresultslist) Set(val *Commandresultslist)
func (*NullableCommandresultslist) UnmarshalJSON ¶
func (v *NullableCommandresultslist) UnmarshalJSON(src []byte) error
func (*NullableCommandresultslist) Unset ¶
func (v *NullableCommandresultslist) Unset()
type NullableCommandresultslistResultsInner ¶
type NullableCommandresultslistResultsInner struct {
// contains filtered or unexported fields
}
func NewNullableCommandresultslistResultsInner ¶
func NewNullableCommandresultslistResultsInner(val *CommandresultslistResultsInner) *NullableCommandresultslistResultsInner
func (NullableCommandresultslistResultsInner) Get ¶
func (v NullableCommandresultslistResultsInner) Get() *CommandresultslistResultsInner
func (NullableCommandresultslistResultsInner) IsSet ¶
func (v NullableCommandresultslistResultsInner) IsSet() bool
func (NullableCommandresultslistResultsInner) MarshalJSON ¶
func (v NullableCommandresultslistResultsInner) MarshalJSON() ([]byte, error)
func (*NullableCommandresultslistResultsInner) Set ¶
func (v *NullableCommandresultslistResultsInner) Set(val *CommandresultslistResultsInner)
func (*NullableCommandresultslistResultsInner) UnmarshalJSON ¶
func (v *NullableCommandresultslistResultsInner) UnmarshalJSON(src []byte) error
func (*NullableCommandresultslistResultsInner) Unset ¶
func (v *NullableCommandresultslistResultsInner) Unset()
type NullableCommandslist ¶
type NullableCommandslist struct {
// contains filtered or unexported fields
}
func NewNullableCommandslist ¶
func NewNullableCommandslist(val *Commandslist) *NullableCommandslist
func (NullableCommandslist) Get ¶
func (v NullableCommandslist) Get() *Commandslist
func (NullableCommandslist) IsSet ¶
func (v NullableCommandslist) IsSet() bool
func (NullableCommandslist) MarshalJSON ¶
func (v NullableCommandslist) MarshalJSON() ([]byte, error)
func (*NullableCommandslist) Set ¶
func (v *NullableCommandslist) Set(val *Commandslist)
func (*NullableCommandslist) UnmarshalJSON ¶
func (v *NullableCommandslist) UnmarshalJSON(src []byte) error
func (*NullableCommandslist) Unset ¶
func (v *NullableCommandslist) Unset()
type NullableCommandslistResultsInner ¶
type NullableCommandslistResultsInner struct {
// contains filtered or unexported fields
}
func NewNullableCommandslistResultsInner ¶
func NewNullableCommandslistResultsInner(val *CommandslistResultsInner) *NullableCommandslistResultsInner
func (NullableCommandslistResultsInner) Get ¶
func (v NullableCommandslistResultsInner) Get() *CommandslistResultsInner
func (NullableCommandslistResultsInner) IsSet ¶
func (v NullableCommandslistResultsInner) IsSet() bool
func (NullableCommandslistResultsInner) MarshalJSON ¶
func (v NullableCommandslistResultsInner) MarshalJSON() ([]byte, error)
func (*NullableCommandslistResultsInner) Set ¶
func (v *NullableCommandslistResultsInner) Set(val *CommandslistResultsInner)
func (*NullableCommandslistResultsInner) UnmarshalJSON ¶
func (v *NullableCommandslistResultsInner) UnmarshalJSON(src []byte) error
func (*NullableCommandslistResultsInner) Unset ¶
func (v *NullableCommandslistResultsInner) Unset()
type NullableError ¶
type NullableError struct {
// contains filtered or unexported fields
}
func NewNullableError ¶
func NewNullableError(val *Error) *NullableError
func (NullableError) Get ¶
func (v NullableError) Get() *Error
func (NullableError) IsSet ¶
func (v NullableError) IsSet() bool
func (NullableError) MarshalJSON ¶
func (v NullableError) MarshalJSON() ([]byte, error)
func (*NullableError) Set ¶
func (v *NullableError) Set(val *Error)
func (*NullableError) UnmarshalJSON ¶
func (v *NullableError) UnmarshalJSON(src []byte) error
func (*NullableError) Unset ¶
func (v *NullableError) Unset()
type NullableErrorDetails ¶
type NullableErrorDetails struct {
// contains filtered or unexported fields
}
func NewNullableErrorDetails ¶
func NewNullableErrorDetails(val *ErrorDetails) *NullableErrorDetails
func (NullableErrorDetails) Get ¶
func (v NullableErrorDetails) Get() *ErrorDetails
func (NullableErrorDetails) IsSet ¶
func (v NullableErrorDetails) IsSet() bool
func (NullableErrorDetails) MarshalJSON ¶
func (v NullableErrorDetails) MarshalJSON() ([]byte, error)
func (*NullableErrorDetails) Set ¶
func (v *NullableErrorDetails) Set(val *ErrorDetails)
func (*NullableErrorDetails) UnmarshalJSON ¶
func (v *NullableErrorDetails) UnmarshalJSON(src []byte) error
func (*NullableErrorDetails) Unset ¶
func (v *NullableErrorDetails) Unset()
type NullableErrorDetailsAllOf ¶
type NullableErrorDetailsAllOf struct {
// contains filtered or unexported fields
}
func NewNullableErrorDetailsAllOf ¶
func NewNullableErrorDetailsAllOf(val *ErrorDetailsAllOf) *NullableErrorDetailsAllOf
func (NullableErrorDetailsAllOf) Get ¶
func (v NullableErrorDetailsAllOf) Get() *ErrorDetailsAllOf
func (NullableErrorDetailsAllOf) IsSet ¶
func (v NullableErrorDetailsAllOf) IsSet() bool
func (NullableErrorDetailsAllOf) MarshalJSON ¶
func (v NullableErrorDetailsAllOf) MarshalJSON() ([]byte, error)
func (*NullableErrorDetailsAllOf) Set ¶
func (v *NullableErrorDetailsAllOf) Set(val *ErrorDetailsAllOf)
func (*NullableErrorDetailsAllOf) UnmarshalJSON ¶
func (v *NullableErrorDetailsAllOf) UnmarshalJSON(src []byte) error
func (*NullableErrorDetailsAllOf) Unset ¶
func (v *NullableErrorDetailsAllOf) Unset()
type NullableFde ¶
type NullableFde struct {
// contains filtered or unexported fields
}
func NewNullableFde ¶
func NewNullableFde(val *Fde) *NullableFde
func (NullableFde) Get ¶
func (v NullableFde) Get() *Fde
func (NullableFde) IsSet ¶
func (v NullableFde) IsSet() bool
func (NullableFde) MarshalJSON ¶
func (v NullableFde) MarshalJSON() ([]byte, error)
func (*NullableFde) Set ¶
func (v *NullableFde) Set(val *Fde)
func (*NullableFde) UnmarshalJSON ¶
func (v *NullableFde) UnmarshalJSON(src []byte) error
func (*NullableFde) Unset ¶
func (v *NullableFde) Unset()
type NullableFloat32 ¶
type NullableFloat32 struct {
// contains filtered or unexported fields
}
func NewNullableFloat32 ¶
func NewNullableFloat32(val *float32) *NullableFloat32
func (NullableFloat32) Get ¶
func (v NullableFloat32) Get() *float32
func (NullableFloat32) IsSet ¶
func (v NullableFloat32) IsSet() bool
func (NullableFloat32) MarshalJSON ¶
func (v NullableFloat32) MarshalJSON() ([]byte, error)
func (*NullableFloat32) Set ¶
func (v *NullableFloat32) Set(val *float32)
func (*NullableFloat32) UnmarshalJSON ¶
func (v *NullableFloat32) UnmarshalJSON(src []byte) error
func (*NullableFloat32) Unset ¶
func (v *NullableFloat32) Unset()
type NullableFloat64 ¶
type NullableFloat64 struct {
// contains filtered or unexported fields
}
func NewNullableFloat64 ¶
func NewNullableFloat64(val *float64) *NullableFloat64
func (NullableFloat64) Get ¶
func (v NullableFloat64) Get() *float64
func (NullableFloat64) IsSet ¶
func (v NullableFloat64) IsSet() bool
func (NullableFloat64) MarshalJSON ¶
func (v NullableFloat64) MarshalJSON() ([]byte, error)
func (*NullableFloat64) Set ¶
func (v *NullableFloat64) Set(val *float64)
func (*NullableFloat64) UnmarshalJSON ¶
func (v *NullableFloat64) UnmarshalJSON(src []byte) error
func (*NullableFloat64) Unset ¶
func (v *NullableFloat64) Unset()
type NullableInt ¶
type NullableInt struct {
// contains filtered or unexported fields
}
func NewNullableInt ¶
func NewNullableInt(val *int) *NullableInt
func (NullableInt) Get ¶
func (v NullableInt) Get() *int
func (NullableInt) IsSet ¶
func (v NullableInt) IsSet() bool
func (NullableInt) MarshalJSON ¶
func (v NullableInt) MarshalJSON() ([]byte, error)
func (*NullableInt) Set ¶
func (v *NullableInt) Set(val *int)
func (*NullableInt) UnmarshalJSON ¶
func (v *NullableInt) UnmarshalJSON(src []byte) error
func (*NullableInt) Unset ¶
func (v *NullableInt) Unset()
type NullableInt32 ¶
type NullableInt32 struct {
// contains filtered or unexported fields
}
func NewNullableInt32 ¶
func NewNullableInt32(val *int32) *NullableInt32
func (NullableInt32) Get ¶
func (v NullableInt32) Get() *int32
func (NullableInt32) IsSet ¶
func (v NullableInt32) IsSet() bool
func (NullableInt32) MarshalJSON ¶
func (v NullableInt32) MarshalJSON() ([]byte, error)
func (*NullableInt32) Set ¶
func (v *NullableInt32) Set(val *int32)
func (*NullableInt32) UnmarshalJSON ¶
func (v *NullableInt32) UnmarshalJSON(src []byte) error
func (*NullableInt32) Unset ¶
func (v *NullableInt32) Unset()
type NullableInt64 ¶
type NullableInt64 struct {
// contains filtered or unexported fields
}
func NewNullableInt64 ¶
func NewNullableInt64(val *int64) *NullableInt64
func (NullableInt64) Get ¶
func (v NullableInt64) Get() *int64
func (NullableInt64) IsSet ¶
func (v NullableInt64) IsSet() bool
func (NullableInt64) MarshalJSON ¶
func (v NullableInt64) MarshalJSON() ([]byte, error)
func (*NullableInt64) Set ¶
func (v *NullableInt64) Set(val *int64)
func (*NullableInt64) UnmarshalJSON ¶
func (v *NullableInt64) UnmarshalJSON(src []byte) error
func (*NullableInt64) Unset ¶
func (v *NullableInt64) Unset()
type NullableMfa ¶
type NullableMfa struct {
// contains filtered or unexported fields
}
func NewNullableMfa ¶
func NewNullableMfa(val *Mfa) *NullableMfa
func (NullableMfa) Get ¶
func (v NullableMfa) Get() *Mfa
func (NullableMfa) IsSet ¶
func (v NullableMfa) IsSet() bool
func (NullableMfa) MarshalJSON ¶
func (v NullableMfa) MarshalJSON() ([]byte, error)
func (*NullableMfa) Set ¶
func (v *NullableMfa) Set(val *Mfa)
func (*NullableMfa) UnmarshalJSON ¶
func (v *NullableMfa) UnmarshalJSON(src []byte) error
func (*NullableMfa) Unset ¶
func (v *NullableMfa) Unset()
type NullableMfaEnrollment ¶
type NullableMfaEnrollment struct {
// contains filtered or unexported fields
}
func NewNullableMfaEnrollment ¶
func NewNullableMfaEnrollment(val *MfaEnrollment) *NullableMfaEnrollment
func (NullableMfaEnrollment) Get ¶
func (v NullableMfaEnrollment) Get() *MfaEnrollment
func (NullableMfaEnrollment) IsSet ¶
func (v NullableMfaEnrollment) IsSet() bool
func (NullableMfaEnrollment) MarshalJSON ¶
func (v NullableMfaEnrollment) MarshalJSON() ([]byte, error)
func (*NullableMfaEnrollment) Set ¶
func (v *NullableMfaEnrollment) Set(val *MfaEnrollment)
func (*NullableMfaEnrollment) UnmarshalJSON ¶
func (v *NullableMfaEnrollment) UnmarshalJSON(src []byte) error
func (*NullableMfaEnrollment) Unset ¶
func (v *NullableMfaEnrollment) Unset()
type NullableMfaEnrollmentStatus ¶
type NullableMfaEnrollmentStatus struct {
// contains filtered or unexported fields
}
func NewNullableMfaEnrollmentStatus ¶
func NewNullableMfaEnrollmentStatus(val *MfaEnrollmentStatus) *NullableMfaEnrollmentStatus
func (NullableMfaEnrollmentStatus) Get ¶
func (v NullableMfaEnrollmentStatus) Get() *MfaEnrollmentStatus
func (NullableMfaEnrollmentStatus) IsSet ¶
func (v NullableMfaEnrollmentStatus) IsSet() bool
func (NullableMfaEnrollmentStatus) MarshalJSON ¶
func (v NullableMfaEnrollmentStatus) MarshalJSON() ([]byte, error)
func (*NullableMfaEnrollmentStatus) Set ¶
func (v *NullableMfaEnrollmentStatus) Set(val *MfaEnrollmentStatus)
func (*NullableMfaEnrollmentStatus) UnmarshalJSON ¶
func (v *NullableMfaEnrollmentStatus) UnmarshalJSON(src []byte) error
func (*NullableMfaEnrollmentStatus) Unset ¶
func (v *NullableMfaEnrollmentStatus) Unset()
type NullableOrganization ¶
type NullableOrganization struct {
// contains filtered or unexported fields
}
func NewNullableOrganization ¶
func NewNullableOrganization(val *Organization) *NullableOrganization
func (NullableOrganization) Get ¶
func (v NullableOrganization) Get() *Organization
func (NullableOrganization) IsSet ¶
func (v NullableOrganization) IsSet() bool
func (NullableOrganization) MarshalJSON ¶
func (v NullableOrganization) MarshalJSON() ([]byte, error)
func (*NullableOrganization) Set ¶
func (v *NullableOrganization) Set(val *Organization)
func (*NullableOrganization) UnmarshalJSON ¶
func (v *NullableOrganization) UnmarshalJSON(src []byte) error
func (*NullableOrganization) Unset ¶
func (v *NullableOrganization) Unset()
type NullableOrganizationPutRequest ¶
type NullableOrganizationPutRequest struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationPutRequest ¶
func NewNullableOrganizationPutRequest(val *OrganizationPutRequest) *NullableOrganizationPutRequest
func (NullableOrganizationPutRequest) Get ¶
func (v NullableOrganizationPutRequest) Get() *OrganizationPutRequest
func (NullableOrganizationPutRequest) IsSet ¶
func (v NullableOrganizationPutRequest) IsSet() bool
func (NullableOrganizationPutRequest) MarshalJSON ¶
func (v NullableOrganizationPutRequest) MarshalJSON() ([]byte, error)
func (*NullableOrganizationPutRequest) Set ¶
func (v *NullableOrganizationPutRequest) Set(val *OrganizationPutRequest)
func (*NullableOrganizationPutRequest) UnmarshalJSON ¶
func (v *NullableOrganizationPutRequest) UnmarshalJSON(src []byte) error
func (*NullableOrganizationPutRequest) Unset ¶
func (v *NullableOrganizationPutRequest) Unset()
type NullableOrganizationentitlement ¶
type NullableOrganizationentitlement struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationentitlement ¶
func NewNullableOrganizationentitlement(val *Organizationentitlement) *NullableOrganizationentitlement
func (NullableOrganizationentitlement) Get ¶
func (v NullableOrganizationentitlement) Get() *Organizationentitlement
func (NullableOrganizationentitlement) IsSet ¶
func (v NullableOrganizationentitlement) IsSet() bool
func (NullableOrganizationentitlement) MarshalJSON ¶
func (v NullableOrganizationentitlement) MarshalJSON() ([]byte, error)
func (*NullableOrganizationentitlement) Set ¶
func (v *NullableOrganizationentitlement) Set(val *Organizationentitlement)
func (*NullableOrganizationentitlement) UnmarshalJSON ¶
func (v *NullableOrganizationentitlement) UnmarshalJSON(src []byte) error
func (*NullableOrganizationentitlement) Unset ¶
func (v *NullableOrganizationentitlement) Unset()
type NullableOrganizationentitlementEntitlementProductsInner ¶
type NullableOrganizationentitlementEntitlementProductsInner struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationentitlementEntitlementProductsInner ¶
func NewNullableOrganizationentitlementEntitlementProductsInner(val *OrganizationentitlementEntitlementProductsInner) *NullableOrganizationentitlementEntitlementProductsInner
func (NullableOrganizationentitlementEntitlementProductsInner) IsSet ¶
func (v NullableOrganizationentitlementEntitlementProductsInner) IsSet() bool
func (NullableOrganizationentitlementEntitlementProductsInner) MarshalJSON ¶
func (v NullableOrganizationentitlementEntitlementProductsInner) MarshalJSON() ([]byte, error)
func (*NullableOrganizationentitlementEntitlementProductsInner) UnmarshalJSON ¶
func (v *NullableOrganizationentitlementEntitlementProductsInner) UnmarshalJSON(src []byte) error
func (*NullableOrganizationentitlementEntitlementProductsInner) Unset ¶
func (v *NullableOrganizationentitlementEntitlementProductsInner) Unset()
type NullableOrganizationsettings ¶
type NullableOrganizationsettings struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsettings ¶
func NewNullableOrganizationsettings(val *Organizationsettings) *NullableOrganizationsettings
func (NullableOrganizationsettings) Get ¶
func (v NullableOrganizationsettings) Get() *Organizationsettings
func (NullableOrganizationsettings) IsSet ¶
func (v NullableOrganizationsettings) IsSet() bool
func (NullableOrganizationsettings) MarshalJSON ¶
func (v NullableOrganizationsettings) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsettings) Set ¶
func (v *NullableOrganizationsettings) Set(val *Organizationsettings)
func (*NullableOrganizationsettings) UnmarshalJSON ¶
func (v *NullableOrganizationsettings) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsettings) Unset ¶
func (v *NullableOrganizationsettings) Unset()
type NullableOrganizationsettingsFeatures ¶
type NullableOrganizationsettingsFeatures struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsettingsFeatures ¶
func NewNullableOrganizationsettingsFeatures(val *OrganizationsettingsFeatures) *NullableOrganizationsettingsFeatures
func (NullableOrganizationsettingsFeatures) Get ¶
func (v NullableOrganizationsettingsFeatures) Get() *OrganizationsettingsFeatures
func (NullableOrganizationsettingsFeatures) IsSet ¶
func (v NullableOrganizationsettingsFeatures) IsSet() bool
func (NullableOrganizationsettingsFeatures) MarshalJSON ¶
func (v NullableOrganizationsettingsFeatures) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsettingsFeatures) Set ¶
func (v *NullableOrganizationsettingsFeatures) Set(val *OrganizationsettingsFeatures)
func (*NullableOrganizationsettingsFeatures) UnmarshalJSON ¶
func (v *NullableOrganizationsettingsFeatures) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsettingsFeatures) Unset ¶
func (v *NullableOrganizationsettingsFeatures) Unset()
type NullableOrganizationsettingsFeaturesDirectoryInsights ¶
type NullableOrganizationsettingsFeaturesDirectoryInsights struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsettingsFeaturesDirectoryInsights ¶
func NewNullableOrganizationsettingsFeaturesDirectoryInsights(val *OrganizationsettingsFeaturesDirectoryInsights) *NullableOrganizationsettingsFeaturesDirectoryInsights
func (NullableOrganizationsettingsFeaturesDirectoryInsights) IsSet ¶
func (v NullableOrganizationsettingsFeaturesDirectoryInsights) IsSet() bool
func (NullableOrganizationsettingsFeaturesDirectoryInsights) MarshalJSON ¶
func (v NullableOrganizationsettingsFeaturesDirectoryInsights) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsettingsFeaturesDirectoryInsights) UnmarshalJSON ¶
func (v *NullableOrganizationsettingsFeaturesDirectoryInsights) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsettingsFeaturesDirectoryInsights) Unset ¶
func (v *NullableOrganizationsettingsFeaturesDirectoryInsights) Unset()
type NullableOrganizationsettingsFeaturesDirectoryInsightsPremium ¶
type NullableOrganizationsettingsFeaturesDirectoryInsightsPremium struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsettingsFeaturesDirectoryInsightsPremium ¶
func NewNullableOrganizationsettingsFeaturesDirectoryInsightsPremium(val *OrganizationsettingsFeaturesDirectoryInsightsPremium) *NullableOrganizationsettingsFeaturesDirectoryInsightsPremium
func (NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) IsSet ¶
func (v NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) IsSet() bool
func (NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) MarshalJSON ¶
func (v NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) UnmarshalJSON ¶
func (v *NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) Unset ¶
func (v *NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) Unset()
type NullableOrganizationsettingsFeaturesSystemInsights ¶
type NullableOrganizationsettingsFeaturesSystemInsights struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsettingsFeaturesSystemInsights ¶
func NewNullableOrganizationsettingsFeaturesSystemInsights(val *OrganizationsettingsFeaturesSystemInsights) *NullableOrganizationsettingsFeaturesSystemInsights
func (NullableOrganizationsettingsFeaturesSystemInsights) IsSet ¶
func (v NullableOrganizationsettingsFeaturesSystemInsights) IsSet() bool
func (NullableOrganizationsettingsFeaturesSystemInsights) MarshalJSON ¶
func (v NullableOrganizationsettingsFeaturesSystemInsights) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsettingsFeaturesSystemInsights) UnmarshalJSON ¶
func (v *NullableOrganizationsettingsFeaturesSystemInsights) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsettingsFeaturesSystemInsights) Unset ¶
func (v *NullableOrganizationsettingsFeaturesSystemInsights) Unset()
type NullableOrganizationsettingsNewSystemUserStateDefaults ¶
type NullableOrganizationsettingsNewSystemUserStateDefaults struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsettingsNewSystemUserStateDefaults ¶
func NewNullableOrganizationsettingsNewSystemUserStateDefaults(val *OrganizationsettingsNewSystemUserStateDefaults) *NullableOrganizationsettingsNewSystemUserStateDefaults
func (NullableOrganizationsettingsNewSystemUserStateDefaults) IsSet ¶
func (v NullableOrganizationsettingsNewSystemUserStateDefaults) IsSet() bool
func (NullableOrganizationsettingsNewSystemUserStateDefaults) MarshalJSON ¶
func (v NullableOrganizationsettingsNewSystemUserStateDefaults) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsettingsNewSystemUserStateDefaults) UnmarshalJSON ¶
func (v *NullableOrganizationsettingsNewSystemUserStateDefaults) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsettingsNewSystemUserStateDefaults) Unset ¶
func (v *NullableOrganizationsettingsNewSystemUserStateDefaults) Unset()
type NullableOrganizationsettingsPasswordPolicy ¶
type NullableOrganizationsettingsPasswordPolicy struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsettingsPasswordPolicy ¶
func NewNullableOrganizationsettingsPasswordPolicy(val *OrganizationsettingsPasswordPolicy) *NullableOrganizationsettingsPasswordPolicy
func (NullableOrganizationsettingsPasswordPolicy) IsSet ¶
func (v NullableOrganizationsettingsPasswordPolicy) IsSet() bool
func (NullableOrganizationsettingsPasswordPolicy) MarshalJSON ¶
func (v NullableOrganizationsettingsPasswordPolicy) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsettingsPasswordPolicy) Set ¶
func (v *NullableOrganizationsettingsPasswordPolicy) Set(val *OrganizationsettingsPasswordPolicy)
func (*NullableOrganizationsettingsPasswordPolicy) UnmarshalJSON ¶
func (v *NullableOrganizationsettingsPasswordPolicy) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsettingsPasswordPolicy) Unset ¶
func (v *NullableOrganizationsettingsPasswordPolicy) Unset()
type NullableOrganizationsettingsUserPortal ¶
type NullableOrganizationsettingsUserPortal struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsettingsUserPortal ¶
func NewNullableOrganizationsettingsUserPortal(val *OrganizationsettingsUserPortal) *NullableOrganizationsettingsUserPortal
func (NullableOrganizationsettingsUserPortal) Get ¶
func (v NullableOrganizationsettingsUserPortal) Get() *OrganizationsettingsUserPortal
func (NullableOrganizationsettingsUserPortal) IsSet ¶
func (v NullableOrganizationsettingsUserPortal) IsSet() bool
func (NullableOrganizationsettingsUserPortal) MarshalJSON ¶
func (v NullableOrganizationsettingsUserPortal) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsettingsUserPortal) Set ¶
func (v *NullableOrganizationsettingsUserPortal) Set(val *OrganizationsettingsUserPortal)
func (*NullableOrganizationsettingsUserPortal) UnmarshalJSON ¶
func (v *NullableOrganizationsettingsUserPortal) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsettingsUserPortal) Unset ¶
func (v *NullableOrganizationsettingsUserPortal) Unset()
type NullableOrganizationsettingsWindowsMDM ¶
type NullableOrganizationsettingsWindowsMDM struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsettingsWindowsMDM ¶
func NewNullableOrganizationsettingsWindowsMDM(val *OrganizationsettingsWindowsMDM) *NullableOrganizationsettingsWindowsMDM
func (NullableOrganizationsettingsWindowsMDM) Get ¶
func (v NullableOrganizationsettingsWindowsMDM) Get() *OrganizationsettingsWindowsMDM
func (NullableOrganizationsettingsWindowsMDM) IsSet ¶
func (v NullableOrganizationsettingsWindowsMDM) IsSet() bool
func (NullableOrganizationsettingsWindowsMDM) MarshalJSON ¶
func (v NullableOrganizationsettingsWindowsMDM) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsettingsWindowsMDM) Set ¶
func (v *NullableOrganizationsettingsWindowsMDM) Set(val *OrganizationsettingsWindowsMDM)
func (*NullableOrganizationsettingsWindowsMDM) UnmarshalJSON ¶
func (v *NullableOrganizationsettingsWindowsMDM) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsettingsWindowsMDM) Unset ¶
func (v *NullableOrganizationsettingsWindowsMDM) Unset()
type NullableOrganizationsettingsput ¶
type NullableOrganizationsettingsput struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsettingsput ¶
func NewNullableOrganizationsettingsput(val *Organizationsettingsput) *NullableOrganizationsettingsput
func (NullableOrganizationsettingsput) Get ¶
func (v NullableOrganizationsettingsput) Get() *Organizationsettingsput
func (NullableOrganizationsettingsput) IsSet ¶
func (v NullableOrganizationsettingsput) IsSet() bool
func (NullableOrganizationsettingsput) MarshalJSON ¶
func (v NullableOrganizationsettingsput) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsettingsput) Set ¶
func (v *NullableOrganizationsettingsput) Set(val *Organizationsettingsput)
func (*NullableOrganizationsettingsput) UnmarshalJSON ¶
func (v *NullableOrganizationsettingsput) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsettingsput) Unset ¶
func (v *NullableOrganizationsettingsput) Unset()
type NullableOrganizationsettingsputNewSystemUserStateDefaults ¶
type NullableOrganizationsettingsputNewSystemUserStateDefaults struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsettingsputNewSystemUserStateDefaults ¶
func NewNullableOrganizationsettingsputNewSystemUserStateDefaults(val *OrganizationsettingsputNewSystemUserStateDefaults) *NullableOrganizationsettingsputNewSystemUserStateDefaults
func (NullableOrganizationsettingsputNewSystemUserStateDefaults) IsSet ¶
func (v NullableOrganizationsettingsputNewSystemUserStateDefaults) IsSet() bool
func (NullableOrganizationsettingsputNewSystemUserStateDefaults) MarshalJSON ¶
func (v NullableOrganizationsettingsputNewSystemUserStateDefaults) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsettingsputNewSystemUserStateDefaults) UnmarshalJSON ¶
func (v *NullableOrganizationsettingsputNewSystemUserStateDefaults) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsettingsputNewSystemUserStateDefaults) Unset ¶
func (v *NullableOrganizationsettingsputNewSystemUserStateDefaults) Unset()
type NullableOrganizationsettingsputPasswordPolicy ¶
type NullableOrganizationsettingsputPasswordPolicy struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationsettingsputPasswordPolicy ¶
func NewNullableOrganizationsettingsputPasswordPolicy(val *OrganizationsettingsputPasswordPolicy) *NullableOrganizationsettingsputPasswordPolicy
func (NullableOrganizationsettingsputPasswordPolicy) IsSet ¶
func (v NullableOrganizationsettingsputPasswordPolicy) IsSet() bool
func (NullableOrganizationsettingsputPasswordPolicy) MarshalJSON ¶
func (v NullableOrganizationsettingsputPasswordPolicy) MarshalJSON() ([]byte, error)
func (*NullableOrganizationsettingsputPasswordPolicy) Set ¶
func (v *NullableOrganizationsettingsputPasswordPolicy) Set(val *OrganizationsettingsputPasswordPolicy)
func (*NullableOrganizationsettingsputPasswordPolicy) UnmarshalJSON ¶
func (v *NullableOrganizationsettingsputPasswordPolicy) UnmarshalJSON(src []byte) error
func (*NullableOrganizationsettingsputPasswordPolicy) Unset ¶
func (v *NullableOrganizationsettingsputPasswordPolicy) Unset()
type NullableOrganizationslist ¶
type NullableOrganizationslist struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationslist ¶
func NewNullableOrganizationslist(val *Organizationslist) *NullableOrganizationslist
func (NullableOrganizationslist) Get ¶
func (v NullableOrganizationslist) Get() *Organizationslist
func (NullableOrganizationslist) IsSet ¶
func (v NullableOrganizationslist) IsSet() bool
func (NullableOrganizationslist) MarshalJSON ¶
func (v NullableOrganizationslist) MarshalJSON() ([]byte, error)
func (*NullableOrganizationslist) Set ¶
func (v *NullableOrganizationslist) Set(val *Organizationslist)
func (*NullableOrganizationslist) UnmarshalJSON ¶
func (v *NullableOrganizationslist) UnmarshalJSON(src []byte) error
func (*NullableOrganizationslist) Unset ¶
func (v *NullableOrganizationslist) Unset()
type NullableOrganizationslistResultsInner ¶
type NullableOrganizationslistResultsInner struct {
// contains filtered or unexported fields
}
func NewNullableOrganizationslistResultsInner ¶
func NewNullableOrganizationslistResultsInner(val *OrganizationslistResultsInner) *NullableOrganizationslistResultsInner
func (NullableOrganizationslistResultsInner) Get ¶
func (v NullableOrganizationslistResultsInner) Get() *OrganizationslistResultsInner
func (NullableOrganizationslistResultsInner) IsSet ¶
func (v NullableOrganizationslistResultsInner) IsSet() bool
func (NullableOrganizationslistResultsInner) MarshalJSON ¶
func (v NullableOrganizationslistResultsInner) MarshalJSON() ([]byte, error)
func (*NullableOrganizationslistResultsInner) Set ¶
func (v *NullableOrganizationslistResultsInner) Set(val *OrganizationslistResultsInner)
func (*NullableOrganizationslistResultsInner) UnmarshalJSON ¶
func (v *NullableOrganizationslistResultsInner) UnmarshalJSON(src []byte) error
func (*NullableOrganizationslistResultsInner) Unset ¶
func (v *NullableOrganizationslistResultsInner) Unset()
type NullableRadiusServersPutRequest ¶
type NullableRadiusServersPutRequest struct {
// contains filtered or unexported fields
}
func NewNullableRadiusServersPutRequest ¶
func NewNullableRadiusServersPutRequest(val *RadiusServersPutRequest) *NullableRadiusServersPutRequest
func (NullableRadiusServersPutRequest) Get ¶
func (v NullableRadiusServersPutRequest) Get() *RadiusServersPutRequest
func (NullableRadiusServersPutRequest) IsSet ¶
func (v NullableRadiusServersPutRequest) IsSet() bool
func (NullableRadiusServersPutRequest) MarshalJSON ¶
func (v NullableRadiusServersPutRequest) MarshalJSON() ([]byte, error)
func (*NullableRadiusServersPutRequest) Set ¶
func (v *NullableRadiusServersPutRequest) Set(val *RadiusServersPutRequest)
func (*NullableRadiusServersPutRequest) UnmarshalJSON ¶
func (v *NullableRadiusServersPutRequest) UnmarshalJSON(src []byte) error
func (*NullableRadiusServersPutRequest) Unset ¶
func (v *NullableRadiusServersPutRequest) Unset()
type NullableRadiusserver ¶
type NullableRadiusserver struct {
// contains filtered or unexported fields
}
func NewNullableRadiusserver ¶
func NewNullableRadiusserver(val *Radiusserver) *NullableRadiusserver
func (NullableRadiusserver) Get ¶
func (v NullableRadiusserver) Get() *Radiusserver
func (NullableRadiusserver) IsSet ¶
func (v NullableRadiusserver) IsSet() bool
func (NullableRadiusserver) MarshalJSON ¶
func (v NullableRadiusserver) MarshalJSON() ([]byte, error)
func (*NullableRadiusserver) Set ¶
func (v *NullableRadiusserver) Set(val *Radiusserver)
func (*NullableRadiusserver) UnmarshalJSON ¶
func (v *NullableRadiusserver) UnmarshalJSON(src []byte) error
func (*NullableRadiusserver) Unset ¶
func (v *NullableRadiusserver) Unset()
type NullableRadiusserverpost ¶
type NullableRadiusserverpost struct {
// contains filtered or unexported fields
}
func NewNullableRadiusserverpost ¶
func NewNullableRadiusserverpost(val *Radiusserverpost) *NullableRadiusserverpost
func (NullableRadiusserverpost) Get ¶
func (v NullableRadiusserverpost) Get() *Radiusserverpost
func (NullableRadiusserverpost) IsSet ¶
func (v NullableRadiusserverpost) IsSet() bool
func (NullableRadiusserverpost) MarshalJSON ¶
func (v NullableRadiusserverpost) MarshalJSON() ([]byte, error)
func (*NullableRadiusserverpost) Set ¶
func (v *NullableRadiusserverpost) Set(val *Radiusserverpost)
func (*NullableRadiusserverpost) UnmarshalJSON ¶
func (v *NullableRadiusserverpost) UnmarshalJSON(src []byte) error
func (*NullableRadiusserverpost) Unset ¶
func (v *NullableRadiusserverpost) Unset()
type NullableRadiusserverput ¶
type NullableRadiusserverput struct {
// contains filtered or unexported fields
}
func NewNullableRadiusserverput ¶
func NewNullableRadiusserverput(val *Radiusserverput) *NullableRadiusserverput
func (NullableRadiusserverput) Get ¶
func (v NullableRadiusserverput) Get() *Radiusserverput
func (NullableRadiusserverput) IsSet ¶
func (v NullableRadiusserverput) IsSet() bool
func (NullableRadiusserverput) MarshalJSON ¶
func (v NullableRadiusserverput) MarshalJSON() ([]byte, error)
func (*NullableRadiusserverput) Set ¶
func (v *NullableRadiusserverput) Set(val *Radiusserverput)
func (*NullableRadiusserverput) UnmarshalJSON ¶
func (v *NullableRadiusserverput) UnmarshalJSON(src []byte) error
func (*NullableRadiusserverput) Unset ¶
func (v *NullableRadiusserverput) Unset()
type NullableRadiusserverslist ¶
type NullableRadiusserverslist struct {
// contains filtered or unexported fields
}
func NewNullableRadiusserverslist ¶
func NewNullableRadiusserverslist(val *Radiusserverslist) *NullableRadiusserverslist
func (NullableRadiusserverslist) Get ¶
func (v NullableRadiusserverslist) Get() *Radiusserverslist
func (NullableRadiusserverslist) IsSet ¶
func (v NullableRadiusserverslist) IsSet() bool
func (NullableRadiusserverslist) MarshalJSON ¶
func (v NullableRadiusserverslist) MarshalJSON() ([]byte, error)
func (*NullableRadiusserverslist) Set ¶
func (v *NullableRadiusserverslist) Set(val *Radiusserverslist)
func (*NullableRadiusserverslist) UnmarshalJSON ¶
func (v *NullableRadiusserverslist) UnmarshalJSON(src []byte) error
func (*NullableRadiusserverslist) Unset ¶
func (v *NullableRadiusserverslist) Unset()
type NullableSearch ¶
type NullableSearch struct {
// contains filtered or unexported fields
}
func NewNullableSearch ¶
func NewNullableSearch(val *Search) *NullableSearch
func (NullableSearch) Get ¶
func (v NullableSearch) Get() *Search
func (NullableSearch) IsSet ¶
func (v NullableSearch) IsSet() bool
func (NullableSearch) MarshalJSON ¶
func (v NullableSearch) MarshalJSON() ([]byte, error)
func (*NullableSearch) Set ¶
func (v *NullableSearch) Set(val *Search)
func (*NullableSearch) UnmarshalJSON ¶
func (v *NullableSearch) UnmarshalJSON(src []byte) error
func (*NullableSearch) Unset ¶
func (v *NullableSearch) Unset()
type NullableSshkeylist ¶
type NullableSshkeylist struct {
// contains filtered or unexported fields
}
func NewNullableSshkeylist ¶
func NewNullableSshkeylist(val *Sshkeylist) *NullableSshkeylist
func (NullableSshkeylist) Get ¶
func (v NullableSshkeylist) Get() *Sshkeylist
func (NullableSshkeylist) IsSet ¶
func (v NullableSshkeylist) IsSet() bool
func (NullableSshkeylist) MarshalJSON ¶
func (v NullableSshkeylist) MarshalJSON() ([]byte, error)
func (*NullableSshkeylist) Set ¶
func (v *NullableSshkeylist) Set(val *Sshkeylist)
func (*NullableSshkeylist) UnmarshalJSON ¶
func (v *NullableSshkeylist) UnmarshalJSON(src []byte) error
func (*NullableSshkeylist) Unset ¶
func (v *NullableSshkeylist) Unset()
type NullableSshkeypost ¶
type NullableSshkeypost struct {
// contains filtered or unexported fields
}
func NewNullableSshkeypost ¶
func NewNullableSshkeypost(val *Sshkeypost) *NullableSshkeypost
func (NullableSshkeypost) Get ¶
func (v NullableSshkeypost) Get() *Sshkeypost
func (NullableSshkeypost) IsSet ¶
func (v NullableSshkeypost) IsSet() bool
func (NullableSshkeypost) MarshalJSON ¶
func (v NullableSshkeypost) MarshalJSON() ([]byte, error)
func (*NullableSshkeypost) Set ¶
func (v *NullableSshkeypost) Set(val *Sshkeypost)
func (*NullableSshkeypost) UnmarshalJSON ¶
func (v *NullableSshkeypost) UnmarshalJSON(src []byte) error
func (*NullableSshkeypost) Unset ¶
func (v *NullableSshkeypost) Unset()
type NullableSso ¶
type NullableSso struct {
// contains filtered or unexported fields
}
func NewNullableSso ¶
func NewNullableSso(val *Sso) *NullableSso
func (NullableSso) Get ¶
func (v NullableSso) Get() *Sso
func (NullableSso) IsSet ¶
func (v NullableSso) IsSet() bool
func (NullableSso) MarshalJSON ¶
func (v NullableSso) MarshalJSON() ([]byte, error)
func (*NullableSso) Set ¶
func (v *NullableSso) Set(val *Sso)
func (*NullableSso) UnmarshalJSON ¶
func (v *NullableSso) UnmarshalJSON(src []byte) error
func (*NullableSso) Unset ¶
func (v *NullableSso) Unset()
type NullableString ¶
type NullableString struct {
// contains filtered or unexported fields
}
func NewNullableString ¶
func NewNullableString(val *string) *NullableString
func (NullableString) Get ¶
func (v NullableString) Get() *string
func (NullableString) IsSet ¶
func (v NullableString) IsSet() bool
func (NullableString) MarshalJSON ¶
func (v NullableString) MarshalJSON() ([]byte, error)
func (*NullableString) Set ¶
func (v *NullableString) Set(val *string)
func (*NullableString) UnmarshalJSON ¶
func (v *NullableString) UnmarshalJSON(src []byte) error
func (*NullableString) Unset ¶
func (v *NullableString) Unset()
type NullableSystem ¶
type NullableSystem struct {
// contains filtered or unexported fields
}
func NewNullableSystem ¶
func NewNullableSystem(val *System) *NullableSystem
func (NullableSystem) Get ¶
func (v NullableSystem) Get() *System
func (NullableSystem) IsSet ¶
func (v NullableSystem) IsSet() bool
func (NullableSystem) MarshalJSON ¶
func (v NullableSystem) MarshalJSON() ([]byte, error)
func (*NullableSystem) Set ¶
func (v *NullableSystem) Set(val *System)
func (*NullableSystem) UnmarshalJSON ¶
func (v *NullableSystem) UnmarshalJSON(src []byte) error
func (*NullableSystem) Unset ¶
func (v *NullableSystem) Unset()
type NullableSystemBuiltInCommandsInner ¶
type NullableSystemBuiltInCommandsInner struct {
// contains filtered or unexported fields
}
func NewNullableSystemBuiltInCommandsInner ¶
func NewNullableSystemBuiltInCommandsInner(val *SystemBuiltInCommandsInner) *NullableSystemBuiltInCommandsInner
func (NullableSystemBuiltInCommandsInner) Get ¶
func (v NullableSystemBuiltInCommandsInner) Get() *SystemBuiltInCommandsInner
func (NullableSystemBuiltInCommandsInner) IsSet ¶
func (v NullableSystemBuiltInCommandsInner) IsSet() bool
func (NullableSystemBuiltInCommandsInner) MarshalJSON ¶
func (v NullableSystemBuiltInCommandsInner) MarshalJSON() ([]byte, error)
func (*NullableSystemBuiltInCommandsInner) Set ¶
func (v *NullableSystemBuiltInCommandsInner) Set(val *SystemBuiltInCommandsInner)
func (*NullableSystemBuiltInCommandsInner) UnmarshalJSON ¶
func (v *NullableSystemBuiltInCommandsInner) UnmarshalJSON(src []byte) error
func (*NullableSystemBuiltInCommandsInner) Unset ¶
func (v *NullableSystemBuiltInCommandsInner) Unset()
type NullableSystemDomainInfo ¶
type NullableSystemDomainInfo struct {
// contains filtered or unexported fields
}
func NewNullableSystemDomainInfo ¶
func NewNullableSystemDomainInfo(val *SystemDomainInfo) *NullableSystemDomainInfo
func (NullableSystemDomainInfo) Get ¶
func (v NullableSystemDomainInfo) Get() *SystemDomainInfo
func (NullableSystemDomainInfo) IsSet ¶
func (v NullableSystemDomainInfo) IsSet() bool
func (NullableSystemDomainInfo) MarshalJSON ¶
func (v NullableSystemDomainInfo) MarshalJSON() ([]byte, error)
func (*NullableSystemDomainInfo) Set ¶
func (v *NullableSystemDomainInfo) Set(val *SystemDomainInfo)
func (*NullableSystemDomainInfo) UnmarshalJSON ¶
func (v *NullableSystemDomainInfo) UnmarshalJSON(src []byte) error
func (*NullableSystemDomainInfo) Unset ¶
func (v *NullableSystemDomainInfo) Unset()
type NullableSystemMdm ¶
type NullableSystemMdm struct {
// contains filtered or unexported fields
}
func NewNullableSystemMdm ¶
func NewNullableSystemMdm(val *SystemMdm) *NullableSystemMdm
func (NullableSystemMdm) Get ¶
func (v NullableSystemMdm) Get() *SystemMdm
func (NullableSystemMdm) IsSet ¶
func (v NullableSystemMdm) IsSet() bool
func (NullableSystemMdm) MarshalJSON ¶
func (v NullableSystemMdm) MarshalJSON() ([]byte, error)
func (*NullableSystemMdm) Set ¶
func (v *NullableSystemMdm) Set(val *SystemMdm)
func (*NullableSystemMdm) UnmarshalJSON ¶
func (v *NullableSystemMdm) UnmarshalJSON(src []byte) error
func (*NullableSystemMdm) Unset ¶
func (v *NullableSystemMdm) Unset()
type NullableSystemMdmInternal ¶
type NullableSystemMdmInternal struct {
// contains filtered or unexported fields
}
func NewNullableSystemMdmInternal ¶
func NewNullableSystemMdmInternal(val *SystemMdmInternal) *NullableSystemMdmInternal
func (NullableSystemMdmInternal) Get ¶
func (v NullableSystemMdmInternal) Get() *SystemMdmInternal
func (NullableSystemMdmInternal) IsSet ¶
func (v NullableSystemMdmInternal) IsSet() bool
func (NullableSystemMdmInternal) MarshalJSON ¶
func (v NullableSystemMdmInternal) MarshalJSON() ([]byte, error)
func (*NullableSystemMdmInternal) Set ¶
func (v *NullableSystemMdmInternal) Set(val *SystemMdmInternal)
func (*NullableSystemMdmInternal) UnmarshalJSON ¶
func (v *NullableSystemMdmInternal) UnmarshalJSON(src []byte) error
func (*NullableSystemMdmInternal) Unset ¶
func (v *NullableSystemMdmInternal) Unset()
type NullableSystemNetworkInterfacesInner ¶
type NullableSystemNetworkInterfacesInner struct {
// contains filtered or unexported fields
}
func NewNullableSystemNetworkInterfacesInner ¶
func NewNullableSystemNetworkInterfacesInner(val *SystemNetworkInterfacesInner) *NullableSystemNetworkInterfacesInner
func (NullableSystemNetworkInterfacesInner) Get ¶
func (v NullableSystemNetworkInterfacesInner) Get() *SystemNetworkInterfacesInner
func (NullableSystemNetworkInterfacesInner) IsSet ¶
func (v NullableSystemNetworkInterfacesInner) IsSet() bool
func (NullableSystemNetworkInterfacesInner) MarshalJSON ¶
func (v NullableSystemNetworkInterfacesInner) MarshalJSON() ([]byte, error)
func (*NullableSystemNetworkInterfacesInner) Set ¶
func (v *NullableSystemNetworkInterfacesInner) Set(val *SystemNetworkInterfacesInner)
func (*NullableSystemNetworkInterfacesInner) UnmarshalJSON ¶
func (v *NullableSystemNetworkInterfacesInner) UnmarshalJSON(src []byte) error
func (*NullableSystemNetworkInterfacesInner) Unset ¶
func (v *NullableSystemNetworkInterfacesInner) Unset()
type NullableSystemOsVersionDetail ¶
type NullableSystemOsVersionDetail struct {
// contains filtered or unexported fields
}
func NewNullableSystemOsVersionDetail ¶
func NewNullableSystemOsVersionDetail(val *SystemOsVersionDetail) *NullableSystemOsVersionDetail
func (NullableSystemOsVersionDetail) Get ¶
func (v NullableSystemOsVersionDetail) Get() *SystemOsVersionDetail
func (NullableSystemOsVersionDetail) IsSet ¶
func (v NullableSystemOsVersionDetail) IsSet() bool
func (NullableSystemOsVersionDetail) MarshalJSON ¶
func (v NullableSystemOsVersionDetail) MarshalJSON() ([]byte, error)
func (*NullableSystemOsVersionDetail) Set ¶
func (v *NullableSystemOsVersionDetail) Set(val *SystemOsVersionDetail)
func (*NullableSystemOsVersionDetail) UnmarshalJSON ¶
func (v *NullableSystemOsVersionDetail) UnmarshalJSON(src []byte) error
func (*NullableSystemOsVersionDetail) Unset ¶
func (v *NullableSystemOsVersionDetail) Unset()
type NullableSystemProvisionMetadata ¶
type NullableSystemProvisionMetadata struct {
// contains filtered or unexported fields
}
func NewNullableSystemProvisionMetadata ¶
func NewNullableSystemProvisionMetadata(val *SystemProvisionMetadata) *NullableSystemProvisionMetadata
func (NullableSystemProvisionMetadata) Get ¶
func (v NullableSystemProvisionMetadata) Get() *SystemProvisionMetadata
func (NullableSystemProvisionMetadata) IsSet ¶
func (v NullableSystemProvisionMetadata) IsSet() bool
func (NullableSystemProvisionMetadata) MarshalJSON ¶
func (v NullableSystemProvisionMetadata) MarshalJSON() ([]byte, error)
func (*NullableSystemProvisionMetadata) Set ¶
func (v *NullableSystemProvisionMetadata) Set(val *SystemProvisionMetadata)
func (*NullableSystemProvisionMetadata) UnmarshalJSON ¶
func (v *NullableSystemProvisionMetadata) UnmarshalJSON(src []byte) error
func (*NullableSystemProvisionMetadata) Unset ¶
func (v *NullableSystemProvisionMetadata) Unset()
type NullableSystemProvisionMetadataProvisioner ¶
type NullableSystemProvisionMetadataProvisioner struct {
// contains filtered or unexported fields
}
func NewNullableSystemProvisionMetadataProvisioner ¶
func NewNullableSystemProvisionMetadataProvisioner(val *SystemProvisionMetadataProvisioner) *NullableSystemProvisionMetadataProvisioner
func (NullableSystemProvisionMetadataProvisioner) IsSet ¶
func (v NullableSystemProvisionMetadataProvisioner) IsSet() bool
func (NullableSystemProvisionMetadataProvisioner) MarshalJSON ¶
func (v NullableSystemProvisionMetadataProvisioner) MarshalJSON() ([]byte, error)
func (*NullableSystemProvisionMetadataProvisioner) Set ¶
func (v *NullableSystemProvisionMetadataProvisioner) Set(val *SystemProvisionMetadataProvisioner)
func (*NullableSystemProvisionMetadataProvisioner) UnmarshalJSON ¶
func (v *NullableSystemProvisionMetadataProvisioner) UnmarshalJSON(src []byte) error
func (*NullableSystemProvisionMetadataProvisioner) Unset ¶
func (v *NullableSystemProvisionMetadataProvisioner) Unset()
type NullableSystemServiceAccountState ¶
type NullableSystemServiceAccountState struct {
// contains filtered or unexported fields
}
func NewNullableSystemServiceAccountState ¶
func NewNullableSystemServiceAccountState(val *SystemServiceAccountState) *NullableSystemServiceAccountState
func (NullableSystemServiceAccountState) Get ¶
func (v NullableSystemServiceAccountState) Get() *SystemServiceAccountState
func (NullableSystemServiceAccountState) IsSet ¶
func (v NullableSystemServiceAccountState) IsSet() bool
func (NullableSystemServiceAccountState) MarshalJSON ¶
func (v NullableSystemServiceAccountState) MarshalJSON() ([]byte, error)
func (*NullableSystemServiceAccountState) Set ¶
func (v *NullableSystemServiceAccountState) Set(val *SystemServiceAccountState)
func (*NullableSystemServiceAccountState) UnmarshalJSON ¶
func (v *NullableSystemServiceAccountState) UnmarshalJSON(src []byte) error
func (*NullableSystemServiceAccountState) Unset ¶
func (v *NullableSystemServiceAccountState) Unset()
type NullableSystemSshdParamsInner ¶
type NullableSystemSshdParamsInner struct {
// contains filtered or unexported fields
}
func NewNullableSystemSshdParamsInner ¶
func NewNullableSystemSshdParamsInner(val *SystemSshdParamsInner) *NullableSystemSshdParamsInner
func (NullableSystemSshdParamsInner) Get ¶
func (v NullableSystemSshdParamsInner) Get() *SystemSshdParamsInner
func (NullableSystemSshdParamsInner) IsSet ¶
func (v NullableSystemSshdParamsInner) IsSet() bool
func (NullableSystemSshdParamsInner) MarshalJSON ¶
func (v NullableSystemSshdParamsInner) MarshalJSON() ([]byte, error)
func (*NullableSystemSshdParamsInner) Set ¶
func (v *NullableSystemSshdParamsInner) Set(val *SystemSshdParamsInner)
func (*NullableSystemSshdParamsInner) UnmarshalJSON ¶
func (v *NullableSystemSshdParamsInner) UnmarshalJSON(src []byte) error
func (*NullableSystemSshdParamsInner) Unset ¶
func (v *NullableSystemSshdParamsInner) Unset()
type NullableSystemSystemInsights ¶
type NullableSystemSystemInsights struct {
// contains filtered or unexported fields
}
func NewNullableSystemSystemInsights ¶
func NewNullableSystemSystemInsights(val *SystemSystemInsights) *NullableSystemSystemInsights
func (NullableSystemSystemInsights) Get ¶
func (v NullableSystemSystemInsights) Get() *SystemSystemInsights
func (NullableSystemSystemInsights) IsSet ¶
func (v NullableSystemSystemInsights) IsSet() bool
func (NullableSystemSystemInsights) MarshalJSON ¶
func (v NullableSystemSystemInsights) MarshalJSON() ([]byte, error)
func (*NullableSystemSystemInsights) Set ¶
func (v *NullableSystemSystemInsights) Set(val *SystemSystemInsights)
func (*NullableSystemSystemInsights) UnmarshalJSON ¶
func (v *NullableSystemSystemInsights) UnmarshalJSON(src []byte) error
func (*NullableSystemSystemInsights) Unset ¶
func (v *NullableSystemSystemInsights) Unset()
type NullableSystemUserMetricsInner ¶
type NullableSystemUserMetricsInner struct {
// contains filtered or unexported fields
}
func NewNullableSystemUserMetricsInner ¶
func NewNullableSystemUserMetricsInner(val *SystemUserMetricsInner) *NullableSystemUserMetricsInner
func (NullableSystemUserMetricsInner) Get ¶
func (v NullableSystemUserMetricsInner) Get() *SystemUserMetricsInner
func (NullableSystemUserMetricsInner) IsSet ¶
func (v NullableSystemUserMetricsInner) IsSet() bool
func (NullableSystemUserMetricsInner) MarshalJSON ¶
func (v NullableSystemUserMetricsInner) MarshalJSON() ([]byte, error)
func (*NullableSystemUserMetricsInner) Set ¶
func (v *NullableSystemUserMetricsInner) Set(val *SystemUserMetricsInner)
func (*NullableSystemUserMetricsInner) UnmarshalJSON ¶
func (v *NullableSystemUserMetricsInner) UnmarshalJSON(src []byte) error
func (*NullableSystemUserMetricsInner) Unset ¶
func (v *NullableSystemUserMetricsInner) Unset()
type NullableSystemput ¶
type NullableSystemput struct {
// contains filtered or unexported fields
}
func NewNullableSystemput ¶
func NewNullableSystemput(val *Systemput) *NullableSystemput
func (NullableSystemput) Get ¶
func (v NullableSystemput) Get() *Systemput
func (NullableSystemput) IsSet ¶
func (v NullableSystemput) IsSet() bool
func (NullableSystemput) MarshalJSON ¶
func (v NullableSystemput) MarshalJSON() ([]byte, error)
func (*NullableSystemput) Set ¶
func (v *NullableSystemput) Set(val *Systemput)
func (*NullableSystemput) UnmarshalJSON ¶
func (v *NullableSystemput) UnmarshalJSON(src []byte) error
func (*NullableSystemput) Unset ¶
func (v *NullableSystemput) Unset()
type NullableSystemputAgentBoundMessagesInner ¶
type NullableSystemputAgentBoundMessagesInner struct {
// contains filtered or unexported fields
}
func NewNullableSystemputAgentBoundMessagesInner ¶
func NewNullableSystemputAgentBoundMessagesInner(val *SystemputAgentBoundMessagesInner) *NullableSystemputAgentBoundMessagesInner
func (NullableSystemputAgentBoundMessagesInner) IsSet ¶
func (v NullableSystemputAgentBoundMessagesInner) IsSet() bool
func (NullableSystemputAgentBoundMessagesInner) MarshalJSON ¶
func (v NullableSystemputAgentBoundMessagesInner) MarshalJSON() ([]byte, error)
func (*NullableSystemputAgentBoundMessagesInner) Set ¶
func (v *NullableSystemputAgentBoundMessagesInner) Set(val *SystemputAgentBoundMessagesInner)
func (*NullableSystemputAgentBoundMessagesInner) UnmarshalJSON ¶
func (v *NullableSystemputAgentBoundMessagesInner) UnmarshalJSON(src []byte) error
func (*NullableSystemputAgentBoundMessagesInner) Unset ¶
func (v *NullableSystemputAgentBoundMessagesInner) Unset()
type NullableSystemslist ¶
type NullableSystemslist struct {
// contains filtered or unexported fields
}
func NewNullableSystemslist ¶
func NewNullableSystemslist(val *Systemslist) *NullableSystemslist
func (NullableSystemslist) Get ¶
func (v NullableSystemslist) Get() *Systemslist
func (NullableSystemslist) IsSet ¶
func (v NullableSystemslist) IsSet() bool
func (NullableSystemslist) MarshalJSON ¶
func (v NullableSystemslist) MarshalJSON() ([]byte, error)
func (*NullableSystemslist) Set ¶
func (v *NullableSystemslist) Set(val *Systemslist)
func (*NullableSystemslist) UnmarshalJSON ¶
func (v *NullableSystemslist) UnmarshalJSON(src []byte) error
func (*NullableSystemslist) Unset ¶
func (v *NullableSystemslist) Unset()
type NullableSystemuserput ¶
type NullableSystemuserput struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserput ¶
func NewNullableSystemuserput(val *Systemuserput) *NullableSystemuserput
func (NullableSystemuserput) Get ¶
func (v NullableSystemuserput) Get() *Systemuserput
func (NullableSystemuserput) IsSet ¶
func (v NullableSystemuserput) IsSet() bool
func (NullableSystemuserput) MarshalJSON ¶
func (v NullableSystemuserput) MarshalJSON() ([]byte, error)
func (*NullableSystemuserput) Set ¶
func (v *NullableSystemuserput) Set(val *Systemuserput)
func (*NullableSystemuserput) UnmarshalJSON ¶
func (v *NullableSystemuserput) UnmarshalJSON(src []byte) error
func (*NullableSystemuserput) Unset ¶
func (v *NullableSystemuserput) Unset()
type NullableSystemuserputAddressesInner ¶
type NullableSystemuserputAddressesInner struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserputAddressesInner ¶
func NewNullableSystemuserputAddressesInner(val *SystemuserputAddressesInner) *NullableSystemuserputAddressesInner
func (NullableSystemuserputAddressesInner) Get ¶
func (v NullableSystemuserputAddressesInner) Get() *SystemuserputAddressesInner
func (NullableSystemuserputAddressesInner) IsSet ¶
func (v NullableSystemuserputAddressesInner) IsSet() bool
func (NullableSystemuserputAddressesInner) MarshalJSON ¶
func (v NullableSystemuserputAddressesInner) MarshalJSON() ([]byte, error)
func (*NullableSystemuserputAddressesInner) Set ¶
func (v *NullableSystemuserputAddressesInner) Set(val *SystemuserputAddressesInner)
func (*NullableSystemuserputAddressesInner) UnmarshalJSON ¶
func (v *NullableSystemuserputAddressesInner) UnmarshalJSON(src []byte) error
func (*NullableSystemuserputAddressesInner) Unset ¶
func (v *NullableSystemuserputAddressesInner) Unset()
type NullableSystemuserputAttributesInner ¶
type NullableSystemuserputAttributesInner struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserputAttributesInner ¶
func NewNullableSystemuserputAttributesInner(val *SystemuserputAttributesInner) *NullableSystemuserputAttributesInner
func (NullableSystemuserputAttributesInner) Get ¶
func (v NullableSystemuserputAttributesInner) Get() *SystemuserputAttributesInner
func (NullableSystemuserputAttributesInner) IsSet ¶
func (v NullableSystemuserputAttributesInner) IsSet() bool
func (NullableSystemuserputAttributesInner) MarshalJSON ¶
func (v NullableSystemuserputAttributesInner) MarshalJSON() ([]byte, error)
func (*NullableSystemuserputAttributesInner) Set ¶
func (v *NullableSystemuserputAttributesInner) Set(val *SystemuserputAttributesInner)
func (*NullableSystemuserputAttributesInner) UnmarshalJSON ¶
func (v *NullableSystemuserputAttributesInner) UnmarshalJSON(src []byte) error
func (*NullableSystemuserputAttributesInner) Unset ¶
func (v *NullableSystemuserputAttributesInner) Unset()
type NullableSystemuserputPhoneNumbersInner ¶
type NullableSystemuserputPhoneNumbersInner struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserputPhoneNumbersInner ¶
func NewNullableSystemuserputPhoneNumbersInner(val *SystemuserputPhoneNumbersInner) *NullableSystemuserputPhoneNumbersInner
func (NullableSystemuserputPhoneNumbersInner) Get ¶
func (v NullableSystemuserputPhoneNumbersInner) Get() *SystemuserputPhoneNumbersInner
func (NullableSystemuserputPhoneNumbersInner) IsSet ¶
func (v NullableSystemuserputPhoneNumbersInner) IsSet() bool
func (NullableSystemuserputPhoneNumbersInner) MarshalJSON ¶
func (v NullableSystemuserputPhoneNumbersInner) MarshalJSON() ([]byte, error)
func (*NullableSystemuserputPhoneNumbersInner) Set ¶
func (v *NullableSystemuserputPhoneNumbersInner) Set(val *SystemuserputPhoneNumbersInner)
func (*NullableSystemuserputPhoneNumbersInner) UnmarshalJSON ¶
func (v *NullableSystemuserputPhoneNumbersInner) UnmarshalJSON(src []byte) error
func (*NullableSystemuserputPhoneNumbersInner) Unset ¶
func (v *NullableSystemuserputPhoneNumbersInner) Unset()
type NullableSystemuserputRelationshipsInner ¶
type NullableSystemuserputRelationshipsInner struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserputRelationshipsInner ¶
func NewNullableSystemuserputRelationshipsInner(val *SystemuserputRelationshipsInner) *NullableSystemuserputRelationshipsInner
func (NullableSystemuserputRelationshipsInner) IsSet ¶
func (v NullableSystemuserputRelationshipsInner) IsSet() bool
func (NullableSystemuserputRelationshipsInner) MarshalJSON ¶
func (v NullableSystemuserputRelationshipsInner) MarshalJSON() ([]byte, error)
func (*NullableSystemuserputRelationshipsInner) Set ¶
func (v *NullableSystemuserputRelationshipsInner) Set(val *SystemuserputRelationshipsInner)
func (*NullableSystemuserputRelationshipsInner) UnmarshalJSON ¶
func (v *NullableSystemuserputRelationshipsInner) UnmarshalJSON(src []byte) error
func (*NullableSystemuserputRelationshipsInner) Unset ¶
func (v *NullableSystemuserputRelationshipsInner) Unset()
type NullableSystemuserputpost ¶
type NullableSystemuserputpost struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserputpost ¶
func NewNullableSystemuserputpost(val *Systemuserputpost) *NullableSystemuserputpost
func (NullableSystemuserputpost) Get ¶
func (v NullableSystemuserputpost) Get() *Systemuserputpost
func (NullableSystemuserputpost) IsSet ¶
func (v NullableSystemuserputpost) IsSet() bool
func (NullableSystemuserputpost) MarshalJSON ¶
func (v NullableSystemuserputpost) MarshalJSON() ([]byte, error)
func (*NullableSystemuserputpost) Set ¶
func (v *NullableSystemuserputpost) Set(val *Systemuserputpost)
func (*NullableSystemuserputpost) UnmarshalJSON ¶
func (v *NullableSystemuserputpost) UnmarshalJSON(src []byte) error
func (*NullableSystemuserputpost) Unset ¶
func (v *NullableSystemuserputpost) Unset()
type NullableSystemuserputpostAddressesInner ¶
type NullableSystemuserputpostAddressesInner struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserputpostAddressesInner ¶
func NewNullableSystemuserputpostAddressesInner(val *SystemuserputpostAddressesInner) *NullableSystemuserputpostAddressesInner
func (NullableSystemuserputpostAddressesInner) IsSet ¶
func (v NullableSystemuserputpostAddressesInner) IsSet() bool
func (NullableSystemuserputpostAddressesInner) MarshalJSON ¶
func (v NullableSystemuserputpostAddressesInner) MarshalJSON() ([]byte, error)
func (*NullableSystemuserputpostAddressesInner) Set ¶
func (v *NullableSystemuserputpostAddressesInner) Set(val *SystemuserputpostAddressesInner)
func (*NullableSystemuserputpostAddressesInner) UnmarshalJSON ¶
func (v *NullableSystemuserputpostAddressesInner) UnmarshalJSON(src []byte) error
func (*NullableSystemuserputpostAddressesInner) Unset ¶
func (v *NullableSystemuserputpostAddressesInner) Unset()
type NullableSystemuserputpostPhoneNumbersInner ¶
type NullableSystemuserputpostPhoneNumbersInner struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserputpostPhoneNumbersInner ¶
func NewNullableSystemuserputpostPhoneNumbersInner(val *SystemuserputpostPhoneNumbersInner) *NullableSystemuserputpostPhoneNumbersInner
func (NullableSystemuserputpostPhoneNumbersInner) IsSet ¶
func (v NullableSystemuserputpostPhoneNumbersInner) IsSet() bool
func (NullableSystemuserputpostPhoneNumbersInner) MarshalJSON ¶
func (v NullableSystemuserputpostPhoneNumbersInner) MarshalJSON() ([]byte, error)
func (*NullableSystemuserputpostPhoneNumbersInner) Set ¶
func (v *NullableSystemuserputpostPhoneNumbersInner) Set(val *SystemuserputpostPhoneNumbersInner)
func (*NullableSystemuserputpostPhoneNumbersInner) UnmarshalJSON ¶
func (v *NullableSystemuserputpostPhoneNumbersInner) UnmarshalJSON(src []byte) error
func (*NullableSystemuserputpostPhoneNumbersInner) Unset ¶
func (v *NullableSystemuserputpostPhoneNumbersInner) Unset()
type NullableSystemuserputpostRecoveryEmail ¶
type NullableSystemuserputpostRecoveryEmail struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserputpostRecoveryEmail ¶
func NewNullableSystemuserputpostRecoveryEmail(val *SystemuserputpostRecoveryEmail) *NullableSystemuserputpostRecoveryEmail
func (NullableSystemuserputpostRecoveryEmail) Get ¶
func (v NullableSystemuserputpostRecoveryEmail) Get() *SystemuserputpostRecoveryEmail
func (NullableSystemuserputpostRecoveryEmail) IsSet ¶
func (v NullableSystemuserputpostRecoveryEmail) IsSet() bool
func (NullableSystemuserputpostRecoveryEmail) MarshalJSON ¶
func (v NullableSystemuserputpostRecoveryEmail) MarshalJSON() ([]byte, error)
func (*NullableSystemuserputpostRecoveryEmail) Set ¶
func (v *NullableSystemuserputpostRecoveryEmail) Set(val *SystemuserputpostRecoveryEmail)
func (*NullableSystemuserputpostRecoveryEmail) UnmarshalJSON ¶
func (v *NullableSystemuserputpostRecoveryEmail) UnmarshalJSON(src []byte) error
func (*NullableSystemuserputpostRecoveryEmail) Unset ¶
func (v *NullableSystemuserputpostRecoveryEmail) Unset()
type NullableSystemuserreturn ¶
type NullableSystemuserreturn struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserreturn ¶
func NewNullableSystemuserreturn(val *Systemuserreturn) *NullableSystemuserreturn
func (NullableSystemuserreturn) Get ¶
func (v NullableSystemuserreturn) Get() *Systemuserreturn
func (NullableSystemuserreturn) IsSet ¶
func (v NullableSystemuserreturn) IsSet() bool
func (NullableSystemuserreturn) MarshalJSON ¶
func (v NullableSystemuserreturn) MarshalJSON() ([]byte, error)
func (*NullableSystemuserreturn) Set ¶
func (v *NullableSystemuserreturn) Set(val *Systemuserreturn)
func (*NullableSystemuserreturn) UnmarshalJSON ¶
func (v *NullableSystemuserreturn) UnmarshalJSON(src []byte) error
func (*NullableSystemuserreturn) Unset ¶
func (v *NullableSystemuserreturn) Unset()
type NullableSystemuserreturnAddressesInner ¶
type NullableSystemuserreturnAddressesInner struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserreturnAddressesInner ¶
func NewNullableSystemuserreturnAddressesInner(val *SystemuserreturnAddressesInner) *NullableSystemuserreturnAddressesInner
func (NullableSystemuserreturnAddressesInner) Get ¶
func (v NullableSystemuserreturnAddressesInner) Get() *SystemuserreturnAddressesInner
func (NullableSystemuserreturnAddressesInner) IsSet ¶
func (v NullableSystemuserreturnAddressesInner) IsSet() bool
func (NullableSystemuserreturnAddressesInner) MarshalJSON ¶
func (v NullableSystemuserreturnAddressesInner) MarshalJSON() ([]byte, error)
func (*NullableSystemuserreturnAddressesInner) Set ¶
func (v *NullableSystemuserreturnAddressesInner) Set(val *SystemuserreturnAddressesInner)
func (*NullableSystemuserreturnAddressesInner) UnmarshalJSON ¶
func (v *NullableSystemuserreturnAddressesInner) UnmarshalJSON(src []byte) error
func (*NullableSystemuserreturnAddressesInner) Unset ¶
func (v *NullableSystemuserreturnAddressesInner) Unset()
type NullableSystemuserreturnPhoneNumbersInner ¶
type NullableSystemuserreturnPhoneNumbersInner struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserreturnPhoneNumbersInner ¶
func NewNullableSystemuserreturnPhoneNumbersInner(val *SystemuserreturnPhoneNumbersInner) *NullableSystemuserreturnPhoneNumbersInner
func (NullableSystemuserreturnPhoneNumbersInner) IsSet ¶
func (v NullableSystemuserreturnPhoneNumbersInner) IsSet() bool
func (NullableSystemuserreturnPhoneNumbersInner) MarshalJSON ¶
func (v NullableSystemuserreturnPhoneNumbersInner) MarshalJSON() ([]byte, error)
func (*NullableSystemuserreturnPhoneNumbersInner) Set ¶
func (v *NullableSystemuserreturnPhoneNumbersInner) Set(val *SystemuserreturnPhoneNumbersInner)
func (*NullableSystemuserreturnPhoneNumbersInner) UnmarshalJSON ¶
func (v *NullableSystemuserreturnPhoneNumbersInner) UnmarshalJSON(src []byte) error
func (*NullableSystemuserreturnPhoneNumbersInner) Unset ¶
func (v *NullableSystemuserreturnPhoneNumbersInner) Unset()
type NullableSystemuserreturnRecoveryEmail ¶
type NullableSystemuserreturnRecoveryEmail struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserreturnRecoveryEmail ¶
func NewNullableSystemuserreturnRecoveryEmail(val *SystemuserreturnRecoveryEmail) *NullableSystemuserreturnRecoveryEmail
func (NullableSystemuserreturnRecoveryEmail) Get ¶
func (v NullableSystemuserreturnRecoveryEmail) Get() *SystemuserreturnRecoveryEmail
func (NullableSystemuserreturnRecoveryEmail) IsSet ¶
func (v NullableSystemuserreturnRecoveryEmail) IsSet() bool
func (NullableSystemuserreturnRecoveryEmail) MarshalJSON ¶
func (v NullableSystemuserreturnRecoveryEmail) MarshalJSON() ([]byte, error)
func (*NullableSystemuserreturnRecoveryEmail) Set ¶
func (v *NullableSystemuserreturnRecoveryEmail) Set(val *SystemuserreturnRecoveryEmail)
func (*NullableSystemuserreturnRecoveryEmail) UnmarshalJSON ¶
func (v *NullableSystemuserreturnRecoveryEmail) UnmarshalJSON(src []byte) error
func (*NullableSystemuserreturnRecoveryEmail) Unset ¶
func (v *NullableSystemuserreturnRecoveryEmail) Unset()
type NullableSystemusersResetmfaRequest ¶
type NullableSystemusersResetmfaRequest struct {
// contains filtered or unexported fields
}
func NewNullableSystemusersResetmfaRequest ¶
func NewNullableSystemusersResetmfaRequest(val *SystemusersResetmfaRequest) *NullableSystemusersResetmfaRequest
func (NullableSystemusersResetmfaRequest) Get ¶
func (v NullableSystemusersResetmfaRequest) Get() *SystemusersResetmfaRequest
func (NullableSystemusersResetmfaRequest) IsSet ¶
func (v NullableSystemusersResetmfaRequest) IsSet() bool
func (NullableSystemusersResetmfaRequest) MarshalJSON ¶
func (v NullableSystemusersResetmfaRequest) MarshalJSON() ([]byte, error)
func (*NullableSystemusersResetmfaRequest) Set ¶
func (v *NullableSystemusersResetmfaRequest) Set(val *SystemusersResetmfaRequest)
func (*NullableSystemusersResetmfaRequest) UnmarshalJSON ¶
func (v *NullableSystemusersResetmfaRequest) UnmarshalJSON(src []byte) error
func (*NullableSystemusersResetmfaRequest) Unset ¶
func (v *NullableSystemusersResetmfaRequest) Unset()
type NullableSystemusersStateActivateRequest ¶
type NullableSystemusersStateActivateRequest struct {
// contains filtered or unexported fields
}
func NewNullableSystemusersStateActivateRequest ¶
func NewNullableSystemusersStateActivateRequest(val *SystemusersStateActivateRequest) *NullableSystemusersStateActivateRequest
func (NullableSystemusersStateActivateRequest) IsSet ¶
func (v NullableSystemusersStateActivateRequest) IsSet() bool
func (NullableSystemusersStateActivateRequest) MarshalJSON ¶
func (v NullableSystemusersStateActivateRequest) MarshalJSON() ([]byte, error)
func (*NullableSystemusersStateActivateRequest) Set ¶
func (v *NullableSystemusersStateActivateRequest) Set(val *SystemusersStateActivateRequest)
func (*NullableSystemusersStateActivateRequest) UnmarshalJSON ¶
func (v *NullableSystemusersStateActivateRequest) UnmarshalJSON(src []byte) error
func (*NullableSystemusersStateActivateRequest) Unset ¶
func (v *NullableSystemusersStateActivateRequest) Unset()
type NullableSystemuserslist ¶
type NullableSystemuserslist struct {
// contains filtered or unexported fields
}
func NewNullableSystemuserslist ¶
func NewNullableSystemuserslist(val *Systemuserslist) *NullableSystemuserslist
func (NullableSystemuserslist) Get ¶
func (v NullableSystemuserslist) Get() *Systemuserslist
func (NullableSystemuserslist) IsSet ¶
func (v NullableSystemuserslist) IsSet() bool
func (NullableSystemuserslist) MarshalJSON ¶
func (v NullableSystemuserslist) MarshalJSON() ([]byte, error)
func (*NullableSystemuserslist) Set ¶
func (v *NullableSystemuserslist) Set(val *Systemuserslist)
func (*NullableSystemuserslist) UnmarshalJSON ¶
func (v *NullableSystemuserslist) UnmarshalJSON(src []byte) error
func (*NullableSystemuserslist) Unset ¶
func (v *NullableSystemuserslist) Unset()
type NullableTime ¶
type NullableTime struct {
// contains filtered or unexported fields
}
func NewNullableTime ¶
func NewNullableTime(val *time.Time) *NullableTime
func (NullableTime) Get ¶
func (v NullableTime) Get() *time.Time
func (NullableTime) IsSet ¶
func (v NullableTime) IsSet() bool
func (NullableTime) MarshalJSON ¶
func (v NullableTime) MarshalJSON() ([]byte, error)
func (*NullableTime) Set ¶
func (v *NullableTime) Set(val *time.Time)
func (*NullableTime) UnmarshalJSON ¶
func (v *NullableTime) UnmarshalJSON(src []byte) error
func (*NullableTime) Unset ¶
func (v *NullableTime) Unset()
type NullableTriggerreturn ¶
type NullableTriggerreturn struct {
// contains filtered or unexported fields
}
func NewNullableTriggerreturn ¶
func NewNullableTriggerreturn(val *Triggerreturn) *NullableTriggerreturn
func (NullableTriggerreturn) Get ¶
func (v NullableTriggerreturn) Get() *Triggerreturn
func (NullableTriggerreturn) IsSet ¶
func (v NullableTriggerreturn) IsSet() bool
func (NullableTriggerreturn) MarshalJSON ¶
func (v NullableTriggerreturn) MarshalJSON() ([]byte, error)
func (*NullableTriggerreturn) Set ¶
func (v *NullableTriggerreturn) Set(val *Triggerreturn)
func (*NullableTriggerreturn) UnmarshalJSON ¶
func (v *NullableTriggerreturn) UnmarshalJSON(src []byte) error
func (*NullableTriggerreturn) Unset ¶
func (v *NullableTriggerreturn) Unset()
type NullableTrustedappConfigGet ¶
type NullableTrustedappConfigGet struct {
// contains filtered or unexported fields
}
func NewNullableTrustedappConfigGet ¶
func NewNullableTrustedappConfigGet(val *TrustedappConfigGet) *NullableTrustedappConfigGet
func (NullableTrustedappConfigGet) Get ¶
func (v NullableTrustedappConfigGet) Get() *TrustedappConfigGet
func (NullableTrustedappConfigGet) IsSet ¶
func (v NullableTrustedappConfigGet) IsSet() bool
func (NullableTrustedappConfigGet) MarshalJSON ¶
func (v NullableTrustedappConfigGet) MarshalJSON() ([]byte, error)
func (*NullableTrustedappConfigGet) Set ¶
func (v *NullableTrustedappConfigGet) Set(val *TrustedappConfigGet)
func (*NullableTrustedappConfigGet) UnmarshalJSON ¶
func (v *NullableTrustedappConfigGet) UnmarshalJSON(src []byte) error
func (*NullableTrustedappConfigGet) Unset ¶
func (v *NullableTrustedappConfigGet) Unset()
type NullableTrustedappConfigGetTrustedAppsInner ¶
type NullableTrustedappConfigGetTrustedAppsInner struct {
// contains filtered or unexported fields
}
func NewNullableTrustedappConfigGetTrustedAppsInner ¶
func NewNullableTrustedappConfigGetTrustedAppsInner(val *TrustedappConfigGetTrustedAppsInner) *NullableTrustedappConfigGetTrustedAppsInner
func (NullableTrustedappConfigGetTrustedAppsInner) IsSet ¶
func (v NullableTrustedappConfigGetTrustedAppsInner) IsSet() bool
func (NullableTrustedappConfigGetTrustedAppsInner) MarshalJSON ¶
func (v NullableTrustedappConfigGetTrustedAppsInner) MarshalJSON() ([]byte, error)
func (*NullableTrustedappConfigGetTrustedAppsInner) Set ¶
func (v *NullableTrustedappConfigGetTrustedAppsInner) Set(val *TrustedappConfigGetTrustedAppsInner)
func (*NullableTrustedappConfigGetTrustedAppsInner) UnmarshalJSON ¶
func (v *NullableTrustedappConfigGetTrustedAppsInner) UnmarshalJSON(src []byte) error
func (*NullableTrustedappConfigGetTrustedAppsInner) Unset ¶
func (v *NullableTrustedappConfigGetTrustedAppsInner) Unset()
type NullableTrustedappConfigPut ¶
type NullableTrustedappConfigPut struct {
// contains filtered or unexported fields
}
func NewNullableTrustedappConfigPut ¶
func NewNullableTrustedappConfigPut(val *TrustedappConfigPut) *NullableTrustedappConfigPut
func (NullableTrustedappConfigPut) Get ¶
func (v NullableTrustedappConfigPut) Get() *TrustedappConfigPut
func (NullableTrustedappConfigPut) IsSet ¶
func (v NullableTrustedappConfigPut) IsSet() bool
func (NullableTrustedappConfigPut) MarshalJSON ¶
func (v NullableTrustedappConfigPut) MarshalJSON() ([]byte, error)
func (*NullableTrustedappConfigPut) Set ¶
func (v *NullableTrustedappConfigPut) Set(val *TrustedappConfigPut)
func (*NullableTrustedappConfigPut) UnmarshalJSON ¶
func (v *NullableTrustedappConfigPut) UnmarshalJSON(src []byte) error
func (*NullableTrustedappConfigPut) Unset ¶
func (v *NullableTrustedappConfigPut) Unset()
type NullableUserput ¶
type NullableUserput struct {
// contains filtered or unexported fields
}
func NewNullableUserput ¶
func NewNullableUserput(val *Userput) *NullableUserput
func (NullableUserput) Get ¶
func (v NullableUserput) Get() *Userput
func (NullableUserput) IsSet ¶
func (v NullableUserput) IsSet() bool
func (NullableUserput) MarshalJSON ¶
func (v NullableUserput) MarshalJSON() ([]byte, error)
func (*NullableUserput) Set ¶
func (v *NullableUserput) Set(val *Userput)
func (*NullableUserput) UnmarshalJSON ¶
func (v *NullableUserput) UnmarshalJSON(src []byte) error
func (*NullableUserput) Unset ¶
func (v *NullableUserput) Unset()
type NullableUserreturn ¶
type NullableUserreturn struct {
// contains filtered or unexported fields
}
func NewNullableUserreturn ¶
func NewNullableUserreturn(val *Userreturn) *NullableUserreturn
func (NullableUserreturn) Get ¶
func (v NullableUserreturn) Get() *Userreturn
func (NullableUserreturn) IsSet ¶
func (v NullableUserreturn) IsSet() bool
func (NullableUserreturn) MarshalJSON ¶
func (v NullableUserreturn) MarshalJSON() ([]byte, error)
func (*NullableUserreturn) Set ¶
func (v *NullableUserreturn) Set(val *Userreturn)
func (*NullableUserreturn) UnmarshalJSON ¶
func (v *NullableUserreturn) UnmarshalJSON(src []byte) error
func (*NullableUserreturn) Unset ¶
func (v *NullableUserreturn) Unset()
type NullableUserreturnGrowthData ¶
type NullableUserreturnGrowthData struct {
// contains filtered or unexported fields
}
func NewNullableUserreturnGrowthData ¶
func NewNullableUserreturnGrowthData(val *UserreturnGrowthData) *NullableUserreturnGrowthData
func (NullableUserreturnGrowthData) Get ¶
func (v NullableUserreturnGrowthData) Get() *UserreturnGrowthData
func (NullableUserreturnGrowthData) IsSet ¶
func (v NullableUserreturnGrowthData) IsSet() bool
func (NullableUserreturnGrowthData) MarshalJSON ¶
func (v NullableUserreturnGrowthData) MarshalJSON() ([]byte, error)
func (*NullableUserreturnGrowthData) Set ¶
func (v *NullableUserreturnGrowthData) Set(val *UserreturnGrowthData)
func (*NullableUserreturnGrowthData) UnmarshalJSON ¶
func (v *NullableUserreturnGrowthData) UnmarshalJSON(src []byte) error
func (*NullableUserreturnGrowthData) Unset ¶
func (v *NullableUserreturnGrowthData) Unset()
type Organization ¶
type Organization struct { Id *string `json:"_id,omitempty"` AccountsReceivable *string `json:"accountsReceivable,omitempty"` Created *string `json:"created,omitempty"` DisplayName *string `json:"displayName,omitempty"` Entitlement *Organizationentitlement `json:"entitlement,omitempty"` HasCreditCard *bool `json:"hasCreditCard,omitempty"` HasStripeCustomerId *bool `json:"hasStripeCustomerId,omitempty"` LastEstimateCalculationTimeStamp *string `json:"lastEstimateCalculationTimeStamp,omitempty"` LastSfdcSyncStatus map[string]interface{} `json:"lastSfdcSyncStatus,omitempty"` LogoUrl *string `json:"logoUrl,omitempty"` Provider *string `json:"provider,omitempty"` Settings *Organizationsettings `json:"settings,omitempty"` TotalBillingEstimate *int32 `json:"totalBillingEstimate,omitempty"` AdditionalProperties map[string]interface{} }
Organization struct for Organization
func NewOrganization ¶
func NewOrganization() *Organization
NewOrganization instantiates a new Organization 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 NewOrganizationWithDefaults ¶
func NewOrganizationWithDefaults() *Organization
NewOrganizationWithDefaults instantiates a new Organization 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 (*Organization) GetAccountsReceivable ¶
func (o *Organization) GetAccountsReceivable() string
GetAccountsReceivable returns the AccountsReceivable field value if set, zero value otherwise.
func (*Organization) GetAccountsReceivableOk ¶
func (o *Organization) GetAccountsReceivableOk() (*string, bool)
GetAccountsReceivableOk returns a tuple with the AccountsReceivable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetCreated ¶
func (o *Organization) GetCreated() string
GetCreated returns the Created field value if set, zero value otherwise.
func (*Organization) GetCreatedOk ¶
func (o *Organization) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetDisplayName ¶
func (o *Organization) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*Organization) GetDisplayNameOk ¶
func (o *Organization) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetEntitlement ¶
func (o *Organization) GetEntitlement() Organizationentitlement
GetEntitlement returns the Entitlement field value if set, zero value otherwise.
func (*Organization) GetEntitlementOk ¶
func (o *Organization) GetEntitlementOk() (*Organizationentitlement, bool)
GetEntitlementOk returns a tuple with the Entitlement field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetHasCreditCard ¶
func (o *Organization) GetHasCreditCard() bool
GetHasCreditCard returns the HasCreditCard field value if set, zero value otherwise.
func (*Organization) GetHasCreditCardOk ¶
func (o *Organization) GetHasCreditCardOk() (*bool, bool)
GetHasCreditCardOk returns a tuple with the HasCreditCard field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetHasStripeCustomerId ¶
func (o *Organization) GetHasStripeCustomerId() bool
GetHasStripeCustomerId returns the HasStripeCustomerId field value if set, zero value otherwise.
func (*Organization) GetHasStripeCustomerIdOk ¶
func (o *Organization) GetHasStripeCustomerIdOk() (*bool, bool)
GetHasStripeCustomerIdOk returns a tuple with the HasStripeCustomerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetId ¶
func (o *Organization) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Organization) GetIdOk ¶
func (o *Organization) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetLastEstimateCalculationTimeStamp ¶
func (o *Organization) GetLastEstimateCalculationTimeStamp() string
GetLastEstimateCalculationTimeStamp returns the LastEstimateCalculationTimeStamp field value if set, zero value otherwise.
func (*Organization) GetLastEstimateCalculationTimeStampOk ¶
func (o *Organization) GetLastEstimateCalculationTimeStampOk() (*string, bool)
GetLastEstimateCalculationTimeStampOk returns a tuple with the LastEstimateCalculationTimeStamp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetLastSfdcSyncStatus ¶
func (o *Organization) GetLastSfdcSyncStatus() map[string]interface{}
GetLastSfdcSyncStatus returns the LastSfdcSyncStatus field value if set, zero value otherwise.
func (*Organization) GetLastSfdcSyncStatusOk ¶
func (o *Organization) GetLastSfdcSyncStatusOk() (map[string]interface{}, bool)
GetLastSfdcSyncStatusOk returns a tuple with the LastSfdcSyncStatus field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetLogoUrl ¶
func (o *Organization) GetLogoUrl() string
GetLogoUrl returns the LogoUrl field value if set, zero value otherwise.
func (*Organization) GetLogoUrlOk ¶
func (o *Organization) GetLogoUrlOk() (*string, bool)
GetLogoUrlOk returns a tuple with the LogoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetProvider ¶
func (o *Organization) GetProvider() string
GetProvider returns the Provider field value if set, zero value otherwise.
func (*Organization) GetProviderOk ¶
func (o *Organization) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetSettings ¶
func (o *Organization) GetSettings() Organizationsettings
GetSettings returns the Settings field value if set, zero value otherwise.
func (*Organization) GetSettingsOk ¶
func (o *Organization) GetSettingsOk() (*Organizationsettings, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) GetTotalBillingEstimate ¶
func (o *Organization) GetTotalBillingEstimate() int32
GetTotalBillingEstimate returns the TotalBillingEstimate field value if set, zero value otherwise.
func (*Organization) GetTotalBillingEstimateOk ¶
func (o *Organization) GetTotalBillingEstimateOk() (*int32, bool)
GetTotalBillingEstimateOk returns a tuple with the TotalBillingEstimate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organization) HasAccountsReceivable ¶
func (o *Organization) HasAccountsReceivable() bool
HasAccountsReceivable returns a boolean if a field has been set.
func (*Organization) HasCreated ¶
func (o *Organization) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (*Organization) HasDisplayName ¶
func (o *Organization) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*Organization) HasEntitlement ¶
func (o *Organization) HasEntitlement() bool
HasEntitlement returns a boolean if a field has been set.
func (*Organization) HasHasCreditCard ¶
func (o *Organization) HasHasCreditCard() bool
HasHasCreditCard returns a boolean if a field has been set.
func (*Organization) HasHasStripeCustomerId ¶
func (o *Organization) HasHasStripeCustomerId() bool
HasHasStripeCustomerId returns a boolean if a field has been set.
func (*Organization) HasId ¶
func (o *Organization) HasId() bool
HasId returns a boolean if a field has been set.
func (*Organization) HasLastEstimateCalculationTimeStamp ¶
func (o *Organization) HasLastEstimateCalculationTimeStamp() bool
HasLastEstimateCalculationTimeStamp returns a boolean if a field has been set.
func (*Organization) HasLastSfdcSyncStatus ¶
func (o *Organization) HasLastSfdcSyncStatus() bool
HasLastSfdcSyncStatus returns a boolean if a field has been set.
func (*Organization) HasLogoUrl ¶
func (o *Organization) HasLogoUrl() bool
HasLogoUrl returns a boolean if a field has been set.
func (*Organization) HasProvider ¶
func (o *Organization) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (*Organization) HasSettings ¶
func (o *Organization) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (*Organization) HasTotalBillingEstimate ¶
func (o *Organization) HasTotalBillingEstimate() bool
HasTotalBillingEstimate returns a boolean if a field has been set.
func (Organization) MarshalJSON ¶
func (o Organization) MarshalJSON() ([]byte, error)
func (*Organization) SetAccountsReceivable ¶
func (o *Organization) SetAccountsReceivable(v string)
SetAccountsReceivable gets a reference to the given string and assigns it to the AccountsReceivable field.
func (*Organization) SetCreated ¶
func (o *Organization) SetCreated(v string)
SetCreated gets a reference to the given string and assigns it to the Created field.
func (*Organization) SetDisplayName ¶
func (o *Organization) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*Organization) SetEntitlement ¶
func (o *Organization) SetEntitlement(v Organizationentitlement)
SetEntitlement gets a reference to the given Organizationentitlement and assigns it to the Entitlement field.
func (*Organization) SetHasCreditCard ¶
func (o *Organization) SetHasCreditCard(v bool)
SetHasCreditCard gets a reference to the given bool and assigns it to the HasCreditCard field.
func (*Organization) SetHasStripeCustomerId ¶
func (o *Organization) SetHasStripeCustomerId(v bool)
SetHasStripeCustomerId gets a reference to the given bool and assigns it to the HasStripeCustomerId field.
func (*Organization) SetId ¶
func (o *Organization) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Organization) SetLastEstimateCalculationTimeStamp ¶
func (o *Organization) SetLastEstimateCalculationTimeStamp(v string)
SetLastEstimateCalculationTimeStamp gets a reference to the given string and assigns it to the LastEstimateCalculationTimeStamp field.
func (*Organization) SetLastSfdcSyncStatus ¶
func (o *Organization) SetLastSfdcSyncStatus(v map[string]interface{})
SetLastSfdcSyncStatus gets a reference to the given map[string]interface{} and assigns it to the LastSfdcSyncStatus field.
func (*Organization) SetLogoUrl ¶
func (o *Organization) SetLogoUrl(v string)
SetLogoUrl gets a reference to the given string and assigns it to the LogoUrl field.
func (*Organization) SetProvider ¶
func (o *Organization) SetProvider(v string)
SetProvider gets a reference to the given string and assigns it to the Provider field.
func (*Organization) SetSettings ¶
func (o *Organization) SetSettings(v Organizationsettings)
SetSettings gets a reference to the given Organizationsettings and assigns it to the Settings field.
func (*Organization) SetTotalBillingEstimate ¶
func (o *Organization) SetTotalBillingEstimate(v int32)
SetTotalBillingEstimate gets a reference to the given int32 and assigns it to the TotalBillingEstimate field.
func (Organization) ToMap ¶
func (o Organization) ToMap() (map[string]interface{}, error)
func (*Organization) UnmarshalJSON ¶
func (o *Organization) UnmarshalJSON(bytes []byte) (err error)
type OrganizationPutRequest ¶
type OrganizationPutRequest struct { Settings *Organizationsettingsput `json:"settings,omitempty"` AdditionalProperties map[string]interface{} }
OrganizationPutRequest struct for OrganizationPutRequest
func NewOrganizationPutRequest ¶
func NewOrganizationPutRequest() *OrganizationPutRequest
NewOrganizationPutRequest instantiates a new OrganizationPutRequest 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 NewOrganizationPutRequestWithDefaults ¶
func NewOrganizationPutRequestWithDefaults() *OrganizationPutRequest
NewOrganizationPutRequestWithDefaults instantiates a new OrganizationPutRequest 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 (*OrganizationPutRequest) GetSettings ¶
func (o *OrganizationPutRequest) GetSettings() Organizationsettingsput
GetSettings returns the Settings field value if set, zero value otherwise.
func (*OrganizationPutRequest) GetSettingsOk ¶
func (o *OrganizationPutRequest) GetSettingsOk() (*Organizationsettingsput, bool)
GetSettingsOk returns a tuple with the Settings field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationPutRequest) HasSettings ¶
func (o *OrganizationPutRequest) HasSettings() bool
HasSettings returns a boolean if a field has been set.
func (OrganizationPutRequest) MarshalJSON ¶
func (o OrganizationPutRequest) MarshalJSON() ([]byte, error)
func (*OrganizationPutRequest) SetSettings ¶
func (o *OrganizationPutRequest) SetSettings(v Organizationsettingsput)
SetSettings gets a reference to the given Organizationsettingsput and assigns it to the Settings field.
func (OrganizationPutRequest) ToMap ¶
func (o OrganizationPutRequest) ToMap() (map[string]interface{}, error)
func (*OrganizationPutRequest) UnmarshalJSON ¶
func (o *OrganizationPutRequest) UnmarshalJSON(bytes []byte) (err error)
type Organizationentitlement ¶
type Organizationentitlement struct { BillingModel *string `json:"billingModel,omitempty"` EntitlementProducts []OrganizationentitlementEntitlementProductsInner `json:"entitlementProducts,omitempty"` IsManuallyBilled *bool `json:"isManuallyBilled,omitempty"` PricePerUserSum *int32 `json:"pricePerUserSum,omitempty"` AdditionalProperties map[string]interface{} }
Organizationentitlement
func NewOrganizationentitlement ¶
func NewOrganizationentitlement() *Organizationentitlement
NewOrganizationentitlement instantiates a new Organizationentitlement 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 NewOrganizationentitlementWithDefaults ¶
func NewOrganizationentitlementWithDefaults() *Organizationentitlement
NewOrganizationentitlementWithDefaults instantiates a new Organizationentitlement 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 (*Organizationentitlement) GetBillingModel ¶
func (o *Organizationentitlement) GetBillingModel() string
GetBillingModel returns the BillingModel field value if set, zero value otherwise.
func (*Organizationentitlement) GetBillingModelOk ¶
func (o *Organizationentitlement) GetBillingModelOk() (*string, bool)
GetBillingModelOk returns a tuple with the BillingModel field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationentitlement) GetEntitlementProducts ¶
func (o *Organizationentitlement) GetEntitlementProducts() []OrganizationentitlementEntitlementProductsInner
GetEntitlementProducts returns the EntitlementProducts field value if set, zero value otherwise.
func (*Organizationentitlement) GetEntitlementProductsOk ¶
func (o *Organizationentitlement) GetEntitlementProductsOk() ([]OrganizationentitlementEntitlementProductsInner, bool)
GetEntitlementProductsOk returns a tuple with the EntitlementProducts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationentitlement) GetIsManuallyBilled ¶
func (o *Organizationentitlement) GetIsManuallyBilled() bool
GetIsManuallyBilled returns the IsManuallyBilled field value if set, zero value otherwise.
func (*Organizationentitlement) GetIsManuallyBilledOk ¶
func (o *Organizationentitlement) GetIsManuallyBilledOk() (*bool, bool)
GetIsManuallyBilledOk returns a tuple with the IsManuallyBilled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationentitlement) GetPricePerUserSum ¶
func (o *Organizationentitlement) GetPricePerUserSum() int32
GetPricePerUserSum returns the PricePerUserSum field value if set, zero value otherwise.
func (*Organizationentitlement) GetPricePerUserSumOk ¶
func (o *Organizationentitlement) GetPricePerUserSumOk() (*int32, bool)
GetPricePerUserSumOk returns a tuple with the PricePerUserSum field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationentitlement) HasBillingModel ¶
func (o *Organizationentitlement) HasBillingModel() bool
HasBillingModel returns a boolean if a field has been set.
func (*Organizationentitlement) HasEntitlementProducts ¶
func (o *Organizationentitlement) HasEntitlementProducts() bool
HasEntitlementProducts returns a boolean if a field has been set.
func (*Organizationentitlement) HasIsManuallyBilled ¶
func (o *Organizationentitlement) HasIsManuallyBilled() bool
HasIsManuallyBilled returns a boolean if a field has been set.
func (*Organizationentitlement) HasPricePerUserSum ¶
func (o *Organizationentitlement) HasPricePerUserSum() bool
HasPricePerUserSum returns a boolean if a field has been set.
func (Organizationentitlement) MarshalJSON ¶
func (o Organizationentitlement) MarshalJSON() ([]byte, error)
func (*Organizationentitlement) SetBillingModel ¶
func (o *Organizationentitlement) SetBillingModel(v string)
SetBillingModel gets a reference to the given string and assigns it to the BillingModel field.
func (*Organizationentitlement) SetEntitlementProducts ¶
func (o *Organizationentitlement) SetEntitlementProducts(v []OrganizationentitlementEntitlementProductsInner)
SetEntitlementProducts gets a reference to the given []OrganizationentitlementEntitlementProductsInner and assigns it to the EntitlementProducts field.
func (*Organizationentitlement) SetIsManuallyBilled ¶
func (o *Organizationentitlement) SetIsManuallyBilled(v bool)
SetIsManuallyBilled gets a reference to the given bool and assigns it to the IsManuallyBilled field.
func (*Organizationentitlement) SetPricePerUserSum ¶
func (o *Organizationentitlement) SetPricePerUserSum(v int32)
SetPricePerUserSum gets a reference to the given int32 and assigns it to the PricePerUserSum field.
func (Organizationentitlement) ToMap ¶
func (o Organizationentitlement) ToMap() (map[string]interface{}, error)
func (*Organizationentitlement) UnmarshalJSON ¶
func (o *Organizationentitlement) UnmarshalJSON(bytes []byte) (err error)
type OrganizationentitlementEntitlementProductsInner ¶
type OrganizationentitlementEntitlementProductsInner struct { CommittedUsers *int32 `json:"committedUsers,omitempty"` ContractType *string `json:"contractType,omitempty"` MaxUserCount *int32 `json:"maxUserCount,omitempty"` Name *string `json:"name,omitempty"` PricePerUser *int32 `json:"pricePerUser,omitempty"` ProductCategory *string `json:"productCategory,omitempty"` ProductCode *string `json:"productCode,omitempty"` UncommittedUsers *int32 `json:"uncommittedUsers,omitempty"` AdditionalProperties map[string]interface{} }
OrganizationentitlementEntitlementProductsInner struct for OrganizationentitlementEntitlementProductsInner
func NewOrganizationentitlementEntitlementProductsInner ¶
func NewOrganizationentitlementEntitlementProductsInner() *OrganizationentitlementEntitlementProductsInner
NewOrganizationentitlementEntitlementProductsInner instantiates a new OrganizationentitlementEntitlementProductsInner 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 NewOrganizationentitlementEntitlementProductsInnerWithDefaults ¶
func NewOrganizationentitlementEntitlementProductsInnerWithDefaults() *OrganizationentitlementEntitlementProductsInner
NewOrganizationentitlementEntitlementProductsInnerWithDefaults instantiates a new OrganizationentitlementEntitlementProductsInner 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 (*OrganizationentitlementEntitlementProductsInner) GetCommittedUsers ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetCommittedUsers() int32
GetCommittedUsers returns the CommittedUsers field value if set, zero value otherwise.
func (*OrganizationentitlementEntitlementProductsInner) GetCommittedUsersOk ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetCommittedUsersOk() (*int32, bool)
GetCommittedUsersOk returns a tuple with the CommittedUsers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationentitlementEntitlementProductsInner) GetContractType ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetContractType() string
GetContractType returns the ContractType field value if set, zero value otherwise.
func (*OrganizationentitlementEntitlementProductsInner) GetContractTypeOk ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetContractTypeOk() (*string, bool)
GetContractTypeOk returns a tuple with the ContractType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationentitlementEntitlementProductsInner) GetMaxUserCount ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetMaxUserCount() int32
GetMaxUserCount returns the MaxUserCount field value if set, zero value otherwise.
func (*OrganizationentitlementEntitlementProductsInner) GetMaxUserCountOk ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetMaxUserCountOk() (*int32, bool)
GetMaxUserCountOk returns a tuple with the MaxUserCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationentitlementEntitlementProductsInner) GetName ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*OrganizationentitlementEntitlementProductsInner) GetNameOk ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationentitlementEntitlementProductsInner) GetPricePerUser ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetPricePerUser() int32
GetPricePerUser returns the PricePerUser field value if set, zero value otherwise.
func (*OrganizationentitlementEntitlementProductsInner) GetPricePerUserOk ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetPricePerUserOk() (*int32, bool)
GetPricePerUserOk returns a tuple with the PricePerUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationentitlementEntitlementProductsInner) GetProductCategory ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetProductCategory() string
GetProductCategory returns the ProductCategory field value if set, zero value otherwise.
func (*OrganizationentitlementEntitlementProductsInner) GetProductCategoryOk ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetProductCategoryOk() (*string, bool)
GetProductCategoryOk returns a tuple with the ProductCategory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationentitlementEntitlementProductsInner) GetProductCode ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetProductCode() string
GetProductCode returns the ProductCode field value if set, zero value otherwise.
func (*OrganizationentitlementEntitlementProductsInner) GetProductCodeOk ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetProductCodeOk() (*string, bool)
GetProductCodeOk returns a tuple with the ProductCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationentitlementEntitlementProductsInner) GetUncommittedUsers ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetUncommittedUsers() int32
GetUncommittedUsers returns the UncommittedUsers field value if set, zero value otherwise.
func (*OrganizationentitlementEntitlementProductsInner) GetUncommittedUsersOk ¶
func (o *OrganizationentitlementEntitlementProductsInner) GetUncommittedUsersOk() (*int32, bool)
GetUncommittedUsersOk returns a tuple with the UncommittedUsers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationentitlementEntitlementProductsInner) HasCommittedUsers ¶
func (o *OrganizationentitlementEntitlementProductsInner) HasCommittedUsers() bool
HasCommittedUsers returns a boolean if a field has been set.
func (*OrganizationentitlementEntitlementProductsInner) HasContractType ¶
func (o *OrganizationentitlementEntitlementProductsInner) HasContractType() bool
HasContractType returns a boolean if a field has been set.
func (*OrganizationentitlementEntitlementProductsInner) HasMaxUserCount ¶
func (o *OrganizationentitlementEntitlementProductsInner) HasMaxUserCount() bool
HasMaxUserCount returns a boolean if a field has been set.
func (*OrganizationentitlementEntitlementProductsInner) HasName ¶
func (o *OrganizationentitlementEntitlementProductsInner) HasName() bool
HasName returns a boolean if a field has been set.
func (*OrganizationentitlementEntitlementProductsInner) HasPricePerUser ¶
func (o *OrganizationentitlementEntitlementProductsInner) HasPricePerUser() bool
HasPricePerUser returns a boolean if a field has been set.
func (*OrganizationentitlementEntitlementProductsInner) HasProductCategory ¶
func (o *OrganizationentitlementEntitlementProductsInner) HasProductCategory() bool
HasProductCategory returns a boolean if a field has been set.
func (*OrganizationentitlementEntitlementProductsInner) HasProductCode ¶
func (o *OrganizationentitlementEntitlementProductsInner) HasProductCode() bool
HasProductCode returns a boolean if a field has been set.
func (*OrganizationentitlementEntitlementProductsInner) HasUncommittedUsers ¶
func (o *OrganizationentitlementEntitlementProductsInner) HasUncommittedUsers() bool
HasUncommittedUsers returns a boolean if a field has been set.
func (OrganizationentitlementEntitlementProductsInner) MarshalJSON ¶
func (o OrganizationentitlementEntitlementProductsInner) MarshalJSON() ([]byte, error)
func (*OrganizationentitlementEntitlementProductsInner) SetCommittedUsers ¶
func (o *OrganizationentitlementEntitlementProductsInner) SetCommittedUsers(v int32)
SetCommittedUsers gets a reference to the given int32 and assigns it to the CommittedUsers field.
func (*OrganizationentitlementEntitlementProductsInner) SetContractType ¶
func (o *OrganizationentitlementEntitlementProductsInner) SetContractType(v string)
SetContractType gets a reference to the given string and assigns it to the ContractType field.
func (*OrganizationentitlementEntitlementProductsInner) SetMaxUserCount ¶
func (o *OrganizationentitlementEntitlementProductsInner) SetMaxUserCount(v int32)
SetMaxUserCount gets a reference to the given int32 and assigns it to the MaxUserCount field.
func (*OrganizationentitlementEntitlementProductsInner) SetName ¶
func (o *OrganizationentitlementEntitlementProductsInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*OrganizationentitlementEntitlementProductsInner) SetPricePerUser ¶
func (o *OrganizationentitlementEntitlementProductsInner) SetPricePerUser(v int32)
SetPricePerUser gets a reference to the given int32 and assigns it to the PricePerUser field.
func (*OrganizationentitlementEntitlementProductsInner) SetProductCategory ¶
func (o *OrganizationentitlementEntitlementProductsInner) SetProductCategory(v string)
SetProductCategory gets a reference to the given string and assigns it to the ProductCategory field.
func (*OrganizationentitlementEntitlementProductsInner) SetProductCode ¶
func (o *OrganizationentitlementEntitlementProductsInner) SetProductCode(v string)
SetProductCode gets a reference to the given string and assigns it to the ProductCode field.
func (*OrganizationentitlementEntitlementProductsInner) SetUncommittedUsers ¶
func (o *OrganizationentitlementEntitlementProductsInner) SetUncommittedUsers(v int32)
SetUncommittedUsers gets a reference to the given int32 and assigns it to the UncommittedUsers field.
func (OrganizationentitlementEntitlementProductsInner) ToMap ¶
func (o OrganizationentitlementEntitlementProductsInner) ToMap() (map[string]interface{}, error)
func (*OrganizationentitlementEntitlementProductsInner) UnmarshalJSON ¶
func (o *OrganizationentitlementEntitlementProductsInner) UnmarshalJSON(bytes []byte) (err error)
type OrganizationsApiOrganizationListRequest ¶
type OrganizationsApiOrganizationListRequest struct { ApiService *OrganizationsApiService // contains filtered or unexported fields }
func (OrganizationsApiOrganizationListRequest) Execute ¶
func (r OrganizationsApiOrganizationListRequest) Execute() (*Organizationslist, *http.Response, error)
func (OrganizationsApiOrganizationListRequest) Fields ¶
func (r OrganizationsApiOrganizationListRequest) Fields(fields string) OrganizationsApiOrganizationListRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (OrganizationsApiOrganizationListRequest) Filter ¶
func (r OrganizationsApiOrganizationListRequest) Filter(filter string) OrganizationsApiOrganizationListRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (OrganizationsApiOrganizationListRequest) Limit ¶
func (r OrganizationsApiOrganizationListRequest) Limit(limit int32) OrganizationsApiOrganizationListRequest
The number of records to return at once. Limited to 100.
func (OrganizationsApiOrganizationListRequest) Search ¶
func (r OrganizationsApiOrganizationListRequest) Search(search string) OrganizationsApiOrganizationListRequest
A nested object containing a `searchTerm` string or array of strings and a list of `fields` to search on.
func (OrganizationsApiOrganizationListRequest) Skip ¶
func (r OrganizationsApiOrganizationListRequest) Skip(skip int32) OrganizationsApiOrganizationListRequest
The offset into the records to return.
func (OrganizationsApiOrganizationListRequest) Sort ¶
func (r OrganizationsApiOrganizationListRequest) Sort(sort string) OrganizationsApiOrganizationListRequest
Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending.
func (OrganizationsApiOrganizationListRequest) SortIgnoreCase ¶
func (r OrganizationsApiOrganizationListRequest) SortIgnoreCase(sortIgnoreCase string) OrganizationsApiOrganizationListRequest
Use space separated sort parameters to sort the collection, ignoring case. Default sort is ascending. Prefix with `-` to sort descending.
type OrganizationsApiOrganizationPutRequest ¶
type OrganizationsApiOrganizationPutRequest struct { ApiService *OrganizationsApiService // contains filtered or unexported fields }
func (OrganizationsApiOrganizationPutRequest) Execute ¶
func (r OrganizationsApiOrganizationPutRequest) Execute() (*Organization, *http.Response, error)
type OrganizationsApiOrganizationsGetRequest ¶
type OrganizationsApiOrganizationsGetRequest struct { ApiService *OrganizationsApiService // contains filtered or unexported fields }
func (OrganizationsApiOrganizationsGetRequest) Execute ¶
func (r OrganizationsApiOrganizationsGetRequest) Execute() (*Organization, *http.Response, error)
func (OrganizationsApiOrganizationsGetRequest) Fields ¶
func (r OrganizationsApiOrganizationsGetRequest) Fields(fields string) OrganizationsApiOrganizationsGetRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (OrganizationsApiOrganizationsGetRequest) Filter ¶
func (r OrganizationsApiOrganizationsGetRequest) Filter(filter string) OrganizationsApiOrganizationsGetRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
type OrganizationsApiService ¶
type OrganizationsApiService service
OrganizationsApiService OrganizationsApi service
func (*OrganizationsApiService) OrganizationList ¶
func (a *OrganizationsApiService) OrganizationList(ctx context.Context) OrganizationsApiOrganizationListRequest
OrganizationList Get Organization Details
This endpoint returns Organization Details.
#### Sample Request
```
curl -X GET \ https://console.jumpcloud.com/api/organizations \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' ``` @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return OrganizationsApiOrganizationListRequest
func (*OrganizationsApiService) OrganizationListExecute ¶
func (a *OrganizationsApiService) OrganizationListExecute(r OrganizationsApiOrganizationListRequest) (*Organizationslist, *http.Response, error)
Execute executes the request
@return Organizationslist
func (*OrganizationsApiService) OrganizationPut ¶
func (a *OrganizationsApiService) OrganizationPut(ctx context.Context, id string) OrganizationsApiOrganizationPutRequest
OrganizationPut Update an Organization
This endpoint allows you to update an Organization.
Note: `passwordPolicy` settings are only used when `passwordCompliance` is set to "custom". We discourage the use of non-custom passwordCompliance values.
`emailDisclaimer` can only be modified by paying customers.
`hasStripeCustomerId` is deprecated and will be removed.
#### Sample Request
```
curl -X PUT https://console.jumpcloud.com/api/organizations/{OrganizationID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "settings": { "contactName": "Admin Name", "contactEmail": "admin@company.com", "systemUsersCanEdit":true, "passwordPolicy": { "enableMaxHistory": true, "maxHistory": 3 } } }'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return OrganizationsApiOrganizationPutRequest
func (*OrganizationsApiService) OrganizationPutExecute ¶
func (a *OrganizationsApiService) OrganizationPutExecute(r OrganizationsApiOrganizationPutRequest) (*Organization, *http.Response, error)
Execute executes the request
@return Organization
func (*OrganizationsApiService) OrganizationsGet ¶
func (a *OrganizationsApiService) OrganizationsGet(ctx context.Context, id string) OrganizationsApiOrganizationsGetRequest
OrganizationsGet Get an Organization
This endpoint returns a particular Organization.
#### Sample Request
```
curl -X GET https://console.jumpcloud.com/api/organizations/{OrganizationID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return OrganizationsApiOrganizationsGetRequest
func (*OrganizationsApiService) OrganizationsGetExecute ¶
func (a *OrganizationsApiService) OrganizationsGetExecute(r OrganizationsApiOrganizationsGetRequest) (*Organization, *http.Response, error)
Execute executes the request
@return Organization
type Organizationsettings ¶
type Organizationsettings struct { AgentVersion *string `json:"agentVersion,omitempty"` BetaFeatures map[string]interface{} `json:"betaFeatures,omitempty"` ContactEmail *string `json:"contactEmail,omitempty"` ContactName *string `json:"contactName,omitempty"` DeviceIdentificationEnabled *bool `json:"deviceIdentificationEnabled,omitempty"` DisableCommandRunner *bool `json:"disableCommandRunner,omitempty"` DisableGoogleLogin *bool `json:"disableGoogleLogin,omitempty"` DisableLdap *bool `json:"disableLdap,omitempty"` DisableUM *bool `json:"disableUM,omitempty"` DuplicateLDAPGroups *bool `json:"duplicateLDAPGroups,omitempty"` EmailDisclaimer *string `json:"emailDisclaimer,omitempty"` EnableGoogleApps *bool `json:"enableGoogleApps,omitempty"` EnableManagedUID *bool `json:"enableManagedUID,omitempty"` EnableO365 *bool `json:"enableO365,omitempty"` EnableUserPortalAgentInstall *bool `json:"enableUserPortalAgentInstall,omitempty"` Features *OrganizationsettingsFeatures `json:"features,omitempty"` // Object containing Optimizely experimentIds and states corresponding to them GrowthData map[string]interface{} `json:"growthData,omitempty"` Logo *string `json:"logo,omitempty"` Name *string `json:"name,omitempty"` NewSystemUserStateDefaults *OrganizationsettingsNewSystemUserStateDefaults `json:"newSystemUserStateDefaults,omitempty"` PasswordCompliance *string `json:"passwordCompliance,omitempty"` PasswordPolicy *OrganizationsettingsPasswordPolicy `json:"passwordPolicy,omitempty"` PendingDelete *bool `json:"pendingDelete,omitempty"` ShowIntro *bool `json:"showIntro,omitempty"` SystemUserPasswordExpirationInDays *int32 `json:"systemUserPasswordExpirationInDays,omitempty"` SystemUsersCanEdit *bool `json:"systemUsersCanEdit,omitempty"` SystemUsersCap *int32 `json:"systemUsersCap,omitempty"` TrustedAppConfig *TrustedappConfigGet `json:"trustedAppConfig,omitempty"` UserPortal *OrganizationsettingsUserPortal `json:"userPortal,omitempty"` WindowsMDM *OrganizationsettingsWindowsMDM `json:"windowsMDM,omitempty"` AdditionalProperties map[string]interface{} }
Organizationsettings
func NewOrganizationsettings ¶
func NewOrganizationsettings() *Organizationsettings
NewOrganizationsettings instantiates a new Organizationsettings 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 NewOrganizationsettingsWithDefaults ¶
func NewOrganizationsettingsWithDefaults() *Organizationsettings
NewOrganizationsettingsWithDefaults instantiates a new Organizationsettings 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 (*Organizationsettings) GetAgentVersion ¶
func (o *Organizationsettings) GetAgentVersion() string
GetAgentVersion returns the AgentVersion field value if set, zero value otherwise.
func (*Organizationsettings) GetAgentVersionOk ¶
func (o *Organizationsettings) GetAgentVersionOk() (*string, bool)
GetAgentVersionOk returns a tuple with the AgentVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetBetaFeatures ¶
func (o *Organizationsettings) GetBetaFeatures() map[string]interface{}
GetBetaFeatures returns the BetaFeatures field value if set, zero value otherwise.
func (*Organizationsettings) GetBetaFeaturesOk ¶
func (o *Organizationsettings) GetBetaFeaturesOk() (map[string]interface{}, bool)
GetBetaFeaturesOk returns a tuple with the BetaFeatures field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetContactEmail ¶
func (o *Organizationsettings) GetContactEmail() string
GetContactEmail returns the ContactEmail field value if set, zero value otherwise.
func (*Organizationsettings) GetContactEmailOk ¶
func (o *Organizationsettings) GetContactEmailOk() (*string, bool)
GetContactEmailOk returns a tuple with the ContactEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetContactName ¶
func (o *Organizationsettings) GetContactName() string
GetContactName returns the ContactName field value if set, zero value otherwise.
func (*Organizationsettings) GetContactNameOk ¶
func (o *Organizationsettings) GetContactNameOk() (*string, bool)
GetContactNameOk returns a tuple with the ContactName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetDeviceIdentificationEnabled ¶
func (o *Organizationsettings) GetDeviceIdentificationEnabled() bool
GetDeviceIdentificationEnabled returns the DeviceIdentificationEnabled field value if set, zero value otherwise.
func (*Organizationsettings) GetDeviceIdentificationEnabledOk ¶
func (o *Organizationsettings) GetDeviceIdentificationEnabledOk() (*bool, bool)
GetDeviceIdentificationEnabledOk returns a tuple with the DeviceIdentificationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetDisableCommandRunner ¶
func (o *Organizationsettings) GetDisableCommandRunner() bool
GetDisableCommandRunner returns the DisableCommandRunner field value if set, zero value otherwise.
func (*Organizationsettings) GetDisableCommandRunnerOk ¶
func (o *Organizationsettings) GetDisableCommandRunnerOk() (*bool, bool)
GetDisableCommandRunnerOk returns a tuple with the DisableCommandRunner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetDisableGoogleLogin ¶
func (o *Organizationsettings) GetDisableGoogleLogin() bool
GetDisableGoogleLogin returns the DisableGoogleLogin field value if set, zero value otherwise.
func (*Organizationsettings) GetDisableGoogleLoginOk ¶
func (o *Organizationsettings) GetDisableGoogleLoginOk() (*bool, bool)
GetDisableGoogleLoginOk returns a tuple with the DisableGoogleLogin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetDisableLdap ¶
func (o *Organizationsettings) GetDisableLdap() bool
GetDisableLdap returns the DisableLdap field value if set, zero value otherwise.
func (*Organizationsettings) GetDisableLdapOk ¶
func (o *Organizationsettings) GetDisableLdapOk() (*bool, bool)
GetDisableLdapOk returns a tuple with the DisableLdap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetDisableUM ¶
func (o *Organizationsettings) GetDisableUM() bool
GetDisableUM returns the DisableUM field value if set, zero value otherwise.
func (*Organizationsettings) GetDisableUMOk ¶
func (o *Organizationsettings) GetDisableUMOk() (*bool, bool)
GetDisableUMOk returns a tuple with the DisableUM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetDuplicateLDAPGroups ¶
func (o *Organizationsettings) GetDuplicateLDAPGroups() bool
GetDuplicateLDAPGroups returns the DuplicateLDAPGroups field value if set, zero value otherwise.
func (*Organizationsettings) GetDuplicateLDAPGroupsOk ¶
func (o *Organizationsettings) GetDuplicateLDAPGroupsOk() (*bool, bool)
GetDuplicateLDAPGroupsOk returns a tuple with the DuplicateLDAPGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetEmailDisclaimer ¶
func (o *Organizationsettings) GetEmailDisclaimer() string
GetEmailDisclaimer returns the EmailDisclaimer field value if set, zero value otherwise.
func (*Organizationsettings) GetEmailDisclaimerOk ¶
func (o *Organizationsettings) GetEmailDisclaimerOk() (*string, bool)
GetEmailDisclaimerOk returns a tuple with the EmailDisclaimer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetEnableGoogleApps ¶
func (o *Organizationsettings) GetEnableGoogleApps() bool
GetEnableGoogleApps returns the EnableGoogleApps field value if set, zero value otherwise.
func (*Organizationsettings) GetEnableGoogleAppsOk ¶
func (o *Organizationsettings) GetEnableGoogleAppsOk() (*bool, bool)
GetEnableGoogleAppsOk returns a tuple with the EnableGoogleApps field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetEnableManagedUID ¶
func (o *Organizationsettings) GetEnableManagedUID() bool
GetEnableManagedUID returns the EnableManagedUID field value if set, zero value otherwise.
func (*Organizationsettings) GetEnableManagedUIDOk ¶
func (o *Organizationsettings) GetEnableManagedUIDOk() (*bool, bool)
GetEnableManagedUIDOk returns a tuple with the EnableManagedUID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetEnableO365 ¶
func (o *Organizationsettings) GetEnableO365() bool
GetEnableO365 returns the EnableO365 field value if set, zero value otherwise.
func (*Organizationsettings) GetEnableO365Ok ¶
func (o *Organizationsettings) GetEnableO365Ok() (*bool, bool)
GetEnableO365Ok returns a tuple with the EnableO365 field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetEnableUserPortalAgentInstall ¶
func (o *Organizationsettings) GetEnableUserPortalAgentInstall() bool
GetEnableUserPortalAgentInstall returns the EnableUserPortalAgentInstall field value if set, zero value otherwise.
func (*Organizationsettings) GetEnableUserPortalAgentInstallOk ¶
func (o *Organizationsettings) GetEnableUserPortalAgentInstallOk() (*bool, bool)
GetEnableUserPortalAgentInstallOk returns a tuple with the EnableUserPortalAgentInstall field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetFeatures ¶
func (o *Organizationsettings) GetFeatures() OrganizationsettingsFeatures
GetFeatures returns the Features field value if set, zero value otherwise.
func (*Organizationsettings) GetFeaturesOk ¶
func (o *Organizationsettings) GetFeaturesOk() (*OrganizationsettingsFeatures, bool)
GetFeaturesOk returns a tuple with the Features field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetGrowthData ¶
func (o *Organizationsettings) GetGrowthData() map[string]interface{}
GetGrowthData returns the GrowthData field value if set, zero value otherwise.
func (*Organizationsettings) GetGrowthDataOk ¶
func (o *Organizationsettings) GetGrowthDataOk() (map[string]interface{}, bool)
GetGrowthDataOk returns a tuple with the GrowthData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetLogo ¶
func (o *Organizationsettings) GetLogo() string
GetLogo returns the Logo field value if set, zero value otherwise.
func (*Organizationsettings) GetLogoOk ¶
func (o *Organizationsettings) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetName ¶
func (o *Organizationsettings) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*Organizationsettings) GetNameOk ¶
func (o *Organizationsettings) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetNewSystemUserStateDefaults ¶
func (o *Organizationsettings) GetNewSystemUserStateDefaults() OrganizationsettingsNewSystemUserStateDefaults
GetNewSystemUserStateDefaults returns the NewSystemUserStateDefaults field value if set, zero value otherwise.
func (*Organizationsettings) GetNewSystemUserStateDefaultsOk ¶
func (o *Organizationsettings) GetNewSystemUserStateDefaultsOk() (*OrganizationsettingsNewSystemUserStateDefaults, bool)
GetNewSystemUserStateDefaultsOk returns a tuple with the NewSystemUserStateDefaults field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetPasswordCompliance ¶
func (o *Organizationsettings) GetPasswordCompliance() string
GetPasswordCompliance returns the PasswordCompliance field value if set, zero value otherwise.
func (*Organizationsettings) GetPasswordComplianceOk ¶
func (o *Organizationsettings) GetPasswordComplianceOk() (*string, bool)
GetPasswordComplianceOk returns a tuple with the PasswordCompliance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetPasswordPolicy ¶
func (o *Organizationsettings) GetPasswordPolicy() OrganizationsettingsPasswordPolicy
GetPasswordPolicy returns the PasswordPolicy field value if set, zero value otherwise.
func (*Organizationsettings) GetPasswordPolicyOk ¶
func (o *Organizationsettings) GetPasswordPolicyOk() (*OrganizationsettingsPasswordPolicy, bool)
GetPasswordPolicyOk returns a tuple with the PasswordPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetPendingDelete ¶
func (o *Organizationsettings) GetPendingDelete() bool
GetPendingDelete returns the PendingDelete field value if set, zero value otherwise.
func (*Organizationsettings) GetPendingDeleteOk ¶
func (o *Organizationsettings) GetPendingDeleteOk() (*bool, bool)
GetPendingDeleteOk returns a tuple with the PendingDelete field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetShowIntro ¶
func (o *Organizationsettings) GetShowIntro() bool
GetShowIntro returns the ShowIntro field value if set, zero value otherwise.
func (*Organizationsettings) GetShowIntroOk ¶
func (o *Organizationsettings) GetShowIntroOk() (*bool, bool)
GetShowIntroOk returns a tuple with the ShowIntro field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetSystemUserPasswordExpirationInDays ¶
func (o *Organizationsettings) GetSystemUserPasswordExpirationInDays() int32
GetSystemUserPasswordExpirationInDays returns the SystemUserPasswordExpirationInDays field value if set, zero value otherwise.
func (*Organizationsettings) GetSystemUserPasswordExpirationInDaysOk ¶
func (o *Organizationsettings) GetSystemUserPasswordExpirationInDaysOk() (*int32, bool)
GetSystemUserPasswordExpirationInDaysOk returns a tuple with the SystemUserPasswordExpirationInDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetSystemUsersCanEdit ¶
func (o *Organizationsettings) GetSystemUsersCanEdit() bool
GetSystemUsersCanEdit returns the SystemUsersCanEdit field value if set, zero value otherwise.
func (*Organizationsettings) GetSystemUsersCanEditOk ¶
func (o *Organizationsettings) GetSystemUsersCanEditOk() (*bool, bool)
GetSystemUsersCanEditOk returns a tuple with the SystemUsersCanEdit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetSystemUsersCap ¶
func (o *Organizationsettings) GetSystemUsersCap() int32
GetSystemUsersCap returns the SystemUsersCap field value if set, zero value otherwise.
func (*Organizationsettings) GetSystemUsersCapOk ¶
func (o *Organizationsettings) GetSystemUsersCapOk() (*int32, bool)
GetSystemUsersCapOk returns a tuple with the SystemUsersCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetTrustedAppConfig ¶
func (o *Organizationsettings) GetTrustedAppConfig() TrustedappConfigGet
GetTrustedAppConfig returns the TrustedAppConfig field value if set, zero value otherwise.
func (*Organizationsettings) GetTrustedAppConfigOk ¶
func (o *Organizationsettings) GetTrustedAppConfigOk() (*TrustedappConfigGet, bool)
GetTrustedAppConfigOk returns a tuple with the TrustedAppConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetUserPortal ¶
func (o *Organizationsettings) GetUserPortal() OrganizationsettingsUserPortal
GetUserPortal returns the UserPortal field value if set, zero value otherwise.
func (*Organizationsettings) GetUserPortalOk ¶
func (o *Organizationsettings) GetUserPortalOk() (*OrganizationsettingsUserPortal, bool)
GetUserPortalOk returns a tuple with the UserPortal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) GetWindowsMDM ¶
func (o *Organizationsettings) GetWindowsMDM() OrganizationsettingsWindowsMDM
GetWindowsMDM returns the WindowsMDM field value if set, zero value otherwise.
func (*Organizationsettings) GetWindowsMDMOk ¶
func (o *Organizationsettings) GetWindowsMDMOk() (*OrganizationsettingsWindowsMDM, bool)
GetWindowsMDMOk returns a tuple with the WindowsMDM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettings) HasAgentVersion ¶
func (o *Organizationsettings) HasAgentVersion() bool
HasAgentVersion returns a boolean if a field has been set.
func (*Organizationsettings) HasBetaFeatures ¶
func (o *Organizationsettings) HasBetaFeatures() bool
HasBetaFeatures returns a boolean if a field has been set.
func (*Organizationsettings) HasContactEmail ¶
func (o *Organizationsettings) HasContactEmail() bool
HasContactEmail returns a boolean if a field has been set.
func (*Organizationsettings) HasContactName ¶
func (o *Organizationsettings) HasContactName() bool
HasContactName returns a boolean if a field has been set.
func (*Organizationsettings) HasDeviceIdentificationEnabled ¶
func (o *Organizationsettings) HasDeviceIdentificationEnabled() bool
HasDeviceIdentificationEnabled returns a boolean if a field has been set.
func (*Organizationsettings) HasDisableCommandRunner ¶
func (o *Organizationsettings) HasDisableCommandRunner() bool
HasDisableCommandRunner returns a boolean if a field has been set.
func (*Organizationsettings) HasDisableGoogleLogin ¶
func (o *Organizationsettings) HasDisableGoogleLogin() bool
HasDisableGoogleLogin returns a boolean if a field has been set.
func (*Organizationsettings) HasDisableLdap ¶
func (o *Organizationsettings) HasDisableLdap() bool
HasDisableLdap returns a boolean if a field has been set.
func (*Organizationsettings) HasDisableUM ¶
func (o *Organizationsettings) HasDisableUM() bool
HasDisableUM returns a boolean if a field has been set.
func (*Organizationsettings) HasDuplicateLDAPGroups ¶
func (o *Organizationsettings) HasDuplicateLDAPGroups() bool
HasDuplicateLDAPGroups returns a boolean if a field has been set.
func (*Organizationsettings) HasEmailDisclaimer ¶
func (o *Organizationsettings) HasEmailDisclaimer() bool
HasEmailDisclaimer returns a boolean if a field has been set.
func (*Organizationsettings) HasEnableGoogleApps ¶
func (o *Organizationsettings) HasEnableGoogleApps() bool
HasEnableGoogleApps returns a boolean if a field has been set.
func (*Organizationsettings) HasEnableManagedUID ¶
func (o *Organizationsettings) HasEnableManagedUID() bool
HasEnableManagedUID returns a boolean if a field has been set.
func (*Organizationsettings) HasEnableO365 ¶
func (o *Organizationsettings) HasEnableO365() bool
HasEnableO365 returns a boolean if a field has been set.
func (*Organizationsettings) HasEnableUserPortalAgentInstall ¶
func (o *Organizationsettings) HasEnableUserPortalAgentInstall() bool
HasEnableUserPortalAgentInstall returns a boolean if a field has been set.
func (*Organizationsettings) HasFeatures ¶
func (o *Organizationsettings) HasFeatures() bool
HasFeatures returns a boolean if a field has been set.
func (*Organizationsettings) HasGrowthData ¶
func (o *Organizationsettings) HasGrowthData() bool
HasGrowthData returns a boolean if a field has been set.
func (*Organizationsettings) HasLogo ¶
func (o *Organizationsettings) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (*Organizationsettings) HasName ¶
func (o *Organizationsettings) HasName() bool
HasName returns a boolean if a field has been set.
func (*Organizationsettings) HasNewSystemUserStateDefaults ¶
func (o *Organizationsettings) HasNewSystemUserStateDefaults() bool
HasNewSystemUserStateDefaults returns a boolean if a field has been set.
func (*Organizationsettings) HasPasswordCompliance ¶
func (o *Organizationsettings) HasPasswordCompliance() bool
HasPasswordCompliance returns a boolean if a field has been set.
func (*Organizationsettings) HasPasswordPolicy ¶
func (o *Organizationsettings) HasPasswordPolicy() bool
HasPasswordPolicy returns a boolean if a field has been set.
func (*Organizationsettings) HasPendingDelete ¶
func (o *Organizationsettings) HasPendingDelete() bool
HasPendingDelete returns a boolean if a field has been set.
func (*Organizationsettings) HasShowIntro ¶
func (o *Organizationsettings) HasShowIntro() bool
HasShowIntro returns a boolean if a field has been set.
func (*Organizationsettings) HasSystemUserPasswordExpirationInDays ¶
func (o *Organizationsettings) HasSystemUserPasswordExpirationInDays() bool
HasSystemUserPasswordExpirationInDays returns a boolean if a field has been set.
func (*Organizationsettings) HasSystemUsersCanEdit ¶
func (o *Organizationsettings) HasSystemUsersCanEdit() bool
HasSystemUsersCanEdit returns a boolean if a field has been set.
func (*Organizationsettings) HasSystemUsersCap ¶
func (o *Organizationsettings) HasSystemUsersCap() bool
HasSystemUsersCap returns a boolean if a field has been set.
func (*Organizationsettings) HasTrustedAppConfig ¶
func (o *Organizationsettings) HasTrustedAppConfig() bool
HasTrustedAppConfig returns a boolean if a field has been set.
func (*Organizationsettings) HasUserPortal ¶
func (o *Organizationsettings) HasUserPortal() bool
HasUserPortal returns a boolean if a field has been set.
func (*Organizationsettings) HasWindowsMDM ¶
func (o *Organizationsettings) HasWindowsMDM() bool
HasWindowsMDM returns a boolean if a field has been set.
func (Organizationsettings) MarshalJSON ¶
func (o Organizationsettings) MarshalJSON() ([]byte, error)
func (*Organizationsettings) SetAgentVersion ¶
func (o *Organizationsettings) SetAgentVersion(v string)
SetAgentVersion gets a reference to the given string and assigns it to the AgentVersion field.
func (*Organizationsettings) SetBetaFeatures ¶
func (o *Organizationsettings) SetBetaFeatures(v map[string]interface{})
SetBetaFeatures gets a reference to the given map[string]interface{} and assigns it to the BetaFeatures field.
func (*Organizationsettings) SetContactEmail ¶
func (o *Organizationsettings) SetContactEmail(v string)
SetContactEmail gets a reference to the given string and assigns it to the ContactEmail field.
func (*Organizationsettings) SetContactName ¶
func (o *Organizationsettings) SetContactName(v string)
SetContactName gets a reference to the given string and assigns it to the ContactName field.
func (*Organizationsettings) SetDeviceIdentificationEnabled ¶
func (o *Organizationsettings) SetDeviceIdentificationEnabled(v bool)
SetDeviceIdentificationEnabled gets a reference to the given bool and assigns it to the DeviceIdentificationEnabled field.
func (*Organizationsettings) SetDisableCommandRunner ¶
func (o *Organizationsettings) SetDisableCommandRunner(v bool)
SetDisableCommandRunner gets a reference to the given bool and assigns it to the DisableCommandRunner field.
func (*Organizationsettings) SetDisableGoogleLogin ¶
func (o *Organizationsettings) SetDisableGoogleLogin(v bool)
SetDisableGoogleLogin gets a reference to the given bool and assigns it to the DisableGoogleLogin field.
func (*Organizationsettings) SetDisableLdap ¶
func (o *Organizationsettings) SetDisableLdap(v bool)
SetDisableLdap gets a reference to the given bool and assigns it to the DisableLdap field.
func (*Organizationsettings) SetDisableUM ¶
func (o *Organizationsettings) SetDisableUM(v bool)
SetDisableUM gets a reference to the given bool and assigns it to the DisableUM field.
func (*Organizationsettings) SetDuplicateLDAPGroups ¶
func (o *Organizationsettings) SetDuplicateLDAPGroups(v bool)
SetDuplicateLDAPGroups gets a reference to the given bool and assigns it to the DuplicateLDAPGroups field.
func (*Organizationsettings) SetEmailDisclaimer ¶
func (o *Organizationsettings) SetEmailDisclaimer(v string)
SetEmailDisclaimer gets a reference to the given string and assigns it to the EmailDisclaimer field.
func (*Organizationsettings) SetEnableGoogleApps ¶
func (o *Organizationsettings) SetEnableGoogleApps(v bool)
SetEnableGoogleApps gets a reference to the given bool and assigns it to the EnableGoogleApps field.
func (*Organizationsettings) SetEnableManagedUID ¶
func (o *Organizationsettings) SetEnableManagedUID(v bool)
SetEnableManagedUID gets a reference to the given bool and assigns it to the EnableManagedUID field.
func (*Organizationsettings) SetEnableO365 ¶
func (o *Organizationsettings) SetEnableO365(v bool)
SetEnableO365 gets a reference to the given bool and assigns it to the EnableO365 field.
func (*Organizationsettings) SetEnableUserPortalAgentInstall ¶
func (o *Organizationsettings) SetEnableUserPortalAgentInstall(v bool)
SetEnableUserPortalAgentInstall gets a reference to the given bool and assigns it to the EnableUserPortalAgentInstall field.
func (*Organizationsettings) SetFeatures ¶
func (o *Organizationsettings) SetFeatures(v OrganizationsettingsFeatures)
SetFeatures gets a reference to the given OrganizationsettingsFeatures and assigns it to the Features field.
func (*Organizationsettings) SetGrowthData ¶
func (o *Organizationsettings) SetGrowthData(v map[string]interface{})
SetGrowthData gets a reference to the given map[string]interface{} and assigns it to the GrowthData field.
func (*Organizationsettings) SetLogo ¶
func (o *Organizationsettings) SetLogo(v string)
SetLogo gets a reference to the given string and assigns it to the Logo field.
func (*Organizationsettings) SetName ¶
func (o *Organizationsettings) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Organizationsettings) SetNewSystemUserStateDefaults ¶
func (o *Organizationsettings) SetNewSystemUserStateDefaults(v OrganizationsettingsNewSystemUserStateDefaults)
SetNewSystemUserStateDefaults gets a reference to the given OrganizationsettingsNewSystemUserStateDefaults and assigns it to the NewSystemUserStateDefaults field.
func (*Organizationsettings) SetPasswordCompliance ¶
func (o *Organizationsettings) SetPasswordCompliance(v string)
SetPasswordCompliance gets a reference to the given string and assigns it to the PasswordCompliance field.
func (*Organizationsettings) SetPasswordPolicy ¶
func (o *Organizationsettings) SetPasswordPolicy(v OrganizationsettingsPasswordPolicy)
SetPasswordPolicy gets a reference to the given OrganizationsettingsPasswordPolicy and assigns it to the PasswordPolicy field.
func (*Organizationsettings) SetPendingDelete ¶
func (o *Organizationsettings) SetPendingDelete(v bool)
SetPendingDelete gets a reference to the given bool and assigns it to the PendingDelete field.
func (*Organizationsettings) SetShowIntro ¶
func (o *Organizationsettings) SetShowIntro(v bool)
SetShowIntro gets a reference to the given bool and assigns it to the ShowIntro field.
func (*Organizationsettings) SetSystemUserPasswordExpirationInDays ¶
func (o *Organizationsettings) SetSystemUserPasswordExpirationInDays(v int32)
SetSystemUserPasswordExpirationInDays gets a reference to the given int32 and assigns it to the SystemUserPasswordExpirationInDays field.
func (*Organizationsettings) SetSystemUsersCanEdit ¶
func (o *Organizationsettings) SetSystemUsersCanEdit(v bool)
SetSystemUsersCanEdit gets a reference to the given bool and assigns it to the SystemUsersCanEdit field.
func (*Organizationsettings) SetSystemUsersCap ¶
func (o *Organizationsettings) SetSystemUsersCap(v int32)
SetSystemUsersCap gets a reference to the given int32 and assigns it to the SystemUsersCap field.
func (*Organizationsettings) SetTrustedAppConfig ¶
func (o *Organizationsettings) SetTrustedAppConfig(v TrustedappConfigGet)
SetTrustedAppConfig gets a reference to the given TrustedappConfigGet and assigns it to the TrustedAppConfig field.
func (*Organizationsettings) SetUserPortal ¶
func (o *Organizationsettings) SetUserPortal(v OrganizationsettingsUserPortal)
SetUserPortal gets a reference to the given OrganizationsettingsUserPortal and assigns it to the UserPortal field.
func (*Organizationsettings) SetWindowsMDM ¶
func (o *Organizationsettings) SetWindowsMDM(v OrganizationsettingsWindowsMDM)
SetWindowsMDM gets a reference to the given OrganizationsettingsWindowsMDM and assigns it to the WindowsMDM field.
func (Organizationsettings) ToMap ¶
func (o Organizationsettings) ToMap() (map[string]interface{}, error)
func (*Organizationsettings) UnmarshalJSON ¶
func (o *Organizationsettings) UnmarshalJSON(bytes []byte) (err error)
type OrganizationsettingsFeatures ¶
type OrganizationsettingsFeatures struct { DirectoryInsights *OrganizationsettingsFeaturesDirectoryInsights `json:"directoryInsights,omitempty"` DirectoryInsightsPremium *OrganizationsettingsFeaturesDirectoryInsightsPremium `json:"directoryInsightsPremium,omitempty"` SystemInsights *OrganizationsettingsFeaturesSystemInsights `json:"systemInsights,omitempty"` AdditionalProperties map[string]interface{} }
OrganizationsettingsFeatures struct for OrganizationsettingsFeatures
func NewOrganizationsettingsFeatures ¶
func NewOrganizationsettingsFeatures() *OrganizationsettingsFeatures
NewOrganizationsettingsFeatures instantiates a new OrganizationsettingsFeatures 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 NewOrganizationsettingsFeaturesWithDefaults ¶
func NewOrganizationsettingsFeaturesWithDefaults() *OrganizationsettingsFeatures
NewOrganizationsettingsFeaturesWithDefaults instantiates a new OrganizationsettingsFeatures 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 (*OrganizationsettingsFeatures) GetDirectoryInsights ¶
func (o *OrganizationsettingsFeatures) GetDirectoryInsights() OrganizationsettingsFeaturesDirectoryInsights
GetDirectoryInsights returns the DirectoryInsights field value if set, zero value otherwise.
func (*OrganizationsettingsFeatures) GetDirectoryInsightsOk ¶
func (o *OrganizationsettingsFeatures) GetDirectoryInsightsOk() (*OrganizationsettingsFeaturesDirectoryInsights, bool)
GetDirectoryInsightsOk returns a tuple with the DirectoryInsights field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsFeatures) GetDirectoryInsightsPremium ¶
func (o *OrganizationsettingsFeatures) GetDirectoryInsightsPremium() OrganizationsettingsFeaturesDirectoryInsightsPremium
GetDirectoryInsightsPremium returns the DirectoryInsightsPremium field value if set, zero value otherwise.
func (*OrganizationsettingsFeatures) GetDirectoryInsightsPremiumOk ¶
func (o *OrganizationsettingsFeatures) GetDirectoryInsightsPremiumOk() (*OrganizationsettingsFeaturesDirectoryInsightsPremium, bool)
GetDirectoryInsightsPremiumOk returns a tuple with the DirectoryInsightsPremium field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsFeatures) GetSystemInsights ¶
func (o *OrganizationsettingsFeatures) GetSystemInsights() OrganizationsettingsFeaturesSystemInsights
GetSystemInsights returns the SystemInsights field value if set, zero value otherwise.
func (*OrganizationsettingsFeatures) GetSystemInsightsOk ¶
func (o *OrganizationsettingsFeatures) GetSystemInsightsOk() (*OrganizationsettingsFeaturesSystemInsights, bool)
GetSystemInsightsOk returns a tuple with the SystemInsights field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsFeatures) HasDirectoryInsights ¶
func (o *OrganizationsettingsFeatures) HasDirectoryInsights() bool
HasDirectoryInsights returns a boolean if a field has been set.
func (*OrganizationsettingsFeatures) HasDirectoryInsightsPremium ¶
func (o *OrganizationsettingsFeatures) HasDirectoryInsightsPremium() bool
HasDirectoryInsightsPremium returns a boolean if a field has been set.
func (*OrganizationsettingsFeatures) HasSystemInsights ¶
func (o *OrganizationsettingsFeatures) HasSystemInsights() bool
HasSystemInsights returns a boolean if a field has been set.
func (OrganizationsettingsFeatures) MarshalJSON ¶
func (o OrganizationsettingsFeatures) MarshalJSON() ([]byte, error)
func (*OrganizationsettingsFeatures) SetDirectoryInsights ¶
func (o *OrganizationsettingsFeatures) SetDirectoryInsights(v OrganizationsettingsFeaturesDirectoryInsights)
SetDirectoryInsights gets a reference to the given OrganizationsettingsFeaturesDirectoryInsights and assigns it to the DirectoryInsights field.
func (*OrganizationsettingsFeatures) SetDirectoryInsightsPremium ¶
func (o *OrganizationsettingsFeatures) SetDirectoryInsightsPremium(v OrganizationsettingsFeaturesDirectoryInsightsPremium)
SetDirectoryInsightsPremium gets a reference to the given OrganizationsettingsFeaturesDirectoryInsightsPremium and assigns it to the DirectoryInsightsPremium field.
func (*OrganizationsettingsFeatures) SetSystemInsights ¶
func (o *OrganizationsettingsFeatures) SetSystemInsights(v OrganizationsettingsFeaturesSystemInsights)
SetSystemInsights gets a reference to the given OrganizationsettingsFeaturesSystemInsights and assigns it to the SystemInsights field.
func (OrganizationsettingsFeatures) ToMap ¶
func (o OrganizationsettingsFeatures) ToMap() (map[string]interface{}, error)
func (*OrganizationsettingsFeatures) UnmarshalJSON ¶
func (o *OrganizationsettingsFeatures) UnmarshalJSON(bytes []byte) (err error)
type OrganizationsettingsFeaturesDirectoryInsights ¶
type OrganizationsettingsFeaturesDirectoryInsights struct { Enabled *bool `json:"enabled,omitempty"` AdditionalProperties map[string]interface{} }
OrganizationsettingsFeaturesDirectoryInsights struct for OrganizationsettingsFeaturesDirectoryInsights
func NewOrganizationsettingsFeaturesDirectoryInsights ¶
func NewOrganizationsettingsFeaturesDirectoryInsights() *OrganizationsettingsFeaturesDirectoryInsights
NewOrganizationsettingsFeaturesDirectoryInsights instantiates a new OrganizationsettingsFeaturesDirectoryInsights 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 NewOrganizationsettingsFeaturesDirectoryInsightsWithDefaults ¶
func NewOrganizationsettingsFeaturesDirectoryInsightsWithDefaults() *OrganizationsettingsFeaturesDirectoryInsights
NewOrganizationsettingsFeaturesDirectoryInsightsWithDefaults instantiates a new OrganizationsettingsFeaturesDirectoryInsights 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 (*OrganizationsettingsFeaturesDirectoryInsights) GetEnabled ¶
func (o *OrganizationsettingsFeaturesDirectoryInsights) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*OrganizationsettingsFeaturesDirectoryInsights) GetEnabledOk ¶
func (o *OrganizationsettingsFeaturesDirectoryInsights) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsFeaturesDirectoryInsights) HasEnabled ¶
func (o *OrganizationsettingsFeaturesDirectoryInsights) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (OrganizationsettingsFeaturesDirectoryInsights) MarshalJSON ¶
func (o OrganizationsettingsFeaturesDirectoryInsights) MarshalJSON() ([]byte, error)
func (*OrganizationsettingsFeaturesDirectoryInsights) SetEnabled ¶
func (o *OrganizationsettingsFeaturesDirectoryInsights) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (OrganizationsettingsFeaturesDirectoryInsights) ToMap ¶
func (o OrganizationsettingsFeaturesDirectoryInsights) ToMap() (map[string]interface{}, error)
func (*OrganizationsettingsFeaturesDirectoryInsights) UnmarshalJSON ¶
func (o *OrganizationsettingsFeaturesDirectoryInsights) UnmarshalJSON(bytes []byte) (err error)
type OrganizationsettingsFeaturesDirectoryInsightsPremium ¶
type OrganizationsettingsFeaturesDirectoryInsightsPremium struct { CreatedAt *string `json:"createdAt,omitempty"` Enabled *bool `json:"enabled,omitempty"` UpdatedAt *string `json:"updatedAt,omitempty"` AdditionalProperties map[string]interface{} }
OrganizationsettingsFeaturesDirectoryInsightsPremium struct for OrganizationsettingsFeaturesDirectoryInsightsPremium
func NewOrganizationsettingsFeaturesDirectoryInsightsPremium ¶
func NewOrganizationsettingsFeaturesDirectoryInsightsPremium() *OrganizationsettingsFeaturesDirectoryInsightsPremium
NewOrganizationsettingsFeaturesDirectoryInsightsPremium instantiates a new OrganizationsettingsFeaturesDirectoryInsightsPremium 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 NewOrganizationsettingsFeaturesDirectoryInsightsPremiumWithDefaults ¶
func NewOrganizationsettingsFeaturesDirectoryInsightsPremiumWithDefaults() *OrganizationsettingsFeaturesDirectoryInsightsPremium
NewOrganizationsettingsFeaturesDirectoryInsightsPremiumWithDefaults instantiates a new OrganizationsettingsFeaturesDirectoryInsightsPremium 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 (*OrganizationsettingsFeaturesDirectoryInsightsPremium) GetCreatedAt ¶
func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OrganizationsettingsFeaturesDirectoryInsightsPremium) GetCreatedAtOk ¶
func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsFeaturesDirectoryInsightsPremium) GetEnabled ¶
func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*OrganizationsettingsFeaturesDirectoryInsightsPremium) GetEnabledOk ¶
func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsFeaturesDirectoryInsightsPremium) GetUpdatedAt ¶
func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OrganizationsettingsFeaturesDirectoryInsightsPremium) GetUpdatedAtOk ¶
func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsFeaturesDirectoryInsightsPremium) HasCreatedAt ¶
func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OrganizationsettingsFeaturesDirectoryInsightsPremium) HasEnabled ¶
func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*OrganizationsettingsFeaturesDirectoryInsightsPremium) HasUpdatedAt ¶
func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (OrganizationsettingsFeaturesDirectoryInsightsPremium) MarshalJSON ¶
func (o OrganizationsettingsFeaturesDirectoryInsightsPremium) MarshalJSON() ([]byte, error)
func (*OrganizationsettingsFeaturesDirectoryInsightsPremium) SetCreatedAt ¶
func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*OrganizationsettingsFeaturesDirectoryInsightsPremium) SetEnabled ¶
func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*OrganizationsettingsFeaturesDirectoryInsightsPremium) SetUpdatedAt ¶
func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (OrganizationsettingsFeaturesDirectoryInsightsPremium) ToMap ¶
func (o OrganizationsettingsFeaturesDirectoryInsightsPremium) ToMap() (map[string]interface{}, error)
func (*OrganizationsettingsFeaturesDirectoryInsightsPremium) UnmarshalJSON ¶
func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) UnmarshalJSON(bytes []byte) (err error)
type OrganizationsettingsFeaturesSystemInsights ¶
type OrganizationsettingsFeaturesSystemInsights struct { CreatedAt *string `json:"createdAt,omitempty"` EnableNewDarwin *bool `json:"enableNewDarwin,omitempty"` EnableNewLinux *bool `json:"enableNewLinux,omitempty"` EnableNewWindows *bool `json:"enableNewWindows,omitempty"` Enabled *bool `json:"enabled,omitempty"` UpdatedAt *string `json:"updatedAt,omitempty"` AdditionalProperties map[string]interface{} }
OrganizationsettingsFeaturesSystemInsights struct for OrganizationsettingsFeaturesSystemInsights
func NewOrganizationsettingsFeaturesSystemInsights ¶
func NewOrganizationsettingsFeaturesSystemInsights() *OrganizationsettingsFeaturesSystemInsights
NewOrganizationsettingsFeaturesSystemInsights instantiates a new OrganizationsettingsFeaturesSystemInsights 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 NewOrganizationsettingsFeaturesSystemInsightsWithDefaults ¶
func NewOrganizationsettingsFeaturesSystemInsightsWithDefaults() *OrganizationsettingsFeaturesSystemInsights
NewOrganizationsettingsFeaturesSystemInsightsWithDefaults instantiates a new OrganizationsettingsFeaturesSystemInsights 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 (*OrganizationsettingsFeaturesSystemInsights) GetCreatedAt ¶
func (o *OrganizationsettingsFeaturesSystemInsights) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field value if set, zero value otherwise.
func (*OrganizationsettingsFeaturesSystemInsights) GetCreatedAtOk ¶
func (o *OrganizationsettingsFeaturesSystemInsights) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsFeaturesSystemInsights) GetEnableNewDarwin ¶
func (o *OrganizationsettingsFeaturesSystemInsights) GetEnableNewDarwin() bool
GetEnableNewDarwin returns the EnableNewDarwin field value if set, zero value otherwise.
func (*OrganizationsettingsFeaturesSystemInsights) GetEnableNewDarwinOk ¶
func (o *OrganizationsettingsFeaturesSystemInsights) GetEnableNewDarwinOk() (*bool, bool)
GetEnableNewDarwinOk returns a tuple with the EnableNewDarwin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsFeaturesSystemInsights) GetEnableNewLinux ¶
func (o *OrganizationsettingsFeaturesSystemInsights) GetEnableNewLinux() bool
GetEnableNewLinux returns the EnableNewLinux field value if set, zero value otherwise.
func (*OrganizationsettingsFeaturesSystemInsights) GetEnableNewLinuxOk ¶
func (o *OrganizationsettingsFeaturesSystemInsights) GetEnableNewLinuxOk() (*bool, bool)
GetEnableNewLinuxOk returns a tuple with the EnableNewLinux field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsFeaturesSystemInsights) GetEnableNewWindows ¶
func (o *OrganizationsettingsFeaturesSystemInsights) GetEnableNewWindows() bool
GetEnableNewWindows returns the EnableNewWindows field value if set, zero value otherwise.
func (*OrganizationsettingsFeaturesSystemInsights) GetEnableNewWindowsOk ¶
func (o *OrganizationsettingsFeaturesSystemInsights) GetEnableNewWindowsOk() (*bool, bool)
GetEnableNewWindowsOk returns a tuple with the EnableNewWindows field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsFeaturesSystemInsights) GetEnabled ¶
func (o *OrganizationsettingsFeaturesSystemInsights) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*OrganizationsettingsFeaturesSystemInsights) GetEnabledOk ¶
func (o *OrganizationsettingsFeaturesSystemInsights) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsFeaturesSystemInsights) GetUpdatedAt ¶
func (o *OrganizationsettingsFeaturesSystemInsights) GetUpdatedAt() string
GetUpdatedAt returns the UpdatedAt field value if set, zero value otherwise.
func (*OrganizationsettingsFeaturesSystemInsights) GetUpdatedAtOk ¶
func (o *OrganizationsettingsFeaturesSystemInsights) GetUpdatedAtOk() (*string, bool)
GetUpdatedAtOk returns a tuple with the UpdatedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsFeaturesSystemInsights) HasCreatedAt ¶
func (o *OrganizationsettingsFeaturesSystemInsights) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (*OrganizationsettingsFeaturesSystemInsights) HasEnableNewDarwin ¶
func (o *OrganizationsettingsFeaturesSystemInsights) HasEnableNewDarwin() bool
HasEnableNewDarwin returns a boolean if a field has been set.
func (*OrganizationsettingsFeaturesSystemInsights) HasEnableNewLinux ¶
func (o *OrganizationsettingsFeaturesSystemInsights) HasEnableNewLinux() bool
HasEnableNewLinux returns a boolean if a field has been set.
func (*OrganizationsettingsFeaturesSystemInsights) HasEnableNewWindows ¶
func (o *OrganizationsettingsFeaturesSystemInsights) HasEnableNewWindows() bool
HasEnableNewWindows returns a boolean if a field has been set.
func (*OrganizationsettingsFeaturesSystemInsights) HasEnabled ¶
func (o *OrganizationsettingsFeaturesSystemInsights) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (*OrganizationsettingsFeaturesSystemInsights) HasUpdatedAt ¶
func (o *OrganizationsettingsFeaturesSystemInsights) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.
func (OrganizationsettingsFeaturesSystemInsights) MarshalJSON ¶
func (o OrganizationsettingsFeaturesSystemInsights) MarshalJSON() ([]byte, error)
func (*OrganizationsettingsFeaturesSystemInsights) SetCreatedAt ¶
func (o *OrganizationsettingsFeaturesSystemInsights) SetCreatedAt(v string)
SetCreatedAt gets a reference to the given string and assigns it to the CreatedAt field.
func (*OrganizationsettingsFeaturesSystemInsights) SetEnableNewDarwin ¶
func (o *OrganizationsettingsFeaturesSystemInsights) SetEnableNewDarwin(v bool)
SetEnableNewDarwin gets a reference to the given bool and assigns it to the EnableNewDarwin field.
func (*OrganizationsettingsFeaturesSystemInsights) SetEnableNewLinux ¶
func (o *OrganizationsettingsFeaturesSystemInsights) SetEnableNewLinux(v bool)
SetEnableNewLinux gets a reference to the given bool and assigns it to the EnableNewLinux field.
func (*OrganizationsettingsFeaturesSystemInsights) SetEnableNewWindows ¶
func (o *OrganizationsettingsFeaturesSystemInsights) SetEnableNewWindows(v bool)
SetEnableNewWindows gets a reference to the given bool and assigns it to the EnableNewWindows field.
func (*OrganizationsettingsFeaturesSystemInsights) SetEnabled ¶
func (o *OrganizationsettingsFeaturesSystemInsights) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (*OrganizationsettingsFeaturesSystemInsights) SetUpdatedAt ¶
func (o *OrganizationsettingsFeaturesSystemInsights) SetUpdatedAt(v string)
SetUpdatedAt gets a reference to the given string and assigns it to the UpdatedAt field.
func (OrganizationsettingsFeaturesSystemInsights) ToMap ¶
func (o OrganizationsettingsFeaturesSystemInsights) ToMap() (map[string]interface{}, error)
func (*OrganizationsettingsFeaturesSystemInsights) UnmarshalJSON ¶
func (o *OrganizationsettingsFeaturesSystemInsights) UnmarshalJSON(bytes []byte) (err error)
type OrganizationsettingsNewSystemUserStateDefaults ¶
type OrganizationsettingsNewSystemUserStateDefaults struct { // The default user state for a user created using the [Bulk Users Create](https://docs.jumpcloud.com/api/2.0/index.html#operation/bulk_usersCreate) endpoint. See endpoint documentation for more details. ApplicationImport *string `json:"applicationImport,omitempty"` // The default user state for a user created using the [Bulk Users Create](https://docs.jumpcloud.com/api/2.0/index.html#operation/bulk_usersCreate) endpoint. See endpoint documentation for more details. CsvImport *string `json:"csvImport,omitempty"` // The default state for a user that is created using the [Create a system user](https://docs.jumpcloud.com/api/1.0/index.html#operation/systemusers_post) endpoint. See endpoint documentation for more details. ManualEntry *string `json:"manualEntry,omitempty"` AdditionalProperties map[string]interface{} }
OrganizationsettingsNewSystemUserStateDefaults struct for OrganizationsettingsNewSystemUserStateDefaults
func NewOrganizationsettingsNewSystemUserStateDefaults ¶
func NewOrganizationsettingsNewSystemUserStateDefaults() *OrganizationsettingsNewSystemUserStateDefaults
NewOrganizationsettingsNewSystemUserStateDefaults instantiates a new OrganizationsettingsNewSystemUserStateDefaults 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 NewOrganizationsettingsNewSystemUserStateDefaultsWithDefaults ¶
func NewOrganizationsettingsNewSystemUserStateDefaultsWithDefaults() *OrganizationsettingsNewSystemUserStateDefaults
NewOrganizationsettingsNewSystemUserStateDefaultsWithDefaults instantiates a new OrganizationsettingsNewSystemUserStateDefaults 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 (*OrganizationsettingsNewSystemUserStateDefaults) GetApplicationImport ¶
func (o *OrganizationsettingsNewSystemUserStateDefaults) GetApplicationImport() string
GetApplicationImport returns the ApplicationImport field value if set, zero value otherwise.
func (*OrganizationsettingsNewSystemUserStateDefaults) GetApplicationImportOk ¶
func (o *OrganizationsettingsNewSystemUserStateDefaults) GetApplicationImportOk() (*string, bool)
GetApplicationImportOk returns a tuple with the ApplicationImport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsNewSystemUserStateDefaults) GetCsvImport ¶
func (o *OrganizationsettingsNewSystemUserStateDefaults) GetCsvImport() string
GetCsvImport returns the CsvImport field value if set, zero value otherwise.
func (*OrganizationsettingsNewSystemUserStateDefaults) GetCsvImportOk ¶
func (o *OrganizationsettingsNewSystemUserStateDefaults) GetCsvImportOk() (*string, bool)
GetCsvImportOk returns a tuple with the CsvImport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsNewSystemUserStateDefaults) GetManualEntry ¶
func (o *OrganizationsettingsNewSystemUserStateDefaults) GetManualEntry() string
GetManualEntry returns the ManualEntry field value if set, zero value otherwise.
func (*OrganizationsettingsNewSystemUserStateDefaults) GetManualEntryOk ¶
func (o *OrganizationsettingsNewSystemUserStateDefaults) GetManualEntryOk() (*string, bool)
GetManualEntryOk returns a tuple with the ManualEntry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsNewSystemUserStateDefaults) HasApplicationImport ¶
func (o *OrganizationsettingsNewSystemUserStateDefaults) HasApplicationImport() bool
HasApplicationImport returns a boolean if a field has been set.
func (*OrganizationsettingsNewSystemUserStateDefaults) HasCsvImport ¶
func (o *OrganizationsettingsNewSystemUserStateDefaults) HasCsvImport() bool
HasCsvImport returns a boolean if a field has been set.
func (*OrganizationsettingsNewSystemUserStateDefaults) HasManualEntry ¶
func (o *OrganizationsettingsNewSystemUserStateDefaults) HasManualEntry() bool
HasManualEntry returns a boolean if a field has been set.
func (OrganizationsettingsNewSystemUserStateDefaults) MarshalJSON ¶
func (o OrganizationsettingsNewSystemUserStateDefaults) MarshalJSON() ([]byte, error)
func (*OrganizationsettingsNewSystemUserStateDefaults) SetApplicationImport ¶
func (o *OrganizationsettingsNewSystemUserStateDefaults) SetApplicationImport(v string)
SetApplicationImport gets a reference to the given string and assigns it to the ApplicationImport field.
func (*OrganizationsettingsNewSystemUserStateDefaults) SetCsvImport ¶
func (o *OrganizationsettingsNewSystemUserStateDefaults) SetCsvImport(v string)
SetCsvImport gets a reference to the given string and assigns it to the CsvImport field.
func (*OrganizationsettingsNewSystemUserStateDefaults) SetManualEntry ¶
func (o *OrganizationsettingsNewSystemUserStateDefaults) SetManualEntry(v string)
SetManualEntry gets a reference to the given string and assigns it to the ManualEntry field.
func (OrganizationsettingsNewSystemUserStateDefaults) ToMap ¶
func (o OrganizationsettingsNewSystemUserStateDefaults) ToMap() (map[string]interface{}, error)
func (*OrganizationsettingsNewSystemUserStateDefaults) UnmarshalJSON ¶
func (o *OrganizationsettingsNewSystemUserStateDefaults) UnmarshalJSON(bytes []byte) (err error)
type OrganizationsettingsPasswordPolicy ¶
type OrganizationsettingsPasswordPolicy struct { AllowUsernameSubstring *bool `json:"allowUsernameSubstring,omitempty"` // Deprecated field used for the legacy grace period feature. DaysAfterExpirationToSelfRecover *int32 `json:"daysAfterExpirationToSelfRecover,omitempty"` DaysBeforeExpirationToForceReset *int32 `json:"daysBeforeExpirationToForceReset,omitempty"` EffectiveDate *string `json:"effectiveDate,omitempty"` EnableDaysAfterExpirationToSelfRecover *bool `json:"enableDaysAfterExpirationToSelfRecover,omitempty"` EnableDaysBeforeExpirationToForceReset *bool `json:"enableDaysBeforeExpirationToForceReset,omitempty"` EnableLockoutTimeInSeconds *bool `json:"enableLockoutTimeInSeconds,omitempty"` EnableMaxHistory *bool `json:"enableMaxHistory,omitempty"` EnableMaxLoginAttempts *bool `json:"enableMaxLoginAttempts,omitempty"` EnableMinChangePeriodInDays *bool `json:"enableMinChangePeriodInDays,omitempty"` EnableMinLength *bool `json:"enableMinLength,omitempty"` EnablePasswordExpirationInDays *bool `json:"enablePasswordExpirationInDays,omitempty"` EnableRecoveryEmail *bool `json:"enableRecoveryEmail,omitempty"` EnableResetLockoutCounter *bool `json:"enableResetLockoutCounter,omitempty"` GracePeriodDate *string `json:"gracePeriodDate,omitempty"` LockoutTimeInSeconds *int32 `json:"lockoutTimeInSeconds,omitempty"` MaxHistory *int32 `json:"maxHistory,omitempty"` MaxLoginAttempts *int32 `json:"maxLoginAttempts,omitempty"` MinChangePeriodInDays *int32 `json:"minChangePeriodInDays,omitempty"` MinLength *int32 `json:"minLength,omitempty"` NeedsLowercase *bool `json:"needsLowercase,omitempty"` NeedsNumeric *bool `json:"needsNumeric,omitempty"` NeedsSymbolic *bool `json:"needsSymbolic,omitempty"` NeedsUppercase *bool `json:"needsUppercase,omitempty"` PasswordExpirationInDays *int32 `json:"passwordExpirationInDays,omitempty"` ResetLockoutCounterMinutes *int32 `json:"resetLockoutCounterMinutes,omitempty"` AdditionalProperties map[string]interface{} }
OrganizationsettingsPasswordPolicy struct for OrganizationsettingsPasswordPolicy
func NewOrganizationsettingsPasswordPolicy ¶
func NewOrganizationsettingsPasswordPolicy() *OrganizationsettingsPasswordPolicy
NewOrganizationsettingsPasswordPolicy instantiates a new OrganizationsettingsPasswordPolicy 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 NewOrganizationsettingsPasswordPolicyWithDefaults ¶
func NewOrganizationsettingsPasswordPolicyWithDefaults() *OrganizationsettingsPasswordPolicy
NewOrganizationsettingsPasswordPolicyWithDefaults instantiates a new OrganizationsettingsPasswordPolicy 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 (*OrganizationsettingsPasswordPolicy) GetAllowUsernameSubstring ¶
func (o *OrganizationsettingsPasswordPolicy) GetAllowUsernameSubstring() bool
GetAllowUsernameSubstring returns the AllowUsernameSubstring field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetAllowUsernameSubstringOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetAllowUsernameSubstringOk() (*bool, bool)
GetAllowUsernameSubstringOk returns a tuple with the AllowUsernameSubstring field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetDaysAfterExpirationToSelfRecover ¶
func (o *OrganizationsettingsPasswordPolicy) GetDaysAfterExpirationToSelfRecover() int32
GetDaysAfterExpirationToSelfRecover returns the DaysAfterExpirationToSelfRecover field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetDaysAfterExpirationToSelfRecoverOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetDaysAfterExpirationToSelfRecoverOk() (*int32, bool)
GetDaysAfterExpirationToSelfRecoverOk returns a tuple with the DaysAfterExpirationToSelfRecover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetDaysBeforeExpirationToForceReset ¶
func (o *OrganizationsettingsPasswordPolicy) GetDaysBeforeExpirationToForceReset() int32
GetDaysBeforeExpirationToForceReset returns the DaysBeforeExpirationToForceReset field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetDaysBeforeExpirationToForceResetOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetDaysBeforeExpirationToForceResetOk() (*int32, bool)
GetDaysBeforeExpirationToForceResetOk returns a tuple with the DaysBeforeExpirationToForceReset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetEffectiveDate ¶
func (o *OrganizationsettingsPasswordPolicy) GetEffectiveDate() string
GetEffectiveDate returns the EffectiveDate field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetEffectiveDateOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetEffectiveDateOk() (*string, bool)
GetEffectiveDateOk returns a tuple with the EffectiveDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetEnableDaysAfterExpirationToSelfRecover ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableDaysAfterExpirationToSelfRecover() bool
GetEnableDaysAfterExpirationToSelfRecover returns the EnableDaysAfterExpirationToSelfRecover field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetEnableDaysAfterExpirationToSelfRecoverOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableDaysAfterExpirationToSelfRecoverOk() (*bool, bool)
GetEnableDaysAfterExpirationToSelfRecoverOk returns a tuple with the EnableDaysAfterExpirationToSelfRecover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetEnableDaysBeforeExpirationToForceReset ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableDaysBeforeExpirationToForceReset() bool
GetEnableDaysBeforeExpirationToForceReset returns the EnableDaysBeforeExpirationToForceReset field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetEnableDaysBeforeExpirationToForceResetOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableDaysBeforeExpirationToForceResetOk() (*bool, bool)
GetEnableDaysBeforeExpirationToForceResetOk returns a tuple with the EnableDaysBeforeExpirationToForceReset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetEnableLockoutTimeInSeconds ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableLockoutTimeInSeconds() bool
GetEnableLockoutTimeInSeconds returns the EnableLockoutTimeInSeconds field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetEnableLockoutTimeInSecondsOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableLockoutTimeInSecondsOk() (*bool, bool)
GetEnableLockoutTimeInSecondsOk returns a tuple with the EnableLockoutTimeInSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetEnableMaxHistory ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableMaxHistory() bool
GetEnableMaxHistory returns the EnableMaxHistory field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetEnableMaxHistoryOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableMaxHistoryOk() (*bool, bool)
GetEnableMaxHistoryOk returns a tuple with the EnableMaxHistory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetEnableMaxLoginAttempts ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableMaxLoginAttempts() bool
GetEnableMaxLoginAttempts returns the EnableMaxLoginAttempts field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetEnableMaxLoginAttemptsOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableMaxLoginAttemptsOk() (*bool, bool)
GetEnableMaxLoginAttemptsOk returns a tuple with the EnableMaxLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetEnableMinChangePeriodInDays ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableMinChangePeriodInDays() bool
GetEnableMinChangePeriodInDays returns the EnableMinChangePeriodInDays field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetEnableMinChangePeriodInDaysOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableMinChangePeriodInDaysOk() (*bool, bool)
GetEnableMinChangePeriodInDaysOk returns a tuple with the EnableMinChangePeriodInDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetEnableMinLength ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableMinLength() bool
GetEnableMinLength returns the EnableMinLength field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetEnableMinLengthOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableMinLengthOk() (*bool, bool)
GetEnableMinLengthOk returns a tuple with the EnableMinLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetEnablePasswordExpirationInDays ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnablePasswordExpirationInDays() bool
GetEnablePasswordExpirationInDays returns the EnablePasswordExpirationInDays field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetEnablePasswordExpirationInDaysOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnablePasswordExpirationInDaysOk() (*bool, bool)
GetEnablePasswordExpirationInDaysOk returns a tuple with the EnablePasswordExpirationInDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetEnableRecoveryEmail ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableRecoveryEmail() bool
GetEnableRecoveryEmail returns the EnableRecoveryEmail field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetEnableRecoveryEmailOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableRecoveryEmailOk() (*bool, bool)
GetEnableRecoveryEmailOk returns a tuple with the EnableRecoveryEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetEnableResetLockoutCounter ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableResetLockoutCounter() bool
GetEnableResetLockoutCounter returns the EnableResetLockoutCounter field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetEnableResetLockoutCounterOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetEnableResetLockoutCounterOk() (*bool, bool)
GetEnableResetLockoutCounterOk returns a tuple with the EnableResetLockoutCounter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetGracePeriodDate ¶
func (o *OrganizationsettingsPasswordPolicy) GetGracePeriodDate() string
GetGracePeriodDate returns the GracePeriodDate field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetGracePeriodDateOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetGracePeriodDateOk() (*string, bool)
GetGracePeriodDateOk returns a tuple with the GracePeriodDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetLockoutTimeInSeconds ¶
func (o *OrganizationsettingsPasswordPolicy) GetLockoutTimeInSeconds() int32
GetLockoutTimeInSeconds returns the LockoutTimeInSeconds field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetLockoutTimeInSecondsOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetLockoutTimeInSecondsOk() (*int32, bool)
GetLockoutTimeInSecondsOk returns a tuple with the LockoutTimeInSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetMaxHistory ¶
func (o *OrganizationsettingsPasswordPolicy) GetMaxHistory() int32
GetMaxHistory returns the MaxHistory field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetMaxHistoryOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetMaxHistoryOk() (*int32, bool)
GetMaxHistoryOk returns a tuple with the MaxHistory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetMaxLoginAttempts ¶
func (o *OrganizationsettingsPasswordPolicy) GetMaxLoginAttempts() int32
GetMaxLoginAttempts returns the MaxLoginAttempts field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetMaxLoginAttemptsOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetMaxLoginAttemptsOk() (*int32, bool)
GetMaxLoginAttemptsOk returns a tuple with the MaxLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetMinChangePeriodInDays ¶
func (o *OrganizationsettingsPasswordPolicy) GetMinChangePeriodInDays() int32
GetMinChangePeriodInDays returns the MinChangePeriodInDays field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetMinChangePeriodInDaysOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetMinChangePeriodInDaysOk() (*int32, bool)
GetMinChangePeriodInDaysOk returns a tuple with the MinChangePeriodInDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetMinLength ¶
func (o *OrganizationsettingsPasswordPolicy) GetMinLength() int32
GetMinLength returns the MinLength field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetMinLengthOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetMinLengthOk() (*int32, bool)
GetMinLengthOk returns a tuple with the MinLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetNeedsLowercase ¶
func (o *OrganizationsettingsPasswordPolicy) GetNeedsLowercase() bool
GetNeedsLowercase returns the NeedsLowercase field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetNeedsLowercaseOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetNeedsLowercaseOk() (*bool, bool)
GetNeedsLowercaseOk returns a tuple with the NeedsLowercase field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetNeedsNumeric ¶
func (o *OrganizationsettingsPasswordPolicy) GetNeedsNumeric() bool
GetNeedsNumeric returns the NeedsNumeric field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetNeedsNumericOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetNeedsNumericOk() (*bool, bool)
GetNeedsNumericOk returns a tuple with the NeedsNumeric field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetNeedsSymbolic ¶
func (o *OrganizationsettingsPasswordPolicy) GetNeedsSymbolic() bool
GetNeedsSymbolic returns the NeedsSymbolic field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetNeedsSymbolicOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetNeedsSymbolicOk() (*bool, bool)
GetNeedsSymbolicOk returns a tuple with the NeedsSymbolic field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetNeedsUppercase ¶
func (o *OrganizationsettingsPasswordPolicy) GetNeedsUppercase() bool
GetNeedsUppercase returns the NeedsUppercase field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetNeedsUppercaseOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetNeedsUppercaseOk() (*bool, bool)
GetNeedsUppercaseOk returns a tuple with the NeedsUppercase field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetPasswordExpirationInDays ¶
func (o *OrganizationsettingsPasswordPolicy) GetPasswordExpirationInDays() int32
GetPasswordExpirationInDays returns the PasswordExpirationInDays field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetPasswordExpirationInDaysOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetPasswordExpirationInDaysOk() (*int32, bool)
GetPasswordExpirationInDaysOk returns a tuple with the PasswordExpirationInDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) GetResetLockoutCounterMinutes ¶
func (o *OrganizationsettingsPasswordPolicy) GetResetLockoutCounterMinutes() int32
GetResetLockoutCounterMinutes returns the ResetLockoutCounterMinutes field value if set, zero value otherwise.
func (*OrganizationsettingsPasswordPolicy) GetResetLockoutCounterMinutesOk ¶
func (o *OrganizationsettingsPasswordPolicy) GetResetLockoutCounterMinutesOk() (*int32, bool)
GetResetLockoutCounterMinutesOk returns a tuple with the ResetLockoutCounterMinutes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsPasswordPolicy) HasAllowUsernameSubstring ¶
func (o *OrganizationsettingsPasswordPolicy) HasAllowUsernameSubstring() bool
HasAllowUsernameSubstring returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasDaysAfterExpirationToSelfRecover ¶
func (o *OrganizationsettingsPasswordPolicy) HasDaysAfterExpirationToSelfRecover() bool
HasDaysAfterExpirationToSelfRecover returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasDaysBeforeExpirationToForceReset ¶
func (o *OrganizationsettingsPasswordPolicy) HasDaysBeforeExpirationToForceReset() bool
HasDaysBeforeExpirationToForceReset returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasEffectiveDate ¶
func (o *OrganizationsettingsPasswordPolicy) HasEffectiveDate() bool
HasEffectiveDate returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasEnableDaysAfterExpirationToSelfRecover ¶
func (o *OrganizationsettingsPasswordPolicy) HasEnableDaysAfterExpirationToSelfRecover() bool
HasEnableDaysAfterExpirationToSelfRecover returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasEnableDaysBeforeExpirationToForceReset ¶
func (o *OrganizationsettingsPasswordPolicy) HasEnableDaysBeforeExpirationToForceReset() bool
HasEnableDaysBeforeExpirationToForceReset returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasEnableLockoutTimeInSeconds ¶
func (o *OrganizationsettingsPasswordPolicy) HasEnableLockoutTimeInSeconds() bool
HasEnableLockoutTimeInSeconds returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasEnableMaxHistory ¶
func (o *OrganizationsettingsPasswordPolicy) HasEnableMaxHistory() bool
HasEnableMaxHistory returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasEnableMaxLoginAttempts ¶
func (o *OrganizationsettingsPasswordPolicy) HasEnableMaxLoginAttempts() bool
HasEnableMaxLoginAttempts returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasEnableMinChangePeriodInDays ¶
func (o *OrganizationsettingsPasswordPolicy) HasEnableMinChangePeriodInDays() bool
HasEnableMinChangePeriodInDays returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasEnableMinLength ¶
func (o *OrganizationsettingsPasswordPolicy) HasEnableMinLength() bool
HasEnableMinLength returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasEnablePasswordExpirationInDays ¶
func (o *OrganizationsettingsPasswordPolicy) HasEnablePasswordExpirationInDays() bool
HasEnablePasswordExpirationInDays returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasEnableRecoveryEmail ¶
func (o *OrganizationsettingsPasswordPolicy) HasEnableRecoveryEmail() bool
HasEnableRecoveryEmail returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasEnableResetLockoutCounter ¶
func (o *OrganizationsettingsPasswordPolicy) HasEnableResetLockoutCounter() bool
HasEnableResetLockoutCounter returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasGracePeriodDate ¶
func (o *OrganizationsettingsPasswordPolicy) HasGracePeriodDate() bool
HasGracePeriodDate returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasLockoutTimeInSeconds ¶
func (o *OrganizationsettingsPasswordPolicy) HasLockoutTimeInSeconds() bool
HasLockoutTimeInSeconds returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasMaxHistory ¶
func (o *OrganizationsettingsPasswordPolicy) HasMaxHistory() bool
HasMaxHistory returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasMaxLoginAttempts ¶
func (o *OrganizationsettingsPasswordPolicy) HasMaxLoginAttempts() bool
HasMaxLoginAttempts returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasMinChangePeriodInDays ¶
func (o *OrganizationsettingsPasswordPolicy) HasMinChangePeriodInDays() bool
HasMinChangePeriodInDays returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasMinLength ¶
func (o *OrganizationsettingsPasswordPolicy) HasMinLength() bool
HasMinLength returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasNeedsLowercase ¶
func (o *OrganizationsettingsPasswordPolicy) HasNeedsLowercase() bool
HasNeedsLowercase returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasNeedsNumeric ¶
func (o *OrganizationsettingsPasswordPolicy) HasNeedsNumeric() bool
HasNeedsNumeric returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasNeedsSymbolic ¶
func (o *OrganizationsettingsPasswordPolicy) HasNeedsSymbolic() bool
HasNeedsSymbolic returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasNeedsUppercase ¶
func (o *OrganizationsettingsPasswordPolicy) HasNeedsUppercase() bool
HasNeedsUppercase returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasPasswordExpirationInDays ¶
func (o *OrganizationsettingsPasswordPolicy) HasPasswordExpirationInDays() bool
HasPasswordExpirationInDays returns a boolean if a field has been set.
func (*OrganizationsettingsPasswordPolicy) HasResetLockoutCounterMinutes ¶
func (o *OrganizationsettingsPasswordPolicy) HasResetLockoutCounterMinutes() bool
HasResetLockoutCounterMinutes returns a boolean if a field has been set.
func (OrganizationsettingsPasswordPolicy) MarshalJSON ¶
func (o OrganizationsettingsPasswordPolicy) MarshalJSON() ([]byte, error)
func (*OrganizationsettingsPasswordPolicy) SetAllowUsernameSubstring ¶
func (o *OrganizationsettingsPasswordPolicy) SetAllowUsernameSubstring(v bool)
SetAllowUsernameSubstring gets a reference to the given bool and assigns it to the AllowUsernameSubstring field.
func (*OrganizationsettingsPasswordPolicy) SetDaysAfterExpirationToSelfRecover ¶
func (o *OrganizationsettingsPasswordPolicy) SetDaysAfterExpirationToSelfRecover(v int32)
SetDaysAfterExpirationToSelfRecover gets a reference to the given int32 and assigns it to the DaysAfterExpirationToSelfRecover field.
func (*OrganizationsettingsPasswordPolicy) SetDaysBeforeExpirationToForceReset ¶
func (o *OrganizationsettingsPasswordPolicy) SetDaysBeforeExpirationToForceReset(v int32)
SetDaysBeforeExpirationToForceReset gets a reference to the given int32 and assigns it to the DaysBeforeExpirationToForceReset field.
func (*OrganizationsettingsPasswordPolicy) SetEffectiveDate ¶
func (o *OrganizationsettingsPasswordPolicy) SetEffectiveDate(v string)
SetEffectiveDate gets a reference to the given string and assigns it to the EffectiveDate field.
func (*OrganizationsettingsPasswordPolicy) SetEnableDaysAfterExpirationToSelfRecover ¶
func (o *OrganizationsettingsPasswordPolicy) SetEnableDaysAfterExpirationToSelfRecover(v bool)
SetEnableDaysAfterExpirationToSelfRecover gets a reference to the given bool and assigns it to the EnableDaysAfterExpirationToSelfRecover field.
func (*OrganizationsettingsPasswordPolicy) SetEnableDaysBeforeExpirationToForceReset ¶
func (o *OrganizationsettingsPasswordPolicy) SetEnableDaysBeforeExpirationToForceReset(v bool)
SetEnableDaysBeforeExpirationToForceReset gets a reference to the given bool and assigns it to the EnableDaysBeforeExpirationToForceReset field.
func (*OrganizationsettingsPasswordPolicy) SetEnableLockoutTimeInSeconds ¶
func (o *OrganizationsettingsPasswordPolicy) SetEnableLockoutTimeInSeconds(v bool)
SetEnableLockoutTimeInSeconds gets a reference to the given bool and assigns it to the EnableLockoutTimeInSeconds field.
func (*OrganizationsettingsPasswordPolicy) SetEnableMaxHistory ¶
func (o *OrganizationsettingsPasswordPolicy) SetEnableMaxHistory(v bool)
SetEnableMaxHistory gets a reference to the given bool and assigns it to the EnableMaxHistory field.
func (*OrganizationsettingsPasswordPolicy) SetEnableMaxLoginAttempts ¶
func (o *OrganizationsettingsPasswordPolicy) SetEnableMaxLoginAttempts(v bool)
SetEnableMaxLoginAttempts gets a reference to the given bool and assigns it to the EnableMaxLoginAttempts field.
func (*OrganizationsettingsPasswordPolicy) SetEnableMinChangePeriodInDays ¶
func (o *OrganizationsettingsPasswordPolicy) SetEnableMinChangePeriodInDays(v bool)
SetEnableMinChangePeriodInDays gets a reference to the given bool and assigns it to the EnableMinChangePeriodInDays field.
func (*OrganizationsettingsPasswordPolicy) SetEnableMinLength ¶
func (o *OrganizationsettingsPasswordPolicy) SetEnableMinLength(v bool)
SetEnableMinLength gets a reference to the given bool and assigns it to the EnableMinLength field.
func (*OrganizationsettingsPasswordPolicy) SetEnablePasswordExpirationInDays ¶
func (o *OrganizationsettingsPasswordPolicy) SetEnablePasswordExpirationInDays(v bool)
SetEnablePasswordExpirationInDays gets a reference to the given bool and assigns it to the EnablePasswordExpirationInDays field.
func (*OrganizationsettingsPasswordPolicy) SetEnableRecoveryEmail ¶
func (o *OrganizationsettingsPasswordPolicy) SetEnableRecoveryEmail(v bool)
SetEnableRecoveryEmail gets a reference to the given bool and assigns it to the EnableRecoveryEmail field.
func (*OrganizationsettingsPasswordPolicy) SetEnableResetLockoutCounter ¶
func (o *OrganizationsettingsPasswordPolicy) SetEnableResetLockoutCounter(v bool)
SetEnableResetLockoutCounter gets a reference to the given bool and assigns it to the EnableResetLockoutCounter field.
func (*OrganizationsettingsPasswordPolicy) SetGracePeriodDate ¶
func (o *OrganizationsettingsPasswordPolicy) SetGracePeriodDate(v string)
SetGracePeriodDate gets a reference to the given string and assigns it to the GracePeriodDate field.
func (*OrganizationsettingsPasswordPolicy) SetLockoutTimeInSeconds ¶
func (o *OrganizationsettingsPasswordPolicy) SetLockoutTimeInSeconds(v int32)
SetLockoutTimeInSeconds gets a reference to the given int32 and assigns it to the LockoutTimeInSeconds field.
func (*OrganizationsettingsPasswordPolicy) SetMaxHistory ¶
func (o *OrganizationsettingsPasswordPolicy) SetMaxHistory(v int32)
SetMaxHistory gets a reference to the given int32 and assigns it to the MaxHistory field.
func (*OrganizationsettingsPasswordPolicy) SetMaxLoginAttempts ¶
func (o *OrganizationsettingsPasswordPolicy) SetMaxLoginAttempts(v int32)
SetMaxLoginAttempts gets a reference to the given int32 and assigns it to the MaxLoginAttempts field.
func (*OrganizationsettingsPasswordPolicy) SetMinChangePeriodInDays ¶
func (o *OrganizationsettingsPasswordPolicy) SetMinChangePeriodInDays(v int32)
SetMinChangePeriodInDays gets a reference to the given int32 and assigns it to the MinChangePeriodInDays field.
func (*OrganizationsettingsPasswordPolicy) SetMinLength ¶
func (o *OrganizationsettingsPasswordPolicy) SetMinLength(v int32)
SetMinLength gets a reference to the given int32 and assigns it to the MinLength field.
func (*OrganizationsettingsPasswordPolicy) SetNeedsLowercase ¶
func (o *OrganizationsettingsPasswordPolicy) SetNeedsLowercase(v bool)
SetNeedsLowercase gets a reference to the given bool and assigns it to the NeedsLowercase field.
func (*OrganizationsettingsPasswordPolicy) SetNeedsNumeric ¶
func (o *OrganizationsettingsPasswordPolicy) SetNeedsNumeric(v bool)
SetNeedsNumeric gets a reference to the given bool and assigns it to the NeedsNumeric field.
func (*OrganizationsettingsPasswordPolicy) SetNeedsSymbolic ¶
func (o *OrganizationsettingsPasswordPolicy) SetNeedsSymbolic(v bool)
SetNeedsSymbolic gets a reference to the given bool and assigns it to the NeedsSymbolic field.
func (*OrganizationsettingsPasswordPolicy) SetNeedsUppercase ¶
func (o *OrganizationsettingsPasswordPolicy) SetNeedsUppercase(v bool)
SetNeedsUppercase gets a reference to the given bool and assigns it to the NeedsUppercase field.
func (*OrganizationsettingsPasswordPolicy) SetPasswordExpirationInDays ¶
func (o *OrganizationsettingsPasswordPolicy) SetPasswordExpirationInDays(v int32)
SetPasswordExpirationInDays gets a reference to the given int32 and assigns it to the PasswordExpirationInDays field.
func (*OrganizationsettingsPasswordPolicy) SetResetLockoutCounterMinutes ¶
func (o *OrganizationsettingsPasswordPolicy) SetResetLockoutCounterMinutes(v int32)
SetResetLockoutCounterMinutes gets a reference to the given int32 and assigns it to the ResetLockoutCounterMinutes field.
func (OrganizationsettingsPasswordPolicy) ToMap ¶
func (o OrganizationsettingsPasswordPolicy) ToMap() (map[string]interface{}, error)
func (*OrganizationsettingsPasswordPolicy) UnmarshalJSON ¶
func (o *OrganizationsettingsPasswordPolicy) UnmarshalJSON(bytes []byte) (err error)
type OrganizationsettingsUserPortal ¶
type OrganizationsettingsUserPortal struct { IdleSessionDurationMinutes *int32 `json:"idleSessionDurationMinutes,omitempty"` AdditionalProperties map[string]interface{} }
OrganizationsettingsUserPortal struct for OrganizationsettingsUserPortal
func NewOrganizationsettingsUserPortal ¶
func NewOrganizationsettingsUserPortal() *OrganizationsettingsUserPortal
NewOrganizationsettingsUserPortal instantiates a new OrganizationsettingsUserPortal 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 NewOrganizationsettingsUserPortalWithDefaults ¶
func NewOrganizationsettingsUserPortalWithDefaults() *OrganizationsettingsUserPortal
NewOrganizationsettingsUserPortalWithDefaults instantiates a new OrganizationsettingsUserPortal 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 (*OrganizationsettingsUserPortal) GetIdleSessionDurationMinutes ¶
func (o *OrganizationsettingsUserPortal) GetIdleSessionDurationMinutes() int32
GetIdleSessionDurationMinutes returns the IdleSessionDurationMinutes field value if set, zero value otherwise.
func (*OrganizationsettingsUserPortal) GetIdleSessionDurationMinutesOk ¶
func (o *OrganizationsettingsUserPortal) GetIdleSessionDurationMinutesOk() (*int32, bool)
GetIdleSessionDurationMinutesOk returns a tuple with the IdleSessionDurationMinutes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsUserPortal) HasIdleSessionDurationMinutes ¶
func (o *OrganizationsettingsUserPortal) HasIdleSessionDurationMinutes() bool
HasIdleSessionDurationMinutes returns a boolean if a field has been set.
func (OrganizationsettingsUserPortal) MarshalJSON ¶
func (o OrganizationsettingsUserPortal) MarshalJSON() ([]byte, error)
func (*OrganizationsettingsUserPortal) SetIdleSessionDurationMinutes ¶
func (o *OrganizationsettingsUserPortal) SetIdleSessionDurationMinutes(v int32)
SetIdleSessionDurationMinutes gets a reference to the given int32 and assigns it to the IdleSessionDurationMinutes field.
func (OrganizationsettingsUserPortal) ToMap ¶
func (o OrganizationsettingsUserPortal) ToMap() (map[string]interface{}, error)
func (*OrganizationsettingsUserPortal) UnmarshalJSON ¶
func (o *OrganizationsettingsUserPortal) UnmarshalJSON(bytes []byte) (err error)
type OrganizationsettingsWindowsMDM ¶
type OrganizationsettingsWindowsMDM struct { // Indicates if MDM Auto Enroll is active. AutoEnroll *bool `json:"autoEnroll,omitempty"` // Indicates if the Windows MDM is active. Enabled *bool `json:"enabled,omitempty"` AdditionalProperties map[string]interface{} }
OrganizationsettingsWindowsMDM struct for OrganizationsettingsWindowsMDM
func NewOrganizationsettingsWindowsMDM ¶
func NewOrganizationsettingsWindowsMDM() *OrganizationsettingsWindowsMDM
NewOrganizationsettingsWindowsMDM instantiates a new OrganizationsettingsWindowsMDM 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 NewOrganizationsettingsWindowsMDMWithDefaults ¶
func NewOrganizationsettingsWindowsMDMWithDefaults() *OrganizationsettingsWindowsMDM
NewOrganizationsettingsWindowsMDMWithDefaults instantiates a new OrganizationsettingsWindowsMDM 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 (*OrganizationsettingsWindowsMDM) GetAutoEnroll ¶
func (o *OrganizationsettingsWindowsMDM) GetAutoEnroll() bool
GetAutoEnroll returns the AutoEnroll field value if set, zero value otherwise.
func (*OrganizationsettingsWindowsMDM) GetAutoEnrollOk ¶
func (o *OrganizationsettingsWindowsMDM) GetAutoEnrollOk() (*bool, bool)
GetAutoEnrollOk returns a tuple with the AutoEnroll field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsWindowsMDM) GetEnabled ¶
func (o *OrganizationsettingsWindowsMDM) GetEnabled() bool
GetEnabled returns the Enabled field value if set, zero value otherwise.
func (*OrganizationsettingsWindowsMDM) GetEnabledOk ¶
func (o *OrganizationsettingsWindowsMDM) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsWindowsMDM) HasAutoEnroll ¶
func (o *OrganizationsettingsWindowsMDM) HasAutoEnroll() bool
HasAutoEnroll returns a boolean if a field has been set.
func (*OrganizationsettingsWindowsMDM) HasEnabled ¶
func (o *OrganizationsettingsWindowsMDM) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (OrganizationsettingsWindowsMDM) MarshalJSON ¶
func (o OrganizationsettingsWindowsMDM) MarshalJSON() ([]byte, error)
func (*OrganizationsettingsWindowsMDM) SetAutoEnroll ¶
func (o *OrganizationsettingsWindowsMDM) SetAutoEnroll(v bool)
SetAutoEnroll gets a reference to the given bool and assigns it to the AutoEnroll field.
func (*OrganizationsettingsWindowsMDM) SetEnabled ¶
func (o *OrganizationsettingsWindowsMDM) SetEnabled(v bool)
SetEnabled gets a reference to the given bool and assigns it to the Enabled field.
func (OrganizationsettingsWindowsMDM) ToMap ¶
func (o OrganizationsettingsWindowsMDM) ToMap() (map[string]interface{}, error)
func (*OrganizationsettingsWindowsMDM) UnmarshalJSON ¶
func (o *OrganizationsettingsWindowsMDM) UnmarshalJSON(bytes []byte) (err error)
type Organizationsettingsput ¶
type Organizationsettingsput struct { ContactEmail *string `json:"contactEmail,omitempty"` ContactName *string `json:"contactName,omitempty"` DeviceIdentificationEnabled *bool `json:"deviceIdentificationEnabled,omitempty"` DisableGoogleLogin *bool `json:"disableGoogleLogin,omitempty"` DisableLdap *bool `json:"disableLdap,omitempty"` DisableUM *bool `json:"disableUM,omitempty"` DuplicateLDAPGroups *bool `json:"duplicateLDAPGroups,omitempty"` EmailDisclaimer *string `json:"emailDisclaimer,omitempty"` EnableManagedUID *bool `json:"enableManagedUID,omitempty"` Features *OrganizationsettingsFeatures `json:"features,omitempty"` // Object containing Optimizely experimentIds and states corresponding to them GrowthData map[string]interface{} `json:"growthData,omitempty"` Logo *string `json:"logo,omitempty"` Name *string `json:"name,omitempty"` NewSystemUserStateDefaults *OrganizationsettingsputNewSystemUserStateDefaults `json:"newSystemUserStateDefaults,omitempty"` PasswordCompliance *string `json:"passwordCompliance,omitempty"` PasswordPolicy *OrganizationsettingsputPasswordPolicy `json:"passwordPolicy,omitempty"` ShowIntro *bool `json:"showIntro,omitempty"` SystemUserPasswordExpirationInDays *int32 `json:"systemUserPasswordExpirationInDays,omitempty"` SystemUsersCanEdit *bool `json:"systemUsersCanEdit,omitempty"` SystemUsersCap *int32 `json:"systemUsersCap,omitempty"` TrustedAppConfig *TrustedappConfigPut `json:"trustedAppConfig,omitempty"` UserPortal *OrganizationsettingsUserPortal `json:"userPortal,omitempty"` AdditionalProperties map[string]interface{} }
Organizationsettingsput struct for Organizationsettingsput
func NewOrganizationsettingsput ¶
func NewOrganizationsettingsput() *Organizationsettingsput
NewOrganizationsettingsput instantiates a new Organizationsettingsput 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 NewOrganizationsettingsputWithDefaults ¶
func NewOrganizationsettingsputWithDefaults() *Organizationsettingsput
NewOrganizationsettingsputWithDefaults instantiates a new Organizationsettingsput 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 (*Organizationsettingsput) GetContactEmail ¶
func (o *Organizationsettingsput) GetContactEmail() string
GetContactEmail returns the ContactEmail field value if set, zero value otherwise.
func (*Organizationsettingsput) GetContactEmailOk ¶
func (o *Organizationsettingsput) GetContactEmailOk() (*string, bool)
GetContactEmailOk returns a tuple with the ContactEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetContactName ¶
func (o *Organizationsettingsput) GetContactName() string
GetContactName returns the ContactName field value if set, zero value otherwise.
func (*Organizationsettingsput) GetContactNameOk ¶
func (o *Organizationsettingsput) GetContactNameOk() (*string, bool)
GetContactNameOk returns a tuple with the ContactName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetDeviceIdentificationEnabled ¶
func (o *Organizationsettingsput) GetDeviceIdentificationEnabled() bool
GetDeviceIdentificationEnabled returns the DeviceIdentificationEnabled field value if set, zero value otherwise.
func (*Organizationsettingsput) GetDeviceIdentificationEnabledOk ¶
func (o *Organizationsettingsput) GetDeviceIdentificationEnabledOk() (*bool, bool)
GetDeviceIdentificationEnabledOk returns a tuple with the DeviceIdentificationEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetDisableGoogleLogin ¶
func (o *Organizationsettingsput) GetDisableGoogleLogin() bool
GetDisableGoogleLogin returns the DisableGoogleLogin field value if set, zero value otherwise.
func (*Organizationsettingsput) GetDisableGoogleLoginOk ¶
func (o *Organizationsettingsput) GetDisableGoogleLoginOk() (*bool, bool)
GetDisableGoogleLoginOk returns a tuple with the DisableGoogleLogin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetDisableLdap ¶
func (o *Organizationsettingsput) GetDisableLdap() bool
GetDisableLdap returns the DisableLdap field value if set, zero value otherwise.
func (*Organizationsettingsput) GetDisableLdapOk ¶
func (o *Organizationsettingsput) GetDisableLdapOk() (*bool, bool)
GetDisableLdapOk returns a tuple with the DisableLdap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetDisableUM ¶
func (o *Organizationsettingsput) GetDisableUM() bool
GetDisableUM returns the DisableUM field value if set, zero value otherwise.
func (*Organizationsettingsput) GetDisableUMOk ¶
func (o *Organizationsettingsput) GetDisableUMOk() (*bool, bool)
GetDisableUMOk returns a tuple with the DisableUM field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetDuplicateLDAPGroups ¶
func (o *Organizationsettingsput) GetDuplicateLDAPGroups() bool
GetDuplicateLDAPGroups returns the DuplicateLDAPGroups field value if set, zero value otherwise.
func (*Organizationsettingsput) GetDuplicateLDAPGroupsOk ¶
func (o *Organizationsettingsput) GetDuplicateLDAPGroupsOk() (*bool, bool)
GetDuplicateLDAPGroupsOk returns a tuple with the DuplicateLDAPGroups field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetEmailDisclaimer ¶
func (o *Organizationsettingsput) GetEmailDisclaimer() string
GetEmailDisclaimer returns the EmailDisclaimer field value if set, zero value otherwise.
func (*Organizationsettingsput) GetEmailDisclaimerOk ¶
func (o *Organizationsettingsput) GetEmailDisclaimerOk() (*string, bool)
GetEmailDisclaimerOk returns a tuple with the EmailDisclaimer field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetEnableManagedUID ¶
func (o *Organizationsettingsput) GetEnableManagedUID() bool
GetEnableManagedUID returns the EnableManagedUID field value if set, zero value otherwise.
func (*Organizationsettingsput) GetEnableManagedUIDOk ¶
func (o *Organizationsettingsput) GetEnableManagedUIDOk() (*bool, bool)
GetEnableManagedUIDOk returns a tuple with the EnableManagedUID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetFeatures ¶
func (o *Organizationsettingsput) GetFeatures() OrganizationsettingsFeatures
GetFeatures returns the Features field value if set, zero value otherwise.
func (*Organizationsettingsput) GetFeaturesOk ¶
func (o *Organizationsettingsput) GetFeaturesOk() (*OrganizationsettingsFeatures, bool)
GetFeaturesOk returns a tuple with the Features field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetGrowthData ¶
func (o *Organizationsettingsput) GetGrowthData() map[string]interface{}
GetGrowthData returns the GrowthData field value if set, zero value otherwise.
func (*Organizationsettingsput) GetGrowthDataOk ¶
func (o *Organizationsettingsput) GetGrowthDataOk() (map[string]interface{}, bool)
GetGrowthDataOk returns a tuple with the GrowthData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetLogo ¶
func (o *Organizationsettingsput) GetLogo() string
GetLogo returns the Logo field value if set, zero value otherwise.
func (*Organizationsettingsput) GetLogoOk ¶
func (o *Organizationsettingsput) GetLogoOk() (*string, bool)
GetLogoOk returns a tuple with the Logo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetName ¶
func (o *Organizationsettingsput) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*Organizationsettingsput) GetNameOk ¶
func (o *Organizationsettingsput) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetNewSystemUserStateDefaults ¶
func (o *Organizationsettingsput) GetNewSystemUserStateDefaults() OrganizationsettingsputNewSystemUserStateDefaults
GetNewSystemUserStateDefaults returns the NewSystemUserStateDefaults field value if set, zero value otherwise.
func (*Organizationsettingsput) GetNewSystemUserStateDefaultsOk ¶
func (o *Organizationsettingsput) GetNewSystemUserStateDefaultsOk() (*OrganizationsettingsputNewSystemUserStateDefaults, bool)
GetNewSystemUserStateDefaultsOk returns a tuple with the NewSystemUserStateDefaults field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetPasswordCompliance ¶
func (o *Organizationsettingsput) GetPasswordCompliance() string
GetPasswordCompliance returns the PasswordCompliance field value if set, zero value otherwise.
func (*Organizationsettingsput) GetPasswordComplianceOk ¶
func (o *Organizationsettingsput) GetPasswordComplianceOk() (*string, bool)
GetPasswordComplianceOk returns a tuple with the PasswordCompliance field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetPasswordPolicy ¶
func (o *Organizationsettingsput) GetPasswordPolicy() OrganizationsettingsputPasswordPolicy
GetPasswordPolicy returns the PasswordPolicy field value if set, zero value otherwise.
func (*Organizationsettingsput) GetPasswordPolicyOk ¶
func (o *Organizationsettingsput) GetPasswordPolicyOk() (*OrganizationsettingsputPasswordPolicy, bool)
GetPasswordPolicyOk returns a tuple with the PasswordPolicy field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetShowIntro ¶
func (o *Organizationsettingsput) GetShowIntro() bool
GetShowIntro returns the ShowIntro field value if set, zero value otherwise.
func (*Organizationsettingsput) GetShowIntroOk ¶
func (o *Organizationsettingsput) GetShowIntroOk() (*bool, bool)
GetShowIntroOk returns a tuple with the ShowIntro field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetSystemUserPasswordExpirationInDays ¶
func (o *Organizationsettingsput) GetSystemUserPasswordExpirationInDays() int32
GetSystemUserPasswordExpirationInDays returns the SystemUserPasswordExpirationInDays field value if set, zero value otherwise.
func (*Organizationsettingsput) GetSystemUserPasswordExpirationInDaysOk ¶
func (o *Organizationsettingsput) GetSystemUserPasswordExpirationInDaysOk() (*int32, bool)
GetSystemUserPasswordExpirationInDaysOk returns a tuple with the SystemUserPasswordExpirationInDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetSystemUsersCanEdit ¶
func (o *Organizationsettingsput) GetSystemUsersCanEdit() bool
GetSystemUsersCanEdit returns the SystemUsersCanEdit field value if set, zero value otherwise.
func (*Organizationsettingsput) GetSystemUsersCanEditOk ¶
func (o *Organizationsettingsput) GetSystemUsersCanEditOk() (*bool, bool)
GetSystemUsersCanEditOk returns a tuple with the SystemUsersCanEdit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetSystemUsersCap ¶
func (o *Organizationsettingsput) GetSystemUsersCap() int32
GetSystemUsersCap returns the SystemUsersCap field value if set, zero value otherwise.
func (*Organizationsettingsput) GetSystemUsersCapOk ¶
func (o *Organizationsettingsput) GetSystemUsersCapOk() (*int32, bool)
GetSystemUsersCapOk returns a tuple with the SystemUsersCap field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetTrustedAppConfig ¶
func (o *Organizationsettingsput) GetTrustedAppConfig() TrustedappConfigPut
GetTrustedAppConfig returns the TrustedAppConfig field value if set, zero value otherwise.
func (*Organizationsettingsput) GetTrustedAppConfigOk ¶
func (o *Organizationsettingsput) GetTrustedAppConfigOk() (*TrustedappConfigPut, bool)
GetTrustedAppConfigOk returns a tuple with the TrustedAppConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) GetUserPortal ¶
func (o *Organizationsettingsput) GetUserPortal() OrganizationsettingsUserPortal
GetUserPortal returns the UserPortal field value if set, zero value otherwise.
func (*Organizationsettingsput) GetUserPortalOk ¶
func (o *Organizationsettingsput) GetUserPortalOk() (*OrganizationsettingsUserPortal, bool)
GetUserPortalOk returns a tuple with the UserPortal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationsettingsput) HasContactEmail ¶
func (o *Organizationsettingsput) HasContactEmail() bool
HasContactEmail returns a boolean if a field has been set.
func (*Organizationsettingsput) HasContactName ¶
func (o *Organizationsettingsput) HasContactName() bool
HasContactName returns a boolean if a field has been set.
func (*Organizationsettingsput) HasDeviceIdentificationEnabled ¶
func (o *Organizationsettingsput) HasDeviceIdentificationEnabled() bool
HasDeviceIdentificationEnabled returns a boolean if a field has been set.
func (*Organizationsettingsput) HasDisableGoogleLogin ¶
func (o *Organizationsettingsput) HasDisableGoogleLogin() bool
HasDisableGoogleLogin returns a boolean if a field has been set.
func (*Organizationsettingsput) HasDisableLdap ¶
func (o *Organizationsettingsput) HasDisableLdap() bool
HasDisableLdap returns a boolean if a field has been set.
func (*Organizationsettingsput) HasDisableUM ¶
func (o *Organizationsettingsput) HasDisableUM() bool
HasDisableUM returns a boolean if a field has been set.
func (*Organizationsettingsput) HasDuplicateLDAPGroups ¶
func (o *Organizationsettingsput) HasDuplicateLDAPGroups() bool
HasDuplicateLDAPGroups returns a boolean if a field has been set.
func (*Organizationsettingsput) HasEmailDisclaimer ¶
func (o *Organizationsettingsput) HasEmailDisclaimer() bool
HasEmailDisclaimer returns a boolean if a field has been set.
func (*Organizationsettingsput) HasEnableManagedUID ¶
func (o *Organizationsettingsput) HasEnableManagedUID() bool
HasEnableManagedUID returns a boolean if a field has been set.
func (*Organizationsettingsput) HasFeatures ¶
func (o *Organizationsettingsput) HasFeatures() bool
HasFeatures returns a boolean if a field has been set.
func (*Organizationsettingsput) HasGrowthData ¶
func (o *Organizationsettingsput) HasGrowthData() bool
HasGrowthData returns a boolean if a field has been set.
func (*Organizationsettingsput) HasLogo ¶
func (o *Organizationsettingsput) HasLogo() bool
HasLogo returns a boolean if a field has been set.
func (*Organizationsettingsput) HasName ¶
func (o *Organizationsettingsput) HasName() bool
HasName returns a boolean if a field has been set.
func (*Organizationsettingsput) HasNewSystemUserStateDefaults ¶
func (o *Organizationsettingsput) HasNewSystemUserStateDefaults() bool
HasNewSystemUserStateDefaults returns a boolean if a field has been set.
func (*Organizationsettingsput) HasPasswordCompliance ¶
func (o *Organizationsettingsput) HasPasswordCompliance() bool
HasPasswordCompliance returns a boolean if a field has been set.
func (*Organizationsettingsput) HasPasswordPolicy ¶
func (o *Organizationsettingsput) HasPasswordPolicy() bool
HasPasswordPolicy returns a boolean if a field has been set.
func (*Organizationsettingsput) HasShowIntro ¶
func (o *Organizationsettingsput) HasShowIntro() bool
HasShowIntro returns a boolean if a field has been set.
func (*Organizationsettingsput) HasSystemUserPasswordExpirationInDays ¶
func (o *Organizationsettingsput) HasSystemUserPasswordExpirationInDays() bool
HasSystemUserPasswordExpirationInDays returns a boolean if a field has been set.
func (*Organizationsettingsput) HasSystemUsersCanEdit ¶
func (o *Organizationsettingsput) HasSystemUsersCanEdit() bool
HasSystemUsersCanEdit returns a boolean if a field has been set.
func (*Organizationsettingsput) HasSystemUsersCap ¶
func (o *Organizationsettingsput) HasSystemUsersCap() bool
HasSystemUsersCap returns a boolean if a field has been set.
func (*Organizationsettingsput) HasTrustedAppConfig ¶
func (o *Organizationsettingsput) HasTrustedAppConfig() bool
HasTrustedAppConfig returns a boolean if a field has been set.
func (*Organizationsettingsput) HasUserPortal ¶
func (o *Organizationsettingsput) HasUserPortal() bool
HasUserPortal returns a boolean if a field has been set.
func (Organizationsettingsput) MarshalJSON ¶
func (o Organizationsettingsput) MarshalJSON() ([]byte, error)
func (*Organizationsettingsput) SetContactEmail ¶
func (o *Organizationsettingsput) SetContactEmail(v string)
SetContactEmail gets a reference to the given string and assigns it to the ContactEmail field.
func (*Organizationsettingsput) SetContactName ¶
func (o *Organizationsettingsput) SetContactName(v string)
SetContactName gets a reference to the given string and assigns it to the ContactName field.
func (*Organizationsettingsput) SetDeviceIdentificationEnabled ¶
func (o *Organizationsettingsput) SetDeviceIdentificationEnabled(v bool)
SetDeviceIdentificationEnabled gets a reference to the given bool and assigns it to the DeviceIdentificationEnabled field.
func (*Organizationsettingsput) SetDisableGoogleLogin ¶
func (o *Organizationsettingsput) SetDisableGoogleLogin(v bool)
SetDisableGoogleLogin gets a reference to the given bool and assigns it to the DisableGoogleLogin field.
func (*Organizationsettingsput) SetDisableLdap ¶
func (o *Organizationsettingsput) SetDisableLdap(v bool)
SetDisableLdap gets a reference to the given bool and assigns it to the DisableLdap field.
func (*Organizationsettingsput) SetDisableUM ¶
func (o *Organizationsettingsput) SetDisableUM(v bool)
SetDisableUM gets a reference to the given bool and assigns it to the DisableUM field.
func (*Organizationsettingsput) SetDuplicateLDAPGroups ¶
func (o *Organizationsettingsput) SetDuplicateLDAPGroups(v bool)
SetDuplicateLDAPGroups gets a reference to the given bool and assigns it to the DuplicateLDAPGroups field.
func (*Organizationsettingsput) SetEmailDisclaimer ¶
func (o *Organizationsettingsput) SetEmailDisclaimer(v string)
SetEmailDisclaimer gets a reference to the given string and assigns it to the EmailDisclaimer field.
func (*Organizationsettingsput) SetEnableManagedUID ¶
func (o *Organizationsettingsput) SetEnableManagedUID(v bool)
SetEnableManagedUID gets a reference to the given bool and assigns it to the EnableManagedUID field.
func (*Organizationsettingsput) SetFeatures ¶
func (o *Organizationsettingsput) SetFeatures(v OrganizationsettingsFeatures)
SetFeatures gets a reference to the given OrganizationsettingsFeatures and assigns it to the Features field.
func (*Organizationsettingsput) SetGrowthData ¶
func (o *Organizationsettingsput) SetGrowthData(v map[string]interface{})
SetGrowthData gets a reference to the given map[string]interface{} and assigns it to the GrowthData field.
func (*Organizationsettingsput) SetLogo ¶
func (o *Organizationsettingsput) SetLogo(v string)
SetLogo gets a reference to the given string and assigns it to the Logo field.
func (*Organizationsettingsput) SetName ¶
func (o *Organizationsettingsput) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Organizationsettingsput) SetNewSystemUserStateDefaults ¶
func (o *Organizationsettingsput) SetNewSystemUserStateDefaults(v OrganizationsettingsputNewSystemUserStateDefaults)
SetNewSystemUserStateDefaults gets a reference to the given OrganizationsettingsputNewSystemUserStateDefaults and assigns it to the NewSystemUserStateDefaults field.
func (*Organizationsettingsput) SetPasswordCompliance ¶
func (o *Organizationsettingsput) SetPasswordCompliance(v string)
SetPasswordCompliance gets a reference to the given string and assigns it to the PasswordCompliance field.
func (*Organizationsettingsput) SetPasswordPolicy ¶
func (o *Organizationsettingsput) SetPasswordPolicy(v OrganizationsettingsputPasswordPolicy)
SetPasswordPolicy gets a reference to the given OrganizationsettingsputPasswordPolicy and assigns it to the PasswordPolicy field.
func (*Organizationsettingsput) SetShowIntro ¶
func (o *Organizationsettingsput) SetShowIntro(v bool)
SetShowIntro gets a reference to the given bool and assigns it to the ShowIntro field.
func (*Organizationsettingsput) SetSystemUserPasswordExpirationInDays ¶
func (o *Organizationsettingsput) SetSystemUserPasswordExpirationInDays(v int32)
SetSystemUserPasswordExpirationInDays gets a reference to the given int32 and assigns it to the SystemUserPasswordExpirationInDays field.
func (*Organizationsettingsput) SetSystemUsersCanEdit ¶
func (o *Organizationsettingsput) SetSystemUsersCanEdit(v bool)
SetSystemUsersCanEdit gets a reference to the given bool and assigns it to the SystemUsersCanEdit field.
func (*Organizationsettingsput) SetSystemUsersCap ¶
func (o *Organizationsettingsput) SetSystemUsersCap(v int32)
SetSystemUsersCap gets a reference to the given int32 and assigns it to the SystemUsersCap field.
func (*Organizationsettingsput) SetTrustedAppConfig ¶
func (o *Organizationsettingsput) SetTrustedAppConfig(v TrustedappConfigPut)
SetTrustedAppConfig gets a reference to the given TrustedappConfigPut and assigns it to the TrustedAppConfig field.
func (*Organizationsettingsput) SetUserPortal ¶
func (o *Organizationsettingsput) SetUserPortal(v OrganizationsettingsUserPortal)
SetUserPortal gets a reference to the given OrganizationsettingsUserPortal and assigns it to the UserPortal field.
func (Organizationsettingsput) ToMap ¶
func (o Organizationsettingsput) ToMap() (map[string]interface{}, error)
func (*Organizationsettingsput) UnmarshalJSON ¶
func (o *Organizationsettingsput) UnmarshalJSON(bytes []byte) (err error)
type OrganizationsettingsputNewSystemUserStateDefaults ¶
type OrganizationsettingsputNewSystemUserStateDefaults struct { ApplicationImport *string `json:"applicationImport,omitempty"` CsvImport *string `json:"csvImport,omitempty"` ManualEntry *string `json:"manualEntry,omitempty"` AdditionalProperties map[string]interface{} }
OrganizationsettingsputNewSystemUserStateDefaults struct for OrganizationsettingsputNewSystemUserStateDefaults
func NewOrganizationsettingsputNewSystemUserStateDefaults ¶
func NewOrganizationsettingsputNewSystemUserStateDefaults() *OrganizationsettingsputNewSystemUserStateDefaults
NewOrganizationsettingsputNewSystemUserStateDefaults instantiates a new OrganizationsettingsputNewSystemUserStateDefaults 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 NewOrganizationsettingsputNewSystemUserStateDefaultsWithDefaults ¶
func NewOrganizationsettingsputNewSystemUserStateDefaultsWithDefaults() *OrganizationsettingsputNewSystemUserStateDefaults
NewOrganizationsettingsputNewSystemUserStateDefaultsWithDefaults instantiates a new OrganizationsettingsputNewSystemUserStateDefaults 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 (*OrganizationsettingsputNewSystemUserStateDefaults) GetApplicationImport ¶
func (o *OrganizationsettingsputNewSystemUserStateDefaults) GetApplicationImport() string
GetApplicationImport returns the ApplicationImport field value if set, zero value otherwise.
func (*OrganizationsettingsputNewSystemUserStateDefaults) GetApplicationImportOk ¶
func (o *OrganizationsettingsputNewSystemUserStateDefaults) GetApplicationImportOk() (*string, bool)
GetApplicationImportOk returns a tuple with the ApplicationImport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputNewSystemUserStateDefaults) GetCsvImport ¶
func (o *OrganizationsettingsputNewSystemUserStateDefaults) GetCsvImport() string
GetCsvImport returns the CsvImport field value if set, zero value otherwise.
func (*OrganizationsettingsputNewSystemUserStateDefaults) GetCsvImportOk ¶
func (o *OrganizationsettingsputNewSystemUserStateDefaults) GetCsvImportOk() (*string, bool)
GetCsvImportOk returns a tuple with the CsvImport field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputNewSystemUserStateDefaults) GetManualEntry ¶
func (o *OrganizationsettingsputNewSystemUserStateDefaults) GetManualEntry() string
GetManualEntry returns the ManualEntry field value if set, zero value otherwise.
func (*OrganizationsettingsputNewSystemUserStateDefaults) GetManualEntryOk ¶
func (o *OrganizationsettingsputNewSystemUserStateDefaults) GetManualEntryOk() (*string, bool)
GetManualEntryOk returns a tuple with the ManualEntry field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputNewSystemUserStateDefaults) HasApplicationImport ¶
func (o *OrganizationsettingsputNewSystemUserStateDefaults) HasApplicationImport() bool
HasApplicationImport returns a boolean if a field has been set.
func (*OrganizationsettingsputNewSystemUserStateDefaults) HasCsvImport ¶
func (o *OrganizationsettingsputNewSystemUserStateDefaults) HasCsvImport() bool
HasCsvImport returns a boolean if a field has been set.
func (*OrganizationsettingsputNewSystemUserStateDefaults) HasManualEntry ¶
func (o *OrganizationsettingsputNewSystemUserStateDefaults) HasManualEntry() bool
HasManualEntry returns a boolean if a field has been set.
func (OrganizationsettingsputNewSystemUserStateDefaults) MarshalJSON ¶
func (o OrganizationsettingsputNewSystemUserStateDefaults) MarshalJSON() ([]byte, error)
func (*OrganizationsettingsputNewSystemUserStateDefaults) SetApplicationImport ¶
func (o *OrganizationsettingsputNewSystemUserStateDefaults) SetApplicationImport(v string)
SetApplicationImport gets a reference to the given string and assigns it to the ApplicationImport field.
func (*OrganizationsettingsputNewSystemUserStateDefaults) SetCsvImport ¶
func (o *OrganizationsettingsputNewSystemUserStateDefaults) SetCsvImport(v string)
SetCsvImport gets a reference to the given string and assigns it to the CsvImport field.
func (*OrganizationsettingsputNewSystemUserStateDefaults) SetManualEntry ¶
func (o *OrganizationsettingsputNewSystemUserStateDefaults) SetManualEntry(v string)
SetManualEntry gets a reference to the given string and assigns it to the ManualEntry field.
func (OrganizationsettingsputNewSystemUserStateDefaults) ToMap ¶
func (o OrganizationsettingsputNewSystemUserStateDefaults) ToMap() (map[string]interface{}, error)
func (*OrganizationsettingsputNewSystemUserStateDefaults) UnmarshalJSON ¶
func (o *OrganizationsettingsputNewSystemUserStateDefaults) UnmarshalJSON(bytes []byte) (err error)
type OrganizationsettingsputPasswordPolicy ¶
type OrganizationsettingsputPasswordPolicy struct { AllowUsernameSubstring *bool `json:"allowUsernameSubstring,omitempty"` // Deprecated field used for the legacy grace period feature. DaysAfterExpirationToSelfRecover *int32 `json:"daysAfterExpirationToSelfRecover,omitempty"` DaysBeforeExpirationToForceReset *int32 `json:"daysBeforeExpirationToForceReset,omitempty"` EffectiveDate *string `json:"effectiveDate,omitempty"` EnableDaysAfterExpirationToSelfRecover *bool `json:"enableDaysAfterExpirationToSelfRecover,omitempty"` EnableDaysBeforeExpirationToForceReset *bool `json:"enableDaysBeforeExpirationToForceReset,omitempty"` EnableLockoutTimeInSeconds *bool `json:"enableLockoutTimeInSeconds,omitempty"` EnableMaxHistory *bool `json:"enableMaxHistory,omitempty"` EnableMaxLoginAttempts *bool `json:"enableMaxLoginAttempts,omitempty"` EnableMinChangePeriodInDays *bool `json:"enableMinChangePeriodInDays,omitempty"` EnableMinLength *bool `json:"enableMinLength,omitempty"` EnablePasswordExpirationInDays *bool `json:"enablePasswordExpirationInDays,omitempty"` GracePeriodDate *string `json:"gracePeriodDate,omitempty"` LockoutTimeInSeconds *int32 `json:"lockoutTimeInSeconds,omitempty"` MaxHistory *int32 `json:"maxHistory,omitempty"` MaxLoginAttempts *int32 `json:"maxLoginAttempts,omitempty"` MinChangePeriodInDays *int32 `json:"minChangePeriodInDays,omitempty"` MinLength *int32 `json:"minLength,omitempty"` NeedsLowercase *bool `json:"needsLowercase,omitempty"` NeedsNumeric *bool `json:"needsNumeric,omitempty"` NeedsSymbolic *bool `json:"needsSymbolic,omitempty"` NeedsUppercase *bool `json:"needsUppercase,omitempty"` PasswordExpirationInDays *int32 `json:"passwordExpirationInDays,omitempty"` AdditionalProperties map[string]interface{} }
OrganizationsettingsputPasswordPolicy struct for OrganizationsettingsputPasswordPolicy
func NewOrganizationsettingsputPasswordPolicy ¶
func NewOrganizationsettingsputPasswordPolicy() *OrganizationsettingsputPasswordPolicy
NewOrganizationsettingsputPasswordPolicy instantiates a new OrganizationsettingsputPasswordPolicy 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 NewOrganizationsettingsputPasswordPolicyWithDefaults ¶
func NewOrganizationsettingsputPasswordPolicyWithDefaults() *OrganizationsettingsputPasswordPolicy
NewOrganizationsettingsputPasswordPolicyWithDefaults instantiates a new OrganizationsettingsputPasswordPolicy 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 (*OrganizationsettingsputPasswordPolicy) GetAllowUsernameSubstring ¶
func (o *OrganizationsettingsputPasswordPolicy) GetAllowUsernameSubstring() bool
GetAllowUsernameSubstring returns the AllowUsernameSubstring field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetAllowUsernameSubstringOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetAllowUsernameSubstringOk() (*bool, bool)
GetAllowUsernameSubstringOk returns a tuple with the AllowUsernameSubstring field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetDaysAfterExpirationToSelfRecover ¶
func (o *OrganizationsettingsputPasswordPolicy) GetDaysAfterExpirationToSelfRecover() int32
GetDaysAfterExpirationToSelfRecover returns the DaysAfterExpirationToSelfRecover field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetDaysAfterExpirationToSelfRecoverOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetDaysAfterExpirationToSelfRecoverOk() (*int32, bool)
GetDaysAfterExpirationToSelfRecoverOk returns a tuple with the DaysAfterExpirationToSelfRecover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetDaysBeforeExpirationToForceReset ¶
func (o *OrganizationsettingsputPasswordPolicy) GetDaysBeforeExpirationToForceReset() int32
GetDaysBeforeExpirationToForceReset returns the DaysBeforeExpirationToForceReset field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetDaysBeforeExpirationToForceResetOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetDaysBeforeExpirationToForceResetOk() (*int32, bool)
GetDaysBeforeExpirationToForceResetOk returns a tuple with the DaysBeforeExpirationToForceReset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetEffectiveDate ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEffectiveDate() string
GetEffectiveDate returns the EffectiveDate field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetEffectiveDateOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEffectiveDateOk() (*string, bool)
GetEffectiveDateOk returns a tuple with the EffectiveDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetEnableDaysAfterExpirationToSelfRecover ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableDaysAfterExpirationToSelfRecover() bool
GetEnableDaysAfterExpirationToSelfRecover returns the EnableDaysAfterExpirationToSelfRecover field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetEnableDaysAfterExpirationToSelfRecoverOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableDaysAfterExpirationToSelfRecoverOk() (*bool, bool)
GetEnableDaysAfterExpirationToSelfRecoverOk returns a tuple with the EnableDaysAfterExpirationToSelfRecover field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetEnableDaysBeforeExpirationToForceReset ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableDaysBeforeExpirationToForceReset() bool
GetEnableDaysBeforeExpirationToForceReset returns the EnableDaysBeforeExpirationToForceReset field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetEnableDaysBeforeExpirationToForceResetOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableDaysBeforeExpirationToForceResetOk() (*bool, bool)
GetEnableDaysBeforeExpirationToForceResetOk returns a tuple with the EnableDaysBeforeExpirationToForceReset field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetEnableLockoutTimeInSeconds ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableLockoutTimeInSeconds() bool
GetEnableLockoutTimeInSeconds returns the EnableLockoutTimeInSeconds field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetEnableLockoutTimeInSecondsOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableLockoutTimeInSecondsOk() (*bool, bool)
GetEnableLockoutTimeInSecondsOk returns a tuple with the EnableLockoutTimeInSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetEnableMaxHistory ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableMaxHistory() bool
GetEnableMaxHistory returns the EnableMaxHistory field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetEnableMaxHistoryOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableMaxHistoryOk() (*bool, bool)
GetEnableMaxHistoryOk returns a tuple with the EnableMaxHistory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetEnableMaxLoginAttempts ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableMaxLoginAttempts() bool
GetEnableMaxLoginAttempts returns the EnableMaxLoginAttempts field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetEnableMaxLoginAttemptsOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableMaxLoginAttemptsOk() (*bool, bool)
GetEnableMaxLoginAttemptsOk returns a tuple with the EnableMaxLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetEnableMinChangePeriodInDays ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableMinChangePeriodInDays() bool
GetEnableMinChangePeriodInDays returns the EnableMinChangePeriodInDays field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetEnableMinChangePeriodInDaysOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableMinChangePeriodInDaysOk() (*bool, bool)
GetEnableMinChangePeriodInDaysOk returns a tuple with the EnableMinChangePeriodInDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetEnableMinLength ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableMinLength() bool
GetEnableMinLength returns the EnableMinLength field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetEnableMinLengthOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnableMinLengthOk() (*bool, bool)
GetEnableMinLengthOk returns a tuple with the EnableMinLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetEnablePasswordExpirationInDays ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnablePasswordExpirationInDays() bool
GetEnablePasswordExpirationInDays returns the EnablePasswordExpirationInDays field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetEnablePasswordExpirationInDaysOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetEnablePasswordExpirationInDaysOk() (*bool, bool)
GetEnablePasswordExpirationInDaysOk returns a tuple with the EnablePasswordExpirationInDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetGracePeriodDate ¶
func (o *OrganizationsettingsputPasswordPolicy) GetGracePeriodDate() string
GetGracePeriodDate returns the GracePeriodDate field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetGracePeriodDateOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetGracePeriodDateOk() (*string, bool)
GetGracePeriodDateOk returns a tuple with the GracePeriodDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetLockoutTimeInSeconds ¶
func (o *OrganizationsettingsputPasswordPolicy) GetLockoutTimeInSeconds() int32
GetLockoutTimeInSeconds returns the LockoutTimeInSeconds field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetLockoutTimeInSecondsOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetLockoutTimeInSecondsOk() (*int32, bool)
GetLockoutTimeInSecondsOk returns a tuple with the LockoutTimeInSeconds field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetMaxHistory ¶
func (o *OrganizationsettingsputPasswordPolicy) GetMaxHistory() int32
GetMaxHistory returns the MaxHistory field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetMaxHistoryOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetMaxHistoryOk() (*int32, bool)
GetMaxHistoryOk returns a tuple with the MaxHistory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetMaxLoginAttempts ¶
func (o *OrganizationsettingsputPasswordPolicy) GetMaxLoginAttempts() int32
GetMaxLoginAttempts returns the MaxLoginAttempts field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetMaxLoginAttemptsOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetMaxLoginAttemptsOk() (*int32, bool)
GetMaxLoginAttemptsOk returns a tuple with the MaxLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetMinChangePeriodInDays ¶
func (o *OrganizationsettingsputPasswordPolicy) GetMinChangePeriodInDays() int32
GetMinChangePeriodInDays returns the MinChangePeriodInDays field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetMinChangePeriodInDaysOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetMinChangePeriodInDaysOk() (*int32, bool)
GetMinChangePeriodInDaysOk returns a tuple with the MinChangePeriodInDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetMinLength ¶
func (o *OrganizationsettingsputPasswordPolicy) GetMinLength() int32
GetMinLength returns the MinLength field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetMinLengthOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetMinLengthOk() (*int32, bool)
GetMinLengthOk returns a tuple with the MinLength field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetNeedsLowercase ¶
func (o *OrganizationsettingsputPasswordPolicy) GetNeedsLowercase() bool
GetNeedsLowercase returns the NeedsLowercase field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetNeedsLowercaseOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetNeedsLowercaseOk() (*bool, bool)
GetNeedsLowercaseOk returns a tuple with the NeedsLowercase field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetNeedsNumeric ¶
func (o *OrganizationsettingsputPasswordPolicy) GetNeedsNumeric() bool
GetNeedsNumeric returns the NeedsNumeric field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetNeedsNumericOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetNeedsNumericOk() (*bool, bool)
GetNeedsNumericOk returns a tuple with the NeedsNumeric field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetNeedsSymbolic ¶
func (o *OrganizationsettingsputPasswordPolicy) GetNeedsSymbolic() bool
GetNeedsSymbolic returns the NeedsSymbolic field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetNeedsSymbolicOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetNeedsSymbolicOk() (*bool, bool)
GetNeedsSymbolicOk returns a tuple with the NeedsSymbolic field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetNeedsUppercase ¶
func (o *OrganizationsettingsputPasswordPolicy) GetNeedsUppercase() bool
GetNeedsUppercase returns the NeedsUppercase field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetNeedsUppercaseOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetNeedsUppercaseOk() (*bool, bool)
GetNeedsUppercaseOk returns a tuple with the NeedsUppercase field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) GetPasswordExpirationInDays ¶
func (o *OrganizationsettingsputPasswordPolicy) GetPasswordExpirationInDays() int32
GetPasswordExpirationInDays returns the PasswordExpirationInDays field value if set, zero value otherwise.
func (*OrganizationsettingsputPasswordPolicy) GetPasswordExpirationInDaysOk ¶
func (o *OrganizationsettingsputPasswordPolicy) GetPasswordExpirationInDaysOk() (*int32, bool)
GetPasswordExpirationInDaysOk returns a tuple with the PasswordExpirationInDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationsettingsputPasswordPolicy) HasAllowUsernameSubstring ¶
func (o *OrganizationsettingsputPasswordPolicy) HasAllowUsernameSubstring() bool
HasAllowUsernameSubstring returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasDaysAfterExpirationToSelfRecover ¶
func (o *OrganizationsettingsputPasswordPolicy) HasDaysAfterExpirationToSelfRecover() bool
HasDaysAfterExpirationToSelfRecover returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasDaysBeforeExpirationToForceReset ¶
func (o *OrganizationsettingsputPasswordPolicy) HasDaysBeforeExpirationToForceReset() bool
HasDaysBeforeExpirationToForceReset returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasEffectiveDate ¶
func (o *OrganizationsettingsputPasswordPolicy) HasEffectiveDate() bool
HasEffectiveDate returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasEnableDaysAfterExpirationToSelfRecover ¶
func (o *OrganizationsettingsputPasswordPolicy) HasEnableDaysAfterExpirationToSelfRecover() bool
HasEnableDaysAfterExpirationToSelfRecover returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasEnableDaysBeforeExpirationToForceReset ¶
func (o *OrganizationsettingsputPasswordPolicy) HasEnableDaysBeforeExpirationToForceReset() bool
HasEnableDaysBeforeExpirationToForceReset returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasEnableLockoutTimeInSeconds ¶
func (o *OrganizationsettingsputPasswordPolicy) HasEnableLockoutTimeInSeconds() bool
HasEnableLockoutTimeInSeconds returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasEnableMaxHistory ¶
func (o *OrganizationsettingsputPasswordPolicy) HasEnableMaxHistory() bool
HasEnableMaxHistory returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasEnableMaxLoginAttempts ¶
func (o *OrganizationsettingsputPasswordPolicy) HasEnableMaxLoginAttempts() bool
HasEnableMaxLoginAttempts returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasEnableMinChangePeriodInDays ¶
func (o *OrganizationsettingsputPasswordPolicy) HasEnableMinChangePeriodInDays() bool
HasEnableMinChangePeriodInDays returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasEnableMinLength ¶
func (o *OrganizationsettingsputPasswordPolicy) HasEnableMinLength() bool
HasEnableMinLength returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasEnablePasswordExpirationInDays ¶
func (o *OrganizationsettingsputPasswordPolicy) HasEnablePasswordExpirationInDays() bool
HasEnablePasswordExpirationInDays returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasGracePeriodDate ¶
func (o *OrganizationsettingsputPasswordPolicy) HasGracePeriodDate() bool
HasGracePeriodDate returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasLockoutTimeInSeconds ¶
func (o *OrganizationsettingsputPasswordPolicy) HasLockoutTimeInSeconds() bool
HasLockoutTimeInSeconds returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasMaxHistory ¶
func (o *OrganizationsettingsputPasswordPolicy) HasMaxHistory() bool
HasMaxHistory returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasMaxLoginAttempts ¶
func (o *OrganizationsettingsputPasswordPolicy) HasMaxLoginAttempts() bool
HasMaxLoginAttempts returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasMinChangePeriodInDays ¶
func (o *OrganizationsettingsputPasswordPolicy) HasMinChangePeriodInDays() bool
HasMinChangePeriodInDays returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasMinLength ¶
func (o *OrganizationsettingsputPasswordPolicy) HasMinLength() bool
HasMinLength returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasNeedsLowercase ¶
func (o *OrganizationsettingsputPasswordPolicy) HasNeedsLowercase() bool
HasNeedsLowercase returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasNeedsNumeric ¶
func (o *OrganizationsettingsputPasswordPolicy) HasNeedsNumeric() bool
HasNeedsNumeric returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasNeedsSymbolic ¶
func (o *OrganizationsettingsputPasswordPolicy) HasNeedsSymbolic() bool
HasNeedsSymbolic returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasNeedsUppercase ¶
func (o *OrganizationsettingsputPasswordPolicy) HasNeedsUppercase() bool
HasNeedsUppercase returns a boolean if a field has been set.
func (*OrganizationsettingsputPasswordPolicy) HasPasswordExpirationInDays ¶
func (o *OrganizationsettingsputPasswordPolicy) HasPasswordExpirationInDays() bool
HasPasswordExpirationInDays returns a boolean if a field has been set.
func (OrganizationsettingsputPasswordPolicy) MarshalJSON ¶
func (o OrganizationsettingsputPasswordPolicy) MarshalJSON() ([]byte, error)
func (*OrganizationsettingsputPasswordPolicy) SetAllowUsernameSubstring ¶
func (o *OrganizationsettingsputPasswordPolicy) SetAllowUsernameSubstring(v bool)
SetAllowUsernameSubstring gets a reference to the given bool and assigns it to the AllowUsernameSubstring field.
func (*OrganizationsettingsputPasswordPolicy) SetDaysAfterExpirationToSelfRecover ¶
func (o *OrganizationsettingsputPasswordPolicy) SetDaysAfterExpirationToSelfRecover(v int32)
SetDaysAfterExpirationToSelfRecover gets a reference to the given int32 and assigns it to the DaysAfterExpirationToSelfRecover field.
func (*OrganizationsettingsputPasswordPolicy) SetDaysBeforeExpirationToForceReset ¶
func (o *OrganizationsettingsputPasswordPolicy) SetDaysBeforeExpirationToForceReset(v int32)
SetDaysBeforeExpirationToForceReset gets a reference to the given int32 and assigns it to the DaysBeforeExpirationToForceReset field.
func (*OrganizationsettingsputPasswordPolicy) SetEffectiveDate ¶
func (o *OrganizationsettingsputPasswordPolicy) SetEffectiveDate(v string)
SetEffectiveDate gets a reference to the given string and assigns it to the EffectiveDate field.
func (*OrganizationsettingsputPasswordPolicy) SetEnableDaysAfterExpirationToSelfRecover ¶
func (o *OrganizationsettingsputPasswordPolicy) SetEnableDaysAfterExpirationToSelfRecover(v bool)
SetEnableDaysAfterExpirationToSelfRecover gets a reference to the given bool and assigns it to the EnableDaysAfterExpirationToSelfRecover field.
func (*OrganizationsettingsputPasswordPolicy) SetEnableDaysBeforeExpirationToForceReset ¶
func (o *OrganizationsettingsputPasswordPolicy) SetEnableDaysBeforeExpirationToForceReset(v bool)
SetEnableDaysBeforeExpirationToForceReset gets a reference to the given bool and assigns it to the EnableDaysBeforeExpirationToForceReset field.
func (*OrganizationsettingsputPasswordPolicy) SetEnableLockoutTimeInSeconds ¶
func (o *OrganizationsettingsputPasswordPolicy) SetEnableLockoutTimeInSeconds(v bool)
SetEnableLockoutTimeInSeconds gets a reference to the given bool and assigns it to the EnableLockoutTimeInSeconds field.
func (*OrganizationsettingsputPasswordPolicy) SetEnableMaxHistory ¶
func (o *OrganizationsettingsputPasswordPolicy) SetEnableMaxHistory(v bool)
SetEnableMaxHistory gets a reference to the given bool and assigns it to the EnableMaxHistory field.
func (*OrganizationsettingsputPasswordPolicy) SetEnableMaxLoginAttempts ¶
func (o *OrganizationsettingsputPasswordPolicy) SetEnableMaxLoginAttempts(v bool)
SetEnableMaxLoginAttempts gets a reference to the given bool and assigns it to the EnableMaxLoginAttempts field.
func (*OrganizationsettingsputPasswordPolicy) SetEnableMinChangePeriodInDays ¶
func (o *OrganizationsettingsputPasswordPolicy) SetEnableMinChangePeriodInDays(v bool)
SetEnableMinChangePeriodInDays gets a reference to the given bool and assigns it to the EnableMinChangePeriodInDays field.
func (*OrganizationsettingsputPasswordPolicy) SetEnableMinLength ¶
func (o *OrganizationsettingsputPasswordPolicy) SetEnableMinLength(v bool)
SetEnableMinLength gets a reference to the given bool and assigns it to the EnableMinLength field.
func (*OrganizationsettingsputPasswordPolicy) SetEnablePasswordExpirationInDays ¶
func (o *OrganizationsettingsputPasswordPolicy) SetEnablePasswordExpirationInDays(v bool)
SetEnablePasswordExpirationInDays gets a reference to the given bool and assigns it to the EnablePasswordExpirationInDays field.
func (*OrganizationsettingsputPasswordPolicy) SetGracePeriodDate ¶
func (o *OrganizationsettingsputPasswordPolicy) SetGracePeriodDate(v string)
SetGracePeriodDate gets a reference to the given string and assigns it to the GracePeriodDate field.
func (*OrganizationsettingsputPasswordPolicy) SetLockoutTimeInSeconds ¶
func (o *OrganizationsettingsputPasswordPolicy) SetLockoutTimeInSeconds(v int32)
SetLockoutTimeInSeconds gets a reference to the given int32 and assigns it to the LockoutTimeInSeconds field.
func (*OrganizationsettingsputPasswordPolicy) SetMaxHistory ¶
func (o *OrganizationsettingsputPasswordPolicy) SetMaxHistory(v int32)
SetMaxHistory gets a reference to the given int32 and assigns it to the MaxHistory field.
func (*OrganizationsettingsputPasswordPolicy) SetMaxLoginAttempts ¶
func (o *OrganizationsettingsputPasswordPolicy) SetMaxLoginAttempts(v int32)
SetMaxLoginAttempts gets a reference to the given int32 and assigns it to the MaxLoginAttempts field.
func (*OrganizationsettingsputPasswordPolicy) SetMinChangePeriodInDays ¶
func (o *OrganizationsettingsputPasswordPolicy) SetMinChangePeriodInDays(v int32)
SetMinChangePeriodInDays gets a reference to the given int32 and assigns it to the MinChangePeriodInDays field.
func (*OrganizationsettingsputPasswordPolicy) SetMinLength ¶
func (o *OrganizationsettingsputPasswordPolicy) SetMinLength(v int32)
SetMinLength gets a reference to the given int32 and assigns it to the MinLength field.
func (*OrganizationsettingsputPasswordPolicy) SetNeedsLowercase ¶
func (o *OrganizationsettingsputPasswordPolicy) SetNeedsLowercase(v bool)
SetNeedsLowercase gets a reference to the given bool and assigns it to the NeedsLowercase field.
func (*OrganizationsettingsputPasswordPolicy) SetNeedsNumeric ¶
func (o *OrganizationsettingsputPasswordPolicy) SetNeedsNumeric(v bool)
SetNeedsNumeric gets a reference to the given bool and assigns it to the NeedsNumeric field.
func (*OrganizationsettingsputPasswordPolicy) SetNeedsSymbolic ¶
func (o *OrganizationsettingsputPasswordPolicy) SetNeedsSymbolic(v bool)
SetNeedsSymbolic gets a reference to the given bool and assigns it to the NeedsSymbolic field.
func (*OrganizationsettingsputPasswordPolicy) SetNeedsUppercase ¶
func (o *OrganizationsettingsputPasswordPolicy) SetNeedsUppercase(v bool)
SetNeedsUppercase gets a reference to the given bool and assigns it to the NeedsUppercase field.
func (*OrganizationsettingsputPasswordPolicy) SetPasswordExpirationInDays ¶
func (o *OrganizationsettingsputPasswordPolicy) SetPasswordExpirationInDays(v int32)
SetPasswordExpirationInDays gets a reference to the given int32 and assigns it to the PasswordExpirationInDays field.
func (OrganizationsettingsputPasswordPolicy) ToMap ¶
func (o OrganizationsettingsputPasswordPolicy) ToMap() (map[string]interface{}, error)
func (*OrganizationsettingsputPasswordPolicy) UnmarshalJSON ¶
func (o *OrganizationsettingsputPasswordPolicy) UnmarshalJSON(bytes []byte) (err error)
type Organizationslist ¶
type Organizationslist struct { // The list of organizations. Results []OrganizationslistResultsInner `json:"results,omitempty"` // The total number of organizations. TotalCount *int32 `json:"totalCount,omitempty"` AdditionalProperties map[string]interface{} }
Organizationslist struct for Organizationslist
func NewOrganizationslist ¶
func NewOrganizationslist() *Organizationslist
NewOrganizationslist instantiates a new Organizationslist 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 NewOrganizationslistWithDefaults ¶
func NewOrganizationslistWithDefaults() *Organizationslist
NewOrganizationslistWithDefaults instantiates a new Organizationslist 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 (*Organizationslist) GetResults ¶
func (o *Organizationslist) GetResults() []OrganizationslistResultsInner
GetResults returns the Results field value if set, zero value otherwise.
func (*Organizationslist) GetResultsOk ¶
func (o *Organizationslist) GetResultsOk() ([]OrganizationslistResultsInner, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationslist) GetTotalCount ¶
func (o *Organizationslist) GetTotalCount() int32
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*Organizationslist) GetTotalCountOk ¶
func (o *Organizationslist) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Organizationslist) HasResults ¶
func (o *Organizationslist) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*Organizationslist) HasTotalCount ¶
func (o *Organizationslist) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (Organizationslist) MarshalJSON ¶
func (o Organizationslist) MarshalJSON() ([]byte, error)
func (*Organizationslist) SetResults ¶
func (o *Organizationslist) SetResults(v []OrganizationslistResultsInner)
SetResults gets a reference to the given []OrganizationslistResultsInner and assigns it to the Results field.
func (*Organizationslist) SetTotalCount ¶
func (o *Organizationslist) SetTotalCount(v int32)
SetTotalCount gets a reference to the given int32 and assigns it to the TotalCount field.
func (Organizationslist) ToMap ¶
func (o Organizationslist) ToMap() (map[string]interface{}, error)
func (*Organizationslist) UnmarshalJSON ¶
func (o *Organizationslist) UnmarshalJSON(bytes []byte) (err error)
type OrganizationslistResultsInner ¶
type OrganizationslistResultsInner struct { // The ID of the organization. Id *string `json:"_id,omitempty"` // The name of the organization. DisplayName *string `json:"displayName,omitempty"` // The organization logo image URL. LogoUrl *string `json:"logoUrl,omitempty"` AdditionalProperties map[string]interface{} }
OrganizationslistResultsInner struct for OrganizationslistResultsInner
func NewOrganizationslistResultsInner ¶
func NewOrganizationslistResultsInner() *OrganizationslistResultsInner
NewOrganizationslistResultsInner instantiates a new OrganizationslistResultsInner 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 NewOrganizationslistResultsInnerWithDefaults ¶
func NewOrganizationslistResultsInnerWithDefaults() *OrganizationslistResultsInner
NewOrganizationslistResultsInnerWithDefaults instantiates a new OrganizationslistResultsInner 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 (*OrganizationslistResultsInner) GetDisplayName ¶
func (o *OrganizationslistResultsInner) GetDisplayName() string
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*OrganizationslistResultsInner) GetDisplayNameOk ¶
func (o *OrganizationslistResultsInner) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationslistResultsInner) GetId ¶
func (o *OrganizationslistResultsInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*OrganizationslistResultsInner) GetIdOk ¶
func (o *OrganizationslistResultsInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationslistResultsInner) GetLogoUrl ¶
func (o *OrganizationslistResultsInner) GetLogoUrl() string
GetLogoUrl returns the LogoUrl field value if set, zero value otherwise.
func (*OrganizationslistResultsInner) GetLogoUrlOk ¶
func (o *OrganizationslistResultsInner) GetLogoUrlOk() (*string, bool)
GetLogoUrlOk returns a tuple with the LogoUrl field value if set, nil otherwise and a boolean to check if the value has been set.
func (*OrganizationslistResultsInner) HasDisplayName ¶
func (o *OrganizationslistResultsInner) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (*OrganizationslistResultsInner) HasId ¶
func (o *OrganizationslistResultsInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*OrganizationslistResultsInner) HasLogoUrl ¶
func (o *OrganizationslistResultsInner) HasLogoUrl() bool
HasLogoUrl returns a boolean if a field has been set.
func (OrganizationslistResultsInner) MarshalJSON ¶
func (o OrganizationslistResultsInner) MarshalJSON() ([]byte, error)
func (*OrganizationslistResultsInner) SetDisplayName ¶
func (o *OrganizationslistResultsInner) SetDisplayName(v string)
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*OrganizationslistResultsInner) SetId ¶
func (o *OrganizationslistResultsInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*OrganizationslistResultsInner) SetLogoUrl ¶
func (o *OrganizationslistResultsInner) SetLogoUrl(v string)
SetLogoUrl gets a reference to the given string and assigns it to the LogoUrl field.
func (OrganizationslistResultsInner) ToMap ¶
func (o OrganizationslistResultsInner) ToMap() (map[string]interface{}, error)
func (*OrganizationslistResultsInner) UnmarshalJSON ¶
func (o *OrganizationslistResultsInner) UnmarshalJSON(bytes []byte) (err error)
type RadiusServersApiRadiusServersDeleteRequest ¶
type RadiusServersApiRadiusServersDeleteRequest struct { ApiService *RadiusServersApiService // contains filtered or unexported fields }
func (RadiusServersApiRadiusServersDeleteRequest) Execute ¶
func (r RadiusServersApiRadiusServersDeleteRequest) Execute() (*Radiusserverput, *http.Response, error)
func (RadiusServersApiRadiusServersDeleteRequest) XOrgId ¶
func (r RadiusServersApiRadiusServersDeleteRequest) XOrgId(xOrgId string) RadiusServersApiRadiusServersDeleteRequest
type RadiusServersApiRadiusServersGetRequest ¶
type RadiusServersApiRadiusServersGetRequest struct { ApiService *RadiusServersApiService // contains filtered or unexported fields }
func (RadiusServersApiRadiusServersGetRequest) Execute ¶
func (r RadiusServersApiRadiusServersGetRequest) Execute() (*Radiusserver, *http.Response, error)
func (RadiusServersApiRadiusServersGetRequest) XOrgId ¶
func (r RadiusServersApiRadiusServersGetRequest) XOrgId(xOrgId string) RadiusServersApiRadiusServersGetRequest
type RadiusServersApiRadiusServersListRequest ¶
type RadiusServersApiRadiusServersListRequest struct { ApiService *RadiusServersApiService // contains filtered or unexported fields }
func (RadiusServersApiRadiusServersListRequest) Execute ¶
func (r RadiusServersApiRadiusServersListRequest) Execute() (*Radiusserverslist, *http.Response, error)
func (RadiusServersApiRadiusServersListRequest) Fields ¶
func (r RadiusServersApiRadiusServersListRequest) Fields(fields string) RadiusServersApiRadiusServersListRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (RadiusServersApiRadiusServersListRequest) Filter ¶
func (r RadiusServersApiRadiusServersListRequest) Filter(filter string) RadiusServersApiRadiusServersListRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (RadiusServersApiRadiusServersListRequest) Limit ¶
func (r RadiusServersApiRadiusServersListRequest) Limit(limit int32) RadiusServersApiRadiusServersListRequest
The number of records to return at once. Limited to 100.
func (RadiusServersApiRadiusServersListRequest) Skip ¶
func (r RadiusServersApiRadiusServersListRequest) Skip(skip int32) RadiusServersApiRadiusServersListRequest
The offset into the records to return.
func (RadiusServersApiRadiusServersListRequest) Sort ¶
func (r RadiusServersApiRadiusServersListRequest) Sort(sort string) RadiusServersApiRadiusServersListRequest
Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending.
func (RadiusServersApiRadiusServersListRequest) XOrgId ¶
func (r RadiusServersApiRadiusServersListRequest) XOrgId(xOrgId string) RadiusServersApiRadiusServersListRequest
type RadiusServersApiRadiusServersPostRequest ¶
type RadiusServersApiRadiusServersPostRequest struct { ApiService *RadiusServersApiService // contains filtered or unexported fields }
func (RadiusServersApiRadiusServersPostRequest) Execute ¶
func (r RadiusServersApiRadiusServersPostRequest) Execute() (*Radiusserver, *http.Response, error)
func (RadiusServersApiRadiusServersPostRequest) XOrgId ¶
func (r RadiusServersApiRadiusServersPostRequest) XOrgId(xOrgId string) RadiusServersApiRadiusServersPostRequest
type RadiusServersApiRadiusServersPutRequest ¶
type RadiusServersApiRadiusServersPutRequest struct { ApiService *RadiusServersApiService // contains filtered or unexported fields }
func (RadiusServersApiRadiusServersPutRequest) Execute ¶
func (r RadiusServersApiRadiusServersPutRequest) Execute() (*Radiusserverput, *http.Response, error)
func (RadiusServersApiRadiusServersPutRequest) XOrgId ¶
func (r RadiusServersApiRadiusServersPutRequest) XOrgId(xOrgId string) RadiusServersApiRadiusServersPutRequest
type RadiusServersApiService ¶
type RadiusServersApiService service
RadiusServersApiService RadiusServersApi service
func (*RadiusServersApiService) RadiusServersDelete ¶
func (a *RadiusServersApiService) RadiusServersDelete(ctx context.Context, id string) RadiusServersApiRadiusServersDeleteRequest
RadiusServersDelete Delete Radius Server
This endpoint allows you to delete RADIUS servers in your organization. ```
curl -X DELETE https://console.jumpcloud.com/api/radiusservers/{ServerID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return RadiusServersApiRadiusServersDeleteRequest
func (*RadiusServersApiService) RadiusServersDeleteExecute ¶
func (a *RadiusServersApiService) RadiusServersDeleteExecute(r RadiusServersApiRadiusServersDeleteRequest) (*Radiusserverput, *http.Response, error)
Execute executes the request
@return Radiusserverput
func (*RadiusServersApiService) RadiusServersGet ¶
func (a *RadiusServersApiService) RadiusServersGet(ctx context.Context, id string) RadiusServersApiRadiusServersGetRequest
RadiusServersGet Get Radius Server
This endpoint allows you to get a RADIUS server in your organization.
#### ```
curl -X PUT https://console.jumpcloud.com/api/radiusservers/{ServerID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return RadiusServersApiRadiusServersGetRequest
func (*RadiusServersApiService) RadiusServersGetExecute ¶
func (a *RadiusServersApiService) RadiusServersGetExecute(r RadiusServersApiRadiusServersGetRequest) (*Radiusserver, *http.Response, error)
Execute executes the request
@return Radiusserver
func (*RadiusServersApiService) RadiusServersList ¶
func (a *RadiusServersApiService) RadiusServersList(ctx context.Context) RadiusServersApiRadiusServersListRequest
RadiusServersList List Radius Servers
This endpoint allows you to get a list of all RADIUS servers in your organization.
#### Sample Request ```
curl -X GET https://console.jumpcloud.com/api/radiusservers/ \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RadiusServersApiRadiusServersListRequest
func (*RadiusServersApiService) RadiusServersListExecute ¶
func (a *RadiusServersApiService) RadiusServersListExecute(r RadiusServersApiRadiusServersListRequest) (*Radiusserverslist, *http.Response, error)
Execute executes the request
@return Radiusserverslist
func (*RadiusServersApiService) RadiusServersPost ¶
func (a *RadiusServersApiService) RadiusServersPost(ctx context.Context) RadiusServersApiRadiusServersPostRequest
RadiusServersPost Create a Radius Server
This endpoint allows you to create RADIUS servers in your organization.
#### Sample Request ```
curl -X POST https://console.jumpcloud.com/api/radiusservers/ \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "name": "{test_radius}", "networkSourceIp": "{0.0.0.0}", "sharedSecret":"{secretpassword}", "userLockoutAction": "REMOVE", "userPasswordExpirationAction": "MAINTAIN" }'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return RadiusServersApiRadiusServersPostRequest
func (*RadiusServersApiService) RadiusServersPostExecute ¶
func (a *RadiusServersApiService) RadiusServersPostExecute(r RadiusServersApiRadiusServersPostRequest) (*Radiusserver, *http.Response, error)
Execute executes the request
@return Radiusserver
func (*RadiusServersApiService) RadiusServersPut ¶
func (a *RadiusServersApiService) RadiusServersPut(ctx context.Context, id string) RadiusServersApiRadiusServersPutRequest
RadiusServersPut Update Radius Servers
This endpoint allows you to update RADIUS servers in your organization.
#### ```
curl -X PUT https://console.jumpcloud.com/api/radiusservers/{ServerID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "name": "{name_update}", "networkSourceIp": "{0.0.0.0}", "sharedSecret": "{secret_password}", "userLockoutAction": "REMOVE", "userPasswordExpirationAction": "MAINTAIN" }'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return RadiusServersApiRadiusServersPutRequest
func (*RadiusServersApiService) RadiusServersPutExecute ¶
func (a *RadiusServersApiService) RadiusServersPutExecute(r RadiusServersApiRadiusServersPutRequest) (*Radiusserverput, *http.Response, error)
Execute executes the request
@return Radiusserverput
type RadiusServersPutRequest ¶
type RadiusServersPutRequest struct { CaCert *string `json:"caCert,omitempty"` DeviceCertEnabled *bool `json:"deviceCertEnabled,omitempty"` Mfa *string `json:"mfa,omitempty"` Name string `json:"name"` NetworkSourceIp string `json:"networkSourceIp"` Tags []string `json:"tags,omitempty"` UserCertEnabled *bool `json:"userCertEnabled,omitempty"` UserLockoutAction *string `json:"userLockoutAction,omitempty"` UserPasswordEnabled *bool `json:"userPasswordEnabled,omitempty"` UserPasswordExpirationAction *string `json:"userPasswordExpirationAction,omitempty"` AdditionalProperties map[string]interface{} }
RadiusServersPutRequest struct for RadiusServersPutRequest
func NewRadiusServersPutRequest ¶
func NewRadiusServersPutRequest(name string, networkSourceIp string, sharedSecret string) *RadiusServersPutRequest
NewRadiusServersPutRequest instantiates a new RadiusServersPutRequest 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 NewRadiusServersPutRequestWithDefaults ¶
func NewRadiusServersPutRequestWithDefaults() *RadiusServersPutRequest
NewRadiusServersPutRequestWithDefaults instantiates a new RadiusServersPutRequest 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 (*RadiusServersPutRequest) GetCaCert ¶
func (o *RadiusServersPutRequest) GetCaCert() string
GetCaCert returns the CaCert field value if set, zero value otherwise.
func (*RadiusServersPutRequest) GetCaCertOk ¶
func (o *RadiusServersPutRequest) GetCaCertOk() (*string, bool)
GetCaCertOk returns a tuple with the CaCert field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RadiusServersPutRequest) GetDeviceCertEnabled ¶
func (o *RadiusServersPutRequest) GetDeviceCertEnabled() bool
GetDeviceCertEnabled returns the DeviceCertEnabled field value if set, zero value otherwise.
func (*RadiusServersPutRequest) GetDeviceCertEnabledOk ¶
func (o *RadiusServersPutRequest) GetDeviceCertEnabledOk() (*bool, bool)
GetDeviceCertEnabledOk returns a tuple with the DeviceCertEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RadiusServersPutRequest) GetMfa ¶
func (o *RadiusServersPutRequest) GetMfa() string
GetMfa returns the Mfa field value if set, zero value otherwise.
func (*RadiusServersPutRequest) GetMfaOk ¶
func (o *RadiusServersPutRequest) GetMfaOk() (*string, bool)
GetMfaOk returns a tuple with the Mfa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RadiusServersPutRequest) GetName ¶
func (o *RadiusServersPutRequest) GetName() string
GetName returns the Name field value
func (*RadiusServersPutRequest) GetNameOk ¶
func (o *RadiusServersPutRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*RadiusServersPutRequest) GetNetworkSourceIp ¶
func (o *RadiusServersPutRequest) GetNetworkSourceIp() string
GetNetworkSourceIp returns the NetworkSourceIp field value
func (*RadiusServersPutRequest) GetNetworkSourceIpOk ¶
func (o *RadiusServersPutRequest) GetNetworkSourceIpOk() (*string, bool)
GetNetworkSourceIpOk returns a tuple with the NetworkSourceIp field value and a boolean to check if the value has been set.
func (*RadiusServersPutRequest) GetSharedSecret ¶
func (o *RadiusServersPutRequest) GetSharedSecret() string
GetSharedSecret returns the SharedSecret field value
func (*RadiusServersPutRequest) GetSharedSecretOk ¶
func (o *RadiusServersPutRequest) GetSharedSecretOk() (*string, bool)
GetSharedSecretOk returns a tuple with the SharedSecret field value and a boolean to check if the value has been set.
func (*RadiusServersPutRequest) GetTags ¶
func (o *RadiusServersPutRequest) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*RadiusServersPutRequest) GetTagsOk ¶
func (o *RadiusServersPutRequest) GetTagsOk() ([]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RadiusServersPutRequest) GetUserCertEnabled ¶
func (o *RadiusServersPutRequest) GetUserCertEnabled() bool
GetUserCertEnabled returns the UserCertEnabled field value if set, zero value otherwise.
func (*RadiusServersPutRequest) GetUserCertEnabledOk ¶
func (o *RadiusServersPutRequest) GetUserCertEnabledOk() (*bool, bool)
GetUserCertEnabledOk returns a tuple with the UserCertEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RadiusServersPutRequest) GetUserLockoutAction ¶
func (o *RadiusServersPutRequest) GetUserLockoutAction() string
GetUserLockoutAction returns the UserLockoutAction field value if set, zero value otherwise.
func (*RadiusServersPutRequest) GetUserLockoutActionOk ¶
func (o *RadiusServersPutRequest) GetUserLockoutActionOk() (*string, bool)
GetUserLockoutActionOk returns a tuple with the UserLockoutAction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RadiusServersPutRequest) GetUserPasswordEnabled ¶
func (o *RadiusServersPutRequest) GetUserPasswordEnabled() bool
GetUserPasswordEnabled returns the UserPasswordEnabled field value if set, zero value otherwise.
func (*RadiusServersPutRequest) GetUserPasswordEnabledOk ¶
func (o *RadiusServersPutRequest) GetUserPasswordEnabledOk() (*bool, bool)
GetUserPasswordEnabledOk returns a tuple with the UserPasswordEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RadiusServersPutRequest) GetUserPasswordExpirationAction ¶
func (o *RadiusServersPutRequest) GetUserPasswordExpirationAction() string
GetUserPasswordExpirationAction returns the UserPasswordExpirationAction field value if set, zero value otherwise.
func (*RadiusServersPutRequest) GetUserPasswordExpirationActionOk ¶
func (o *RadiusServersPutRequest) GetUserPasswordExpirationActionOk() (*string, bool)
GetUserPasswordExpirationActionOk returns a tuple with the UserPasswordExpirationAction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*RadiusServersPutRequest) HasCaCert ¶
func (o *RadiusServersPutRequest) HasCaCert() bool
HasCaCert returns a boolean if a field has been set.
func (*RadiusServersPutRequest) HasDeviceCertEnabled ¶
func (o *RadiusServersPutRequest) HasDeviceCertEnabled() bool
HasDeviceCertEnabled returns a boolean if a field has been set.
func (*RadiusServersPutRequest) HasMfa ¶
func (o *RadiusServersPutRequest) HasMfa() bool
HasMfa returns a boolean if a field has been set.
func (*RadiusServersPutRequest) HasTags ¶
func (o *RadiusServersPutRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*RadiusServersPutRequest) HasUserCertEnabled ¶
func (o *RadiusServersPutRequest) HasUserCertEnabled() bool
HasUserCertEnabled returns a boolean if a field has been set.
func (*RadiusServersPutRequest) HasUserLockoutAction ¶
func (o *RadiusServersPutRequest) HasUserLockoutAction() bool
HasUserLockoutAction returns a boolean if a field has been set.
func (*RadiusServersPutRequest) HasUserPasswordEnabled ¶
func (o *RadiusServersPutRequest) HasUserPasswordEnabled() bool
HasUserPasswordEnabled returns a boolean if a field has been set.
func (*RadiusServersPutRequest) HasUserPasswordExpirationAction ¶
func (o *RadiusServersPutRequest) HasUserPasswordExpirationAction() bool
HasUserPasswordExpirationAction returns a boolean if a field has been set.
func (RadiusServersPutRequest) MarshalJSON ¶
func (o RadiusServersPutRequest) MarshalJSON() ([]byte, error)
func (*RadiusServersPutRequest) SetCaCert ¶
func (o *RadiusServersPutRequest) SetCaCert(v string)
SetCaCert gets a reference to the given string and assigns it to the CaCert field.
func (*RadiusServersPutRequest) SetDeviceCertEnabled ¶
func (o *RadiusServersPutRequest) SetDeviceCertEnabled(v bool)
SetDeviceCertEnabled gets a reference to the given bool and assigns it to the DeviceCertEnabled field.
func (*RadiusServersPutRequest) SetMfa ¶
func (o *RadiusServersPutRequest) SetMfa(v string)
SetMfa gets a reference to the given string and assigns it to the Mfa field.
func (*RadiusServersPutRequest) SetName ¶
func (o *RadiusServersPutRequest) SetName(v string)
SetName sets field value
func (*RadiusServersPutRequest) SetNetworkSourceIp ¶
func (o *RadiusServersPutRequest) SetNetworkSourceIp(v string)
SetNetworkSourceIp sets field value
func (*RadiusServersPutRequest) SetSharedSecret ¶
func (o *RadiusServersPutRequest) SetSharedSecret(v string)
SetSharedSecret sets field value
func (*RadiusServersPutRequest) SetTags ¶
func (o *RadiusServersPutRequest) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*RadiusServersPutRequest) SetUserCertEnabled ¶
func (o *RadiusServersPutRequest) SetUserCertEnabled(v bool)
SetUserCertEnabled gets a reference to the given bool and assigns it to the UserCertEnabled field.
func (*RadiusServersPutRequest) SetUserLockoutAction ¶
func (o *RadiusServersPutRequest) SetUserLockoutAction(v string)
SetUserLockoutAction gets a reference to the given string and assigns it to the UserLockoutAction field.
func (*RadiusServersPutRequest) SetUserPasswordEnabled ¶
func (o *RadiusServersPutRequest) SetUserPasswordEnabled(v bool)
SetUserPasswordEnabled gets a reference to the given bool and assigns it to the UserPasswordEnabled field.
func (*RadiusServersPutRequest) SetUserPasswordExpirationAction ¶
func (o *RadiusServersPutRequest) SetUserPasswordExpirationAction(v string)
SetUserPasswordExpirationAction gets a reference to the given string and assigns it to the UserPasswordExpirationAction field.
func (RadiusServersPutRequest) ToMap ¶
func (o RadiusServersPutRequest) ToMap() (map[string]interface{}, error)
func (*RadiusServersPutRequest) UnmarshalJSON ¶
func (o *RadiusServersPutRequest) UnmarshalJSON(bytes []byte) (err error)
type Radiusserver ¶
type Radiusserver struct { Id *string `json:"_id,omitempty"` AuthIdp *string `json:"authIdp,omitempty"` CaCert *string `json:"caCert,omitempty"` DeviceCertEnabled *bool `json:"deviceCertEnabled,omitempty"` Mfa *string `json:"mfa,omitempty"` Name *string `json:"name,omitempty"` NetworkSourceIp *string `json:"networkSourceIp,omitempty"` Organization *string `json:"organization,omitempty"` TagNames []string `json:"tagNames,omitempty"` Tags []string `json:"tags,omitempty"` UserCertEnabled *bool `json:"userCertEnabled,omitempty"` UserLockoutAction *string `json:"userLockoutAction,omitempty"` UserPasswordEnabled *bool `json:"userPasswordEnabled,omitempty"` UserPasswordExpirationAction *string `json:"userPasswordExpirationAction,omitempty"` AdditionalProperties map[string]interface{} }
Radiusserver struct for Radiusserver
func NewRadiusserver ¶
func NewRadiusserver() *Radiusserver
NewRadiusserver instantiates a new Radiusserver 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 NewRadiusserverWithDefaults ¶
func NewRadiusserverWithDefaults() *Radiusserver
NewRadiusserverWithDefaults instantiates a new Radiusserver 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 (*Radiusserver) GetAuthIdp ¶
func (o *Radiusserver) GetAuthIdp() string
GetAuthIdp returns the AuthIdp field value if set, zero value otherwise.
func (*Radiusserver) GetAuthIdpOk ¶
func (o *Radiusserver) GetAuthIdpOk() (*string, bool)
GetAuthIdpOk returns a tuple with the AuthIdp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetCaCert ¶
func (o *Radiusserver) GetCaCert() string
GetCaCert returns the CaCert field value if set, zero value otherwise.
func (*Radiusserver) GetCaCertOk ¶
func (o *Radiusserver) GetCaCertOk() (*string, bool)
GetCaCertOk returns a tuple with the CaCert field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetDeviceCertEnabled ¶
func (o *Radiusserver) GetDeviceCertEnabled() bool
GetDeviceCertEnabled returns the DeviceCertEnabled field value if set, zero value otherwise.
func (*Radiusserver) GetDeviceCertEnabledOk ¶
func (o *Radiusserver) GetDeviceCertEnabledOk() (*bool, bool)
GetDeviceCertEnabledOk returns a tuple with the DeviceCertEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetId ¶
func (o *Radiusserver) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Radiusserver) GetIdOk ¶
func (o *Radiusserver) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetMfa ¶
func (o *Radiusserver) GetMfa() string
GetMfa returns the Mfa field value if set, zero value otherwise.
func (*Radiusserver) GetMfaOk ¶
func (o *Radiusserver) GetMfaOk() (*string, bool)
GetMfaOk returns a tuple with the Mfa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetName ¶
func (o *Radiusserver) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*Radiusserver) GetNameOk ¶
func (o *Radiusserver) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetNetworkSourceIp ¶
func (o *Radiusserver) GetNetworkSourceIp() string
GetNetworkSourceIp returns the NetworkSourceIp field value if set, zero value otherwise.
func (*Radiusserver) GetNetworkSourceIpOk ¶
func (o *Radiusserver) GetNetworkSourceIpOk() (*string, bool)
GetNetworkSourceIpOk returns a tuple with the NetworkSourceIp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetOrganization ¶
func (o *Radiusserver) GetOrganization() string
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*Radiusserver) GetOrganizationOk ¶
func (o *Radiusserver) GetOrganizationOk() (*string, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetSharedSecret ¶
func (o *Radiusserver) GetSharedSecret() string
GetSharedSecret returns the SharedSecret field value if set, zero value otherwise.
func (*Radiusserver) GetSharedSecretOk ¶
func (o *Radiusserver) GetSharedSecretOk() (*string, bool)
GetSharedSecretOk returns a tuple with the SharedSecret field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetTagNames ¶
func (o *Radiusserver) GetTagNames() []string
GetTagNames returns the TagNames field value if set, zero value otherwise.
func (*Radiusserver) GetTagNamesOk ¶
func (o *Radiusserver) GetTagNamesOk() ([]string, bool)
GetTagNamesOk returns a tuple with the TagNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetTags ¶
func (o *Radiusserver) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*Radiusserver) GetTagsOk ¶
func (o *Radiusserver) GetTagsOk() ([]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetUserCertEnabled ¶
func (o *Radiusserver) GetUserCertEnabled() bool
GetUserCertEnabled returns the UserCertEnabled field value if set, zero value otherwise.
func (*Radiusserver) GetUserCertEnabledOk ¶
func (o *Radiusserver) GetUserCertEnabledOk() (*bool, bool)
GetUserCertEnabledOk returns a tuple with the UserCertEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetUserLockoutAction ¶
func (o *Radiusserver) GetUserLockoutAction() string
GetUserLockoutAction returns the UserLockoutAction field value if set, zero value otherwise.
func (*Radiusserver) GetUserLockoutActionOk ¶
func (o *Radiusserver) GetUserLockoutActionOk() (*string, bool)
GetUserLockoutActionOk returns a tuple with the UserLockoutAction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetUserPasswordEnabled ¶
func (o *Radiusserver) GetUserPasswordEnabled() bool
GetUserPasswordEnabled returns the UserPasswordEnabled field value if set, zero value otherwise.
func (*Radiusserver) GetUserPasswordEnabledOk ¶
func (o *Radiusserver) GetUserPasswordEnabledOk() (*bool, bool)
GetUserPasswordEnabledOk returns a tuple with the UserPasswordEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) GetUserPasswordExpirationAction ¶
func (o *Radiusserver) GetUserPasswordExpirationAction() string
GetUserPasswordExpirationAction returns the UserPasswordExpirationAction field value if set, zero value otherwise.
func (*Radiusserver) GetUserPasswordExpirationActionOk ¶
func (o *Radiusserver) GetUserPasswordExpirationActionOk() (*string, bool)
GetUserPasswordExpirationActionOk returns a tuple with the UserPasswordExpirationAction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserver) HasAuthIdp ¶
func (o *Radiusserver) HasAuthIdp() bool
HasAuthIdp returns a boolean if a field has been set.
func (*Radiusserver) HasCaCert ¶
func (o *Radiusserver) HasCaCert() bool
HasCaCert returns a boolean if a field has been set.
func (*Radiusserver) HasDeviceCertEnabled ¶
func (o *Radiusserver) HasDeviceCertEnabled() bool
HasDeviceCertEnabled returns a boolean if a field has been set.
func (*Radiusserver) HasId ¶
func (o *Radiusserver) HasId() bool
HasId returns a boolean if a field has been set.
func (*Radiusserver) HasMfa ¶
func (o *Radiusserver) HasMfa() bool
HasMfa returns a boolean if a field has been set.
func (*Radiusserver) HasName ¶
func (o *Radiusserver) HasName() bool
HasName returns a boolean if a field has been set.
func (*Radiusserver) HasNetworkSourceIp ¶
func (o *Radiusserver) HasNetworkSourceIp() bool
HasNetworkSourceIp returns a boolean if a field has been set.
func (*Radiusserver) HasOrganization ¶
func (o *Radiusserver) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (*Radiusserver) HasSharedSecret ¶
func (o *Radiusserver) HasSharedSecret() bool
HasSharedSecret returns a boolean if a field has been set.
func (*Radiusserver) HasTagNames ¶
func (o *Radiusserver) HasTagNames() bool
HasTagNames returns a boolean if a field has been set.
func (*Radiusserver) HasTags ¶
func (o *Radiusserver) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*Radiusserver) HasUserCertEnabled ¶
func (o *Radiusserver) HasUserCertEnabled() bool
HasUserCertEnabled returns a boolean if a field has been set.
func (*Radiusserver) HasUserLockoutAction ¶
func (o *Radiusserver) HasUserLockoutAction() bool
HasUserLockoutAction returns a boolean if a field has been set.
func (*Radiusserver) HasUserPasswordEnabled ¶
func (o *Radiusserver) HasUserPasswordEnabled() bool
HasUserPasswordEnabled returns a boolean if a field has been set.
func (*Radiusserver) HasUserPasswordExpirationAction ¶
func (o *Radiusserver) HasUserPasswordExpirationAction() bool
HasUserPasswordExpirationAction returns a boolean if a field has been set.
func (Radiusserver) MarshalJSON ¶
func (o Radiusserver) MarshalJSON() ([]byte, error)
func (*Radiusserver) SetAuthIdp ¶
func (o *Radiusserver) SetAuthIdp(v string)
SetAuthIdp gets a reference to the given string and assigns it to the AuthIdp field.
func (*Radiusserver) SetCaCert ¶
func (o *Radiusserver) SetCaCert(v string)
SetCaCert gets a reference to the given string and assigns it to the CaCert field.
func (*Radiusserver) SetDeviceCertEnabled ¶
func (o *Radiusserver) SetDeviceCertEnabled(v bool)
SetDeviceCertEnabled gets a reference to the given bool and assigns it to the DeviceCertEnabled field.
func (*Radiusserver) SetId ¶
func (o *Radiusserver) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Radiusserver) SetMfa ¶
func (o *Radiusserver) SetMfa(v string)
SetMfa gets a reference to the given string and assigns it to the Mfa field.
func (*Radiusserver) SetName ¶
func (o *Radiusserver) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Radiusserver) SetNetworkSourceIp ¶
func (o *Radiusserver) SetNetworkSourceIp(v string)
SetNetworkSourceIp gets a reference to the given string and assigns it to the NetworkSourceIp field.
func (*Radiusserver) SetOrganization ¶
func (o *Radiusserver) SetOrganization(v string)
SetOrganization gets a reference to the given string and assigns it to the Organization field.
func (*Radiusserver) SetSharedSecret ¶
func (o *Radiusserver) SetSharedSecret(v string)
SetSharedSecret gets a reference to the given string and assigns it to the SharedSecret field.
func (*Radiusserver) SetTagNames ¶
func (o *Radiusserver) SetTagNames(v []string)
SetTagNames gets a reference to the given []string and assigns it to the TagNames field.
func (*Radiusserver) SetTags ¶
func (o *Radiusserver) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*Radiusserver) SetUserCertEnabled ¶
func (o *Radiusserver) SetUserCertEnabled(v bool)
SetUserCertEnabled gets a reference to the given bool and assigns it to the UserCertEnabled field.
func (*Radiusserver) SetUserLockoutAction ¶
func (o *Radiusserver) SetUserLockoutAction(v string)
SetUserLockoutAction gets a reference to the given string and assigns it to the UserLockoutAction field.
func (*Radiusserver) SetUserPasswordEnabled ¶
func (o *Radiusserver) SetUserPasswordEnabled(v bool)
SetUserPasswordEnabled gets a reference to the given bool and assigns it to the UserPasswordEnabled field.
func (*Radiusserver) SetUserPasswordExpirationAction ¶
func (o *Radiusserver) SetUserPasswordExpirationAction(v string)
SetUserPasswordExpirationAction gets a reference to the given string and assigns it to the UserPasswordExpirationAction field.
func (Radiusserver) ToMap ¶
func (o Radiusserver) ToMap() (map[string]interface{}, error)
func (*Radiusserver) UnmarshalJSON ¶
func (o *Radiusserver) UnmarshalJSON(bytes []byte) (err error)
type Radiusserverpost ¶
type Radiusserverpost struct { AuthIdp *string `json:"authIdp,omitempty"` CaCert *string `json:"caCert,omitempty"` DeviceCertEnabled *bool `json:"deviceCertEnabled,omitempty"` Mfa *string `json:"mfa,omitempty"` Name string `json:"name"` NetworkSourceIp string `json:"networkSourceIp"` // RADIUS shared secret between the server and client. TagNames []string `json:"tagNames,omitempty"` UserCertEnabled *bool `json:"userCertEnabled,omitempty"` UserLockoutAction *string `json:"userLockoutAction,omitempty"` UserPasswordEnabled *bool `json:"userPasswordEnabled,omitempty"` UserPasswordExpirationAction *string `json:"userPasswordExpirationAction,omitempty"` AdditionalProperties map[string]interface{} }
Radiusserverpost struct for Radiusserverpost
func NewRadiusserverpost ¶
func NewRadiusserverpost(name string, networkSourceIp string, sharedSecret string) *Radiusserverpost
NewRadiusserverpost instantiates a new Radiusserverpost 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 NewRadiusserverpostWithDefaults ¶
func NewRadiusserverpostWithDefaults() *Radiusserverpost
NewRadiusserverpostWithDefaults instantiates a new Radiusserverpost 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 (*Radiusserverpost) GetAuthIdp ¶
func (o *Radiusserverpost) GetAuthIdp() string
GetAuthIdp returns the AuthIdp field value if set, zero value otherwise.
func (*Radiusserverpost) GetAuthIdpOk ¶
func (o *Radiusserverpost) GetAuthIdpOk() (*string, bool)
GetAuthIdpOk returns a tuple with the AuthIdp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverpost) GetCaCert ¶
func (o *Radiusserverpost) GetCaCert() string
GetCaCert returns the CaCert field value if set, zero value otherwise.
func (*Radiusserverpost) GetCaCertOk ¶
func (o *Radiusserverpost) GetCaCertOk() (*string, bool)
GetCaCertOk returns a tuple with the CaCert field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverpost) GetDeviceCertEnabled ¶
func (o *Radiusserverpost) GetDeviceCertEnabled() bool
GetDeviceCertEnabled returns the DeviceCertEnabled field value if set, zero value otherwise.
func (*Radiusserverpost) GetDeviceCertEnabledOk ¶
func (o *Radiusserverpost) GetDeviceCertEnabledOk() (*bool, bool)
GetDeviceCertEnabledOk returns a tuple with the DeviceCertEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverpost) GetMfa ¶
func (o *Radiusserverpost) GetMfa() string
GetMfa returns the Mfa field value if set, zero value otherwise.
func (*Radiusserverpost) GetMfaOk ¶
func (o *Radiusserverpost) GetMfaOk() (*string, bool)
GetMfaOk returns a tuple with the Mfa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverpost) GetName ¶
func (o *Radiusserverpost) GetName() string
GetName returns the Name field value
func (*Radiusserverpost) GetNameOk ¶
func (o *Radiusserverpost) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Radiusserverpost) GetNetworkSourceIp ¶
func (o *Radiusserverpost) GetNetworkSourceIp() string
GetNetworkSourceIp returns the NetworkSourceIp field value
func (*Radiusserverpost) GetNetworkSourceIpOk ¶
func (o *Radiusserverpost) GetNetworkSourceIpOk() (*string, bool)
GetNetworkSourceIpOk returns a tuple with the NetworkSourceIp field value and a boolean to check if the value has been set.
func (*Radiusserverpost) GetSharedSecret ¶
func (o *Radiusserverpost) GetSharedSecret() string
GetSharedSecret returns the SharedSecret field value
func (*Radiusserverpost) GetSharedSecretOk ¶
func (o *Radiusserverpost) GetSharedSecretOk() (*string, bool)
GetSharedSecretOk returns a tuple with the SharedSecret field value and a boolean to check if the value has been set.
func (*Radiusserverpost) GetTagNames ¶
func (o *Radiusserverpost) GetTagNames() []string
GetTagNames returns the TagNames field value if set, zero value otherwise.
func (*Radiusserverpost) GetTagNamesOk ¶
func (o *Radiusserverpost) GetTagNamesOk() ([]string, bool)
GetTagNamesOk returns a tuple with the TagNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverpost) GetUserCertEnabled ¶
func (o *Radiusserverpost) GetUserCertEnabled() bool
GetUserCertEnabled returns the UserCertEnabled field value if set, zero value otherwise.
func (*Radiusserverpost) GetUserCertEnabledOk ¶
func (o *Radiusserverpost) GetUserCertEnabledOk() (*bool, bool)
GetUserCertEnabledOk returns a tuple with the UserCertEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverpost) GetUserLockoutAction ¶
func (o *Radiusserverpost) GetUserLockoutAction() string
GetUserLockoutAction returns the UserLockoutAction field value if set, zero value otherwise.
func (*Radiusserverpost) GetUserLockoutActionOk ¶
func (o *Radiusserverpost) GetUserLockoutActionOk() (*string, bool)
GetUserLockoutActionOk returns a tuple with the UserLockoutAction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverpost) GetUserPasswordEnabled ¶
func (o *Radiusserverpost) GetUserPasswordEnabled() bool
GetUserPasswordEnabled returns the UserPasswordEnabled field value if set, zero value otherwise.
func (*Radiusserverpost) GetUserPasswordEnabledOk ¶
func (o *Radiusserverpost) GetUserPasswordEnabledOk() (*bool, bool)
GetUserPasswordEnabledOk returns a tuple with the UserPasswordEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverpost) GetUserPasswordExpirationAction ¶
func (o *Radiusserverpost) GetUserPasswordExpirationAction() string
GetUserPasswordExpirationAction returns the UserPasswordExpirationAction field value if set, zero value otherwise.
func (*Radiusserverpost) GetUserPasswordExpirationActionOk ¶
func (o *Radiusserverpost) GetUserPasswordExpirationActionOk() (*string, bool)
GetUserPasswordExpirationActionOk returns a tuple with the UserPasswordExpirationAction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverpost) HasAuthIdp ¶
func (o *Radiusserverpost) HasAuthIdp() bool
HasAuthIdp returns a boolean if a field has been set.
func (*Radiusserverpost) HasCaCert ¶
func (o *Radiusserverpost) HasCaCert() bool
HasCaCert returns a boolean if a field has been set.
func (*Radiusserverpost) HasDeviceCertEnabled ¶
func (o *Radiusserverpost) HasDeviceCertEnabled() bool
HasDeviceCertEnabled returns a boolean if a field has been set.
func (*Radiusserverpost) HasMfa ¶
func (o *Radiusserverpost) HasMfa() bool
HasMfa returns a boolean if a field has been set.
func (*Radiusserverpost) HasTagNames ¶
func (o *Radiusserverpost) HasTagNames() bool
HasTagNames returns a boolean if a field has been set.
func (*Radiusserverpost) HasUserCertEnabled ¶
func (o *Radiusserverpost) HasUserCertEnabled() bool
HasUserCertEnabled returns a boolean if a field has been set.
func (*Radiusserverpost) HasUserLockoutAction ¶
func (o *Radiusserverpost) HasUserLockoutAction() bool
HasUserLockoutAction returns a boolean if a field has been set.
func (*Radiusserverpost) HasUserPasswordEnabled ¶
func (o *Radiusserverpost) HasUserPasswordEnabled() bool
HasUserPasswordEnabled returns a boolean if a field has been set.
func (*Radiusserverpost) HasUserPasswordExpirationAction ¶
func (o *Radiusserverpost) HasUserPasswordExpirationAction() bool
HasUserPasswordExpirationAction returns a boolean if a field has been set.
func (Radiusserverpost) MarshalJSON ¶
func (o Radiusserverpost) MarshalJSON() ([]byte, error)
func (*Radiusserverpost) SetAuthIdp ¶
func (o *Radiusserverpost) SetAuthIdp(v string)
SetAuthIdp gets a reference to the given string and assigns it to the AuthIdp field.
func (*Radiusserverpost) SetCaCert ¶
func (o *Radiusserverpost) SetCaCert(v string)
SetCaCert gets a reference to the given string and assigns it to the CaCert field.
func (*Radiusserverpost) SetDeviceCertEnabled ¶
func (o *Radiusserverpost) SetDeviceCertEnabled(v bool)
SetDeviceCertEnabled gets a reference to the given bool and assigns it to the DeviceCertEnabled field.
func (*Radiusserverpost) SetMfa ¶
func (o *Radiusserverpost) SetMfa(v string)
SetMfa gets a reference to the given string and assigns it to the Mfa field.
func (*Radiusserverpost) SetName ¶
func (o *Radiusserverpost) SetName(v string)
SetName sets field value
func (*Radiusserverpost) SetNetworkSourceIp ¶
func (o *Radiusserverpost) SetNetworkSourceIp(v string)
SetNetworkSourceIp sets field value
func (*Radiusserverpost) SetSharedSecret ¶
func (o *Radiusserverpost) SetSharedSecret(v string)
SetSharedSecret sets field value
func (*Radiusserverpost) SetTagNames ¶
func (o *Radiusserverpost) SetTagNames(v []string)
SetTagNames gets a reference to the given []string and assigns it to the TagNames field.
func (*Radiusserverpost) SetUserCertEnabled ¶
func (o *Radiusserverpost) SetUserCertEnabled(v bool)
SetUserCertEnabled gets a reference to the given bool and assigns it to the UserCertEnabled field.
func (*Radiusserverpost) SetUserLockoutAction ¶
func (o *Radiusserverpost) SetUserLockoutAction(v string)
SetUserLockoutAction gets a reference to the given string and assigns it to the UserLockoutAction field.
func (*Radiusserverpost) SetUserPasswordEnabled ¶
func (o *Radiusserverpost) SetUserPasswordEnabled(v bool)
SetUserPasswordEnabled gets a reference to the given bool and assigns it to the UserPasswordEnabled field.
func (*Radiusserverpost) SetUserPasswordExpirationAction ¶
func (o *Radiusserverpost) SetUserPasswordExpirationAction(v string)
SetUserPasswordExpirationAction gets a reference to the given string and assigns it to the UserPasswordExpirationAction field.
func (Radiusserverpost) ToMap ¶
func (o Radiusserverpost) ToMap() (map[string]interface{}, error)
func (*Radiusserverpost) UnmarshalJSON ¶
func (o *Radiusserverpost) UnmarshalJSON(bytes []byte) (err error)
type Radiusserverput ¶
type Radiusserverput struct { Id *string `json:"_id,omitempty"` AuthIdp *string `json:"authIdp,omitempty"` CaCert *string `json:"caCert,omitempty"` DeviceCertEnabled *bool `json:"deviceCertEnabled,omitempty"` Mfa *string `json:"mfa,omitempty"` Name *string `json:"name,omitempty"` NetworkSourceIp *string `json:"networkSourceIp,omitempty"` TagNames []string `json:"tagNames,omitempty"` UserCertEnabled *bool `json:"userCertEnabled,omitempty"` UserLockoutAction *string `json:"userLockoutAction,omitempty"` UserPasswordEnabled *bool `json:"userPasswordEnabled,omitempty"` UserPasswordExpirationAction *string `json:"userPasswordExpirationAction,omitempty"` AdditionalProperties map[string]interface{} }
Radiusserverput struct for Radiusserverput
func NewRadiusserverput ¶
func NewRadiusserverput() *Radiusserverput
NewRadiusserverput instantiates a new Radiusserverput 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 NewRadiusserverputWithDefaults ¶
func NewRadiusserverputWithDefaults() *Radiusserverput
NewRadiusserverputWithDefaults instantiates a new Radiusserverput 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 (*Radiusserverput) GetAuthIdp ¶
func (o *Radiusserverput) GetAuthIdp() string
GetAuthIdp returns the AuthIdp field value if set, zero value otherwise.
func (*Radiusserverput) GetAuthIdpOk ¶
func (o *Radiusserverput) GetAuthIdpOk() (*string, bool)
GetAuthIdpOk returns a tuple with the AuthIdp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverput) GetCaCert ¶
func (o *Radiusserverput) GetCaCert() string
GetCaCert returns the CaCert field value if set, zero value otherwise.
func (*Radiusserverput) GetCaCertOk ¶
func (o *Radiusserverput) GetCaCertOk() (*string, bool)
GetCaCertOk returns a tuple with the CaCert field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverput) GetDeviceCertEnabled ¶
func (o *Radiusserverput) GetDeviceCertEnabled() bool
GetDeviceCertEnabled returns the DeviceCertEnabled field value if set, zero value otherwise.
func (*Radiusserverput) GetDeviceCertEnabledOk ¶
func (o *Radiusserverput) GetDeviceCertEnabledOk() (*bool, bool)
GetDeviceCertEnabledOk returns a tuple with the DeviceCertEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverput) GetId ¶
func (o *Radiusserverput) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Radiusserverput) GetIdOk ¶
func (o *Radiusserverput) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverput) GetMfa ¶
func (o *Radiusserverput) GetMfa() string
GetMfa returns the Mfa field value if set, zero value otherwise.
func (*Radiusserverput) GetMfaOk ¶
func (o *Radiusserverput) GetMfaOk() (*string, bool)
GetMfaOk returns a tuple with the Mfa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverput) GetName ¶
func (o *Radiusserverput) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*Radiusserverput) GetNameOk ¶
func (o *Radiusserverput) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverput) GetNetworkSourceIp ¶
func (o *Radiusserverput) GetNetworkSourceIp() string
GetNetworkSourceIp returns the NetworkSourceIp field value if set, zero value otherwise.
func (*Radiusserverput) GetNetworkSourceIpOk ¶
func (o *Radiusserverput) GetNetworkSourceIpOk() (*string, bool)
GetNetworkSourceIpOk returns a tuple with the NetworkSourceIp field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverput) GetTagNames ¶
func (o *Radiusserverput) GetTagNames() []string
GetTagNames returns the TagNames field value if set, zero value otherwise.
func (*Radiusserverput) GetTagNamesOk ¶
func (o *Radiusserverput) GetTagNamesOk() ([]string, bool)
GetTagNamesOk returns a tuple with the TagNames field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverput) GetUserCertEnabled ¶
func (o *Radiusserverput) GetUserCertEnabled() bool
GetUserCertEnabled returns the UserCertEnabled field value if set, zero value otherwise.
func (*Radiusserverput) GetUserCertEnabledOk ¶
func (o *Radiusserverput) GetUserCertEnabledOk() (*bool, bool)
GetUserCertEnabledOk returns a tuple with the UserCertEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverput) GetUserLockoutAction ¶
func (o *Radiusserverput) GetUserLockoutAction() string
GetUserLockoutAction returns the UserLockoutAction field value if set, zero value otherwise.
func (*Radiusserverput) GetUserLockoutActionOk ¶
func (o *Radiusserverput) GetUserLockoutActionOk() (*string, bool)
GetUserLockoutActionOk returns a tuple with the UserLockoutAction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverput) GetUserPasswordEnabled ¶
func (o *Radiusserverput) GetUserPasswordEnabled() bool
GetUserPasswordEnabled returns the UserPasswordEnabled field value if set, zero value otherwise.
func (*Radiusserverput) GetUserPasswordEnabledOk ¶
func (o *Radiusserverput) GetUserPasswordEnabledOk() (*bool, bool)
GetUserPasswordEnabledOk returns a tuple with the UserPasswordEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverput) GetUserPasswordExpirationAction ¶
func (o *Radiusserverput) GetUserPasswordExpirationAction() string
GetUserPasswordExpirationAction returns the UserPasswordExpirationAction field value if set, zero value otherwise.
func (*Radiusserverput) GetUserPasswordExpirationActionOk ¶
func (o *Radiusserverput) GetUserPasswordExpirationActionOk() (*string, bool)
GetUserPasswordExpirationActionOk returns a tuple with the UserPasswordExpirationAction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverput) HasAuthIdp ¶
func (o *Radiusserverput) HasAuthIdp() bool
HasAuthIdp returns a boolean if a field has been set.
func (*Radiusserverput) HasCaCert ¶
func (o *Radiusserverput) HasCaCert() bool
HasCaCert returns a boolean if a field has been set.
func (*Radiusserverput) HasDeviceCertEnabled ¶
func (o *Radiusserverput) HasDeviceCertEnabled() bool
HasDeviceCertEnabled returns a boolean if a field has been set.
func (*Radiusserverput) HasId ¶
func (o *Radiusserverput) HasId() bool
HasId returns a boolean if a field has been set.
func (*Radiusserverput) HasMfa ¶
func (o *Radiusserverput) HasMfa() bool
HasMfa returns a boolean if a field has been set.
func (*Radiusserverput) HasName ¶
func (o *Radiusserverput) HasName() bool
HasName returns a boolean if a field has been set.
func (*Radiusserverput) HasNetworkSourceIp ¶
func (o *Radiusserverput) HasNetworkSourceIp() bool
HasNetworkSourceIp returns a boolean if a field has been set.
func (*Radiusserverput) HasTagNames ¶
func (o *Radiusserverput) HasTagNames() bool
HasTagNames returns a boolean if a field has been set.
func (*Radiusserverput) HasUserCertEnabled ¶
func (o *Radiusserverput) HasUserCertEnabled() bool
HasUserCertEnabled returns a boolean if a field has been set.
func (*Radiusserverput) HasUserLockoutAction ¶
func (o *Radiusserverput) HasUserLockoutAction() bool
HasUserLockoutAction returns a boolean if a field has been set.
func (*Radiusserverput) HasUserPasswordEnabled ¶
func (o *Radiusserverput) HasUserPasswordEnabled() bool
HasUserPasswordEnabled returns a boolean if a field has been set.
func (*Radiusserverput) HasUserPasswordExpirationAction ¶
func (o *Radiusserverput) HasUserPasswordExpirationAction() bool
HasUserPasswordExpirationAction returns a boolean if a field has been set.
func (Radiusserverput) MarshalJSON ¶
func (o Radiusserverput) MarshalJSON() ([]byte, error)
func (*Radiusserverput) SetAuthIdp ¶
func (o *Radiusserverput) SetAuthIdp(v string)
SetAuthIdp gets a reference to the given string and assigns it to the AuthIdp field.
func (*Radiusserverput) SetCaCert ¶
func (o *Radiusserverput) SetCaCert(v string)
SetCaCert gets a reference to the given string and assigns it to the CaCert field.
func (*Radiusserverput) SetDeviceCertEnabled ¶
func (o *Radiusserverput) SetDeviceCertEnabled(v bool)
SetDeviceCertEnabled gets a reference to the given bool and assigns it to the DeviceCertEnabled field.
func (*Radiusserverput) SetId ¶
func (o *Radiusserverput) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Radiusserverput) SetMfa ¶
func (o *Radiusserverput) SetMfa(v string)
SetMfa gets a reference to the given string and assigns it to the Mfa field.
func (*Radiusserverput) SetName ¶
func (o *Radiusserverput) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Radiusserverput) SetNetworkSourceIp ¶
func (o *Radiusserverput) SetNetworkSourceIp(v string)
SetNetworkSourceIp gets a reference to the given string and assigns it to the NetworkSourceIp field.
func (*Radiusserverput) SetTagNames ¶
func (o *Radiusserverput) SetTagNames(v []string)
SetTagNames gets a reference to the given []string and assigns it to the TagNames field.
func (*Radiusserverput) SetUserCertEnabled ¶
func (o *Radiusserverput) SetUserCertEnabled(v bool)
SetUserCertEnabled gets a reference to the given bool and assigns it to the UserCertEnabled field.
func (*Radiusserverput) SetUserLockoutAction ¶
func (o *Radiusserverput) SetUserLockoutAction(v string)
SetUserLockoutAction gets a reference to the given string and assigns it to the UserLockoutAction field.
func (*Radiusserverput) SetUserPasswordEnabled ¶
func (o *Radiusserverput) SetUserPasswordEnabled(v bool)
SetUserPasswordEnabled gets a reference to the given bool and assigns it to the UserPasswordEnabled field.
func (*Radiusserverput) SetUserPasswordExpirationAction ¶
func (o *Radiusserverput) SetUserPasswordExpirationAction(v string)
SetUserPasswordExpirationAction gets a reference to the given string and assigns it to the UserPasswordExpirationAction field.
func (Radiusserverput) ToMap ¶
func (o Radiusserverput) ToMap() (map[string]interface{}, error)
func (*Radiusserverput) UnmarshalJSON ¶
func (o *Radiusserverput) UnmarshalJSON(bytes []byte) (err error)
type Radiusserverslist ¶
type Radiusserverslist struct { Results []Radiusserver `json:"results,omitempty"` TotalCount *int32 `json:"totalCount,omitempty"` AdditionalProperties map[string]interface{} }
Radiusserverslist struct for Radiusserverslist
func NewRadiusserverslist ¶
func NewRadiusserverslist() *Radiusserverslist
NewRadiusserverslist instantiates a new Radiusserverslist 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 NewRadiusserverslistWithDefaults ¶
func NewRadiusserverslistWithDefaults() *Radiusserverslist
NewRadiusserverslistWithDefaults instantiates a new Radiusserverslist 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 (*Radiusserverslist) GetResults ¶
func (o *Radiusserverslist) GetResults() []Radiusserver
GetResults returns the Results field value if set, zero value otherwise.
func (*Radiusserverslist) GetResultsOk ¶
func (o *Radiusserverslist) GetResultsOk() ([]Radiusserver, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverslist) GetTotalCount ¶
func (o *Radiusserverslist) GetTotalCount() int32
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*Radiusserverslist) GetTotalCountOk ¶
func (o *Radiusserverslist) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Radiusserverslist) HasResults ¶
func (o *Radiusserverslist) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*Radiusserverslist) HasTotalCount ¶
func (o *Radiusserverslist) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (Radiusserverslist) MarshalJSON ¶
func (o Radiusserverslist) MarshalJSON() ([]byte, error)
func (*Radiusserverslist) SetResults ¶
func (o *Radiusserverslist) SetResults(v []Radiusserver)
SetResults gets a reference to the given []Radiusserver and assigns it to the Results field.
func (*Radiusserverslist) SetTotalCount ¶
func (o *Radiusserverslist) SetTotalCount(v int32)
SetTotalCount gets a reference to the given int32 and assigns it to the TotalCount field.
func (Radiusserverslist) ToMap ¶
func (o Radiusserverslist) ToMap() (map[string]interface{}, error)
func (*Radiusserverslist) UnmarshalJSON ¶
func (o *Radiusserverslist) UnmarshalJSON(bytes []byte) (err error)
type Search ¶
type Search struct { Fields *string `json:"fields,omitempty"` Filter map[string]interface{} `json:"filter,omitempty"` SearchFilter map[string]interface{} `json:"searchFilter,omitempty"` AdditionalProperties map[string]interface{} }
Search struct for Search
func NewSearch ¶
func NewSearch() *Search
NewSearch instantiates a new Search 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 NewSearchWithDefaults ¶
func NewSearchWithDefaults() *Search
NewSearchWithDefaults instantiates a new Search 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 (*Search) GetFieldsOk ¶
GetFieldsOk returns a tuple with the Fields field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Search) GetFilterOk ¶
GetFilterOk returns a tuple with the Filter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Search) GetSearchFilter ¶
GetSearchFilter returns the SearchFilter field value if set, zero value otherwise.
func (*Search) GetSearchFilterOk ¶
GetSearchFilterOk returns a tuple with the SearchFilter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Search) HasSearchFilter ¶
HasSearchFilter returns a boolean if a field has been set.
func (Search) MarshalJSON ¶
func (*Search) SetFields ¶
SetFields gets a reference to the given string and assigns it to the Fields field.
func (*Search) SetFilter ¶
SetFilter gets a reference to the given map[string]interface{} and assigns it to the Filter field.
func (*Search) SetSearchFilter ¶
SetSearchFilter gets a reference to the given map[string]interface{} and assigns it to the SearchFilter field.
func (*Search) UnmarshalJSON ¶
type SearchApiSearchCommandresultsPostRequest ¶
type SearchApiSearchCommandresultsPostRequest struct { ApiService *SearchApiService // contains filtered or unexported fields }
func (SearchApiSearchCommandresultsPostRequest) Body ¶
func (r SearchApiSearchCommandresultsPostRequest) Body(body Search) SearchApiSearchCommandresultsPostRequest
func (SearchApiSearchCommandresultsPostRequest) Execute ¶
func (r SearchApiSearchCommandresultsPostRequest) Execute() (*Commandresultslist, *http.Response, error)
func (SearchApiSearchCommandresultsPostRequest) Fields ¶
func (r SearchApiSearchCommandresultsPostRequest) Fields(fields string) SearchApiSearchCommandresultsPostRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (SearchApiSearchCommandresultsPostRequest) Filter ¶
func (r SearchApiSearchCommandresultsPostRequest) Filter(filter string) SearchApiSearchCommandresultsPostRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (SearchApiSearchCommandresultsPostRequest) Limit ¶
func (r SearchApiSearchCommandresultsPostRequest) Limit(limit int32) SearchApiSearchCommandresultsPostRequest
The number of records to return at once. Limited to 100.
func (SearchApiSearchCommandresultsPostRequest) Skip ¶
func (r SearchApiSearchCommandresultsPostRequest) Skip(skip int32) SearchApiSearchCommandresultsPostRequest
The offset into the records to return.
func (SearchApiSearchCommandresultsPostRequest) XOrgId ¶
func (r SearchApiSearchCommandresultsPostRequest) XOrgId(xOrgId string) SearchApiSearchCommandresultsPostRequest
type SearchApiSearchCommandsPostRequest ¶
type SearchApiSearchCommandsPostRequest struct { ApiService *SearchApiService // contains filtered or unexported fields }
func (SearchApiSearchCommandsPostRequest) Body ¶
func (r SearchApiSearchCommandsPostRequest) Body(body Search) SearchApiSearchCommandsPostRequest
func (SearchApiSearchCommandsPostRequest) Execute ¶
func (r SearchApiSearchCommandsPostRequest) Execute() (*Commandslist, *http.Response, error)
func (SearchApiSearchCommandsPostRequest) Fields ¶
func (r SearchApiSearchCommandsPostRequest) Fields(fields string) SearchApiSearchCommandsPostRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (SearchApiSearchCommandsPostRequest) Filter ¶
func (r SearchApiSearchCommandsPostRequest) Filter(filter string) SearchApiSearchCommandsPostRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (SearchApiSearchCommandsPostRequest) Limit ¶
func (r SearchApiSearchCommandsPostRequest) Limit(limit int32) SearchApiSearchCommandsPostRequest
The number of records to return at once. Limited to 100.
func (SearchApiSearchCommandsPostRequest) Skip ¶
func (r SearchApiSearchCommandsPostRequest) Skip(skip int32) SearchApiSearchCommandsPostRequest
The offset into the records to return.
func (SearchApiSearchCommandsPostRequest) XOrgId ¶
func (r SearchApiSearchCommandsPostRequest) XOrgId(xOrgId string) SearchApiSearchCommandsPostRequest
type SearchApiSearchOrganizationsPostRequest ¶
type SearchApiSearchOrganizationsPostRequest struct { ApiService *SearchApiService // contains filtered or unexported fields }
func (SearchApiSearchOrganizationsPostRequest) Body ¶
func (r SearchApiSearchOrganizationsPostRequest) Body(body Search) SearchApiSearchOrganizationsPostRequest
func (SearchApiSearchOrganizationsPostRequest) Execute ¶
func (r SearchApiSearchOrganizationsPostRequest) Execute() (*Organizationslist, *http.Response, error)
func (SearchApiSearchOrganizationsPostRequest) Fields ¶
func (r SearchApiSearchOrganizationsPostRequest) Fields(fields string) SearchApiSearchOrganizationsPostRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (SearchApiSearchOrganizationsPostRequest) Filter ¶
func (r SearchApiSearchOrganizationsPostRequest) Filter(filter string) SearchApiSearchOrganizationsPostRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (SearchApiSearchOrganizationsPostRequest) Limit ¶
func (r SearchApiSearchOrganizationsPostRequest) Limit(limit int32) SearchApiSearchOrganizationsPostRequest
The number of records to return at once. Limited to 100.
func (SearchApiSearchOrganizationsPostRequest) Skip ¶
func (r SearchApiSearchOrganizationsPostRequest) Skip(skip int32) SearchApiSearchOrganizationsPostRequest
The offset into the records to return.
type SearchApiSearchSystemsPostRequest ¶
type SearchApiSearchSystemsPostRequest struct { ApiService *SearchApiService // contains filtered or unexported fields }
func (SearchApiSearchSystemsPostRequest) Body ¶
func (r SearchApiSearchSystemsPostRequest) Body(body Search) SearchApiSearchSystemsPostRequest
func (SearchApiSearchSystemsPostRequest) Execute ¶
func (r SearchApiSearchSystemsPostRequest) Execute() (*Systemslist, *http.Response, error)
func (SearchApiSearchSystemsPostRequest) Fields ¶
func (r SearchApiSearchSystemsPostRequest) Fields(fields string) SearchApiSearchSystemsPostRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (SearchApiSearchSystemsPostRequest) Filter ¶
func (r SearchApiSearchSystemsPostRequest) Filter(filter string) SearchApiSearchSystemsPostRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (SearchApiSearchSystemsPostRequest) Limit ¶
func (r SearchApiSearchSystemsPostRequest) Limit(limit int32) SearchApiSearchSystemsPostRequest
The number of records to return at once. Limited to 100.
func (SearchApiSearchSystemsPostRequest) Skip ¶
func (r SearchApiSearchSystemsPostRequest) Skip(skip int32) SearchApiSearchSystemsPostRequest
The offset into the records to return.
func (SearchApiSearchSystemsPostRequest) XOrgId ¶
func (r SearchApiSearchSystemsPostRequest) XOrgId(xOrgId string) SearchApiSearchSystemsPostRequest
type SearchApiSearchSystemusersPostRequest ¶
type SearchApiSearchSystemusersPostRequest struct { ApiService *SearchApiService // contains filtered or unexported fields }
func (SearchApiSearchSystemusersPostRequest) Body ¶
func (r SearchApiSearchSystemusersPostRequest) Body(body Search) SearchApiSearchSystemusersPostRequest
func (SearchApiSearchSystemusersPostRequest) Execute ¶
func (r SearchApiSearchSystemusersPostRequest) Execute() (*Systemuserslist, *http.Response, error)
func (SearchApiSearchSystemusersPostRequest) Fields ¶
func (r SearchApiSearchSystemusersPostRequest) Fields(fields string) SearchApiSearchSystemusersPostRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (SearchApiSearchSystemusersPostRequest) Filter ¶
func (r SearchApiSearchSystemusersPostRequest) Filter(filter string) SearchApiSearchSystemusersPostRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (SearchApiSearchSystemusersPostRequest) Limit ¶
func (r SearchApiSearchSystemusersPostRequest) Limit(limit int32) SearchApiSearchSystemusersPostRequest
The number of records to return at once. Limited to 100.
func (SearchApiSearchSystemusersPostRequest) Skip ¶
func (r SearchApiSearchSystemusersPostRequest) Skip(skip int32) SearchApiSearchSystemusersPostRequest
The offset into the records to return.
func (SearchApiSearchSystemusersPostRequest) XOrgId ¶
func (r SearchApiSearchSystemusersPostRequest) XOrgId(xOrgId string) SearchApiSearchSystemusersPostRequest
type SearchApiService ¶
type SearchApiService service
SearchApiService SearchApi service
func (*SearchApiService) SearchCommandresultsPost ¶
func (a *SearchApiService) SearchCommandresultsPost(ctx context.Context) SearchApiSearchCommandresultsPostRequest
SearchCommandresultsPost Search Commands Results
Return Command Results in multi-record format allowing for the passing of the `filter` parameter.
To support advanced filtering you can use the `filter` and `searchFilter` parameters that can only be passed in the body of POST /api/search/commandresults route. The `filter` parameter must be passed as Content-Type application/json.
The `filter` parameter is an object with a single property, either `and` or `or` with the value of the property being an array of query expressions.
This allows you to filter records using the logic of matching ALL or ANY records in the array of query expressions. If the `and` or `or` are not included the default behavior is to match ALL query expressions.
#### Sample Request
Exact search for a specific command result ```
curl -X POST https://console.jumpcloud.com/api/search/commandresults \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "filter" : "workflowInstanceId:$eq:62f3c599ec4e928499069c7f", "fields" : "name workflowId sudo" }'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SearchApiSearchCommandresultsPostRequest
func (*SearchApiService) SearchCommandresultsPostExecute ¶
func (a *SearchApiService) SearchCommandresultsPostExecute(r SearchApiSearchCommandresultsPostRequest) (*Commandresultslist, *http.Response, error)
Execute executes the request
@return Commandresultslist
func (*SearchApiService) SearchCommandsPost ¶
func (a *SearchApiService) SearchCommandsPost(ctx context.Context) SearchApiSearchCommandsPostRequest
SearchCommandsPost Search Commands
Return Commands in multi-record format allowing for the passing of the `filter` and `searchFilter` parameters. This WILL NOT allow you to add a new command. To support advanced filtering you can use the `filter` and `searchFilter` parameters that can only be passed in the body of POST /api/search/* routes. The `filter` and `searchFilter` parameters must be passed as Content-Type application/json. The `filter` parameter is an object with a single property, either `and` or `or` with the value of the property being an array of query expressions. This allows you to filter records using the logic of matching ALL or ANY records in the array of query expressions. If the `and` or `or` are not included the default behavior is to match ALL query expressions. The `searchFilter` parameter allows text searching on supported fields by specifying a `searchTerm` and a list of `fields` to query on. If any `field` has a partial text match on the `searchTerm` the record will be returned.
#### Sample Request Exact search for a list of commands in a launchType ```
curl -X POST https://console.jumpcloud.com/api/search/commands \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "filter" : [{"launchType" : "repeated"}], "fields" : "name launchType sudo" }'
``` Text search for commands with name ```
curl -X POST https://console.jumpcloud.com/api/search/commands \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "searchFilter" : { "searchTerm": "List", "fields": ["name"] }, "fields" : "name launchType sudo" }'
``` Text search for multiple commands ```
curl -X POST https://console.jumpcloud.com/api/search/commands \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "searchFilter" : { "searchTerm": ["List", "Log"], "fields": ["name"] }, "fields" : "name launchType sudo" }'
``` Combining `filter` and `searchFilter` to text search for commands with name who are in a list of launchType ```
curl -X POST https://console.jumpcloud.com/api/search/commands \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "searchFilter": { "searchTerm": "List", "fields": ["name"] }, "filter": { "or": [ {"launchType" : "repeated"}, {"launchType" : "one-time"} ] }, "fields" : "name launchType sudo" }'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SearchApiSearchCommandsPostRequest
func (*SearchApiService) SearchCommandsPostExecute ¶
func (a *SearchApiService) SearchCommandsPostExecute(r SearchApiSearchCommandsPostRequest) (*Commandslist, *http.Response, error)
Execute executes the request
@return Commandslist
func (*SearchApiService) SearchOrganizationsPost ¶
func (a *SearchApiService) SearchOrganizationsPost(ctx context.Context) SearchApiSearchOrganizationsPostRequest
SearchOrganizationsPost Search Organizations
This endpoint will return Organization data based on your search parameters. This endpoint WILL NOT allow you to add a new Organization.
You can use the supported parameters and pass those in the body of request.
The parameters must be passed as Content-Type application/json.
#### Sample Request ```
curl -X POST https://console.jumpcloud.com/api/search/organizations \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "search":{ "fields" : ["settings.name"], "searchTerm": "Second" }, "fields": ["_id", "displayName", "logoUrl"], "limit" : 0, "skip" : 0 }'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SearchApiSearchOrganizationsPostRequest
func (*SearchApiService) SearchOrganizationsPostExecute ¶
func (a *SearchApiService) SearchOrganizationsPostExecute(r SearchApiSearchOrganizationsPostRequest) (*Organizationslist, *http.Response, error)
Execute executes the request
@return Organizationslist
func (*SearchApiService) SearchSystemsPost ¶
func (a *SearchApiService) SearchSystemsPost(ctx context.Context) SearchApiSearchSystemsPostRequest
SearchSystemsPost Search Systems
Return Systems in multi-record format allowing for the passing of the `filter` and `searchFilter` parameters. This WILL NOT allow you to add a new system.
To support advanced filtering you can use the `filter` and `searchFilter` parameters that can only be passed in the body of POST /api/search/* routes. The `filter` and `searchFilter` parameters must be passed as Content-Type application/json.
The `filter` parameter is an object with a single property, either `and` or `or` with the value of the property being an array of query expressions.
This allows you to filter records using the logic of matching ALL or ANY records in the array of query expressions. If the `and` or `or` are not included the default behavior is to match ALL query expressions.
The `searchFilter` parameter allows text searching on supported fields by specifying a `searchTerm` and a list of `fields` to query on. If any `field` has a partial text match on the `searchTerm` the record will be returned.
#### Sample Request
Exact search for a list of hostnames ```
curl -X POST https://console.jumpcloud.com/api/search/systems \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "filter": { "or": [ {"hostname" : "my-hostname"}, {"hostname" : "other-hostname"} ] }, "fields" : "os hostname displayName" }'
```
Text search for a hostname or display name ```
curl -X POST https://console.jumpcloud.com/api/search/systems \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "searchFilter": { "searchTerm": "my-host", "fields": ["hostname", "displayName"] }, "fields": "os hostname displayName" }'
```
Text search for a multiple hostnames. ```
curl -X POST https://console.jumpcloud.com/api/search/systems \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "searchFilter": { "searchTerm": ["my-host", "my-other-host"], "fields": ["hostname"] }, "fields": "os hostname displayName" }'
```
Combining `filter` and `searchFilter` to search for names that match a given OS ```
curl -X POST https://console.jumpcloud.com/api/search/systems \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "searchFilter": { "searchTerm": "my-host", "fields": ["hostname", "displayName"] }, "filter": { "or": [ {"os" : "Ubuntu"}, {"os" : "Mac OS X"} ] }, "fields": "os hostname displayName" }'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SearchApiSearchSystemsPostRequest
func (*SearchApiService) SearchSystemsPostExecute ¶
func (a *SearchApiService) SearchSystemsPostExecute(r SearchApiSearchSystemsPostRequest) (*Systemslist, *http.Response, error)
Execute executes the request
@return Systemslist
func (*SearchApiService) SearchSystemusersPost ¶
func (a *SearchApiService) SearchSystemusersPost(ctx context.Context) SearchApiSearchSystemusersPostRequest
SearchSystemusersPost Search System Users
Return System Users in multi-record format allowing for the passing of the `filter` and `searchFilter` parameters. This WILL NOT allow you to add a new system user.
To support advanced filtering you can use the `filter` and `searchFilter` parameters that can only be passed in the body of POST /api/search/* routes. The `filter` and `searchFilter` parameters must be passed as Content-Type application/json.
The `filter` parameter is an object with a single property, either `and` or `or` with the value of the property being an array of query expressions.
This allows you to filter records using the logic of matching ALL or ANY records in the array of query expressions. If the `and` or `or` are not included the default behavior is to match ALL query expressions.
The `searchFilter` parameter allows text searching on supported fields by specifying a `searchTerm` and a list of `fields` to query on. If any `field` has a partial text match on the `searchTerm` the record will be returned.
#### Sample Request
Exact search for a list of system users in a department ```
curl -X POST https://console.jumpcloud.com/api/search/systemusers \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "filter" : [{"department" : "IT"}], "fields" : "email username sudo" }'
```
Text search for system users with and email on a domain ```
curl -X POST https://console.jumpcloud.com/api/search/systemusers \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "searchFilter" : { "searchTerm": "@jumpcloud.com", "fields": ["email"] }, "fields" : "email username sudo" }'
```
Text search for multiple system users ```
curl -X POST https://console.jumpcloud.com/api/search/systemusers \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "searchFilter" : { "searchTerm": ["john", "sarah"], "fields": ["username"] }, "fields" : "email username sudo" }'
```
Combining `filter` and `searchFilter` to text search for system users with and email on a domain who are in a list of departments ```
curl -X POST https://console.jumpcloud.com/api/search/systemusers \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "searchFilter": { "searchTerm": "@jumpcloud.com", "fields": ["email"] }, "filter": { "or": [ {"department" : "IT"}, {"department" : "Sales"} ] }, "fields" : "email username sudo" }'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SearchApiSearchSystemusersPostRequest
func (*SearchApiService) SearchSystemusersPostExecute ¶
func (a *SearchApiService) SearchSystemusersPostExecute(r SearchApiSearchSystemusersPostRequest) (*Systemuserslist, *http.Response, error)
Execute executes the request
@return Systemuserslist
type ServerConfiguration ¶
type ServerConfiguration struct { URL string Description string Variables map[string]ServerVariable }
ServerConfiguration stores the information about a server
type ServerConfigurations ¶
type ServerConfigurations []ServerConfiguration
ServerConfigurations stores multiple ServerConfiguration items
type ServerVariable ¶
ServerVariable stores the information about a server variable
type Sshkeylist ¶
type Sshkeylist struct { // The ID of the SSH key. Id *string `json:"_id,omitempty"` // The date the SSH key was created. CreateDate *string `json:"create_date,omitempty"` // The name of the SSH key. Name *string `json:"name,omitempty"` // The Public SSH key. PublicKey *string `json:"public_key,omitempty"` AdditionalProperties map[string]interface{} }
Sshkeylist struct for Sshkeylist
func NewSshkeylist ¶
func NewSshkeylist() *Sshkeylist
NewSshkeylist instantiates a new Sshkeylist 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 NewSshkeylistWithDefaults ¶
func NewSshkeylistWithDefaults() *Sshkeylist
NewSshkeylistWithDefaults instantiates a new Sshkeylist 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 (*Sshkeylist) GetCreateDate ¶
func (o *Sshkeylist) GetCreateDate() string
GetCreateDate returns the CreateDate field value if set, zero value otherwise.
func (*Sshkeylist) GetCreateDateOk ¶
func (o *Sshkeylist) GetCreateDateOk() (*string, bool)
GetCreateDateOk returns a tuple with the CreateDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sshkeylist) GetId ¶
func (o *Sshkeylist) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Sshkeylist) GetIdOk ¶
func (o *Sshkeylist) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sshkeylist) GetName ¶
func (o *Sshkeylist) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*Sshkeylist) GetNameOk ¶
func (o *Sshkeylist) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sshkeylist) GetPublicKey ¶
func (o *Sshkeylist) GetPublicKey() string
GetPublicKey returns the PublicKey field value if set, zero value otherwise.
func (*Sshkeylist) GetPublicKeyOk ¶
func (o *Sshkeylist) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sshkeylist) HasCreateDate ¶
func (o *Sshkeylist) HasCreateDate() bool
HasCreateDate returns a boolean if a field has been set.
func (*Sshkeylist) HasId ¶
func (o *Sshkeylist) HasId() bool
HasId returns a boolean if a field has been set.
func (*Sshkeylist) HasName ¶
func (o *Sshkeylist) HasName() bool
HasName returns a boolean if a field has been set.
func (*Sshkeylist) HasPublicKey ¶
func (o *Sshkeylist) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (Sshkeylist) MarshalJSON ¶
func (o Sshkeylist) MarshalJSON() ([]byte, error)
func (*Sshkeylist) SetCreateDate ¶
func (o *Sshkeylist) SetCreateDate(v string)
SetCreateDate gets a reference to the given string and assigns it to the CreateDate field.
func (*Sshkeylist) SetId ¶
func (o *Sshkeylist) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Sshkeylist) SetName ¶
func (o *Sshkeylist) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*Sshkeylist) SetPublicKey ¶
func (o *Sshkeylist) SetPublicKey(v string)
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field.
func (Sshkeylist) ToMap ¶
func (o Sshkeylist) ToMap() (map[string]interface{}, error)
func (*Sshkeylist) UnmarshalJSON ¶
func (o *Sshkeylist) UnmarshalJSON(bytes []byte) (err error)
type Sshkeypost ¶
type Sshkeypost struct { // The name of the SSH key. Name string `json:"name"` // The Public SSH key. PublicKey string `json:"public_key"` AdditionalProperties map[string]interface{} }
Sshkeypost struct for Sshkeypost
func NewSshkeypost ¶
func NewSshkeypost(name string, publicKey string) *Sshkeypost
NewSshkeypost instantiates a new Sshkeypost 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 NewSshkeypostWithDefaults ¶
func NewSshkeypostWithDefaults() *Sshkeypost
NewSshkeypostWithDefaults instantiates a new Sshkeypost 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 (*Sshkeypost) GetName ¶
func (o *Sshkeypost) GetName() string
GetName returns the Name field value
func (*Sshkeypost) GetNameOk ¶
func (o *Sshkeypost) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*Sshkeypost) GetPublicKey ¶
func (o *Sshkeypost) GetPublicKey() string
GetPublicKey returns the PublicKey field value
func (*Sshkeypost) GetPublicKeyOk ¶
func (o *Sshkeypost) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field value and a boolean to check if the value has been set.
func (Sshkeypost) MarshalJSON ¶
func (o Sshkeypost) MarshalJSON() ([]byte, error)
func (*Sshkeypost) SetPublicKey ¶
func (o *Sshkeypost) SetPublicKey(v string)
SetPublicKey sets field value
func (Sshkeypost) ToMap ¶
func (o Sshkeypost) ToMap() (map[string]interface{}, error)
func (*Sshkeypost) UnmarshalJSON ¶
func (o *Sshkeypost) UnmarshalJSON(bytes []byte) (err error)
type Sso ¶
type Sso struct { Beta *bool `json:"beta,omitempty"` Hidden *bool `json:"hidden,omitempty"` IdpCertExpirationAt *time.Time `json:"idpCertExpirationAt,omitempty"` Jit *bool `json:"jit,omitempty"` Type *string `json:"type,omitempty"` AdditionalProperties map[string]interface{} }
Sso struct for Sso
func NewSso ¶
func NewSso() *Sso
NewSso instantiates a new Sso 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 NewSsoWithDefaults ¶
func NewSsoWithDefaults() *Sso
NewSsoWithDefaults instantiates a new Sso 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 (*Sso) GetBetaOk ¶
GetBetaOk returns a tuple with the Beta field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sso) GetHiddenOk ¶
GetHiddenOk returns a tuple with the Hidden field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sso) GetIdpCertExpirationAt ¶
GetIdpCertExpirationAt returns the IdpCertExpirationAt field value if set, zero value otherwise.
func (*Sso) GetIdpCertExpirationAtOk ¶
GetIdpCertExpirationAtOk returns a tuple with the IdpCertExpirationAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sso) GetJitOk ¶
GetJitOk returns a tuple with the Jit field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sso) GetTypeOk ¶
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Sso) HasIdpCertExpirationAt ¶
HasIdpCertExpirationAt returns a boolean if a field has been set.
func (Sso) MarshalJSON ¶
func (*Sso) SetHidden ¶
SetHidden gets a reference to the given bool and assigns it to the Hidden field.
func (*Sso) SetIdpCertExpirationAt ¶
SetIdpCertExpirationAt gets a reference to the given time.Time and assigns it to the IdpCertExpirationAt field.
func (*Sso) SetType ¶
SetType gets a reference to the given string and assigns it to the Type field.
func (*Sso) UnmarshalJSON ¶
type System ¶
type System struct { Id *string `json:"_id,omitempty"` Active *bool `json:"active,omitempty"` AgentVersion *string `json:"agentVersion,omitempty"` AllowMultiFactorAuthentication *bool `json:"allowMultiFactorAuthentication,omitempty"` AllowPublicKeyAuthentication *bool `json:"allowPublicKeyAuthentication,omitempty"` AllowSshPasswordAuthentication *bool `json:"allowSshPasswordAuthentication,omitempty"` AllowSshRootLogin *bool `json:"allowSshRootLogin,omitempty"` AmazonInstanceID *string `json:"amazonInstanceID,omitempty"` Arch *string `json:"arch,omitempty"` ArchFamily *string `json:"archFamily,omitempty"` AzureAdJoined *bool `json:"azureAdJoined,omitempty"` BuiltInCommands []SystemBuiltInCommandsInner `json:"builtInCommands,omitempty"` ConnectionHistory []map[string]interface{} `json:"connectionHistory,omitempty"` Created *time.Time `json:"created,omitempty"` Description *string `json:"description,omitempty"` DesktopCapable *bool `json:"desktopCapable,omitempty"` DisplayManager *string `json:"displayManager,omitempty"` DisplayName *string `json:"displayName,omitempty"` DomainInfo *SystemDomainInfo `json:"domainInfo,omitempty"` Fde *Fde `json:"fde,omitempty"` FileSystem NullableString `json:"fileSystem,omitempty"` HasServiceAccount *bool `json:"hasServiceAccount,omitempty"` Hostname *string `json:"hostname,omitempty"` LastContact NullableTime `json:"lastContact,omitempty"` Mdm *SystemMdm `json:"mdm,omitempty"` ModifySSHDConfig *bool `json:"modifySSHDConfig,omitempty"` NetworkInterfaces []SystemNetworkInterfacesInner `json:"networkInterfaces,omitempty"` Organization *string `json:"organization,omitempty"` Os *string `json:"os,omitempty"` OsFamily *string `json:"osFamily,omitempty"` OsVersionDetail *SystemOsVersionDetail `json:"osVersionDetail,omitempty"` ProvisionMetadata *SystemProvisionMetadata `json:"provisionMetadata,omitempty"` RemoteIP *string `json:"remoteIP,omitempty"` SecureLoginEnabled *bool `json:"secureLoginEnabled,omitempty"` SerialNumber *string `json:"serialNumber,omitempty"` ServiceAccountState *SystemServiceAccountState `json:"serviceAccountState,omitempty"` SshRootEnabled *bool `json:"sshRootEnabled,omitempty"` SshdParams []SystemSshdParamsInner `json:"sshdParams,omitempty"` SystemInsights *SystemSystemInsights `json:"systemInsights,omitempty"` SystemTimezone *int32 `json:"systemTimezone,omitempty"` Tags []string `json:"tags,omitempty"` TemplateName *string `json:"templateName,omitempty"` UserMetrics []SystemUserMetricsInner `json:"userMetrics,omitempty"` Version *string `json:"version,omitempty"` AdditionalProperties map[string]interface{} }
System struct for System
func NewSystem ¶
func NewSystem() *System
NewSystem instantiates a new System 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 NewSystemWithDefaults ¶
func NewSystemWithDefaults() *System
NewSystemWithDefaults instantiates a new System 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 (*System) GetActiveOk ¶
GetActiveOk returns a tuple with the Active field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetAgentVersion ¶
GetAgentVersion returns the AgentVersion field value if set, zero value otherwise.
func (*System) GetAgentVersionOk ¶
GetAgentVersionOk returns a tuple with the AgentVersion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetAllowMultiFactorAuthentication ¶
GetAllowMultiFactorAuthentication returns the AllowMultiFactorAuthentication field value if set, zero value otherwise.
func (*System) GetAllowMultiFactorAuthenticationOk ¶
GetAllowMultiFactorAuthenticationOk returns a tuple with the AllowMultiFactorAuthentication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetAllowPublicKeyAuthentication ¶
GetAllowPublicKeyAuthentication returns the AllowPublicKeyAuthentication field value if set, zero value otherwise.
func (*System) GetAllowPublicKeyAuthenticationOk ¶
GetAllowPublicKeyAuthenticationOk returns a tuple with the AllowPublicKeyAuthentication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetAllowSshPasswordAuthentication ¶
GetAllowSshPasswordAuthentication returns the AllowSshPasswordAuthentication field value if set, zero value otherwise.
func (*System) GetAllowSshPasswordAuthenticationOk ¶
GetAllowSshPasswordAuthenticationOk returns a tuple with the AllowSshPasswordAuthentication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetAllowSshRootLogin ¶
GetAllowSshRootLogin returns the AllowSshRootLogin field value if set, zero value otherwise.
func (*System) GetAllowSshRootLoginOk ¶
GetAllowSshRootLoginOk returns a tuple with the AllowSshRootLogin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetAmazonInstanceID ¶
GetAmazonInstanceID returns the AmazonInstanceID field value if set, zero value otherwise.
func (*System) GetAmazonInstanceIDOk ¶
GetAmazonInstanceIDOk returns a tuple with the AmazonInstanceID field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetArchFamily ¶
GetArchFamily returns the ArchFamily field value if set, zero value otherwise.
func (*System) GetArchFamilyOk ¶
GetArchFamilyOk returns a tuple with the ArchFamily field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetArchOk ¶
GetArchOk returns a tuple with the Arch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetAzureAdJoined ¶
GetAzureAdJoined returns the AzureAdJoined field value if set, zero value otherwise.
func (*System) GetAzureAdJoinedOk ¶
GetAzureAdJoinedOk returns a tuple with the AzureAdJoined field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetBuiltInCommands ¶
func (o *System) GetBuiltInCommands() []SystemBuiltInCommandsInner
GetBuiltInCommands returns the BuiltInCommands field value if set, zero value otherwise.
func (*System) GetBuiltInCommandsOk ¶
func (o *System) GetBuiltInCommandsOk() ([]SystemBuiltInCommandsInner, bool)
GetBuiltInCommandsOk returns a tuple with the BuiltInCommands field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetConnectionHistory ¶
GetConnectionHistory returns the ConnectionHistory field value if set, zero value otherwise.
func (*System) GetConnectionHistoryOk ¶
GetConnectionHistoryOk returns a tuple with the ConnectionHistory field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetCreated ¶
GetCreated returns the Created field value if set, zero value otherwise.
func (*System) GetCreatedOk ¶
GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetDescription ¶
GetDescription returns the Description field value if set, zero value otherwise.
func (*System) GetDescriptionOk ¶
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetDesktopCapable ¶
GetDesktopCapable returns the DesktopCapable field value if set, zero value otherwise.
func (*System) GetDesktopCapableOk ¶
GetDesktopCapableOk returns a tuple with the DesktopCapable field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetDisplayManager ¶
GetDisplayManager returns the DisplayManager field value if set, zero value otherwise.
func (*System) GetDisplayManagerOk ¶
GetDisplayManagerOk returns a tuple with the DisplayManager field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetDisplayName ¶
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*System) GetDisplayNameOk ¶
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetDomainInfo ¶
func (o *System) GetDomainInfo() SystemDomainInfo
GetDomainInfo returns the DomainInfo field value if set, zero value otherwise.
func (*System) GetDomainInfoOk ¶
func (o *System) GetDomainInfoOk() (*SystemDomainInfo, bool)
GetDomainInfoOk returns a tuple with the DomainInfo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetFdeOk ¶
GetFdeOk returns a tuple with the Fde field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetFileSystem ¶
GetFileSystem returns the FileSystem field value if set, zero value otherwise (both if not set or set to explicit null).
func (*System) GetFileSystemOk ¶
GetFileSystemOk returns a tuple with the FileSystem field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*System) GetHasServiceAccount ¶
GetHasServiceAccount returns the HasServiceAccount field value if set, zero value otherwise.
func (*System) GetHasServiceAccountOk ¶
GetHasServiceAccountOk returns a tuple with the HasServiceAccount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetHostname ¶
GetHostname returns the Hostname field value if set, zero value otherwise.
func (*System) GetHostnameOk ¶
GetHostnameOk returns a tuple with the Hostname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetIdOk ¶
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetLastContact ¶
GetLastContact returns the LastContact field value if set, zero value otherwise (both if not set or set to explicit null).
func (*System) GetLastContactOk ¶
GetLastContactOk returns a tuple with the LastContact field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*System) GetMdmOk ¶
GetMdmOk returns a tuple with the Mdm field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetModifySSHDConfig ¶
GetModifySSHDConfig returns the ModifySSHDConfig field value if set, zero value otherwise.
func (*System) GetModifySSHDConfigOk ¶
GetModifySSHDConfigOk returns a tuple with the ModifySSHDConfig field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetNetworkInterfaces ¶
func (o *System) GetNetworkInterfaces() []SystemNetworkInterfacesInner
GetNetworkInterfaces returns the NetworkInterfaces field value if set, zero value otherwise.
func (*System) GetNetworkInterfacesOk ¶
func (o *System) GetNetworkInterfacesOk() ([]SystemNetworkInterfacesInner, bool)
GetNetworkInterfacesOk returns a tuple with the NetworkInterfaces field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetOrganization ¶
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*System) GetOrganizationOk ¶
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetOsFamily ¶
GetOsFamily returns the OsFamily field value if set, zero value otherwise.
func (*System) GetOsFamilyOk ¶
GetOsFamilyOk returns a tuple with the OsFamily field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetOsOk ¶
GetOsOk returns a tuple with the Os field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetOsVersionDetail ¶
func (o *System) GetOsVersionDetail() SystemOsVersionDetail
GetOsVersionDetail returns the OsVersionDetail field value if set, zero value otherwise.
func (*System) GetOsVersionDetailOk ¶
func (o *System) GetOsVersionDetailOk() (*SystemOsVersionDetail, bool)
GetOsVersionDetailOk returns a tuple with the OsVersionDetail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetProvisionMetadata ¶
func (o *System) GetProvisionMetadata() SystemProvisionMetadata
GetProvisionMetadata returns the ProvisionMetadata field value if set, zero value otherwise.
func (*System) GetProvisionMetadataOk ¶
func (o *System) GetProvisionMetadataOk() (*SystemProvisionMetadata, bool)
GetProvisionMetadataOk returns a tuple with the ProvisionMetadata field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetRemoteIP ¶
GetRemoteIP returns the RemoteIP field value if set, zero value otherwise.
func (*System) GetRemoteIPOk ¶
GetRemoteIPOk returns a tuple with the RemoteIP field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetSecureLoginEnabled ¶
GetSecureLoginEnabled returns the SecureLoginEnabled field value if set, zero value otherwise.
func (*System) GetSecureLoginEnabledOk ¶
GetSecureLoginEnabledOk returns a tuple with the SecureLoginEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetSerialNumber ¶
GetSerialNumber returns the SerialNumber field value if set, zero value otherwise.
func (*System) GetSerialNumberOk ¶
GetSerialNumberOk returns a tuple with the SerialNumber field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetServiceAccountState ¶
func (o *System) GetServiceAccountState() SystemServiceAccountState
GetServiceAccountState returns the ServiceAccountState field value if set, zero value otherwise.
func (*System) GetServiceAccountStateOk ¶
func (o *System) GetServiceAccountStateOk() (*SystemServiceAccountState, bool)
GetServiceAccountStateOk returns a tuple with the ServiceAccountState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetSshRootEnabled ¶
GetSshRootEnabled returns the SshRootEnabled field value if set, zero value otherwise.
func (*System) GetSshRootEnabledOk ¶
GetSshRootEnabledOk returns a tuple with the SshRootEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetSshdParams ¶
func (o *System) GetSshdParams() []SystemSshdParamsInner
GetSshdParams returns the SshdParams field value if set, zero value otherwise.
func (*System) GetSshdParamsOk ¶
func (o *System) GetSshdParamsOk() ([]SystemSshdParamsInner, bool)
GetSshdParamsOk returns a tuple with the SshdParams field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetSystemInsights ¶
func (o *System) GetSystemInsights() SystemSystemInsights
GetSystemInsights returns the SystemInsights field value if set, zero value otherwise.
func (*System) GetSystemInsightsOk ¶
func (o *System) GetSystemInsightsOk() (*SystemSystemInsights, bool)
GetSystemInsightsOk returns a tuple with the SystemInsights field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetSystemTimezone ¶
GetSystemTimezone returns the SystemTimezone field value if set, zero value otherwise.
func (*System) GetSystemTimezoneOk ¶
GetSystemTimezoneOk returns a tuple with the SystemTimezone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetTagsOk ¶
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetTemplateName ¶
GetTemplateName returns the TemplateName field value if set, zero value otherwise.
func (*System) GetTemplateNameOk ¶
GetTemplateNameOk returns a tuple with the TemplateName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetUserMetrics ¶
func (o *System) GetUserMetrics() []SystemUserMetricsInner
GetUserMetrics returns the UserMetrics field value if set, zero value otherwise.
func (*System) GetUserMetricsOk ¶
func (o *System) GetUserMetricsOk() ([]SystemUserMetricsInner, bool)
GetUserMetricsOk returns a tuple with the UserMetrics field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) GetVersion ¶
GetVersion returns the Version field value if set, zero value otherwise.
func (*System) GetVersionOk ¶
GetVersionOk returns a tuple with the Version field value if set, nil otherwise and a boolean to check if the value has been set.
func (*System) HasAgentVersion ¶
HasAgentVersion returns a boolean if a field has been set.
func (*System) HasAllowMultiFactorAuthentication ¶
HasAllowMultiFactorAuthentication returns a boolean if a field has been set.
func (*System) HasAllowPublicKeyAuthentication ¶
HasAllowPublicKeyAuthentication returns a boolean if a field has been set.
func (*System) HasAllowSshPasswordAuthentication ¶
HasAllowSshPasswordAuthentication returns a boolean if a field has been set.
func (*System) HasAllowSshRootLogin ¶
HasAllowSshRootLogin returns a boolean if a field has been set.
func (*System) HasAmazonInstanceID ¶
HasAmazonInstanceID returns a boolean if a field has been set.
func (*System) HasArchFamily ¶
HasArchFamily returns a boolean if a field has been set.
func (*System) HasAzureAdJoined ¶
HasAzureAdJoined returns a boolean if a field has been set.
func (*System) HasBuiltInCommands ¶
HasBuiltInCommands returns a boolean if a field has been set.
func (*System) HasConnectionHistory ¶
HasConnectionHistory returns a boolean if a field has been set.
func (*System) HasCreated ¶
HasCreated returns a boolean if a field has been set.
func (*System) HasDescription ¶
HasDescription returns a boolean if a field has been set.
func (*System) HasDesktopCapable ¶
HasDesktopCapable returns a boolean if a field has been set.
func (*System) HasDisplayManager ¶
HasDisplayManager returns a boolean if a field has been set.
func (*System) HasDisplayName ¶
HasDisplayName returns a boolean if a field has been set.
func (*System) HasDomainInfo ¶
HasDomainInfo returns a boolean if a field has been set.
func (*System) HasFileSystem ¶
HasFileSystem returns a boolean if a field has been set.
func (*System) HasHasServiceAccount ¶
HasHasServiceAccount returns a boolean if a field has been set.
func (*System) HasHostname ¶
HasHostname returns a boolean if a field has been set.
func (*System) HasLastContact ¶
HasLastContact returns a boolean if a field has been set.
func (*System) HasModifySSHDConfig ¶
HasModifySSHDConfig returns a boolean if a field has been set.
func (*System) HasNetworkInterfaces ¶
HasNetworkInterfaces returns a boolean if a field has been set.
func (*System) HasOrganization ¶
HasOrganization returns a boolean if a field has been set.
func (*System) HasOsFamily ¶
HasOsFamily returns a boolean if a field has been set.
func (*System) HasOsVersionDetail ¶
HasOsVersionDetail returns a boolean if a field has been set.
func (*System) HasProvisionMetadata ¶
HasProvisionMetadata returns a boolean if a field has been set.
func (*System) HasRemoteIP ¶
HasRemoteIP returns a boolean if a field has been set.
func (*System) HasSecureLoginEnabled ¶
HasSecureLoginEnabled returns a boolean if a field has been set.
func (*System) HasSerialNumber ¶
HasSerialNumber returns a boolean if a field has been set.
func (*System) HasServiceAccountState ¶
HasServiceAccountState returns a boolean if a field has been set.
func (*System) HasSshRootEnabled ¶
HasSshRootEnabled returns a boolean if a field has been set.
func (*System) HasSshdParams ¶
HasSshdParams returns a boolean if a field has been set.
func (*System) HasSystemInsights ¶
HasSystemInsights returns a boolean if a field has been set.
func (*System) HasSystemTimezone ¶
HasSystemTimezone returns a boolean if a field has been set.
func (*System) HasTemplateName ¶
HasTemplateName returns a boolean if a field has been set.
func (*System) HasUserMetrics ¶
HasUserMetrics returns a boolean if a field has been set.
func (*System) HasVersion ¶
HasVersion returns a boolean if a field has been set.
func (System) MarshalJSON ¶
func (*System) SetActive ¶
SetActive gets a reference to the given bool and assigns it to the Active field.
func (*System) SetAgentVersion ¶
SetAgentVersion gets a reference to the given string and assigns it to the AgentVersion field.
func (*System) SetAllowMultiFactorAuthentication ¶
SetAllowMultiFactorAuthentication gets a reference to the given bool and assigns it to the AllowMultiFactorAuthentication field.
func (*System) SetAllowPublicKeyAuthentication ¶
SetAllowPublicKeyAuthentication gets a reference to the given bool and assigns it to the AllowPublicKeyAuthentication field.
func (*System) SetAllowSshPasswordAuthentication ¶
SetAllowSshPasswordAuthentication gets a reference to the given bool and assigns it to the AllowSshPasswordAuthentication field.
func (*System) SetAllowSshRootLogin ¶
SetAllowSshRootLogin gets a reference to the given bool and assigns it to the AllowSshRootLogin field.
func (*System) SetAmazonInstanceID ¶
SetAmazonInstanceID gets a reference to the given string and assigns it to the AmazonInstanceID field.
func (*System) SetArch ¶
SetArch gets a reference to the given string and assigns it to the Arch field.
func (*System) SetArchFamily ¶
SetArchFamily gets a reference to the given string and assigns it to the ArchFamily field.
func (*System) SetAzureAdJoined ¶
SetAzureAdJoined gets a reference to the given bool and assigns it to the AzureAdJoined field.
func (*System) SetBuiltInCommands ¶
func (o *System) SetBuiltInCommands(v []SystemBuiltInCommandsInner)
SetBuiltInCommands gets a reference to the given []SystemBuiltInCommandsInner and assigns it to the BuiltInCommands field.
func (*System) SetConnectionHistory ¶
SetConnectionHistory gets a reference to the given []map[string]interface{} and assigns it to the ConnectionHistory field.
func (*System) SetCreated ¶
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (*System) SetDescription ¶
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*System) SetDesktopCapable ¶
SetDesktopCapable gets a reference to the given bool and assigns it to the DesktopCapable field.
func (*System) SetDisplayManager ¶
SetDisplayManager gets a reference to the given string and assigns it to the DisplayManager field.
func (*System) SetDisplayName ¶
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*System) SetDomainInfo ¶
func (o *System) SetDomainInfo(v SystemDomainInfo)
SetDomainInfo gets a reference to the given SystemDomainInfo and assigns it to the DomainInfo field.
func (*System) SetFileSystem ¶
SetFileSystem gets a reference to the given NullableString and assigns it to the FileSystem field.
func (*System) SetFileSystemNil ¶
func (o *System) SetFileSystemNil()
SetFileSystemNil sets the value for FileSystem to be an explicit nil
func (*System) SetHasServiceAccount ¶
SetHasServiceAccount gets a reference to the given bool and assigns it to the HasServiceAccount field.
func (*System) SetHostname ¶
SetHostname gets a reference to the given string and assigns it to the Hostname field.
func (*System) SetLastContact ¶
SetLastContact gets a reference to the given NullableTime and assigns it to the LastContact field.
func (*System) SetLastContactNil ¶
func (o *System) SetLastContactNil()
SetLastContactNil sets the value for LastContact to be an explicit nil
func (*System) SetMdm ¶
SetMdm gets a reference to the given SystemMdm and assigns it to the Mdm field.
func (*System) SetModifySSHDConfig ¶
SetModifySSHDConfig gets a reference to the given bool and assigns it to the ModifySSHDConfig field.
func (*System) SetNetworkInterfaces ¶
func (o *System) SetNetworkInterfaces(v []SystemNetworkInterfacesInner)
SetNetworkInterfaces gets a reference to the given []SystemNetworkInterfacesInner and assigns it to the NetworkInterfaces field.
func (*System) SetOrganization ¶
SetOrganization gets a reference to the given string and assigns it to the Organization field.
func (*System) SetOsFamily ¶
SetOsFamily gets a reference to the given string and assigns it to the OsFamily field.
func (*System) SetOsVersionDetail ¶
func (o *System) SetOsVersionDetail(v SystemOsVersionDetail)
SetOsVersionDetail gets a reference to the given SystemOsVersionDetail and assigns it to the OsVersionDetail field.
func (*System) SetProvisionMetadata ¶
func (o *System) SetProvisionMetadata(v SystemProvisionMetadata)
SetProvisionMetadata gets a reference to the given SystemProvisionMetadata and assigns it to the ProvisionMetadata field.
func (*System) SetRemoteIP ¶
SetRemoteIP gets a reference to the given string and assigns it to the RemoteIP field.
func (*System) SetSecureLoginEnabled ¶
SetSecureLoginEnabled gets a reference to the given bool and assigns it to the SecureLoginEnabled field.
func (*System) SetSerialNumber ¶
SetSerialNumber gets a reference to the given string and assigns it to the SerialNumber field.
func (*System) SetServiceAccountState ¶
func (o *System) SetServiceAccountState(v SystemServiceAccountState)
SetServiceAccountState gets a reference to the given SystemServiceAccountState and assigns it to the ServiceAccountState field.
func (*System) SetSshRootEnabled ¶
SetSshRootEnabled gets a reference to the given bool and assigns it to the SshRootEnabled field.
func (*System) SetSshdParams ¶
func (o *System) SetSshdParams(v []SystemSshdParamsInner)
SetSshdParams gets a reference to the given []SystemSshdParamsInner and assigns it to the SshdParams field.
func (*System) SetSystemInsights ¶
func (o *System) SetSystemInsights(v SystemSystemInsights)
SetSystemInsights gets a reference to the given SystemSystemInsights and assigns it to the SystemInsights field.
func (*System) SetSystemTimezone ¶
SetSystemTimezone gets a reference to the given int32 and assigns it to the SystemTimezone field.
func (*System) SetTags ¶
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*System) SetTemplateName ¶
SetTemplateName gets a reference to the given string and assigns it to the TemplateName field.
func (*System) SetUserMetrics ¶
func (o *System) SetUserMetrics(v []SystemUserMetricsInner)
SetUserMetrics gets a reference to the given []SystemUserMetricsInner and assigns it to the UserMetrics field.
func (*System) SetVersion ¶
SetVersion gets a reference to the given string and assigns it to the Version field.
func (*System) UnmarshalJSON ¶
func (*System) UnsetFileSystem ¶
func (o *System) UnsetFileSystem()
UnsetFileSystem ensures that no value is present for FileSystem, not even an explicit nil
func (*System) UnsetLastContact ¶
func (o *System) UnsetLastContact()
UnsetLastContact ensures that no value is present for LastContact, not even an explicit nil
type SystemBuiltInCommandsInner ¶
type SystemBuiltInCommandsInner struct { Name *string `json:"name,omitempty"` Type *string `json:"type,omitempty"` AdditionalProperties map[string]interface{} }
SystemBuiltInCommandsInner struct for SystemBuiltInCommandsInner
func NewSystemBuiltInCommandsInner ¶
func NewSystemBuiltInCommandsInner() *SystemBuiltInCommandsInner
NewSystemBuiltInCommandsInner instantiates a new SystemBuiltInCommandsInner 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 NewSystemBuiltInCommandsInnerWithDefaults ¶
func NewSystemBuiltInCommandsInnerWithDefaults() *SystemBuiltInCommandsInner
NewSystemBuiltInCommandsInnerWithDefaults instantiates a new SystemBuiltInCommandsInner 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 (*SystemBuiltInCommandsInner) GetName ¶
func (o *SystemBuiltInCommandsInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SystemBuiltInCommandsInner) GetNameOk ¶
func (o *SystemBuiltInCommandsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemBuiltInCommandsInner) GetType ¶
func (o *SystemBuiltInCommandsInner) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SystemBuiltInCommandsInner) GetTypeOk ¶
func (o *SystemBuiltInCommandsInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemBuiltInCommandsInner) HasName ¶
func (o *SystemBuiltInCommandsInner) HasName() bool
HasName returns a boolean if a field has been set.
func (*SystemBuiltInCommandsInner) HasType ¶
func (o *SystemBuiltInCommandsInner) HasType() bool
HasType returns a boolean if a field has been set.
func (SystemBuiltInCommandsInner) MarshalJSON ¶
func (o SystemBuiltInCommandsInner) MarshalJSON() ([]byte, error)
func (*SystemBuiltInCommandsInner) SetName ¶
func (o *SystemBuiltInCommandsInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SystemBuiltInCommandsInner) SetType ¶
func (o *SystemBuiltInCommandsInner) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (SystemBuiltInCommandsInner) ToMap ¶
func (o SystemBuiltInCommandsInner) ToMap() (map[string]interface{}, error)
func (*SystemBuiltInCommandsInner) UnmarshalJSON ¶
func (o *SystemBuiltInCommandsInner) UnmarshalJSON(bytes []byte) (err error)
type SystemDomainInfo ¶
type SystemDomainInfo struct { DomainName *string `json:"domainName,omitempty"` PartOfDomain *bool `json:"partOfDomain,omitempty"` AdditionalProperties map[string]interface{} }
SystemDomainInfo struct for SystemDomainInfo
func NewSystemDomainInfo ¶
func NewSystemDomainInfo() *SystemDomainInfo
NewSystemDomainInfo instantiates a new SystemDomainInfo 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 NewSystemDomainInfoWithDefaults ¶
func NewSystemDomainInfoWithDefaults() *SystemDomainInfo
NewSystemDomainInfoWithDefaults instantiates a new SystemDomainInfo 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 (*SystemDomainInfo) GetDomainName ¶
func (o *SystemDomainInfo) GetDomainName() string
GetDomainName returns the DomainName field value if set, zero value otherwise.
func (*SystemDomainInfo) GetDomainNameOk ¶
func (o *SystemDomainInfo) GetDomainNameOk() (*string, bool)
GetDomainNameOk returns a tuple with the DomainName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemDomainInfo) GetPartOfDomain ¶
func (o *SystemDomainInfo) GetPartOfDomain() bool
GetPartOfDomain returns the PartOfDomain field value if set, zero value otherwise.
func (*SystemDomainInfo) GetPartOfDomainOk ¶
func (o *SystemDomainInfo) GetPartOfDomainOk() (*bool, bool)
GetPartOfDomainOk returns a tuple with the PartOfDomain field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemDomainInfo) HasDomainName ¶
func (o *SystemDomainInfo) HasDomainName() bool
HasDomainName returns a boolean if a field has been set.
func (*SystemDomainInfo) HasPartOfDomain ¶
func (o *SystemDomainInfo) HasPartOfDomain() bool
HasPartOfDomain returns a boolean if a field has been set.
func (SystemDomainInfo) MarshalJSON ¶
func (o SystemDomainInfo) MarshalJSON() ([]byte, error)
func (*SystemDomainInfo) SetDomainName ¶
func (o *SystemDomainInfo) SetDomainName(v string)
SetDomainName gets a reference to the given string and assigns it to the DomainName field.
func (*SystemDomainInfo) SetPartOfDomain ¶
func (o *SystemDomainInfo) SetPartOfDomain(v bool)
SetPartOfDomain gets a reference to the given bool and assigns it to the PartOfDomain field.
func (SystemDomainInfo) ToMap ¶
func (o SystemDomainInfo) ToMap() (map[string]interface{}, error)
func (*SystemDomainInfo) UnmarshalJSON ¶
func (o *SystemDomainInfo) UnmarshalJSON(bytes []byte) (err error)
type SystemMdm ¶
type SystemMdm struct { Dep *bool `json:"dep,omitempty"` EnrollmentType *string `json:"enrollmentType,omitempty"` Internal *SystemMdmInternal `json:"internal,omitempty"` ProfileIdentifier *string `json:"profileIdentifier,omitempty"` UserApproved *bool `json:"userApproved,omitempty"` Vendor *string `json:"vendor,omitempty"` AdditionalProperties map[string]interface{} }
SystemMdm struct for SystemMdm
func NewSystemMdm ¶
func NewSystemMdm() *SystemMdm
NewSystemMdm instantiates a new SystemMdm 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 NewSystemMdmWithDefaults ¶
func NewSystemMdmWithDefaults() *SystemMdm
NewSystemMdmWithDefaults instantiates a new SystemMdm 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 (*SystemMdm) GetDepOk ¶
GetDepOk returns a tuple with the Dep field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemMdm) GetEnrollmentType ¶
GetEnrollmentType returns the EnrollmentType field value if set, zero value otherwise.
func (*SystemMdm) GetEnrollmentTypeOk ¶
GetEnrollmentTypeOk returns a tuple with the EnrollmentType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemMdm) GetInternal ¶
func (o *SystemMdm) GetInternal() SystemMdmInternal
GetInternal returns the Internal field value if set, zero value otherwise.
func (*SystemMdm) GetInternalOk ¶
func (o *SystemMdm) GetInternalOk() (*SystemMdmInternal, bool)
GetInternalOk returns a tuple with the Internal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemMdm) GetProfileIdentifier ¶
GetProfileIdentifier returns the ProfileIdentifier field value if set, zero value otherwise.
func (*SystemMdm) GetProfileIdentifierOk ¶
GetProfileIdentifierOk returns a tuple with the ProfileIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemMdm) GetUserApproved ¶
GetUserApproved returns the UserApproved field value if set, zero value otherwise.
func (*SystemMdm) GetUserApprovedOk ¶
GetUserApprovedOk returns a tuple with the UserApproved field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemMdm) GetVendor ¶
GetVendor returns the Vendor field value if set, zero value otherwise.
func (*SystemMdm) GetVendorOk ¶
GetVendorOk returns a tuple with the Vendor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemMdm) HasEnrollmentType ¶
HasEnrollmentType returns a boolean if a field has been set.
func (*SystemMdm) HasInternal ¶
HasInternal returns a boolean if a field has been set.
func (*SystemMdm) HasProfileIdentifier ¶
HasProfileIdentifier returns a boolean if a field has been set.
func (*SystemMdm) HasUserApproved ¶
HasUserApproved returns a boolean if a field has been set.
func (SystemMdm) MarshalJSON ¶
func (*SystemMdm) SetDep ¶
SetDep gets a reference to the given bool and assigns it to the Dep field.
func (*SystemMdm) SetEnrollmentType ¶
SetEnrollmentType gets a reference to the given string and assigns it to the EnrollmentType field.
func (*SystemMdm) SetInternal ¶
func (o *SystemMdm) SetInternal(v SystemMdmInternal)
SetInternal gets a reference to the given SystemMdmInternal and assigns it to the Internal field.
func (*SystemMdm) SetProfileIdentifier ¶
SetProfileIdentifier gets a reference to the given string and assigns it to the ProfileIdentifier field.
func (*SystemMdm) SetUserApproved ¶
SetUserApproved gets a reference to the given bool and assigns it to the UserApproved field.
func (*SystemMdm) SetVendor ¶
SetVendor gets a reference to the given string and assigns it to the Vendor field.
func (*SystemMdm) UnmarshalJSON ¶
type SystemMdmInternal ¶
type SystemMdmInternal struct { DeviceId *string `json:"deviceId,omitempty"` WindowsDeviceId *string `json:"windowsDeviceId,omitempty"` AdditionalProperties map[string]interface{} }
SystemMdmInternal struct for SystemMdmInternal
func NewSystemMdmInternal ¶
func NewSystemMdmInternal() *SystemMdmInternal
NewSystemMdmInternal instantiates a new SystemMdmInternal 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 NewSystemMdmInternalWithDefaults ¶
func NewSystemMdmInternalWithDefaults() *SystemMdmInternal
NewSystemMdmInternalWithDefaults instantiates a new SystemMdmInternal 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 (*SystemMdmInternal) GetDeviceId ¶
func (o *SystemMdmInternal) GetDeviceId() string
GetDeviceId returns the DeviceId field value if set, zero value otherwise.
func (*SystemMdmInternal) GetDeviceIdOk ¶
func (o *SystemMdmInternal) GetDeviceIdOk() (*string, bool)
GetDeviceIdOk returns a tuple with the DeviceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemMdmInternal) GetWindowsDeviceId ¶
func (o *SystemMdmInternal) GetWindowsDeviceId() string
GetWindowsDeviceId returns the WindowsDeviceId field value if set, zero value otherwise.
func (*SystemMdmInternal) GetWindowsDeviceIdOk ¶
func (o *SystemMdmInternal) GetWindowsDeviceIdOk() (*string, bool)
GetWindowsDeviceIdOk returns a tuple with the WindowsDeviceId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemMdmInternal) HasDeviceId ¶
func (o *SystemMdmInternal) HasDeviceId() bool
HasDeviceId returns a boolean if a field has been set.
func (*SystemMdmInternal) HasWindowsDeviceId ¶
func (o *SystemMdmInternal) HasWindowsDeviceId() bool
HasWindowsDeviceId returns a boolean if a field has been set.
func (SystemMdmInternal) MarshalJSON ¶
func (o SystemMdmInternal) MarshalJSON() ([]byte, error)
func (*SystemMdmInternal) SetDeviceId ¶
func (o *SystemMdmInternal) SetDeviceId(v string)
SetDeviceId gets a reference to the given string and assigns it to the DeviceId field.
func (*SystemMdmInternal) SetWindowsDeviceId ¶
func (o *SystemMdmInternal) SetWindowsDeviceId(v string)
SetWindowsDeviceId gets a reference to the given string and assigns it to the WindowsDeviceId field.
func (SystemMdmInternal) ToMap ¶
func (o SystemMdmInternal) ToMap() (map[string]interface{}, error)
func (*SystemMdmInternal) UnmarshalJSON ¶
func (o *SystemMdmInternal) UnmarshalJSON(bytes []byte) (err error)
type SystemNetworkInterfacesInner ¶
type SystemNetworkInterfacesInner struct { Address *string `json:"address,omitempty"` Family *string `json:"family,omitempty"` Internal *bool `json:"internal,omitempty"` Name *string `json:"name,omitempty"` AdditionalProperties map[string]interface{} }
SystemNetworkInterfacesInner struct for SystemNetworkInterfacesInner
func NewSystemNetworkInterfacesInner ¶
func NewSystemNetworkInterfacesInner() *SystemNetworkInterfacesInner
NewSystemNetworkInterfacesInner instantiates a new SystemNetworkInterfacesInner 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 NewSystemNetworkInterfacesInnerWithDefaults ¶
func NewSystemNetworkInterfacesInnerWithDefaults() *SystemNetworkInterfacesInner
NewSystemNetworkInterfacesInnerWithDefaults instantiates a new SystemNetworkInterfacesInner 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 (*SystemNetworkInterfacesInner) GetAddress ¶
func (o *SystemNetworkInterfacesInner) GetAddress() string
GetAddress returns the Address field value if set, zero value otherwise.
func (*SystemNetworkInterfacesInner) GetAddressOk ¶
func (o *SystemNetworkInterfacesInner) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemNetworkInterfacesInner) GetFamily ¶
func (o *SystemNetworkInterfacesInner) GetFamily() string
GetFamily returns the Family field value if set, zero value otherwise.
func (*SystemNetworkInterfacesInner) GetFamilyOk ¶
func (o *SystemNetworkInterfacesInner) GetFamilyOk() (*string, bool)
GetFamilyOk returns a tuple with the Family field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemNetworkInterfacesInner) GetInternal ¶
func (o *SystemNetworkInterfacesInner) GetInternal() bool
GetInternal returns the Internal field value if set, zero value otherwise.
func (*SystemNetworkInterfacesInner) GetInternalOk ¶
func (o *SystemNetworkInterfacesInner) GetInternalOk() (*bool, bool)
GetInternalOk returns a tuple with the Internal field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemNetworkInterfacesInner) GetName ¶
func (o *SystemNetworkInterfacesInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SystemNetworkInterfacesInner) GetNameOk ¶
func (o *SystemNetworkInterfacesInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemNetworkInterfacesInner) HasAddress ¶
func (o *SystemNetworkInterfacesInner) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*SystemNetworkInterfacesInner) HasFamily ¶
func (o *SystemNetworkInterfacesInner) HasFamily() bool
HasFamily returns a boolean if a field has been set.
func (*SystemNetworkInterfacesInner) HasInternal ¶
func (o *SystemNetworkInterfacesInner) HasInternal() bool
HasInternal returns a boolean if a field has been set.
func (*SystemNetworkInterfacesInner) HasName ¶
func (o *SystemNetworkInterfacesInner) HasName() bool
HasName returns a boolean if a field has been set.
func (SystemNetworkInterfacesInner) MarshalJSON ¶
func (o SystemNetworkInterfacesInner) MarshalJSON() ([]byte, error)
func (*SystemNetworkInterfacesInner) SetAddress ¶
func (o *SystemNetworkInterfacesInner) SetAddress(v string)
SetAddress gets a reference to the given string and assigns it to the Address field.
func (*SystemNetworkInterfacesInner) SetFamily ¶
func (o *SystemNetworkInterfacesInner) SetFamily(v string)
SetFamily gets a reference to the given string and assigns it to the Family field.
func (*SystemNetworkInterfacesInner) SetInternal ¶
func (o *SystemNetworkInterfacesInner) SetInternal(v bool)
SetInternal gets a reference to the given bool and assigns it to the Internal field.
func (*SystemNetworkInterfacesInner) SetName ¶
func (o *SystemNetworkInterfacesInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (SystemNetworkInterfacesInner) ToMap ¶
func (o SystemNetworkInterfacesInner) ToMap() (map[string]interface{}, error)
func (*SystemNetworkInterfacesInner) UnmarshalJSON ¶
func (o *SystemNetworkInterfacesInner) UnmarshalJSON(bytes []byte) (err error)
type SystemOsVersionDetail ¶
type SystemOsVersionDetail struct { Major *string `json:"major,omitempty"` Minor *string `json:"minor,omitempty"` OsName *string `json:"osName,omitempty"` Patch *string `json:"patch,omitempty"` ReleaseName *string `json:"releaseName,omitempty"` Revision *string `json:"revision,omitempty"` AdditionalProperties map[string]interface{} }
SystemOsVersionDetail struct for SystemOsVersionDetail
func NewSystemOsVersionDetail ¶
func NewSystemOsVersionDetail() *SystemOsVersionDetail
NewSystemOsVersionDetail instantiates a new SystemOsVersionDetail 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 NewSystemOsVersionDetailWithDefaults ¶
func NewSystemOsVersionDetailWithDefaults() *SystemOsVersionDetail
NewSystemOsVersionDetailWithDefaults instantiates a new SystemOsVersionDetail 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 (*SystemOsVersionDetail) GetMajor ¶
func (o *SystemOsVersionDetail) GetMajor() string
GetMajor returns the Major field value if set, zero value otherwise.
func (*SystemOsVersionDetail) GetMajorOk ¶
func (o *SystemOsVersionDetail) GetMajorOk() (*string, bool)
GetMajorOk returns a tuple with the Major field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOsVersionDetail) GetMinor ¶
func (o *SystemOsVersionDetail) GetMinor() string
GetMinor returns the Minor field value if set, zero value otherwise.
func (*SystemOsVersionDetail) GetMinorOk ¶
func (o *SystemOsVersionDetail) GetMinorOk() (*string, bool)
GetMinorOk returns a tuple with the Minor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOsVersionDetail) GetOsName ¶
func (o *SystemOsVersionDetail) GetOsName() string
GetOsName returns the OsName field value if set, zero value otherwise.
func (*SystemOsVersionDetail) GetOsNameOk ¶
func (o *SystemOsVersionDetail) GetOsNameOk() (*string, bool)
GetOsNameOk returns a tuple with the OsName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOsVersionDetail) GetPatch ¶
func (o *SystemOsVersionDetail) GetPatch() string
GetPatch returns the Patch field value if set, zero value otherwise.
func (*SystemOsVersionDetail) GetPatchOk ¶
func (o *SystemOsVersionDetail) GetPatchOk() (*string, bool)
GetPatchOk returns a tuple with the Patch field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOsVersionDetail) GetReleaseName ¶
func (o *SystemOsVersionDetail) GetReleaseName() string
GetReleaseName returns the ReleaseName field value if set, zero value otherwise.
func (*SystemOsVersionDetail) GetReleaseNameOk ¶
func (o *SystemOsVersionDetail) GetReleaseNameOk() (*string, bool)
GetReleaseNameOk returns a tuple with the ReleaseName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOsVersionDetail) GetRevision ¶
func (o *SystemOsVersionDetail) GetRevision() string
GetRevision returns the Revision field value if set, zero value otherwise.
func (*SystemOsVersionDetail) GetRevisionOk ¶
func (o *SystemOsVersionDetail) GetRevisionOk() (*string, bool)
GetRevisionOk returns a tuple with the Revision field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemOsVersionDetail) HasMajor ¶
func (o *SystemOsVersionDetail) HasMajor() bool
HasMajor returns a boolean if a field has been set.
func (*SystemOsVersionDetail) HasMinor ¶
func (o *SystemOsVersionDetail) HasMinor() bool
HasMinor returns a boolean if a field has been set.
func (*SystemOsVersionDetail) HasOsName ¶
func (o *SystemOsVersionDetail) HasOsName() bool
HasOsName returns a boolean if a field has been set.
func (*SystemOsVersionDetail) HasPatch ¶
func (o *SystemOsVersionDetail) HasPatch() bool
HasPatch returns a boolean if a field has been set.
func (*SystemOsVersionDetail) HasReleaseName ¶
func (o *SystemOsVersionDetail) HasReleaseName() bool
HasReleaseName returns a boolean if a field has been set.
func (*SystemOsVersionDetail) HasRevision ¶
func (o *SystemOsVersionDetail) HasRevision() bool
HasRevision returns a boolean if a field has been set.
func (SystemOsVersionDetail) MarshalJSON ¶
func (o SystemOsVersionDetail) MarshalJSON() ([]byte, error)
func (*SystemOsVersionDetail) SetMajor ¶
func (o *SystemOsVersionDetail) SetMajor(v string)
SetMajor gets a reference to the given string and assigns it to the Major field.
func (*SystemOsVersionDetail) SetMinor ¶
func (o *SystemOsVersionDetail) SetMinor(v string)
SetMinor gets a reference to the given string and assigns it to the Minor field.
func (*SystemOsVersionDetail) SetOsName ¶
func (o *SystemOsVersionDetail) SetOsName(v string)
SetOsName gets a reference to the given string and assigns it to the OsName field.
func (*SystemOsVersionDetail) SetPatch ¶
func (o *SystemOsVersionDetail) SetPatch(v string)
SetPatch gets a reference to the given string and assigns it to the Patch field.
func (*SystemOsVersionDetail) SetReleaseName ¶
func (o *SystemOsVersionDetail) SetReleaseName(v string)
SetReleaseName gets a reference to the given string and assigns it to the ReleaseName field.
func (*SystemOsVersionDetail) SetRevision ¶
func (o *SystemOsVersionDetail) SetRevision(v string)
SetRevision gets a reference to the given string and assigns it to the Revision field.
func (SystemOsVersionDetail) ToMap ¶
func (o SystemOsVersionDetail) ToMap() (map[string]interface{}, error)
func (*SystemOsVersionDetail) UnmarshalJSON ¶
func (o *SystemOsVersionDetail) UnmarshalJSON(bytes []byte) (err error)
type SystemProvisionMetadata ¶
type SystemProvisionMetadata struct { Provisioner *SystemProvisionMetadataProvisioner `json:"provisioner,omitempty"` AdditionalProperties map[string]interface{} }
SystemProvisionMetadata struct for SystemProvisionMetadata
func NewSystemProvisionMetadata ¶
func NewSystemProvisionMetadata() *SystemProvisionMetadata
NewSystemProvisionMetadata instantiates a new SystemProvisionMetadata 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 NewSystemProvisionMetadataWithDefaults ¶
func NewSystemProvisionMetadataWithDefaults() *SystemProvisionMetadata
NewSystemProvisionMetadataWithDefaults instantiates a new SystemProvisionMetadata 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 (*SystemProvisionMetadata) GetProvisioner ¶
func (o *SystemProvisionMetadata) GetProvisioner() SystemProvisionMetadataProvisioner
GetProvisioner returns the Provisioner field value if set, zero value otherwise.
func (*SystemProvisionMetadata) GetProvisionerOk ¶
func (o *SystemProvisionMetadata) GetProvisionerOk() (*SystemProvisionMetadataProvisioner, bool)
GetProvisionerOk returns a tuple with the Provisioner field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemProvisionMetadata) HasProvisioner ¶
func (o *SystemProvisionMetadata) HasProvisioner() bool
HasProvisioner returns a boolean if a field has been set.
func (SystemProvisionMetadata) MarshalJSON ¶
func (o SystemProvisionMetadata) MarshalJSON() ([]byte, error)
func (*SystemProvisionMetadata) SetProvisioner ¶
func (o *SystemProvisionMetadata) SetProvisioner(v SystemProvisionMetadataProvisioner)
SetProvisioner gets a reference to the given SystemProvisionMetadataProvisioner and assigns it to the Provisioner field.
func (SystemProvisionMetadata) ToMap ¶
func (o SystemProvisionMetadata) ToMap() (map[string]interface{}, error)
func (*SystemProvisionMetadata) UnmarshalJSON ¶
func (o *SystemProvisionMetadata) UnmarshalJSON(bytes []byte) (err error)
type SystemProvisionMetadataProvisioner ¶
type SystemProvisionMetadataProvisioner struct { ProvisionerId *string `json:"provisionerId,omitempty"` Type *string `json:"type,omitempty"` AdditionalProperties map[string]interface{} }
SystemProvisionMetadataProvisioner struct for SystemProvisionMetadataProvisioner
func NewSystemProvisionMetadataProvisioner ¶
func NewSystemProvisionMetadataProvisioner() *SystemProvisionMetadataProvisioner
NewSystemProvisionMetadataProvisioner instantiates a new SystemProvisionMetadataProvisioner 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 NewSystemProvisionMetadataProvisionerWithDefaults ¶
func NewSystemProvisionMetadataProvisionerWithDefaults() *SystemProvisionMetadataProvisioner
NewSystemProvisionMetadataProvisionerWithDefaults instantiates a new SystemProvisionMetadataProvisioner 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 (*SystemProvisionMetadataProvisioner) GetProvisionerId ¶
func (o *SystemProvisionMetadataProvisioner) GetProvisionerId() string
GetProvisionerId returns the ProvisionerId field value if set, zero value otherwise.
func (*SystemProvisionMetadataProvisioner) GetProvisionerIdOk ¶
func (o *SystemProvisionMetadataProvisioner) GetProvisionerIdOk() (*string, bool)
GetProvisionerIdOk returns a tuple with the ProvisionerId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemProvisionMetadataProvisioner) GetType ¶
func (o *SystemProvisionMetadataProvisioner) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SystemProvisionMetadataProvisioner) GetTypeOk ¶
func (o *SystemProvisionMetadataProvisioner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemProvisionMetadataProvisioner) HasProvisionerId ¶
func (o *SystemProvisionMetadataProvisioner) HasProvisionerId() bool
HasProvisionerId returns a boolean if a field has been set.
func (*SystemProvisionMetadataProvisioner) HasType ¶
func (o *SystemProvisionMetadataProvisioner) HasType() bool
HasType returns a boolean if a field has been set.
func (SystemProvisionMetadataProvisioner) MarshalJSON ¶
func (o SystemProvisionMetadataProvisioner) MarshalJSON() ([]byte, error)
func (*SystemProvisionMetadataProvisioner) SetProvisionerId ¶
func (o *SystemProvisionMetadataProvisioner) SetProvisionerId(v string)
SetProvisionerId gets a reference to the given string and assigns it to the ProvisionerId field.
func (*SystemProvisionMetadataProvisioner) SetType ¶
func (o *SystemProvisionMetadataProvisioner) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (SystemProvisionMetadataProvisioner) ToMap ¶
func (o SystemProvisionMetadataProvisioner) ToMap() (map[string]interface{}, error)
func (*SystemProvisionMetadataProvisioner) UnmarshalJSON ¶
func (o *SystemProvisionMetadataProvisioner) UnmarshalJSON(bytes []byte) (err error)
type SystemServiceAccountState ¶
type SystemServiceAccountState struct { HasSecureToken *bool `json:"hasSecureToken,omitempty"` PasswordAPFSValid *bool `json:"passwordAPFSValid,omitempty"` PasswordODValid *bool `json:"passwordODValid,omitempty"` AdditionalProperties map[string]interface{} }
SystemServiceAccountState struct for SystemServiceAccountState
func NewSystemServiceAccountState ¶
func NewSystemServiceAccountState() *SystemServiceAccountState
NewSystemServiceAccountState instantiates a new SystemServiceAccountState 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 NewSystemServiceAccountStateWithDefaults ¶
func NewSystemServiceAccountStateWithDefaults() *SystemServiceAccountState
NewSystemServiceAccountStateWithDefaults instantiates a new SystemServiceAccountState 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 (*SystemServiceAccountState) GetHasSecureToken ¶
func (o *SystemServiceAccountState) GetHasSecureToken() bool
GetHasSecureToken returns the HasSecureToken field value if set, zero value otherwise.
func (*SystemServiceAccountState) GetHasSecureTokenOk ¶
func (o *SystemServiceAccountState) GetHasSecureTokenOk() (*bool, bool)
GetHasSecureTokenOk returns a tuple with the HasSecureToken field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemServiceAccountState) GetPasswordAPFSValid ¶
func (o *SystemServiceAccountState) GetPasswordAPFSValid() bool
GetPasswordAPFSValid returns the PasswordAPFSValid field value if set, zero value otherwise.
func (*SystemServiceAccountState) GetPasswordAPFSValidOk ¶
func (o *SystemServiceAccountState) GetPasswordAPFSValidOk() (*bool, bool)
GetPasswordAPFSValidOk returns a tuple with the PasswordAPFSValid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemServiceAccountState) GetPasswordODValid ¶
func (o *SystemServiceAccountState) GetPasswordODValid() bool
GetPasswordODValid returns the PasswordODValid field value if set, zero value otherwise.
func (*SystemServiceAccountState) GetPasswordODValidOk ¶
func (o *SystemServiceAccountState) GetPasswordODValidOk() (*bool, bool)
GetPasswordODValidOk returns a tuple with the PasswordODValid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemServiceAccountState) HasHasSecureToken ¶
func (o *SystemServiceAccountState) HasHasSecureToken() bool
HasHasSecureToken returns a boolean if a field has been set.
func (*SystemServiceAccountState) HasPasswordAPFSValid ¶
func (o *SystemServiceAccountState) HasPasswordAPFSValid() bool
HasPasswordAPFSValid returns a boolean if a field has been set.
func (*SystemServiceAccountState) HasPasswordODValid ¶
func (o *SystemServiceAccountState) HasPasswordODValid() bool
HasPasswordODValid returns a boolean if a field has been set.
func (SystemServiceAccountState) MarshalJSON ¶
func (o SystemServiceAccountState) MarshalJSON() ([]byte, error)
func (*SystemServiceAccountState) SetHasSecureToken ¶
func (o *SystemServiceAccountState) SetHasSecureToken(v bool)
SetHasSecureToken gets a reference to the given bool and assigns it to the HasSecureToken field.
func (*SystemServiceAccountState) SetPasswordAPFSValid ¶
func (o *SystemServiceAccountState) SetPasswordAPFSValid(v bool)
SetPasswordAPFSValid gets a reference to the given bool and assigns it to the PasswordAPFSValid field.
func (*SystemServiceAccountState) SetPasswordODValid ¶
func (o *SystemServiceAccountState) SetPasswordODValid(v bool)
SetPasswordODValid gets a reference to the given bool and assigns it to the PasswordODValid field.
func (SystemServiceAccountState) ToMap ¶
func (o SystemServiceAccountState) ToMap() (map[string]interface{}, error)
func (*SystemServiceAccountState) UnmarshalJSON ¶
func (o *SystemServiceAccountState) UnmarshalJSON(bytes []byte) (err error)
type SystemSshdParamsInner ¶
type SystemSshdParamsInner struct { Name *string `json:"name,omitempty"` Value *string `json:"value,omitempty"` AdditionalProperties map[string]interface{} }
SystemSshdParamsInner struct for SystemSshdParamsInner
func NewSystemSshdParamsInner ¶
func NewSystemSshdParamsInner() *SystemSshdParamsInner
NewSystemSshdParamsInner instantiates a new SystemSshdParamsInner 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 NewSystemSshdParamsInnerWithDefaults ¶
func NewSystemSshdParamsInnerWithDefaults() *SystemSshdParamsInner
NewSystemSshdParamsInnerWithDefaults instantiates a new SystemSshdParamsInner 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 (*SystemSshdParamsInner) GetName ¶
func (o *SystemSshdParamsInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SystemSshdParamsInner) GetNameOk ¶
func (o *SystemSshdParamsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemSshdParamsInner) GetValue ¶
func (o *SystemSshdParamsInner) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*SystemSshdParamsInner) GetValueOk ¶
func (o *SystemSshdParamsInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemSshdParamsInner) HasName ¶
func (o *SystemSshdParamsInner) HasName() bool
HasName returns a boolean if a field has been set.
func (*SystemSshdParamsInner) HasValue ¶
func (o *SystemSshdParamsInner) HasValue() bool
HasValue returns a boolean if a field has been set.
func (SystemSshdParamsInner) MarshalJSON ¶
func (o SystemSshdParamsInner) MarshalJSON() ([]byte, error)
func (*SystemSshdParamsInner) SetName ¶
func (o *SystemSshdParamsInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SystemSshdParamsInner) SetValue ¶
func (o *SystemSshdParamsInner) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (SystemSshdParamsInner) ToMap ¶
func (o SystemSshdParamsInner) ToMap() (map[string]interface{}, error)
func (*SystemSshdParamsInner) UnmarshalJSON ¶
func (o *SystemSshdParamsInner) UnmarshalJSON(bytes []byte) (err error)
type SystemSystemInsights ¶
type SystemSystemInsights struct { State *string `json:"state,omitempty"` AdditionalProperties map[string]interface{} }
SystemSystemInsights struct for SystemSystemInsights
func NewSystemSystemInsights ¶
func NewSystemSystemInsights() *SystemSystemInsights
NewSystemSystemInsights instantiates a new SystemSystemInsights 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 NewSystemSystemInsightsWithDefaults ¶
func NewSystemSystemInsightsWithDefaults() *SystemSystemInsights
NewSystemSystemInsightsWithDefaults instantiates a new SystemSystemInsights 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 (*SystemSystemInsights) GetState ¶
func (o *SystemSystemInsights) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*SystemSystemInsights) GetStateOk ¶
func (o *SystemSystemInsights) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemSystemInsights) HasState ¶
func (o *SystemSystemInsights) HasState() bool
HasState returns a boolean if a field has been set.
func (SystemSystemInsights) MarshalJSON ¶
func (o SystemSystemInsights) MarshalJSON() ([]byte, error)
func (*SystemSystemInsights) SetState ¶
func (o *SystemSystemInsights) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (SystemSystemInsights) ToMap ¶
func (o SystemSystemInsights) ToMap() (map[string]interface{}, error)
func (*SystemSystemInsights) UnmarshalJSON ¶
func (o *SystemSystemInsights) UnmarshalJSON(bytes []byte) (err error)
type SystemUserMetricsInner ¶
type SystemUserMetricsInner struct { Admin *bool `json:"admin,omitempty"` Managed *bool `json:"managed,omitempty"` SecureTokenEnabled *bool `json:"secureTokenEnabled,omitempty"` Suspended *bool `json:"suspended,omitempty"` UserName *string `json:"userName,omitempty"` AdditionalProperties map[string]interface{} }
SystemUserMetricsInner struct for SystemUserMetricsInner
func NewSystemUserMetricsInner ¶
func NewSystemUserMetricsInner() *SystemUserMetricsInner
NewSystemUserMetricsInner instantiates a new SystemUserMetricsInner 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 NewSystemUserMetricsInnerWithDefaults ¶
func NewSystemUserMetricsInnerWithDefaults() *SystemUserMetricsInner
NewSystemUserMetricsInnerWithDefaults instantiates a new SystemUserMetricsInner 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 (*SystemUserMetricsInner) GetAdmin ¶
func (o *SystemUserMetricsInner) GetAdmin() bool
GetAdmin returns the Admin field value if set, zero value otherwise.
func (*SystemUserMetricsInner) GetAdminOk ¶
func (o *SystemUserMetricsInner) GetAdminOk() (*bool, bool)
GetAdminOk returns a tuple with the Admin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemUserMetricsInner) GetManaged ¶
func (o *SystemUserMetricsInner) GetManaged() bool
GetManaged returns the Managed field value if set, zero value otherwise.
func (*SystemUserMetricsInner) GetManagedOk ¶
func (o *SystemUserMetricsInner) GetManagedOk() (*bool, bool)
GetManagedOk returns a tuple with the Managed field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemUserMetricsInner) GetSecureTokenEnabled ¶
func (o *SystemUserMetricsInner) GetSecureTokenEnabled() bool
GetSecureTokenEnabled returns the SecureTokenEnabled field value if set, zero value otherwise.
func (*SystemUserMetricsInner) GetSecureTokenEnabledOk ¶
func (o *SystemUserMetricsInner) GetSecureTokenEnabledOk() (*bool, bool)
GetSecureTokenEnabledOk returns a tuple with the SecureTokenEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemUserMetricsInner) GetSuspended ¶
func (o *SystemUserMetricsInner) GetSuspended() bool
GetSuspended returns the Suspended field value if set, zero value otherwise.
func (*SystemUserMetricsInner) GetSuspendedOk ¶
func (o *SystemUserMetricsInner) GetSuspendedOk() (*bool, bool)
GetSuspendedOk returns a tuple with the Suspended field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemUserMetricsInner) GetUserName ¶
func (o *SystemUserMetricsInner) GetUserName() string
GetUserName returns the UserName field value if set, zero value otherwise.
func (*SystemUserMetricsInner) GetUserNameOk ¶
func (o *SystemUserMetricsInner) GetUserNameOk() (*string, bool)
GetUserNameOk returns a tuple with the UserName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemUserMetricsInner) HasAdmin ¶
func (o *SystemUserMetricsInner) HasAdmin() bool
HasAdmin returns a boolean if a field has been set.
func (*SystemUserMetricsInner) HasManaged ¶
func (o *SystemUserMetricsInner) HasManaged() bool
HasManaged returns a boolean if a field has been set.
func (*SystemUserMetricsInner) HasSecureTokenEnabled ¶
func (o *SystemUserMetricsInner) HasSecureTokenEnabled() bool
HasSecureTokenEnabled returns a boolean if a field has been set.
func (*SystemUserMetricsInner) HasSuspended ¶
func (o *SystemUserMetricsInner) HasSuspended() bool
HasSuspended returns a boolean if a field has been set.
func (*SystemUserMetricsInner) HasUserName ¶
func (o *SystemUserMetricsInner) HasUserName() bool
HasUserName returns a boolean if a field has been set.
func (SystemUserMetricsInner) MarshalJSON ¶
func (o SystemUserMetricsInner) MarshalJSON() ([]byte, error)
func (*SystemUserMetricsInner) SetAdmin ¶
func (o *SystemUserMetricsInner) SetAdmin(v bool)
SetAdmin gets a reference to the given bool and assigns it to the Admin field.
func (*SystemUserMetricsInner) SetManaged ¶
func (o *SystemUserMetricsInner) SetManaged(v bool)
SetManaged gets a reference to the given bool and assigns it to the Managed field.
func (*SystemUserMetricsInner) SetSecureTokenEnabled ¶
func (o *SystemUserMetricsInner) SetSecureTokenEnabled(v bool)
SetSecureTokenEnabled gets a reference to the given bool and assigns it to the SecureTokenEnabled field.
func (*SystemUserMetricsInner) SetSuspended ¶
func (o *SystemUserMetricsInner) SetSuspended(v bool)
SetSuspended gets a reference to the given bool and assigns it to the Suspended field.
func (*SystemUserMetricsInner) SetUserName ¶
func (o *SystemUserMetricsInner) SetUserName(v string)
SetUserName gets a reference to the given string and assigns it to the UserName field.
func (SystemUserMetricsInner) ToMap ¶
func (o SystemUserMetricsInner) ToMap() (map[string]interface{}, error)
func (*SystemUserMetricsInner) UnmarshalJSON ¶
func (o *SystemUserMetricsInner) UnmarshalJSON(bytes []byte) (err error)
type Systemput ¶
type Systemput struct { AgentBoundMessages []SystemputAgentBoundMessagesInner `json:"agentBoundMessages,omitempty"` AllowMultiFactorAuthentication *bool `json:"allowMultiFactorAuthentication,omitempty"` AllowPublicKeyAuthentication *bool `json:"allowPublicKeyAuthentication,omitempty"` AllowSshPasswordAuthentication *bool `json:"allowSshPasswordAuthentication,omitempty"` AllowSshRootLogin *bool `json:"allowSshRootLogin,omitempty"` DisplayName *string `json:"displayName,omitempty"` Tags []string `json:"tags,omitempty"` AdditionalProperties map[string]interface{} }
Systemput struct for Systemput
func NewSystemput ¶
func NewSystemput() *Systemput
NewSystemput instantiates a new Systemput 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 NewSystemputWithDefaults ¶
func NewSystemputWithDefaults() *Systemput
NewSystemputWithDefaults instantiates a new Systemput 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 (*Systemput) GetAgentBoundMessages ¶
func (o *Systemput) GetAgentBoundMessages() []SystemputAgentBoundMessagesInner
GetAgentBoundMessages returns the AgentBoundMessages field value if set, zero value otherwise.
func (*Systemput) GetAgentBoundMessagesOk ¶
func (o *Systemput) GetAgentBoundMessagesOk() ([]SystemputAgentBoundMessagesInner, bool)
GetAgentBoundMessagesOk returns a tuple with the AgentBoundMessages field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemput) GetAllowMultiFactorAuthentication ¶
GetAllowMultiFactorAuthentication returns the AllowMultiFactorAuthentication field value if set, zero value otherwise.
func (*Systemput) GetAllowMultiFactorAuthenticationOk ¶
GetAllowMultiFactorAuthenticationOk returns a tuple with the AllowMultiFactorAuthentication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemput) GetAllowPublicKeyAuthentication ¶
GetAllowPublicKeyAuthentication returns the AllowPublicKeyAuthentication field value if set, zero value otherwise.
func (*Systemput) GetAllowPublicKeyAuthenticationOk ¶
GetAllowPublicKeyAuthenticationOk returns a tuple with the AllowPublicKeyAuthentication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemput) GetAllowSshPasswordAuthentication ¶
GetAllowSshPasswordAuthentication returns the AllowSshPasswordAuthentication field value if set, zero value otherwise.
func (*Systemput) GetAllowSshPasswordAuthenticationOk ¶
GetAllowSshPasswordAuthenticationOk returns a tuple with the AllowSshPasswordAuthentication field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemput) GetAllowSshRootLogin ¶
GetAllowSshRootLogin returns the AllowSshRootLogin field value if set, zero value otherwise.
func (*Systemput) GetAllowSshRootLoginOk ¶
GetAllowSshRootLoginOk returns a tuple with the AllowSshRootLogin field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemput) GetDisplayName ¶
GetDisplayName returns the DisplayName field value if set, zero value otherwise.
func (*Systemput) GetDisplayNameOk ¶
GetDisplayNameOk returns a tuple with the DisplayName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemput) GetTagsOk ¶
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemput) HasAgentBoundMessages ¶
HasAgentBoundMessages returns a boolean if a field has been set.
func (*Systemput) HasAllowMultiFactorAuthentication ¶
HasAllowMultiFactorAuthentication returns a boolean if a field has been set.
func (*Systemput) HasAllowPublicKeyAuthentication ¶
HasAllowPublicKeyAuthentication returns a boolean if a field has been set.
func (*Systemput) HasAllowSshPasswordAuthentication ¶
HasAllowSshPasswordAuthentication returns a boolean if a field has been set.
func (*Systemput) HasAllowSshRootLogin ¶
HasAllowSshRootLogin returns a boolean if a field has been set.
func (*Systemput) HasDisplayName ¶
HasDisplayName returns a boolean if a field has been set.
func (Systemput) MarshalJSON ¶
func (*Systemput) SetAgentBoundMessages ¶
func (o *Systemput) SetAgentBoundMessages(v []SystemputAgentBoundMessagesInner)
SetAgentBoundMessages gets a reference to the given []SystemputAgentBoundMessagesInner and assigns it to the AgentBoundMessages field.
func (*Systemput) SetAllowMultiFactorAuthentication ¶
SetAllowMultiFactorAuthentication gets a reference to the given bool and assigns it to the AllowMultiFactorAuthentication field.
func (*Systemput) SetAllowPublicKeyAuthentication ¶
SetAllowPublicKeyAuthentication gets a reference to the given bool and assigns it to the AllowPublicKeyAuthentication field.
func (*Systemput) SetAllowSshPasswordAuthentication ¶
SetAllowSshPasswordAuthentication gets a reference to the given bool and assigns it to the AllowSshPasswordAuthentication field.
func (*Systemput) SetAllowSshRootLogin ¶
SetAllowSshRootLogin gets a reference to the given bool and assigns it to the AllowSshRootLogin field.
func (*Systemput) SetDisplayName ¶
SetDisplayName gets a reference to the given string and assigns it to the DisplayName field.
func (*Systemput) SetTags ¶
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*Systemput) UnmarshalJSON ¶
type SystemputAgentBoundMessagesInner ¶
type SystemputAgentBoundMessagesInner struct { Cmd *string `json:"cmd,omitempty"` AdditionalProperties map[string]interface{} }
SystemputAgentBoundMessagesInner struct for SystemputAgentBoundMessagesInner
func NewSystemputAgentBoundMessagesInner ¶
func NewSystemputAgentBoundMessagesInner() *SystemputAgentBoundMessagesInner
NewSystemputAgentBoundMessagesInner instantiates a new SystemputAgentBoundMessagesInner 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 NewSystemputAgentBoundMessagesInnerWithDefaults ¶
func NewSystemputAgentBoundMessagesInnerWithDefaults() *SystemputAgentBoundMessagesInner
NewSystemputAgentBoundMessagesInnerWithDefaults instantiates a new SystemputAgentBoundMessagesInner 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 (*SystemputAgentBoundMessagesInner) GetCmd ¶
func (o *SystemputAgentBoundMessagesInner) GetCmd() string
GetCmd returns the Cmd field value if set, zero value otherwise.
func (*SystemputAgentBoundMessagesInner) GetCmdOk ¶
func (o *SystemputAgentBoundMessagesInner) GetCmdOk() (*string, bool)
GetCmdOk returns a tuple with the Cmd field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemputAgentBoundMessagesInner) HasCmd ¶
func (o *SystemputAgentBoundMessagesInner) HasCmd() bool
HasCmd returns a boolean if a field has been set.
func (SystemputAgentBoundMessagesInner) MarshalJSON ¶
func (o SystemputAgentBoundMessagesInner) MarshalJSON() ([]byte, error)
func (*SystemputAgentBoundMessagesInner) SetCmd ¶
func (o *SystemputAgentBoundMessagesInner) SetCmd(v string)
SetCmd gets a reference to the given string and assigns it to the Cmd field.
func (SystemputAgentBoundMessagesInner) ToMap ¶
func (o SystemputAgentBoundMessagesInner) ToMap() (map[string]interface{}, error)
func (*SystemputAgentBoundMessagesInner) UnmarshalJSON ¶
func (o *SystemputAgentBoundMessagesInner) UnmarshalJSON(bytes []byte) (err error)
type SystemsApiService ¶
type SystemsApiService service
SystemsApiService SystemsApi service
func (*SystemsApiService) SystemsCommandBuiltinErase ¶
func (a *SystemsApiService) SystemsCommandBuiltinErase(ctx context.Context, systemId string) SystemsApiSystemsCommandBuiltinEraseRequest
SystemsCommandBuiltinErase Erase a System
This endpoint allows you to run the erase command on the specified device. If a device is offline, the command will be run when the device becomes available.
#### Sample Request ```
curl -X POST \ https://console.jumpcloud.com/api/systems/{system_id}/command/builtin/erase \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d {}
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param systemId @return SystemsApiSystemsCommandBuiltinEraseRequest
func (*SystemsApiService) SystemsCommandBuiltinEraseExecute ¶
func (a *SystemsApiService) SystemsCommandBuiltinEraseExecute(r SystemsApiSystemsCommandBuiltinEraseRequest) (*http.Response, error)
Execute executes the request
func (*SystemsApiService) SystemsCommandBuiltinLock ¶
func (a *SystemsApiService) SystemsCommandBuiltinLock(ctx context.Context, systemId string) SystemsApiSystemsCommandBuiltinLockRequest
SystemsCommandBuiltinLock Lock a System
This endpoint allows you to run the lock command on the specified device. If a device is offline, the command will be run when the device becomes available.
#### Sample Request ```
curl -X POST \ https://console.jumpcloud.com/api/systems/{system_id}/command/builtin/lock \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d {}
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param systemId @return SystemsApiSystemsCommandBuiltinLockRequest
func (*SystemsApiService) SystemsCommandBuiltinLockExecute ¶
func (a *SystemsApiService) SystemsCommandBuiltinLockExecute(r SystemsApiSystemsCommandBuiltinLockRequest) (*http.Response, error)
Execute executes the request
func (*SystemsApiService) SystemsCommandBuiltinRestart ¶
func (a *SystemsApiService) SystemsCommandBuiltinRestart(ctx context.Context, systemId string) SystemsApiSystemsCommandBuiltinRestartRequest
SystemsCommandBuiltinRestart Restart a System
This endpoint allows you to run the restart command on the specified device. If a device is offline, the command will be run when the device becomes available.
#### Sample Request ```
curl -X POST \ https://console.jumpcloud.com/api/systems/{system_id}/command/builtin/restart \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d {}
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param systemId @return SystemsApiSystemsCommandBuiltinRestartRequest
func (*SystemsApiService) SystemsCommandBuiltinRestartExecute ¶
func (a *SystemsApiService) SystemsCommandBuiltinRestartExecute(r SystemsApiSystemsCommandBuiltinRestartRequest) (*http.Response, error)
Execute executes the request
func (*SystemsApiService) SystemsCommandBuiltinShutdown ¶
func (a *SystemsApiService) SystemsCommandBuiltinShutdown(ctx context.Context, systemId string) SystemsApiSystemsCommandBuiltinShutdownRequest
SystemsCommandBuiltinShutdown Shutdown a System
This endpoint allows you to run the shutdown command on the specified device. If a device is offline, the command will be run when the device becomes available.
#### Sample Request ```
curl -X POST \ https://console.jumpcloud.com/api/systems/{system_id}/command/builtin/shutdown \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d {}
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param systemId @return SystemsApiSystemsCommandBuiltinShutdownRequest
func (*SystemsApiService) SystemsCommandBuiltinShutdownExecute ¶
func (a *SystemsApiService) SystemsCommandBuiltinShutdownExecute(r SystemsApiSystemsCommandBuiltinShutdownRequest) (*http.Response, error)
Execute executes the request
func (*SystemsApiService) SystemsDelete ¶
func (a *SystemsApiService) SystemsDelete(ctx context.Context, id string) SystemsApiSystemsDeleteRequest
SystemsDelete Delete a System
This endpoint allows you to delete a system. This command will cause the system to uninstall the JumpCloud agent from its self which can can take about a minute. If the system is not connected to JumpCloud the system record will simply be removed.
#### Sample Request ```
curl -X DELETE https://console.jumpcloud.com/api/systems/{SystemID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' ``` @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return SystemsApiSystemsDeleteRequest
func (*SystemsApiService) SystemsDeleteExecute ¶
func (a *SystemsApiService) SystemsDeleteExecute(r SystemsApiSystemsDeleteRequest) (*System, *http.Response, error)
Execute executes the request
@return System
func (*SystemsApiService) SystemsGet ¶
func (a *SystemsApiService) SystemsGet(ctx context.Context, id string) SystemsApiSystemsGetRequest
SystemsGet List an individual system
This endpoint returns an individual system.
#### Sample Request ```
curl -X GET https://console.jumpcloud.com/api/systems/{SystemID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' ``` @param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return SystemsApiSystemsGetRequest
func (*SystemsApiService) SystemsGetExecute ¶
func (a *SystemsApiService) SystemsGetExecute(r SystemsApiSystemsGetRequest) (*System, *http.Response, error)
Execute executes the request
@return System
func (*SystemsApiService) SystemsList ¶
func (a *SystemsApiService) SystemsList(ctx context.Context) SystemsApiSystemsListRequest
SystemsList List All Systems
This endpoint returns all Systems.
#### Sample Requests ```
curl -X GET https://console.jumpcloud.com/api/systems \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SystemsApiSystemsListRequest
func (*SystemsApiService) SystemsListExecute ¶
func (a *SystemsApiService) SystemsListExecute(r SystemsApiSystemsListRequest) (*Systemslist, *http.Response, error)
Execute executes the request
@return Systemslist
func (*SystemsApiService) SystemsPut ¶
func (a *SystemsApiService) SystemsPut(ctx context.Context, id string) SystemsApiSystemsPutRequest
SystemsPut Update a system
This endpoint allows you to update a system.
#### Sample Request ```
curl -X PUT https://console.jumpcloud.com/api/systems/{SystemID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "displayName":"Name_Update", "allowSshPasswordAuthentication":"true", "allowSshRootLogin":"true", "allowMultiFactorAuthentication":"true", "allowPublicKeyAuthentication":"false" }'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return SystemsApiSystemsPutRequest
func (*SystemsApiService) SystemsPutExecute ¶
func (a *SystemsApiService) SystemsPutExecute(r SystemsApiSystemsPutRequest) (*System, *http.Response, error)
Execute executes the request
@return System
type SystemsApiSystemsCommandBuiltinEraseRequest ¶
type SystemsApiSystemsCommandBuiltinEraseRequest struct { ApiService *SystemsApiService // contains filtered or unexported fields }
func (SystemsApiSystemsCommandBuiltinEraseRequest) Execute ¶
func (r SystemsApiSystemsCommandBuiltinEraseRequest) Execute() (*http.Response, error)
func (SystemsApiSystemsCommandBuiltinEraseRequest) XOrgId ¶
func (r SystemsApiSystemsCommandBuiltinEraseRequest) XOrgId(xOrgId string) SystemsApiSystemsCommandBuiltinEraseRequest
type SystemsApiSystemsCommandBuiltinLockRequest ¶
type SystemsApiSystemsCommandBuiltinLockRequest struct { ApiService *SystemsApiService // contains filtered or unexported fields }
func (SystemsApiSystemsCommandBuiltinLockRequest) Execute ¶
func (r SystemsApiSystemsCommandBuiltinLockRequest) Execute() (*http.Response, error)
func (SystemsApiSystemsCommandBuiltinLockRequest) XOrgId ¶
func (r SystemsApiSystemsCommandBuiltinLockRequest) XOrgId(xOrgId string) SystemsApiSystemsCommandBuiltinLockRequest
type SystemsApiSystemsCommandBuiltinRestartRequest ¶
type SystemsApiSystemsCommandBuiltinRestartRequest struct { ApiService *SystemsApiService // contains filtered or unexported fields }
func (SystemsApiSystemsCommandBuiltinRestartRequest) Execute ¶
func (r SystemsApiSystemsCommandBuiltinRestartRequest) Execute() (*http.Response, error)
func (SystemsApiSystemsCommandBuiltinRestartRequest) XOrgId ¶
func (r SystemsApiSystemsCommandBuiltinRestartRequest) XOrgId(xOrgId string) SystemsApiSystemsCommandBuiltinRestartRequest
type SystemsApiSystemsCommandBuiltinShutdownRequest ¶
type SystemsApiSystemsCommandBuiltinShutdownRequest struct { ApiService *SystemsApiService // contains filtered or unexported fields }
func (SystemsApiSystemsCommandBuiltinShutdownRequest) Execute ¶
func (r SystemsApiSystemsCommandBuiltinShutdownRequest) Execute() (*http.Response, error)
func (SystemsApiSystemsCommandBuiltinShutdownRequest) XOrgId ¶
func (r SystemsApiSystemsCommandBuiltinShutdownRequest) XOrgId(xOrgId string) SystemsApiSystemsCommandBuiltinShutdownRequest
type SystemsApiSystemsDeleteRequest ¶
type SystemsApiSystemsDeleteRequest struct { ApiService *SystemsApiService // contains filtered or unexported fields }
func (SystemsApiSystemsDeleteRequest) Authorization ¶
func (r SystemsApiSystemsDeleteRequest) Authorization(authorization string) SystemsApiSystemsDeleteRequest
Authorization header for the System Context API
func (SystemsApiSystemsDeleteRequest) Date ¶
func (r SystemsApiSystemsDeleteRequest) Date(date string) SystemsApiSystemsDeleteRequest
Current date header for the System Context API
func (SystemsApiSystemsDeleteRequest) Execute ¶
func (r SystemsApiSystemsDeleteRequest) Execute() (*System, *http.Response, error)
func (SystemsApiSystemsDeleteRequest) XOrgId ¶
func (r SystemsApiSystemsDeleteRequest) XOrgId(xOrgId string) SystemsApiSystemsDeleteRequest
type SystemsApiSystemsGetRequest ¶
type SystemsApiSystemsGetRequest struct { ApiService *SystemsApiService // contains filtered or unexported fields }
func (SystemsApiSystemsGetRequest) Authorization ¶
func (r SystemsApiSystemsGetRequest) Authorization(authorization string) SystemsApiSystemsGetRequest
Authorization header for the System Context API
func (SystemsApiSystemsGetRequest) Date ¶
func (r SystemsApiSystemsGetRequest) Date(date string) SystemsApiSystemsGetRequest
Current date header for the System Context API
func (SystemsApiSystemsGetRequest) Execute ¶
func (r SystemsApiSystemsGetRequest) Execute() (*System, *http.Response, error)
func (SystemsApiSystemsGetRequest) Fields ¶
func (r SystemsApiSystemsGetRequest) Fields(fields string) SystemsApiSystemsGetRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (SystemsApiSystemsGetRequest) Filter ¶
func (r SystemsApiSystemsGetRequest) Filter(filter string) SystemsApiSystemsGetRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (SystemsApiSystemsGetRequest) XOrgId ¶
func (r SystemsApiSystemsGetRequest) XOrgId(xOrgId string) SystemsApiSystemsGetRequest
type SystemsApiSystemsListRequest ¶
type SystemsApiSystemsListRequest struct { ApiService *SystemsApiService // contains filtered or unexported fields }
func (SystemsApiSystemsListRequest) Execute ¶
func (r SystemsApiSystemsListRequest) Execute() (*Systemslist, *http.Response, error)
func (SystemsApiSystemsListRequest) Fields ¶
func (r SystemsApiSystemsListRequest) Fields(fields string) SystemsApiSystemsListRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (SystemsApiSystemsListRequest) Filter ¶
func (r SystemsApiSystemsListRequest) Filter(filter string) SystemsApiSystemsListRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (SystemsApiSystemsListRequest) Limit ¶
func (r SystemsApiSystemsListRequest) Limit(limit int32) SystemsApiSystemsListRequest
The number of records to return at once. Limited to 100.
func (SystemsApiSystemsListRequest) Search ¶
func (r SystemsApiSystemsListRequest) Search(search string) SystemsApiSystemsListRequest
A nested object containing a `searchTerm` string or array of strings and a list of `fields` to search on.
func (SystemsApiSystemsListRequest) Skip ¶
func (r SystemsApiSystemsListRequest) Skip(skip int32) SystemsApiSystemsListRequest
The offset into the records to return.
func (SystemsApiSystemsListRequest) Sort ¶
func (r SystemsApiSystemsListRequest) Sort(sort string) SystemsApiSystemsListRequest
Use space separated sort parameters to sort the collection. Default sort is ascending. Prefix with `-` to sort descending.
func (SystemsApiSystemsListRequest) XOrgId ¶
func (r SystemsApiSystemsListRequest) XOrgId(xOrgId string) SystemsApiSystemsListRequest
type SystemsApiSystemsPutRequest ¶
type SystemsApiSystemsPutRequest struct { ApiService *SystemsApiService // contains filtered or unexported fields }
func (SystemsApiSystemsPutRequest) Authorization ¶
func (r SystemsApiSystemsPutRequest) Authorization(authorization string) SystemsApiSystemsPutRequest
Authorization header for the System Context API
func (SystemsApiSystemsPutRequest) Body ¶
func (r SystemsApiSystemsPutRequest) Body(body Systemput) SystemsApiSystemsPutRequest
func (SystemsApiSystemsPutRequest) Date ¶
func (r SystemsApiSystemsPutRequest) Date(date string) SystemsApiSystemsPutRequest
Current date header for the System Context API
func (SystemsApiSystemsPutRequest) Execute ¶
func (r SystemsApiSystemsPutRequest) Execute() (*System, *http.Response, error)
func (SystemsApiSystemsPutRequest) XOrgId ¶
func (r SystemsApiSystemsPutRequest) XOrgId(xOrgId string) SystemsApiSystemsPutRequest
type Systemslist ¶
type Systemslist struct { // The list of systems. Results []System `json:"results,omitempty"` // The total number of systems. TotalCount *int32 `json:"totalCount,omitempty"` AdditionalProperties map[string]interface{} }
Systemslist struct for Systemslist
func NewSystemslist ¶
func NewSystemslist() *Systemslist
NewSystemslist instantiates a new Systemslist 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 NewSystemslistWithDefaults ¶
func NewSystemslistWithDefaults() *Systemslist
NewSystemslistWithDefaults instantiates a new Systemslist 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 (*Systemslist) GetResults ¶
func (o *Systemslist) GetResults() []System
GetResults returns the Results field value if set, zero value otherwise.
func (*Systemslist) GetResultsOk ¶
func (o *Systemslist) GetResultsOk() ([]System, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemslist) GetTotalCount ¶
func (o *Systemslist) GetTotalCount() int32
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*Systemslist) GetTotalCountOk ¶
func (o *Systemslist) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemslist) HasResults ¶
func (o *Systemslist) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*Systemslist) HasTotalCount ¶
func (o *Systemslist) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (Systemslist) MarshalJSON ¶
func (o Systemslist) MarshalJSON() ([]byte, error)
func (*Systemslist) SetResults ¶
func (o *Systemslist) SetResults(v []System)
SetResults gets a reference to the given []System and assigns it to the Results field.
func (*Systemslist) SetTotalCount ¶
func (o *Systemslist) SetTotalCount(v int32)
SetTotalCount gets a reference to the given int32 and assigns it to the TotalCount field.
func (Systemslist) ToMap ¶
func (o Systemslist) ToMap() (map[string]interface{}, error)
func (*Systemslist) UnmarshalJSON ¶
func (o *Systemslist) UnmarshalJSON(bytes []byte) (err error)
type Systemuserput ¶
type Systemuserput struct { AccountLocked *bool `json:"account_locked,omitempty"` // type, poBox, extendedAddress, streetAddress, locality, region, postalCode, country Addresses []SystemuserputAddressesInner `json:"addresses,omitempty"` AllowPublicKey *bool `json:"allow_public_key,omitempty"` AlternateEmail *string `json:"alternateEmail,omitempty"` Attributes []SystemuserputAttributesInner `json:"attributes,omitempty"` Company *string `json:"company,omitempty"` CostCenter *string `json:"costCenter,omitempty"` Department *string `json:"department,omitempty"` Description *string `json:"description,omitempty"` DisableDeviceMaxLoginAttempts *bool `json:"disableDeviceMaxLoginAttempts,omitempty"` Displayname *string `json:"displayname,omitempty"` Email *string `json:"email,omitempty"` // Must be unique per user. EmployeeIdentifier *string `json:"employeeIdentifier,omitempty"` EmployeeType *string `json:"employeeType,omitempty"` EnableManagedUid *bool `json:"enable_managed_uid,omitempty"` EnableUserPortalMultifactor *bool `json:"enable_user_portal_multifactor,omitempty"` ExternalDn *string `json:"external_dn,omitempty"` ExternalPasswordExpirationDate *string `json:"external_password_expiration_date,omitempty"` ExternalSourceType *string `json:"external_source_type,omitempty"` ExternallyManaged *bool `json:"externally_managed,omitempty"` Firstname *string `json:"firstname,omitempty"` JobTitle *string `json:"jobTitle,omitempty"` Lastname *string `json:"lastname,omitempty"` LdapBindingUser *bool `json:"ldap_binding_user,omitempty"` Location *string `json:"location,omitempty"` ManagedAppleId *string `json:"managedAppleId,omitempty"` // Relation with another systemuser to identify the last as a manager. Manager *string `json:"manager,omitempty"` Mfa *Mfa `json:"mfa,omitempty"` Middlename *string `json:"middlename,omitempty"` Password *string `json:"password,omitempty"` PasswordNeverExpires *bool `json:"password_never_expires,omitempty"` PhoneNumbers []SystemuserputPhoneNumbersInner `json:"phoneNumbers,omitempty"` PublicKey *string `json:"public_key,omitempty"` Relationships []SystemuserputRelationshipsInner `json:"relationships,omitempty"` SambaServiceUser *bool `json:"samba_service_user,omitempty"` SshKeys []Sshkeypost `json:"ssh_keys,omitempty"` State *string `json:"state,omitempty"` Sudo *bool `json:"sudo,omitempty"` Suspended *bool `json:"suspended,omitempty"` Tags []string `json:"tags,omitempty"` UnixGuid *int32 `json:"unix_guid,omitempty"` UnixUid *int32 `json:"unix_uid,omitempty"` Username *string `json:"username,omitempty"` AdditionalProperties map[string]interface{} }
Systemuserput struct for Systemuserput
func NewSystemuserput ¶
func NewSystemuserput() *Systemuserput
NewSystemuserput instantiates a new Systemuserput 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 NewSystemuserputWithDefaults ¶
func NewSystemuserputWithDefaults() *Systemuserput
NewSystemuserputWithDefaults instantiates a new Systemuserput 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 (*Systemuserput) GetAccountLocked ¶
func (o *Systemuserput) GetAccountLocked() bool
GetAccountLocked returns the AccountLocked field value if set, zero value otherwise.
func (*Systemuserput) GetAccountLockedOk ¶
func (o *Systemuserput) GetAccountLockedOk() (*bool, bool)
GetAccountLockedOk returns a tuple with the AccountLocked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetAddresses ¶
func (o *Systemuserput) GetAddresses() []SystemuserputAddressesInner
GetAddresses returns the Addresses field value if set, zero value otherwise.
func (*Systemuserput) GetAddressesOk ¶
func (o *Systemuserput) GetAddressesOk() ([]SystemuserputAddressesInner, bool)
GetAddressesOk returns a tuple with the Addresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetAllowPublicKey ¶
func (o *Systemuserput) GetAllowPublicKey() bool
GetAllowPublicKey returns the AllowPublicKey field value if set, zero value otherwise.
func (*Systemuserput) GetAllowPublicKeyOk ¶
func (o *Systemuserput) GetAllowPublicKeyOk() (*bool, bool)
GetAllowPublicKeyOk returns a tuple with the AllowPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetAlternateEmail ¶
func (o *Systemuserput) GetAlternateEmail() string
GetAlternateEmail returns the AlternateEmail field value if set, zero value otherwise.
func (*Systemuserput) GetAlternateEmailOk ¶
func (o *Systemuserput) GetAlternateEmailOk() (*string, bool)
GetAlternateEmailOk returns a tuple with the AlternateEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetAttributes ¶
func (o *Systemuserput) GetAttributes() []SystemuserputAttributesInner
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Systemuserput) GetAttributesOk ¶
func (o *Systemuserput) GetAttributesOk() ([]SystemuserputAttributesInner, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetCompany ¶
func (o *Systemuserput) GetCompany() string
GetCompany returns the Company field value if set, zero value otherwise.
func (*Systemuserput) GetCompanyOk ¶
func (o *Systemuserput) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetCostCenter ¶
func (o *Systemuserput) GetCostCenter() string
GetCostCenter returns the CostCenter field value if set, zero value otherwise.
func (*Systemuserput) GetCostCenterOk ¶
func (o *Systemuserput) GetCostCenterOk() (*string, bool)
GetCostCenterOk returns a tuple with the CostCenter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetDepartment ¶
func (o *Systemuserput) GetDepartment() string
GetDepartment returns the Department field value if set, zero value otherwise.
func (*Systemuserput) GetDepartmentOk ¶
func (o *Systemuserput) GetDepartmentOk() (*string, bool)
GetDepartmentOk returns a tuple with the Department field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetDescription ¶
func (o *Systemuserput) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*Systemuserput) GetDescriptionOk ¶
func (o *Systemuserput) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetDisableDeviceMaxLoginAttempts ¶
func (o *Systemuserput) GetDisableDeviceMaxLoginAttempts() bool
GetDisableDeviceMaxLoginAttempts returns the DisableDeviceMaxLoginAttempts field value if set, zero value otherwise.
func (*Systemuserput) GetDisableDeviceMaxLoginAttemptsOk ¶
func (o *Systemuserput) GetDisableDeviceMaxLoginAttemptsOk() (*bool, bool)
GetDisableDeviceMaxLoginAttemptsOk returns a tuple with the DisableDeviceMaxLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetDisplayname ¶
func (o *Systemuserput) GetDisplayname() string
GetDisplayname returns the Displayname field value if set, zero value otherwise.
func (*Systemuserput) GetDisplaynameOk ¶
func (o *Systemuserput) GetDisplaynameOk() (*string, bool)
GetDisplaynameOk returns a tuple with the Displayname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetEmail ¶
func (o *Systemuserput) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*Systemuserput) GetEmailOk ¶
func (o *Systemuserput) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetEmployeeIdentifier ¶
func (o *Systemuserput) GetEmployeeIdentifier() string
GetEmployeeIdentifier returns the EmployeeIdentifier field value if set, zero value otherwise.
func (*Systemuserput) GetEmployeeIdentifierOk ¶
func (o *Systemuserput) GetEmployeeIdentifierOk() (*string, bool)
GetEmployeeIdentifierOk returns a tuple with the EmployeeIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetEmployeeType ¶
func (o *Systemuserput) GetEmployeeType() string
GetEmployeeType returns the EmployeeType field value if set, zero value otherwise.
func (*Systemuserput) GetEmployeeTypeOk ¶
func (o *Systemuserput) GetEmployeeTypeOk() (*string, bool)
GetEmployeeTypeOk returns a tuple with the EmployeeType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetEnableManagedUid ¶
func (o *Systemuserput) GetEnableManagedUid() bool
GetEnableManagedUid returns the EnableManagedUid field value if set, zero value otherwise.
func (*Systemuserput) GetEnableManagedUidOk ¶
func (o *Systemuserput) GetEnableManagedUidOk() (*bool, bool)
GetEnableManagedUidOk returns a tuple with the EnableManagedUid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetEnableUserPortalMultifactor ¶
func (o *Systemuserput) GetEnableUserPortalMultifactor() bool
GetEnableUserPortalMultifactor returns the EnableUserPortalMultifactor field value if set, zero value otherwise.
func (*Systemuserput) GetEnableUserPortalMultifactorOk ¶
func (o *Systemuserput) GetEnableUserPortalMultifactorOk() (*bool, bool)
GetEnableUserPortalMultifactorOk returns a tuple with the EnableUserPortalMultifactor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetExternalDn ¶
func (o *Systemuserput) GetExternalDn() string
GetExternalDn returns the ExternalDn field value if set, zero value otherwise.
func (*Systemuserput) GetExternalDnOk ¶
func (o *Systemuserput) GetExternalDnOk() (*string, bool)
GetExternalDnOk returns a tuple with the ExternalDn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetExternalPasswordExpirationDate ¶
func (o *Systemuserput) GetExternalPasswordExpirationDate() string
GetExternalPasswordExpirationDate returns the ExternalPasswordExpirationDate field value if set, zero value otherwise.
func (*Systemuserput) GetExternalPasswordExpirationDateOk ¶
func (o *Systemuserput) GetExternalPasswordExpirationDateOk() (*string, bool)
GetExternalPasswordExpirationDateOk returns a tuple with the ExternalPasswordExpirationDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetExternalSourceType ¶
func (o *Systemuserput) GetExternalSourceType() string
GetExternalSourceType returns the ExternalSourceType field value if set, zero value otherwise.
func (*Systemuserput) GetExternalSourceTypeOk ¶
func (o *Systemuserput) GetExternalSourceTypeOk() (*string, bool)
GetExternalSourceTypeOk returns a tuple with the ExternalSourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetExternallyManaged ¶
func (o *Systemuserput) GetExternallyManaged() bool
GetExternallyManaged returns the ExternallyManaged field value if set, zero value otherwise.
func (*Systemuserput) GetExternallyManagedOk ¶
func (o *Systemuserput) GetExternallyManagedOk() (*bool, bool)
GetExternallyManagedOk returns a tuple with the ExternallyManaged field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetFirstname ¶
func (o *Systemuserput) GetFirstname() string
GetFirstname returns the Firstname field value if set, zero value otherwise.
func (*Systemuserput) GetFirstnameOk ¶
func (o *Systemuserput) GetFirstnameOk() (*string, bool)
GetFirstnameOk returns a tuple with the Firstname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetJobTitle ¶
func (o *Systemuserput) GetJobTitle() string
GetJobTitle returns the JobTitle field value if set, zero value otherwise.
func (*Systemuserput) GetJobTitleOk ¶
func (o *Systemuserput) GetJobTitleOk() (*string, bool)
GetJobTitleOk returns a tuple with the JobTitle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetLastname ¶
func (o *Systemuserput) GetLastname() string
GetLastname returns the Lastname field value if set, zero value otherwise.
func (*Systemuserput) GetLastnameOk ¶
func (o *Systemuserput) GetLastnameOk() (*string, bool)
GetLastnameOk returns a tuple with the Lastname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetLdapBindingUser ¶
func (o *Systemuserput) GetLdapBindingUser() bool
GetLdapBindingUser returns the LdapBindingUser field value if set, zero value otherwise.
func (*Systemuserput) GetLdapBindingUserOk ¶
func (o *Systemuserput) GetLdapBindingUserOk() (*bool, bool)
GetLdapBindingUserOk returns a tuple with the LdapBindingUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetLocation ¶
func (o *Systemuserput) GetLocation() string
GetLocation returns the Location field value if set, zero value otherwise.
func (*Systemuserput) GetLocationOk ¶
func (o *Systemuserput) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetManagedAppleId ¶
func (o *Systemuserput) GetManagedAppleId() string
GetManagedAppleId returns the ManagedAppleId field value if set, zero value otherwise.
func (*Systemuserput) GetManagedAppleIdOk ¶
func (o *Systemuserput) GetManagedAppleIdOk() (*string, bool)
GetManagedAppleIdOk returns a tuple with the ManagedAppleId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetManager ¶
func (o *Systemuserput) GetManager() string
GetManager returns the Manager field value if set, zero value otherwise.
func (*Systemuserput) GetManagerOk ¶
func (o *Systemuserput) GetManagerOk() (*string, bool)
GetManagerOk returns a tuple with the Manager field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetMfa ¶
func (o *Systemuserput) GetMfa() Mfa
GetMfa returns the Mfa field value if set, zero value otherwise.
func (*Systemuserput) GetMfaOk ¶
func (o *Systemuserput) GetMfaOk() (*Mfa, bool)
GetMfaOk returns a tuple with the Mfa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetMiddlename ¶
func (o *Systemuserput) GetMiddlename() string
GetMiddlename returns the Middlename field value if set, zero value otherwise.
func (*Systemuserput) GetMiddlenameOk ¶
func (o *Systemuserput) GetMiddlenameOk() (*string, bool)
GetMiddlenameOk returns a tuple with the Middlename field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetPassword ¶
func (o *Systemuserput) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*Systemuserput) GetPasswordNeverExpires ¶
func (o *Systemuserput) GetPasswordNeverExpires() bool
GetPasswordNeverExpires returns the PasswordNeverExpires field value if set, zero value otherwise.
func (*Systemuserput) GetPasswordNeverExpiresOk ¶
func (o *Systemuserput) GetPasswordNeverExpiresOk() (*bool, bool)
GetPasswordNeverExpiresOk returns a tuple with the PasswordNeverExpires field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetPasswordOk ¶
func (o *Systemuserput) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetPhoneNumbers ¶
func (o *Systemuserput) GetPhoneNumbers() []SystemuserputPhoneNumbersInner
GetPhoneNumbers returns the PhoneNumbers field value if set, zero value otherwise.
func (*Systemuserput) GetPhoneNumbersOk ¶
func (o *Systemuserput) GetPhoneNumbersOk() ([]SystemuserputPhoneNumbersInner, bool)
GetPhoneNumbersOk returns a tuple with the PhoneNumbers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetPublicKey ¶
func (o *Systemuserput) GetPublicKey() string
GetPublicKey returns the PublicKey field value if set, zero value otherwise.
func (*Systemuserput) GetPublicKeyOk ¶
func (o *Systemuserput) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetRelationships ¶
func (o *Systemuserput) GetRelationships() []SystemuserputRelationshipsInner
GetRelationships returns the Relationships field value if set, zero value otherwise.
func (*Systemuserput) GetRelationshipsOk ¶
func (o *Systemuserput) GetRelationshipsOk() ([]SystemuserputRelationshipsInner, bool)
GetRelationshipsOk returns a tuple with the Relationships field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetSambaServiceUser ¶
func (o *Systemuserput) GetSambaServiceUser() bool
GetSambaServiceUser returns the SambaServiceUser field value if set, zero value otherwise.
func (*Systemuserput) GetSambaServiceUserOk ¶
func (o *Systemuserput) GetSambaServiceUserOk() (*bool, bool)
GetSambaServiceUserOk returns a tuple with the SambaServiceUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetSshKeys ¶
func (o *Systemuserput) GetSshKeys() []Sshkeypost
GetSshKeys returns the SshKeys field value if set, zero value otherwise.
func (*Systemuserput) GetSshKeysOk ¶
func (o *Systemuserput) GetSshKeysOk() ([]Sshkeypost, bool)
GetSshKeysOk returns a tuple with the SshKeys field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetState ¶
func (o *Systemuserput) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*Systemuserput) GetStateOk ¶
func (o *Systemuserput) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetSudo ¶
func (o *Systemuserput) GetSudo() bool
GetSudo returns the Sudo field value if set, zero value otherwise.
func (*Systemuserput) GetSudoOk ¶
func (o *Systemuserput) GetSudoOk() (*bool, bool)
GetSudoOk returns a tuple with the Sudo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetSuspended ¶
func (o *Systemuserput) GetSuspended() bool
GetSuspended returns the Suspended field value if set, zero value otherwise.
func (*Systemuserput) GetSuspendedOk ¶
func (o *Systemuserput) GetSuspendedOk() (*bool, bool)
GetSuspendedOk returns a tuple with the Suspended field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetTags ¶
func (o *Systemuserput) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*Systemuserput) GetTagsOk ¶
func (o *Systemuserput) GetTagsOk() ([]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetUnixGuid ¶
func (o *Systemuserput) GetUnixGuid() int32
GetUnixGuid returns the UnixGuid field value if set, zero value otherwise.
func (*Systemuserput) GetUnixGuidOk ¶
func (o *Systemuserput) GetUnixGuidOk() (*int32, bool)
GetUnixGuidOk returns a tuple with the UnixGuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetUnixUid ¶
func (o *Systemuserput) GetUnixUid() int32
GetUnixUid returns the UnixUid field value if set, zero value otherwise.
func (*Systemuserput) GetUnixUidOk ¶
func (o *Systemuserput) GetUnixUidOk() (*int32, bool)
GetUnixUidOk returns a tuple with the UnixUid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) GetUsername ¶
func (o *Systemuserput) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*Systemuserput) GetUsernameOk ¶
func (o *Systemuserput) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserput) HasAccountLocked ¶
func (o *Systemuserput) HasAccountLocked() bool
HasAccountLocked returns a boolean if a field has been set.
func (*Systemuserput) HasAddresses ¶
func (o *Systemuserput) HasAddresses() bool
HasAddresses returns a boolean if a field has been set.
func (*Systemuserput) HasAllowPublicKey ¶
func (o *Systemuserput) HasAllowPublicKey() bool
HasAllowPublicKey returns a boolean if a field has been set.
func (*Systemuserput) HasAlternateEmail ¶
func (o *Systemuserput) HasAlternateEmail() bool
HasAlternateEmail returns a boolean if a field has been set.
func (*Systemuserput) HasAttributes ¶
func (o *Systemuserput) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*Systemuserput) HasCompany ¶
func (o *Systemuserput) HasCompany() bool
HasCompany returns a boolean if a field has been set.
func (*Systemuserput) HasCostCenter ¶
func (o *Systemuserput) HasCostCenter() bool
HasCostCenter returns a boolean if a field has been set.
func (*Systemuserput) HasDepartment ¶
func (o *Systemuserput) HasDepartment() bool
HasDepartment returns a boolean if a field has been set.
func (*Systemuserput) HasDescription ¶
func (o *Systemuserput) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*Systemuserput) HasDisableDeviceMaxLoginAttempts ¶
func (o *Systemuserput) HasDisableDeviceMaxLoginAttempts() bool
HasDisableDeviceMaxLoginAttempts returns a boolean if a field has been set.
func (*Systemuserput) HasDisplayname ¶
func (o *Systemuserput) HasDisplayname() bool
HasDisplayname returns a boolean if a field has been set.
func (*Systemuserput) HasEmail ¶
func (o *Systemuserput) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*Systemuserput) HasEmployeeIdentifier ¶
func (o *Systemuserput) HasEmployeeIdentifier() bool
HasEmployeeIdentifier returns a boolean if a field has been set.
func (*Systemuserput) HasEmployeeType ¶
func (o *Systemuserput) HasEmployeeType() bool
HasEmployeeType returns a boolean if a field has been set.
func (*Systemuserput) HasEnableManagedUid ¶
func (o *Systemuserput) HasEnableManagedUid() bool
HasEnableManagedUid returns a boolean if a field has been set.
func (*Systemuserput) HasEnableUserPortalMultifactor ¶
func (o *Systemuserput) HasEnableUserPortalMultifactor() bool
HasEnableUserPortalMultifactor returns a boolean if a field has been set.
func (*Systemuserput) HasExternalDn ¶
func (o *Systemuserput) HasExternalDn() bool
HasExternalDn returns a boolean if a field has been set.
func (*Systemuserput) HasExternalPasswordExpirationDate ¶
func (o *Systemuserput) HasExternalPasswordExpirationDate() bool
HasExternalPasswordExpirationDate returns a boolean if a field has been set.
func (*Systemuserput) HasExternalSourceType ¶
func (o *Systemuserput) HasExternalSourceType() bool
HasExternalSourceType returns a boolean if a field has been set.
func (*Systemuserput) HasExternallyManaged ¶
func (o *Systemuserput) HasExternallyManaged() bool
HasExternallyManaged returns a boolean if a field has been set.
func (*Systemuserput) HasFirstname ¶
func (o *Systemuserput) HasFirstname() bool
HasFirstname returns a boolean if a field has been set.
func (*Systemuserput) HasJobTitle ¶
func (o *Systemuserput) HasJobTitle() bool
HasJobTitle returns a boolean if a field has been set.
func (*Systemuserput) HasLastname ¶
func (o *Systemuserput) HasLastname() bool
HasLastname returns a boolean if a field has been set.
func (*Systemuserput) HasLdapBindingUser ¶
func (o *Systemuserput) HasLdapBindingUser() bool
HasLdapBindingUser returns a boolean if a field has been set.
func (*Systemuserput) HasLocation ¶
func (o *Systemuserput) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (*Systemuserput) HasManagedAppleId ¶
func (o *Systemuserput) HasManagedAppleId() bool
HasManagedAppleId returns a boolean if a field has been set.
func (*Systemuserput) HasManager ¶
func (o *Systemuserput) HasManager() bool
HasManager returns a boolean if a field has been set.
func (*Systemuserput) HasMfa ¶
func (o *Systemuserput) HasMfa() bool
HasMfa returns a boolean if a field has been set.
func (*Systemuserput) HasMiddlename ¶
func (o *Systemuserput) HasMiddlename() bool
HasMiddlename returns a boolean if a field has been set.
func (*Systemuserput) HasPassword ¶
func (o *Systemuserput) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*Systemuserput) HasPasswordNeverExpires ¶
func (o *Systemuserput) HasPasswordNeverExpires() bool
HasPasswordNeverExpires returns a boolean if a field has been set.
func (*Systemuserput) HasPhoneNumbers ¶
func (o *Systemuserput) HasPhoneNumbers() bool
HasPhoneNumbers returns a boolean if a field has been set.
func (*Systemuserput) HasPublicKey ¶
func (o *Systemuserput) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (*Systemuserput) HasRelationships ¶
func (o *Systemuserput) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (*Systemuserput) HasSambaServiceUser ¶
func (o *Systemuserput) HasSambaServiceUser() bool
HasSambaServiceUser returns a boolean if a field has been set.
func (*Systemuserput) HasSshKeys ¶
func (o *Systemuserput) HasSshKeys() bool
HasSshKeys returns a boolean if a field has been set.
func (*Systemuserput) HasState ¶
func (o *Systemuserput) HasState() bool
HasState returns a boolean if a field has been set.
func (*Systemuserput) HasSudo ¶
func (o *Systemuserput) HasSudo() bool
HasSudo returns a boolean if a field has been set.
func (*Systemuserput) HasSuspended ¶
func (o *Systemuserput) HasSuspended() bool
HasSuspended returns a boolean if a field has been set.
func (*Systemuserput) HasTags ¶
func (o *Systemuserput) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*Systemuserput) HasUnixGuid ¶
func (o *Systemuserput) HasUnixGuid() bool
HasUnixGuid returns a boolean if a field has been set.
func (*Systemuserput) HasUnixUid ¶
func (o *Systemuserput) HasUnixUid() bool
HasUnixUid returns a boolean if a field has been set.
func (*Systemuserput) HasUsername ¶
func (o *Systemuserput) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (Systemuserput) MarshalJSON ¶
func (o Systemuserput) MarshalJSON() ([]byte, error)
func (*Systemuserput) SetAccountLocked ¶
func (o *Systemuserput) SetAccountLocked(v bool)
SetAccountLocked gets a reference to the given bool and assigns it to the AccountLocked field.
func (*Systemuserput) SetAddresses ¶
func (o *Systemuserput) SetAddresses(v []SystemuserputAddressesInner)
SetAddresses gets a reference to the given []SystemuserputAddressesInner and assigns it to the Addresses field.
func (*Systemuserput) SetAllowPublicKey ¶
func (o *Systemuserput) SetAllowPublicKey(v bool)
SetAllowPublicKey gets a reference to the given bool and assigns it to the AllowPublicKey field.
func (*Systemuserput) SetAlternateEmail ¶
func (o *Systemuserput) SetAlternateEmail(v string)
SetAlternateEmail gets a reference to the given string and assigns it to the AlternateEmail field.
func (*Systemuserput) SetAttributes ¶
func (o *Systemuserput) SetAttributes(v []SystemuserputAttributesInner)
SetAttributes gets a reference to the given []SystemuserputAttributesInner and assigns it to the Attributes field.
func (*Systemuserput) SetCompany ¶
func (o *Systemuserput) SetCompany(v string)
SetCompany gets a reference to the given string and assigns it to the Company field.
func (*Systemuserput) SetCostCenter ¶
func (o *Systemuserput) SetCostCenter(v string)
SetCostCenter gets a reference to the given string and assigns it to the CostCenter field.
func (*Systemuserput) SetDepartment ¶
func (o *Systemuserput) SetDepartment(v string)
SetDepartment gets a reference to the given string and assigns it to the Department field.
func (*Systemuserput) SetDescription ¶
func (o *Systemuserput) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Systemuserput) SetDisableDeviceMaxLoginAttempts ¶
func (o *Systemuserput) SetDisableDeviceMaxLoginAttempts(v bool)
SetDisableDeviceMaxLoginAttempts gets a reference to the given bool and assigns it to the DisableDeviceMaxLoginAttempts field.
func (*Systemuserput) SetDisplayname ¶
func (o *Systemuserput) SetDisplayname(v string)
SetDisplayname gets a reference to the given string and assigns it to the Displayname field.
func (*Systemuserput) SetEmail ¶
func (o *Systemuserput) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*Systemuserput) SetEmployeeIdentifier ¶
func (o *Systemuserput) SetEmployeeIdentifier(v string)
SetEmployeeIdentifier gets a reference to the given string and assigns it to the EmployeeIdentifier field.
func (*Systemuserput) SetEmployeeType ¶
func (o *Systemuserput) SetEmployeeType(v string)
SetEmployeeType gets a reference to the given string and assigns it to the EmployeeType field.
func (*Systemuserput) SetEnableManagedUid ¶
func (o *Systemuserput) SetEnableManagedUid(v bool)
SetEnableManagedUid gets a reference to the given bool and assigns it to the EnableManagedUid field.
func (*Systemuserput) SetEnableUserPortalMultifactor ¶
func (o *Systemuserput) SetEnableUserPortalMultifactor(v bool)
SetEnableUserPortalMultifactor gets a reference to the given bool and assigns it to the EnableUserPortalMultifactor field.
func (*Systemuserput) SetExternalDn ¶
func (o *Systemuserput) SetExternalDn(v string)
SetExternalDn gets a reference to the given string and assigns it to the ExternalDn field.
func (*Systemuserput) SetExternalPasswordExpirationDate ¶
func (o *Systemuserput) SetExternalPasswordExpirationDate(v string)
SetExternalPasswordExpirationDate gets a reference to the given string and assigns it to the ExternalPasswordExpirationDate field.
func (*Systemuserput) SetExternalSourceType ¶
func (o *Systemuserput) SetExternalSourceType(v string)
SetExternalSourceType gets a reference to the given string and assigns it to the ExternalSourceType field.
func (*Systemuserput) SetExternallyManaged ¶
func (o *Systemuserput) SetExternallyManaged(v bool)
SetExternallyManaged gets a reference to the given bool and assigns it to the ExternallyManaged field.
func (*Systemuserput) SetFirstname ¶
func (o *Systemuserput) SetFirstname(v string)
SetFirstname gets a reference to the given string and assigns it to the Firstname field.
func (*Systemuserput) SetJobTitle ¶
func (o *Systemuserput) SetJobTitle(v string)
SetJobTitle gets a reference to the given string and assigns it to the JobTitle field.
func (*Systemuserput) SetLastname ¶
func (o *Systemuserput) SetLastname(v string)
SetLastname gets a reference to the given string and assigns it to the Lastname field.
func (*Systemuserput) SetLdapBindingUser ¶
func (o *Systemuserput) SetLdapBindingUser(v bool)
SetLdapBindingUser gets a reference to the given bool and assigns it to the LdapBindingUser field.
func (*Systemuserput) SetLocation ¶
func (o *Systemuserput) SetLocation(v string)
SetLocation gets a reference to the given string and assigns it to the Location field.
func (*Systemuserput) SetManagedAppleId ¶
func (o *Systemuserput) SetManagedAppleId(v string)
SetManagedAppleId gets a reference to the given string and assigns it to the ManagedAppleId field.
func (*Systemuserput) SetManager ¶
func (o *Systemuserput) SetManager(v string)
SetManager gets a reference to the given string and assigns it to the Manager field.
func (*Systemuserput) SetMfa ¶
func (o *Systemuserput) SetMfa(v Mfa)
SetMfa gets a reference to the given Mfa and assigns it to the Mfa field.
func (*Systemuserput) SetMiddlename ¶
func (o *Systemuserput) SetMiddlename(v string)
SetMiddlename gets a reference to the given string and assigns it to the Middlename field.
func (*Systemuserput) SetPassword ¶
func (o *Systemuserput) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*Systemuserput) SetPasswordNeverExpires ¶
func (o *Systemuserput) SetPasswordNeverExpires(v bool)
SetPasswordNeverExpires gets a reference to the given bool and assigns it to the PasswordNeverExpires field.
func (*Systemuserput) SetPhoneNumbers ¶
func (o *Systemuserput) SetPhoneNumbers(v []SystemuserputPhoneNumbersInner)
SetPhoneNumbers gets a reference to the given []SystemuserputPhoneNumbersInner and assigns it to the PhoneNumbers field.
func (*Systemuserput) SetPublicKey ¶
func (o *Systemuserput) SetPublicKey(v string)
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field.
func (*Systemuserput) SetRelationships ¶
func (o *Systemuserput) SetRelationships(v []SystemuserputRelationshipsInner)
SetRelationships gets a reference to the given []SystemuserputRelationshipsInner and assigns it to the Relationships field.
func (*Systemuserput) SetSambaServiceUser ¶
func (o *Systemuserput) SetSambaServiceUser(v bool)
SetSambaServiceUser gets a reference to the given bool and assigns it to the SambaServiceUser field.
func (*Systemuserput) SetSshKeys ¶
func (o *Systemuserput) SetSshKeys(v []Sshkeypost)
SetSshKeys gets a reference to the given []Sshkeypost and assigns it to the SshKeys field.
func (*Systemuserput) SetState ¶
func (o *Systemuserput) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*Systemuserput) SetSudo ¶
func (o *Systemuserput) SetSudo(v bool)
SetSudo gets a reference to the given bool and assigns it to the Sudo field.
func (*Systemuserput) SetSuspended ¶
func (o *Systemuserput) SetSuspended(v bool)
SetSuspended gets a reference to the given bool and assigns it to the Suspended field.
func (*Systemuserput) SetTags ¶
func (o *Systemuserput) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*Systemuserput) SetUnixGuid ¶
func (o *Systemuserput) SetUnixGuid(v int32)
SetUnixGuid gets a reference to the given int32 and assigns it to the UnixGuid field.
func (*Systemuserput) SetUnixUid ¶
func (o *Systemuserput) SetUnixUid(v int32)
SetUnixUid gets a reference to the given int32 and assigns it to the UnixUid field.
func (*Systemuserput) SetUsername ¶
func (o *Systemuserput) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (Systemuserput) ToMap ¶
func (o Systemuserput) ToMap() (map[string]interface{}, error)
func (*Systemuserput) UnmarshalJSON ¶
func (o *Systemuserput) UnmarshalJSON(bytes []byte) (err error)
type SystemuserputAddressesInner ¶
type SystemuserputAddressesInner struct { Country *string `json:"country,omitempty"` ExtendedAddress *string `json:"extendedAddress,omitempty"` Locality *string `json:"locality,omitempty"` PoBox *string `json:"poBox,omitempty"` PostalCode *string `json:"postalCode,omitempty"` Region *string `json:"region,omitempty"` StreetAddress *string `json:"streetAddress,omitempty"` Type *string `json:"type,omitempty"` AdditionalProperties map[string]interface{} }
SystemuserputAddressesInner struct for SystemuserputAddressesInner
func NewSystemuserputAddressesInner ¶
func NewSystemuserputAddressesInner() *SystemuserputAddressesInner
NewSystemuserputAddressesInner instantiates a new SystemuserputAddressesInner 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 NewSystemuserputAddressesInnerWithDefaults ¶
func NewSystemuserputAddressesInnerWithDefaults() *SystemuserputAddressesInner
NewSystemuserputAddressesInnerWithDefaults instantiates a new SystemuserputAddressesInner 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 (*SystemuserputAddressesInner) GetCountry ¶
func (o *SystemuserputAddressesInner) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*SystemuserputAddressesInner) GetCountryOk ¶
func (o *SystemuserputAddressesInner) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputAddressesInner) GetExtendedAddress ¶
func (o *SystemuserputAddressesInner) GetExtendedAddress() string
GetExtendedAddress returns the ExtendedAddress field value if set, zero value otherwise.
func (*SystemuserputAddressesInner) GetExtendedAddressOk ¶
func (o *SystemuserputAddressesInner) GetExtendedAddressOk() (*string, bool)
GetExtendedAddressOk returns a tuple with the ExtendedAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputAddressesInner) GetLocality ¶
func (o *SystemuserputAddressesInner) GetLocality() string
GetLocality returns the Locality field value if set, zero value otherwise.
func (*SystemuserputAddressesInner) GetLocalityOk ¶
func (o *SystemuserputAddressesInner) GetLocalityOk() (*string, bool)
GetLocalityOk returns a tuple with the Locality field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputAddressesInner) GetPoBox ¶
func (o *SystemuserputAddressesInner) GetPoBox() string
GetPoBox returns the PoBox field value if set, zero value otherwise.
func (*SystemuserputAddressesInner) GetPoBoxOk ¶
func (o *SystemuserputAddressesInner) GetPoBoxOk() (*string, bool)
GetPoBoxOk returns a tuple with the PoBox field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputAddressesInner) GetPostalCode ¶
func (o *SystemuserputAddressesInner) GetPostalCode() string
GetPostalCode returns the PostalCode field value if set, zero value otherwise.
func (*SystemuserputAddressesInner) GetPostalCodeOk ¶
func (o *SystemuserputAddressesInner) GetPostalCodeOk() (*string, bool)
GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputAddressesInner) GetRegion ¶
func (o *SystemuserputAddressesInner) GetRegion() string
GetRegion returns the Region field value if set, zero value otherwise.
func (*SystemuserputAddressesInner) GetRegionOk ¶
func (o *SystemuserputAddressesInner) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputAddressesInner) GetStreetAddress ¶
func (o *SystemuserputAddressesInner) GetStreetAddress() string
GetStreetAddress returns the StreetAddress field value if set, zero value otherwise.
func (*SystemuserputAddressesInner) GetStreetAddressOk ¶
func (o *SystemuserputAddressesInner) GetStreetAddressOk() (*string, bool)
GetStreetAddressOk returns a tuple with the StreetAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputAddressesInner) GetType ¶
func (o *SystemuserputAddressesInner) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SystemuserputAddressesInner) GetTypeOk ¶
func (o *SystemuserputAddressesInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputAddressesInner) HasCountry ¶
func (o *SystemuserputAddressesInner) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*SystemuserputAddressesInner) HasExtendedAddress ¶
func (o *SystemuserputAddressesInner) HasExtendedAddress() bool
HasExtendedAddress returns a boolean if a field has been set.
func (*SystemuserputAddressesInner) HasLocality ¶
func (o *SystemuserputAddressesInner) HasLocality() bool
HasLocality returns a boolean if a field has been set.
func (*SystemuserputAddressesInner) HasPoBox ¶
func (o *SystemuserputAddressesInner) HasPoBox() bool
HasPoBox returns a boolean if a field has been set.
func (*SystemuserputAddressesInner) HasPostalCode ¶
func (o *SystemuserputAddressesInner) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (*SystemuserputAddressesInner) HasRegion ¶
func (o *SystemuserputAddressesInner) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (*SystemuserputAddressesInner) HasStreetAddress ¶
func (o *SystemuserputAddressesInner) HasStreetAddress() bool
HasStreetAddress returns a boolean if a field has been set.
func (*SystemuserputAddressesInner) HasType ¶
func (o *SystemuserputAddressesInner) HasType() bool
HasType returns a boolean if a field has been set.
func (SystemuserputAddressesInner) MarshalJSON ¶
func (o SystemuserputAddressesInner) MarshalJSON() ([]byte, error)
func (*SystemuserputAddressesInner) SetCountry ¶
func (o *SystemuserputAddressesInner) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*SystemuserputAddressesInner) SetExtendedAddress ¶
func (o *SystemuserputAddressesInner) SetExtendedAddress(v string)
SetExtendedAddress gets a reference to the given string and assigns it to the ExtendedAddress field.
func (*SystemuserputAddressesInner) SetLocality ¶
func (o *SystemuserputAddressesInner) SetLocality(v string)
SetLocality gets a reference to the given string and assigns it to the Locality field.
func (*SystemuserputAddressesInner) SetPoBox ¶
func (o *SystemuserputAddressesInner) SetPoBox(v string)
SetPoBox gets a reference to the given string and assigns it to the PoBox field.
func (*SystemuserputAddressesInner) SetPostalCode ¶
func (o *SystemuserputAddressesInner) SetPostalCode(v string)
SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.
func (*SystemuserputAddressesInner) SetRegion ¶
func (o *SystemuserputAddressesInner) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
func (*SystemuserputAddressesInner) SetStreetAddress ¶
func (o *SystemuserputAddressesInner) SetStreetAddress(v string)
SetStreetAddress gets a reference to the given string and assigns it to the StreetAddress field.
func (*SystemuserputAddressesInner) SetType ¶
func (o *SystemuserputAddressesInner) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (SystemuserputAddressesInner) ToMap ¶
func (o SystemuserputAddressesInner) ToMap() (map[string]interface{}, error)
func (*SystemuserputAddressesInner) UnmarshalJSON ¶
func (o *SystemuserputAddressesInner) UnmarshalJSON(bytes []byte) (err error)
type SystemuserputAttributesInner ¶
type SystemuserputAttributesInner struct { Name *string `json:"name,omitempty"` Value *string `json:"value,omitempty"` AdditionalProperties map[string]interface{} }
SystemuserputAttributesInner struct for SystemuserputAttributesInner
func NewSystemuserputAttributesInner ¶
func NewSystemuserputAttributesInner() *SystemuserputAttributesInner
NewSystemuserputAttributesInner instantiates a new SystemuserputAttributesInner 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 NewSystemuserputAttributesInnerWithDefaults ¶
func NewSystemuserputAttributesInnerWithDefaults() *SystemuserputAttributesInner
NewSystemuserputAttributesInnerWithDefaults instantiates a new SystemuserputAttributesInner 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 (*SystemuserputAttributesInner) GetName ¶
func (o *SystemuserputAttributesInner) GetName() string
GetName returns the Name field value if set, zero value otherwise.
func (*SystemuserputAttributesInner) GetNameOk ¶
func (o *SystemuserputAttributesInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputAttributesInner) GetValue ¶
func (o *SystemuserputAttributesInner) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*SystemuserputAttributesInner) GetValueOk ¶
func (o *SystemuserputAttributesInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputAttributesInner) HasName ¶
func (o *SystemuserputAttributesInner) HasName() bool
HasName returns a boolean if a field has been set.
func (*SystemuserputAttributesInner) HasValue ¶
func (o *SystemuserputAttributesInner) HasValue() bool
HasValue returns a boolean if a field has been set.
func (SystemuserputAttributesInner) MarshalJSON ¶
func (o SystemuserputAttributesInner) MarshalJSON() ([]byte, error)
func (*SystemuserputAttributesInner) SetName ¶
func (o *SystemuserputAttributesInner) SetName(v string)
SetName gets a reference to the given string and assigns it to the Name field.
func (*SystemuserputAttributesInner) SetValue ¶
func (o *SystemuserputAttributesInner) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (SystemuserputAttributesInner) ToMap ¶
func (o SystemuserputAttributesInner) ToMap() (map[string]interface{}, error)
func (*SystemuserputAttributesInner) UnmarshalJSON ¶
func (o *SystemuserputAttributesInner) UnmarshalJSON(bytes []byte) (err error)
type SystemuserputPhoneNumbersInner ¶
type SystemuserputPhoneNumbersInner struct { Number *string `json:"number,omitempty"` Type *string `json:"type,omitempty"` AdditionalProperties map[string]interface{} }
SystemuserputPhoneNumbersInner struct for SystemuserputPhoneNumbersInner
func NewSystemuserputPhoneNumbersInner ¶
func NewSystemuserputPhoneNumbersInner() *SystemuserputPhoneNumbersInner
NewSystemuserputPhoneNumbersInner instantiates a new SystemuserputPhoneNumbersInner 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 NewSystemuserputPhoneNumbersInnerWithDefaults ¶
func NewSystemuserputPhoneNumbersInnerWithDefaults() *SystemuserputPhoneNumbersInner
NewSystemuserputPhoneNumbersInnerWithDefaults instantiates a new SystemuserputPhoneNumbersInner 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 (*SystemuserputPhoneNumbersInner) GetNumber ¶
func (o *SystemuserputPhoneNumbersInner) GetNumber() string
GetNumber returns the Number field value if set, zero value otherwise.
func (*SystemuserputPhoneNumbersInner) GetNumberOk ¶
func (o *SystemuserputPhoneNumbersInner) GetNumberOk() (*string, bool)
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputPhoneNumbersInner) GetType ¶
func (o *SystemuserputPhoneNumbersInner) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SystemuserputPhoneNumbersInner) GetTypeOk ¶
func (o *SystemuserputPhoneNumbersInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputPhoneNumbersInner) HasNumber ¶
func (o *SystemuserputPhoneNumbersInner) HasNumber() bool
HasNumber returns a boolean if a field has been set.
func (*SystemuserputPhoneNumbersInner) HasType ¶
func (o *SystemuserputPhoneNumbersInner) HasType() bool
HasType returns a boolean if a field has been set.
func (SystemuserputPhoneNumbersInner) MarshalJSON ¶
func (o SystemuserputPhoneNumbersInner) MarshalJSON() ([]byte, error)
func (*SystemuserputPhoneNumbersInner) SetNumber ¶
func (o *SystemuserputPhoneNumbersInner) SetNumber(v string)
SetNumber gets a reference to the given string and assigns it to the Number field.
func (*SystemuserputPhoneNumbersInner) SetType ¶
func (o *SystemuserputPhoneNumbersInner) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (SystemuserputPhoneNumbersInner) ToMap ¶
func (o SystemuserputPhoneNumbersInner) ToMap() (map[string]interface{}, error)
func (*SystemuserputPhoneNumbersInner) UnmarshalJSON ¶
func (o *SystemuserputPhoneNumbersInner) UnmarshalJSON(bytes []byte) (err error)
type SystemuserputRelationshipsInner ¶
type SystemuserputRelationshipsInner struct { Type *string `json:"type,omitempty"` Value *string `json:"value,omitempty"` AdditionalProperties map[string]interface{} }
SystemuserputRelationshipsInner struct for SystemuserputRelationshipsInner
func NewSystemuserputRelationshipsInner ¶
func NewSystemuserputRelationshipsInner() *SystemuserputRelationshipsInner
NewSystemuserputRelationshipsInner instantiates a new SystemuserputRelationshipsInner 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 NewSystemuserputRelationshipsInnerWithDefaults ¶
func NewSystemuserputRelationshipsInnerWithDefaults() *SystemuserputRelationshipsInner
NewSystemuserputRelationshipsInnerWithDefaults instantiates a new SystemuserputRelationshipsInner 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 (*SystemuserputRelationshipsInner) GetType ¶
func (o *SystemuserputRelationshipsInner) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SystemuserputRelationshipsInner) GetTypeOk ¶
func (o *SystemuserputRelationshipsInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputRelationshipsInner) GetValue ¶
func (o *SystemuserputRelationshipsInner) GetValue() string
GetValue returns the Value field value if set, zero value otherwise.
func (*SystemuserputRelationshipsInner) GetValueOk ¶
func (o *SystemuserputRelationshipsInner) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputRelationshipsInner) HasType ¶
func (o *SystemuserputRelationshipsInner) HasType() bool
HasType returns a boolean if a field has been set.
func (*SystemuserputRelationshipsInner) HasValue ¶
func (o *SystemuserputRelationshipsInner) HasValue() bool
HasValue returns a boolean if a field has been set.
func (SystemuserputRelationshipsInner) MarshalJSON ¶
func (o SystemuserputRelationshipsInner) MarshalJSON() ([]byte, error)
func (*SystemuserputRelationshipsInner) SetType ¶
func (o *SystemuserputRelationshipsInner) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (*SystemuserputRelationshipsInner) SetValue ¶
func (o *SystemuserputRelationshipsInner) SetValue(v string)
SetValue gets a reference to the given string and assigns it to the Value field.
func (SystemuserputRelationshipsInner) ToMap ¶
func (o SystemuserputRelationshipsInner) ToMap() (map[string]interface{}, error)
func (*SystemuserputRelationshipsInner) UnmarshalJSON ¶
func (o *SystemuserputRelationshipsInner) UnmarshalJSON(bytes []byte) (err error)
type Systemuserputpost ¶
type Systemuserputpost struct { AccountLocked *bool `json:"account_locked,omitempty"` Activated *bool `json:"activated,omitempty"` Addresses []SystemuserputpostAddressesInner `json:"addresses,omitempty"` AllowPublicKey *bool `json:"allow_public_key,omitempty"` AlternateEmail *string `json:"alternateEmail,omitempty"` Attributes []SystemuserputAttributesInner `json:"attributes,omitempty"` Company *string `json:"company,omitempty"` CostCenter *string `json:"costCenter,omitempty"` Department *string `json:"department,omitempty"` Description *string `json:"description,omitempty"` DisableDeviceMaxLoginAttempts *bool `json:"disableDeviceMaxLoginAttempts,omitempty"` Displayname *string `json:"displayname,omitempty"` Email string `json:"email"` // Must be unique per user. EmployeeIdentifier *string `json:"employeeIdentifier,omitempty"` EmployeeType *string `json:"employeeType,omitempty"` EnableManagedUid *bool `json:"enable_managed_uid,omitempty"` EnableUserPortalMultifactor *bool `json:"enable_user_portal_multifactor,omitempty"` ExternalDn *string `json:"external_dn,omitempty"` ExternalPasswordExpirationDate *time.Time `json:"external_password_expiration_date,omitempty"` ExternalSourceType *string `json:"external_source_type,omitempty"` ExternallyManaged *bool `json:"externally_managed,omitempty"` Firstname *string `json:"firstname,omitempty"` JobTitle *string `json:"jobTitle,omitempty"` Lastname *string `json:"lastname,omitempty"` LdapBindingUser *bool `json:"ldap_binding_user,omitempty"` Location *string `json:"location,omitempty"` ManagedAppleId *string `json:"managedAppleId,omitempty"` // Relation with another systemuser to identify the last as a manager. Manager *string `json:"manager,omitempty"` Mfa *Mfa `json:"mfa,omitempty"` Middlename *string `json:"middlename,omitempty"` Password *string `json:"password,omitempty"` PasswordNeverExpires *bool `json:"password_never_expires,omitempty"` PasswordlessSudo *bool `json:"passwordless_sudo,omitempty"` PhoneNumbers []SystemuserputpostPhoneNumbersInner `json:"phoneNumbers,omitempty"` PublicKey *string `json:"public_key,omitempty"` RecoveryEmail *SystemuserputpostRecoveryEmail `json:"recoveryEmail,omitempty"` Relationships []SystemuserputRelationshipsInner `json:"relationships,omitempty"` SambaServiceUser *bool `json:"samba_service_user,omitempty"` State *string `json:"state,omitempty"` Sudo *bool `json:"sudo,omitempty"` Suspended *bool `json:"suspended,omitempty"` Tags []string `json:"tags,omitempty"` UnixGuid *int32 `json:"unix_guid,omitempty"` UnixUid *int32 `json:"unix_uid,omitempty"` Username string `json:"username"` AdditionalProperties map[string]interface{} }
Systemuserputpost struct for Systemuserputpost
func NewSystemuserputpost ¶
func NewSystemuserputpost(email string, username string) *Systemuserputpost
NewSystemuserputpost instantiates a new Systemuserputpost 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 NewSystemuserputpostWithDefaults ¶
func NewSystemuserputpostWithDefaults() *Systemuserputpost
NewSystemuserputpostWithDefaults instantiates a new Systemuserputpost 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 (*Systemuserputpost) GetAccountLocked ¶
func (o *Systemuserputpost) GetAccountLocked() bool
GetAccountLocked returns the AccountLocked field value if set, zero value otherwise.
func (*Systemuserputpost) GetAccountLockedOk ¶
func (o *Systemuserputpost) GetAccountLockedOk() (*bool, bool)
GetAccountLockedOk returns a tuple with the AccountLocked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetActivated ¶
func (o *Systemuserputpost) GetActivated() bool
GetActivated returns the Activated field value if set, zero value otherwise.
func (*Systemuserputpost) GetActivatedOk ¶
func (o *Systemuserputpost) GetActivatedOk() (*bool, bool)
GetActivatedOk returns a tuple with the Activated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetAddresses ¶
func (o *Systemuserputpost) GetAddresses() []SystemuserputpostAddressesInner
GetAddresses returns the Addresses field value if set, zero value otherwise.
func (*Systemuserputpost) GetAddressesOk ¶
func (o *Systemuserputpost) GetAddressesOk() ([]SystemuserputpostAddressesInner, bool)
GetAddressesOk returns a tuple with the Addresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetAllowPublicKey ¶
func (o *Systemuserputpost) GetAllowPublicKey() bool
GetAllowPublicKey returns the AllowPublicKey field value if set, zero value otherwise.
func (*Systemuserputpost) GetAllowPublicKeyOk ¶
func (o *Systemuserputpost) GetAllowPublicKeyOk() (*bool, bool)
GetAllowPublicKeyOk returns a tuple with the AllowPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetAlternateEmail ¶
func (o *Systemuserputpost) GetAlternateEmail() string
GetAlternateEmail returns the AlternateEmail field value if set, zero value otherwise.
func (*Systemuserputpost) GetAlternateEmailOk ¶
func (o *Systemuserputpost) GetAlternateEmailOk() (*string, bool)
GetAlternateEmailOk returns a tuple with the AlternateEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetAttributes ¶
func (o *Systemuserputpost) GetAttributes() []SystemuserputAttributesInner
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Systemuserputpost) GetAttributesOk ¶
func (o *Systemuserputpost) GetAttributesOk() ([]SystemuserputAttributesInner, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetCompany ¶
func (o *Systemuserputpost) GetCompany() string
GetCompany returns the Company field value if set, zero value otherwise.
func (*Systemuserputpost) GetCompanyOk ¶
func (o *Systemuserputpost) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetCostCenter ¶
func (o *Systemuserputpost) GetCostCenter() string
GetCostCenter returns the CostCenter field value if set, zero value otherwise.
func (*Systemuserputpost) GetCostCenterOk ¶
func (o *Systemuserputpost) GetCostCenterOk() (*string, bool)
GetCostCenterOk returns a tuple with the CostCenter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetDepartment ¶
func (o *Systemuserputpost) GetDepartment() string
GetDepartment returns the Department field value if set, zero value otherwise.
func (*Systemuserputpost) GetDepartmentOk ¶
func (o *Systemuserputpost) GetDepartmentOk() (*string, bool)
GetDepartmentOk returns a tuple with the Department field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetDescription ¶
func (o *Systemuserputpost) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*Systemuserputpost) GetDescriptionOk ¶
func (o *Systemuserputpost) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetDisableDeviceMaxLoginAttempts ¶
func (o *Systemuserputpost) GetDisableDeviceMaxLoginAttempts() bool
GetDisableDeviceMaxLoginAttempts returns the DisableDeviceMaxLoginAttempts field value if set, zero value otherwise.
func (*Systemuserputpost) GetDisableDeviceMaxLoginAttemptsOk ¶
func (o *Systemuserputpost) GetDisableDeviceMaxLoginAttemptsOk() (*bool, bool)
GetDisableDeviceMaxLoginAttemptsOk returns a tuple with the DisableDeviceMaxLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetDisplayname ¶
func (o *Systemuserputpost) GetDisplayname() string
GetDisplayname returns the Displayname field value if set, zero value otherwise.
func (*Systemuserputpost) GetDisplaynameOk ¶
func (o *Systemuserputpost) GetDisplaynameOk() (*string, bool)
GetDisplaynameOk returns a tuple with the Displayname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetEmail ¶
func (o *Systemuserputpost) GetEmail() string
GetEmail returns the Email field value
func (*Systemuserputpost) GetEmailOk ¶
func (o *Systemuserputpost) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value and a boolean to check if the value has been set.
func (*Systemuserputpost) GetEmployeeIdentifier ¶
func (o *Systemuserputpost) GetEmployeeIdentifier() string
GetEmployeeIdentifier returns the EmployeeIdentifier field value if set, zero value otherwise.
func (*Systemuserputpost) GetEmployeeIdentifierOk ¶
func (o *Systemuserputpost) GetEmployeeIdentifierOk() (*string, bool)
GetEmployeeIdentifierOk returns a tuple with the EmployeeIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetEmployeeType ¶
func (o *Systemuserputpost) GetEmployeeType() string
GetEmployeeType returns the EmployeeType field value if set, zero value otherwise.
func (*Systemuserputpost) GetEmployeeTypeOk ¶
func (o *Systemuserputpost) GetEmployeeTypeOk() (*string, bool)
GetEmployeeTypeOk returns a tuple with the EmployeeType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetEnableManagedUid ¶
func (o *Systemuserputpost) GetEnableManagedUid() bool
GetEnableManagedUid returns the EnableManagedUid field value if set, zero value otherwise.
func (*Systemuserputpost) GetEnableManagedUidOk ¶
func (o *Systemuserputpost) GetEnableManagedUidOk() (*bool, bool)
GetEnableManagedUidOk returns a tuple with the EnableManagedUid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetEnableUserPortalMultifactor ¶
func (o *Systemuserputpost) GetEnableUserPortalMultifactor() bool
GetEnableUserPortalMultifactor returns the EnableUserPortalMultifactor field value if set, zero value otherwise.
func (*Systemuserputpost) GetEnableUserPortalMultifactorOk ¶
func (o *Systemuserputpost) GetEnableUserPortalMultifactorOk() (*bool, bool)
GetEnableUserPortalMultifactorOk returns a tuple with the EnableUserPortalMultifactor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetExternalDn ¶
func (o *Systemuserputpost) GetExternalDn() string
GetExternalDn returns the ExternalDn field value if set, zero value otherwise.
func (*Systemuserputpost) GetExternalDnOk ¶
func (o *Systemuserputpost) GetExternalDnOk() (*string, bool)
GetExternalDnOk returns a tuple with the ExternalDn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetExternalPasswordExpirationDate ¶
func (o *Systemuserputpost) GetExternalPasswordExpirationDate() time.Time
GetExternalPasswordExpirationDate returns the ExternalPasswordExpirationDate field value if set, zero value otherwise.
func (*Systemuserputpost) GetExternalPasswordExpirationDateOk ¶
func (o *Systemuserputpost) GetExternalPasswordExpirationDateOk() (*time.Time, bool)
GetExternalPasswordExpirationDateOk returns a tuple with the ExternalPasswordExpirationDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetExternalSourceType ¶
func (o *Systemuserputpost) GetExternalSourceType() string
GetExternalSourceType returns the ExternalSourceType field value if set, zero value otherwise.
func (*Systemuserputpost) GetExternalSourceTypeOk ¶
func (o *Systemuserputpost) GetExternalSourceTypeOk() (*string, bool)
GetExternalSourceTypeOk returns a tuple with the ExternalSourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetExternallyManaged ¶
func (o *Systemuserputpost) GetExternallyManaged() bool
GetExternallyManaged returns the ExternallyManaged field value if set, zero value otherwise.
func (*Systemuserputpost) GetExternallyManagedOk ¶
func (o *Systemuserputpost) GetExternallyManagedOk() (*bool, bool)
GetExternallyManagedOk returns a tuple with the ExternallyManaged field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetFirstname ¶
func (o *Systemuserputpost) GetFirstname() string
GetFirstname returns the Firstname field value if set, zero value otherwise.
func (*Systemuserputpost) GetFirstnameOk ¶
func (o *Systemuserputpost) GetFirstnameOk() (*string, bool)
GetFirstnameOk returns a tuple with the Firstname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetJobTitle ¶
func (o *Systemuserputpost) GetJobTitle() string
GetJobTitle returns the JobTitle field value if set, zero value otherwise.
func (*Systemuserputpost) GetJobTitleOk ¶
func (o *Systemuserputpost) GetJobTitleOk() (*string, bool)
GetJobTitleOk returns a tuple with the JobTitle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetLastname ¶
func (o *Systemuserputpost) GetLastname() string
GetLastname returns the Lastname field value if set, zero value otherwise.
func (*Systemuserputpost) GetLastnameOk ¶
func (o *Systemuserputpost) GetLastnameOk() (*string, bool)
GetLastnameOk returns a tuple with the Lastname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetLdapBindingUser ¶
func (o *Systemuserputpost) GetLdapBindingUser() bool
GetLdapBindingUser returns the LdapBindingUser field value if set, zero value otherwise.
func (*Systemuserputpost) GetLdapBindingUserOk ¶
func (o *Systemuserputpost) GetLdapBindingUserOk() (*bool, bool)
GetLdapBindingUserOk returns a tuple with the LdapBindingUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetLocation ¶
func (o *Systemuserputpost) GetLocation() string
GetLocation returns the Location field value if set, zero value otherwise.
func (*Systemuserputpost) GetLocationOk ¶
func (o *Systemuserputpost) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetManagedAppleId ¶
func (o *Systemuserputpost) GetManagedAppleId() string
GetManagedAppleId returns the ManagedAppleId field value if set, zero value otherwise.
func (*Systemuserputpost) GetManagedAppleIdOk ¶
func (o *Systemuserputpost) GetManagedAppleIdOk() (*string, bool)
GetManagedAppleIdOk returns a tuple with the ManagedAppleId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetManager ¶
func (o *Systemuserputpost) GetManager() string
GetManager returns the Manager field value if set, zero value otherwise.
func (*Systemuserputpost) GetManagerOk ¶
func (o *Systemuserputpost) GetManagerOk() (*string, bool)
GetManagerOk returns a tuple with the Manager field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetMfa ¶
func (o *Systemuserputpost) GetMfa() Mfa
GetMfa returns the Mfa field value if set, zero value otherwise.
func (*Systemuserputpost) GetMfaOk ¶
func (o *Systemuserputpost) GetMfaOk() (*Mfa, bool)
GetMfaOk returns a tuple with the Mfa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetMiddlename ¶
func (o *Systemuserputpost) GetMiddlename() string
GetMiddlename returns the Middlename field value if set, zero value otherwise.
func (*Systemuserputpost) GetMiddlenameOk ¶
func (o *Systemuserputpost) GetMiddlenameOk() (*string, bool)
GetMiddlenameOk returns a tuple with the Middlename field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetPassword ¶
func (o *Systemuserputpost) GetPassword() string
GetPassword returns the Password field value if set, zero value otherwise.
func (*Systemuserputpost) GetPasswordNeverExpires ¶
func (o *Systemuserputpost) GetPasswordNeverExpires() bool
GetPasswordNeverExpires returns the PasswordNeverExpires field value if set, zero value otherwise.
func (*Systemuserputpost) GetPasswordNeverExpiresOk ¶
func (o *Systemuserputpost) GetPasswordNeverExpiresOk() (*bool, bool)
GetPasswordNeverExpiresOk returns a tuple with the PasswordNeverExpires field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetPasswordOk ¶
func (o *Systemuserputpost) GetPasswordOk() (*string, bool)
GetPasswordOk returns a tuple with the Password field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetPasswordlessSudo ¶
func (o *Systemuserputpost) GetPasswordlessSudo() bool
GetPasswordlessSudo returns the PasswordlessSudo field value if set, zero value otherwise.
func (*Systemuserputpost) GetPasswordlessSudoOk ¶
func (o *Systemuserputpost) GetPasswordlessSudoOk() (*bool, bool)
GetPasswordlessSudoOk returns a tuple with the PasswordlessSudo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetPhoneNumbers ¶
func (o *Systemuserputpost) GetPhoneNumbers() []SystemuserputpostPhoneNumbersInner
GetPhoneNumbers returns the PhoneNumbers field value if set, zero value otherwise.
func (*Systemuserputpost) GetPhoneNumbersOk ¶
func (o *Systemuserputpost) GetPhoneNumbersOk() ([]SystemuserputpostPhoneNumbersInner, bool)
GetPhoneNumbersOk returns a tuple with the PhoneNumbers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetPublicKey ¶
func (o *Systemuserputpost) GetPublicKey() string
GetPublicKey returns the PublicKey field value if set, zero value otherwise.
func (*Systemuserputpost) GetPublicKeyOk ¶
func (o *Systemuserputpost) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetRecoveryEmail ¶
func (o *Systemuserputpost) GetRecoveryEmail() SystemuserputpostRecoveryEmail
GetRecoveryEmail returns the RecoveryEmail field value if set, zero value otherwise.
func (*Systemuserputpost) GetRecoveryEmailOk ¶
func (o *Systemuserputpost) GetRecoveryEmailOk() (*SystemuserputpostRecoveryEmail, bool)
GetRecoveryEmailOk returns a tuple with the RecoveryEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetRelationships ¶
func (o *Systemuserputpost) GetRelationships() []SystemuserputRelationshipsInner
GetRelationships returns the Relationships field value if set, zero value otherwise.
func (*Systemuserputpost) GetRelationshipsOk ¶
func (o *Systemuserputpost) GetRelationshipsOk() ([]SystemuserputRelationshipsInner, bool)
GetRelationshipsOk returns a tuple with the Relationships field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetSambaServiceUser ¶
func (o *Systemuserputpost) GetSambaServiceUser() bool
GetSambaServiceUser returns the SambaServiceUser field value if set, zero value otherwise.
func (*Systemuserputpost) GetSambaServiceUserOk ¶
func (o *Systemuserputpost) GetSambaServiceUserOk() (*bool, bool)
GetSambaServiceUserOk returns a tuple with the SambaServiceUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetState ¶
func (o *Systemuserputpost) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*Systemuserputpost) GetStateOk ¶
func (o *Systemuserputpost) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetSudo ¶
func (o *Systemuserputpost) GetSudo() bool
GetSudo returns the Sudo field value if set, zero value otherwise.
func (*Systemuserputpost) GetSudoOk ¶
func (o *Systemuserputpost) GetSudoOk() (*bool, bool)
GetSudoOk returns a tuple with the Sudo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetSuspended ¶
func (o *Systemuserputpost) GetSuspended() bool
GetSuspended returns the Suspended field value if set, zero value otherwise.
func (*Systemuserputpost) GetSuspendedOk ¶
func (o *Systemuserputpost) GetSuspendedOk() (*bool, bool)
GetSuspendedOk returns a tuple with the Suspended field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetTags ¶
func (o *Systemuserputpost) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*Systemuserputpost) GetTagsOk ¶
func (o *Systemuserputpost) GetTagsOk() ([]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetUnixGuid ¶
func (o *Systemuserputpost) GetUnixGuid() int32
GetUnixGuid returns the UnixGuid field value if set, zero value otherwise.
func (*Systemuserputpost) GetUnixGuidOk ¶
func (o *Systemuserputpost) GetUnixGuidOk() (*int32, bool)
GetUnixGuidOk returns a tuple with the UnixGuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetUnixUid ¶
func (o *Systemuserputpost) GetUnixUid() int32
GetUnixUid returns the UnixUid field value if set, zero value otherwise.
func (*Systemuserputpost) GetUnixUidOk ¶
func (o *Systemuserputpost) GetUnixUidOk() (*int32, bool)
GetUnixUidOk returns a tuple with the UnixUid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserputpost) GetUsername ¶
func (o *Systemuserputpost) GetUsername() string
GetUsername returns the Username field value
func (*Systemuserputpost) GetUsernameOk ¶
func (o *Systemuserputpost) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value and a boolean to check if the value has been set.
func (*Systemuserputpost) HasAccountLocked ¶
func (o *Systemuserputpost) HasAccountLocked() bool
HasAccountLocked returns a boolean if a field has been set.
func (*Systemuserputpost) HasActivated ¶
func (o *Systemuserputpost) HasActivated() bool
HasActivated returns a boolean if a field has been set.
func (*Systemuserputpost) HasAddresses ¶
func (o *Systemuserputpost) HasAddresses() bool
HasAddresses returns a boolean if a field has been set.
func (*Systemuserputpost) HasAllowPublicKey ¶
func (o *Systemuserputpost) HasAllowPublicKey() bool
HasAllowPublicKey returns a boolean if a field has been set.
func (*Systemuserputpost) HasAlternateEmail ¶
func (o *Systemuserputpost) HasAlternateEmail() bool
HasAlternateEmail returns a boolean if a field has been set.
func (*Systemuserputpost) HasAttributes ¶
func (o *Systemuserputpost) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*Systemuserputpost) HasCompany ¶
func (o *Systemuserputpost) HasCompany() bool
HasCompany returns a boolean if a field has been set.
func (*Systemuserputpost) HasCostCenter ¶
func (o *Systemuserputpost) HasCostCenter() bool
HasCostCenter returns a boolean if a field has been set.
func (*Systemuserputpost) HasDepartment ¶
func (o *Systemuserputpost) HasDepartment() bool
HasDepartment returns a boolean if a field has been set.
func (*Systemuserputpost) HasDescription ¶
func (o *Systemuserputpost) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*Systemuserputpost) HasDisableDeviceMaxLoginAttempts ¶
func (o *Systemuserputpost) HasDisableDeviceMaxLoginAttempts() bool
HasDisableDeviceMaxLoginAttempts returns a boolean if a field has been set.
func (*Systemuserputpost) HasDisplayname ¶
func (o *Systemuserputpost) HasDisplayname() bool
HasDisplayname returns a boolean if a field has been set.
func (*Systemuserputpost) HasEmployeeIdentifier ¶
func (o *Systemuserputpost) HasEmployeeIdentifier() bool
HasEmployeeIdentifier returns a boolean if a field has been set.
func (*Systemuserputpost) HasEmployeeType ¶
func (o *Systemuserputpost) HasEmployeeType() bool
HasEmployeeType returns a boolean if a field has been set.
func (*Systemuserputpost) HasEnableManagedUid ¶
func (o *Systemuserputpost) HasEnableManagedUid() bool
HasEnableManagedUid returns a boolean if a field has been set.
func (*Systemuserputpost) HasEnableUserPortalMultifactor ¶
func (o *Systemuserputpost) HasEnableUserPortalMultifactor() bool
HasEnableUserPortalMultifactor returns a boolean if a field has been set.
func (*Systemuserputpost) HasExternalDn ¶
func (o *Systemuserputpost) HasExternalDn() bool
HasExternalDn returns a boolean if a field has been set.
func (*Systemuserputpost) HasExternalPasswordExpirationDate ¶
func (o *Systemuserputpost) HasExternalPasswordExpirationDate() bool
HasExternalPasswordExpirationDate returns a boolean if a field has been set.
func (*Systemuserputpost) HasExternalSourceType ¶
func (o *Systemuserputpost) HasExternalSourceType() bool
HasExternalSourceType returns a boolean if a field has been set.
func (*Systemuserputpost) HasExternallyManaged ¶
func (o *Systemuserputpost) HasExternallyManaged() bool
HasExternallyManaged returns a boolean if a field has been set.
func (*Systemuserputpost) HasFirstname ¶
func (o *Systemuserputpost) HasFirstname() bool
HasFirstname returns a boolean if a field has been set.
func (*Systemuserputpost) HasJobTitle ¶
func (o *Systemuserputpost) HasJobTitle() bool
HasJobTitle returns a boolean if a field has been set.
func (*Systemuserputpost) HasLastname ¶
func (o *Systemuserputpost) HasLastname() bool
HasLastname returns a boolean if a field has been set.
func (*Systemuserputpost) HasLdapBindingUser ¶
func (o *Systemuserputpost) HasLdapBindingUser() bool
HasLdapBindingUser returns a boolean if a field has been set.
func (*Systemuserputpost) HasLocation ¶
func (o *Systemuserputpost) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (*Systemuserputpost) HasManagedAppleId ¶
func (o *Systemuserputpost) HasManagedAppleId() bool
HasManagedAppleId returns a boolean if a field has been set.
func (*Systemuserputpost) HasManager ¶
func (o *Systemuserputpost) HasManager() bool
HasManager returns a boolean if a field has been set.
func (*Systemuserputpost) HasMfa ¶
func (o *Systemuserputpost) HasMfa() bool
HasMfa returns a boolean if a field has been set.
func (*Systemuserputpost) HasMiddlename ¶
func (o *Systemuserputpost) HasMiddlename() bool
HasMiddlename returns a boolean if a field has been set.
func (*Systemuserputpost) HasPassword ¶
func (o *Systemuserputpost) HasPassword() bool
HasPassword returns a boolean if a field has been set.
func (*Systemuserputpost) HasPasswordNeverExpires ¶
func (o *Systemuserputpost) HasPasswordNeverExpires() bool
HasPasswordNeverExpires returns a boolean if a field has been set.
func (*Systemuserputpost) HasPasswordlessSudo ¶
func (o *Systemuserputpost) HasPasswordlessSudo() bool
HasPasswordlessSudo returns a boolean if a field has been set.
func (*Systemuserputpost) HasPhoneNumbers ¶
func (o *Systemuserputpost) HasPhoneNumbers() bool
HasPhoneNumbers returns a boolean if a field has been set.
func (*Systemuserputpost) HasPublicKey ¶
func (o *Systemuserputpost) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (*Systemuserputpost) HasRecoveryEmail ¶
func (o *Systemuserputpost) HasRecoveryEmail() bool
HasRecoveryEmail returns a boolean if a field has been set.
func (*Systemuserputpost) HasRelationships ¶
func (o *Systemuserputpost) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (*Systemuserputpost) HasSambaServiceUser ¶
func (o *Systemuserputpost) HasSambaServiceUser() bool
HasSambaServiceUser returns a boolean if a field has been set.
func (*Systemuserputpost) HasState ¶
func (o *Systemuserputpost) HasState() bool
HasState returns a boolean if a field has been set.
func (*Systemuserputpost) HasSudo ¶
func (o *Systemuserputpost) HasSudo() bool
HasSudo returns a boolean if a field has been set.
func (*Systemuserputpost) HasSuspended ¶
func (o *Systemuserputpost) HasSuspended() bool
HasSuspended returns a boolean if a field has been set.
func (*Systemuserputpost) HasTags ¶
func (o *Systemuserputpost) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*Systemuserputpost) HasUnixGuid ¶
func (o *Systemuserputpost) HasUnixGuid() bool
HasUnixGuid returns a boolean if a field has been set.
func (*Systemuserputpost) HasUnixUid ¶
func (o *Systemuserputpost) HasUnixUid() bool
HasUnixUid returns a boolean if a field has been set.
func (Systemuserputpost) MarshalJSON ¶
func (o Systemuserputpost) MarshalJSON() ([]byte, error)
func (*Systemuserputpost) SetAccountLocked ¶
func (o *Systemuserputpost) SetAccountLocked(v bool)
SetAccountLocked gets a reference to the given bool and assigns it to the AccountLocked field.
func (*Systemuserputpost) SetActivated ¶
func (o *Systemuserputpost) SetActivated(v bool)
SetActivated gets a reference to the given bool and assigns it to the Activated field.
func (*Systemuserputpost) SetAddresses ¶
func (o *Systemuserputpost) SetAddresses(v []SystemuserputpostAddressesInner)
SetAddresses gets a reference to the given []SystemuserputpostAddressesInner and assigns it to the Addresses field.
func (*Systemuserputpost) SetAllowPublicKey ¶
func (o *Systemuserputpost) SetAllowPublicKey(v bool)
SetAllowPublicKey gets a reference to the given bool and assigns it to the AllowPublicKey field.
func (*Systemuserputpost) SetAlternateEmail ¶
func (o *Systemuserputpost) SetAlternateEmail(v string)
SetAlternateEmail gets a reference to the given string and assigns it to the AlternateEmail field.
func (*Systemuserputpost) SetAttributes ¶
func (o *Systemuserputpost) SetAttributes(v []SystemuserputAttributesInner)
SetAttributes gets a reference to the given []SystemuserputAttributesInner and assigns it to the Attributes field.
func (*Systemuserputpost) SetCompany ¶
func (o *Systemuserputpost) SetCompany(v string)
SetCompany gets a reference to the given string and assigns it to the Company field.
func (*Systemuserputpost) SetCostCenter ¶
func (o *Systemuserputpost) SetCostCenter(v string)
SetCostCenter gets a reference to the given string and assigns it to the CostCenter field.
func (*Systemuserputpost) SetDepartment ¶
func (o *Systemuserputpost) SetDepartment(v string)
SetDepartment gets a reference to the given string and assigns it to the Department field.
func (*Systemuserputpost) SetDescription ¶
func (o *Systemuserputpost) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Systemuserputpost) SetDisableDeviceMaxLoginAttempts ¶
func (o *Systemuserputpost) SetDisableDeviceMaxLoginAttempts(v bool)
SetDisableDeviceMaxLoginAttempts gets a reference to the given bool and assigns it to the DisableDeviceMaxLoginAttempts field.
func (*Systemuserputpost) SetDisplayname ¶
func (o *Systemuserputpost) SetDisplayname(v string)
SetDisplayname gets a reference to the given string and assigns it to the Displayname field.
func (*Systemuserputpost) SetEmail ¶
func (o *Systemuserputpost) SetEmail(v string)
SetEmail sets field value
func (*Systemuserputpost) SetEmployeeIdentifier ¶
func (o *Systemuserputpost) SetEmployeeIdentifier(v string)
SetEmployeeIdentifier gets a reference to the given string and assigns it to the EmployeeIdentifier field.
func (*Systemuserputpost) SetEmployeeType ¶
func (o *Systemuserputpost) SetEmployeeType(v string)
SetEmployeeType gets a reference to the given string and assigns it to the EmployeeType field.
func (*Systemuserputpost) SetEnableManagedUid ¶
func (o *Systemuserputpost) SetEnableManagedUid(v bool)
SetEnableManagedUid gets a reference to the given bool and assigns it to the EnableManagedUid field.
func (*Systemuserputpost) SetEnableUserPortalMultifactor ¶
func (o *Systemuserputpost) SetEnableUserPortalMultifactor(v bool)
SetEnableUserPortalMultifactor gets a reference to the given bool and assigns it to the EnableUserPortalMultifactor field.
func (*Systemuserputpost) SetExternalDn ¶
func (o *Systemuserputpost) SetExternalDn(v string)
SetExternalDn gets a reference to the given string and assigns it to the ExternalDn field.
func (*Systemuserputpost) SetExternalPasswordExpirationDate ¶
func (o *Systemuserputpost) SetExternalPasswordExpirationDate(v time.Time)
SetExternalPasswordExpirationDate gets a reference to the given time.Time and assigns it to the ExternalPasswordExpirationDate field.
func (*Systemuserputpost) SetExternalSourceType ¶
func (o *Systemuserputpost) SetExternalSourceType(v string)
SetExternalSourceType gets a reference to the given string and assigns it to the ExternalSourceType field.
func (*Systemuserputpost) SetExternallyManaged ¶
func (o *Systemuserputpost) SetExternallyManaged(v bool)
SetExternallyManaged gets a reference to the given bool and assigns it to the ExternallyManaged field.
func (*Systemuserputpost) SetFirstname ¶
func (o *Systemuserputpost) SetFirstname(v string)
SetFirstname gets a reference to the given string and assigns it to the Firstname field.
func (*Systemuserputpost) SetJobTitle ¶
func (o *Systemuserputpost) SetJobTitle(v string)
SetJobTitle gets a reference to the given string and assigns it to the JobTitle field.
func (*Systemuserputpost) SetLastname ¶
func (o *Systemuserputpost) SetLastname(v string)
SetLastname gets a reference to the given string and assigns it to the Lastname field.
func (*Systemuserputpost) SetLdapBindingUser ¶
func (o *Systemuserputpost) SetLdapBindingUser(v bool)
SetLdapBindingUser gets a reference to the given bool and assigns it to the LdapBindingUser field.
func (*Systemuserputpost) SetLocation ¶
func (o *Systemuserputpost) SetLocation(v string)
SetLocation gets a reference to the given string and assigns it to the Location field.
func (*Systemuserputpost) SetManagedAppleId ¶
func (o *Systemuserputpost) SetManagedAppleId(v string)
SetManagedAppleId gets a reference to the given string and assigns it to the ManagedAppleId field.
func (*Systemuserputpost) SetManager ¶
func (o *Systemuserputpost) SetManager(v string)
SetManager gets a reference to the given string and assigns it to the Manager field.
func (*Systemuserputpost) SetMfa ¶
func (o *Systemuserputpost) SetMfa(v Mfa)
SetMfa gets a reference to the given Mfa and assigns it to the Mfa field.
func (*Systemuserputpost) SetMiddlename ¶
func (o *Systemuserputpost) SetMiddlename(v string)
SetMiddlename gets a reference to the given string and assigns it to the Middlename field.
func (*Systemuserputpost) SetPassword ¶
func (o *Systemuserputpost) SetPassword(v string)
SetPassword gets a reference to the given string and assigns it to the Password field.
func (*Systemuserputpost) SetPasswordNeverExpires ¶
func (o *Systemuserputpost) SetPasswordNeverExpires(v bool)
SetPasswordNeverExpires gets a reference to the given bool and assigns it to the PasswordNeverExpires field.
func (*Systemuserputpost) SetPasswordlessSudo ¶
func (o *Systemuserputpost) SetPasswordlessSudo(v bool)
SetPasswordlessSudo gets a reference to the given bool and assigns it to the PasswordlessSudo field.
func (*Systemuserputpost) SetPhoneNumbers ¶
func (o *Systemuserputpost) SetPhoneNumbers(v []SystemuserputpostPhoneNumbersInner)
SetPhoneNumbers gets a reference to the given []SystemuserputpostPhoneNumbersInner and assigns it to the PhoneNumbers field.
func (*Systemuserputpost) SetPublicKey ¶
func (o *Systemuserputpost) SetPublicKey(v string)
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field.
func (*Systemuserputpost) SetRecoveryEmail ¶
func (o *Systemuserputpost) SetRecoveryEmail(v SystemuserputpostRecoveryEmail)
SetRecoveryEmail gets a reference to the given SystemuserputpostRecoveryEmail and assigns it to the RecoveryEmail field.
func (*Systemuserputpost) SetRelationships ¶
func (o *Systemuserputpost) SetRelationships(v []SystemuserputRelationshipsInner)
SetRelationships gets a reference to the given []SystemuserputRelationshipsInner and assigns it to the Relationships field.
func (*Systemuserputpost) SetSambaServiceUser ¶
func (o *Systemuserputpost) SetSambaServiceUser(v bool)
SetSambaServiceUser gets a reference to the given bool and assigns it to the SambaServiceUser field.
func (*Systemuserputpost) SetState ¶
func (o *Systemuserputpost) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*Systemuserputpost) SetSudo ¶
func (o *Systemuserputpost) SetSudo(v bool)
SetSudo gets a reference to the given bool and assigns it to the Sudo field.
func (*Systemuserputpost) SetSuspended ¶
func (o *Systemuserputpost) SetSuspended(v bool)
SetSuspended gets a reference to the given bool and assigns it to the Suspended field.
func (*Systemuserputpost) SetTags ¶
func (o *Systemuserputpost) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*Systemuserputpost) SetUnixGuid ¶
func (o *Systemuserputpost) SetUnixGuid(v int32)
SetUnixGuid gets a reference to the given int32 and assigns it to the UnixGuid field.
func (*Systemuserputpost) SetUnixUid ¶
func (o *Systemuserputpost) SetUnixUid(v int32)
SetUnixUid gets a reference to the given int32 and assigns it to the UnixUid field.
func (*Systemuserputpost) SetUsername ¶
func (o *Systemuserputpost) SetUsername(v string)
SetUsername sets field value
func (Systemuserputpost) ToMap ¶
func (o Systemuserputpost) ToMap() (map[string]interface{}, error)
func (*Systemuserputpost) UnmarshalJSON ¶
func (o *Systemuserputpost) UnmarshalJSON(bytes []byte) (err error)
type SystemuserputpostAddressesInner ¶
type SystemuserputpostAddressesInner struct { Country *string `json:"country,omitempty"` ExtendedAddress *string `json:"extendedAddress,omitempty"` Locality *string `json:"locality,omitempty"` PoBox *string `json:"poBox,omitempty"` PostalCode *string `json:"postalCode,omitempty"` Region *string `json:"region,omitempty"` StreetAddress *string `json:"streetAddress,omitempty"` Type *string `json:"type,omitempty"` AdditionalProperties map[string]interface{} }
SystemuserputpostAddressesInner struct for SystemuserputpostAddressesInner
func NewSystemuserputpostAddressesInner ¶
func NewSystemuserputpostAddressesInner() *SystemuserputpostAddressesInner
NewSystemuserputpostAddressesInner instantiates a new SystemuserputpostAddressesInner 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 NewSystemuserputpostAddressesInnerWithDefaults ¶
func NewSystemuserputpostAddressesInnerWithDefaults() *SystemuserputpostAddressesInner
NewSystemuserputpostAddressesInnerWithDefaults instantiates a new SystemuserputpostAddressesInner 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 (*SystemuserputpostAddressesInner) GetCountry ¶
func (o *SystemuserputpostAddressesInner) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*SystemuserputpostAddressesInner) GetCountryOk ¶
func (o *SystemuserputpostAddressesInner) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputpostAddressesInner) GetExtendedAddress ¶
func (o *SystemuserputpostAddressesInner) GetExtendedAddress() string
GetExtendedAddress returns the ExtendedAddress field value if set, zero value otherwise.
func (*SystemuserputpostAddressesInner) GetExtendedAddressOk ¶
func (o *SystemuserputpostAddressesInner) GetExtendedAddressOk() (*string, bool)
GetExtendedAddressOk returns a tuple with the ExtendedAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputpostAddressesInner) GetLocality ¶
func (o *SystemuserputpostAddressesInner) GetLocality() string
GetLocality returns the Locality field value if set, zero value otherwise.
func (*SystemuserputpostAddressesInner) GetLocalityOk ¶
func (o *SystemuserputpostAddressesInner) GetLocalityOk() (*string, bool)
GetLocalityOk returns a tuple with the Locality field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputpostAddressesInner) GetPoBox ¶
func (o *SystemuserputpostAddressesInner) GetPoBox() string
GetPoBox returns the PoBox field value if set, zero value otherwise.
func (*SystemuserputpostAddressesInner) GetPoBoxOk ¶
func (o *SystemuserputpostAddressesInner) GetPoBoxOk() (*string, bool)
GetPoBoxOk returns a tuple with the PoBox field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputpostAddressesInner) GetPostalCode ¶
func (o *SystemuserputpostAddressesInner) GetPostalCode() string
GetPostalCode returns the PostalCode field value if set, zero value otherwise.
func (*SystemuserputpostAddressesInner) GetPostalCodeOk ¶
func (o *SystemuserputpostAddressesInner) GetPostalCodeOk() (*string, bool)
GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputpostAddressesInner) GetRegion ¶
func (o *SystemuserputpostAddressesInner) GetRegion() string
GetRegion returns the Region field value if set, zero value otherwise.
func (*SystemuserputpostAddressesInner) GetRegionOk ¶
func (o *SystemuserputpostAddressesInner) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputpostAddressesInner) GetStreetAddress ¶
func (o *SystemuserputpostAddressesInner) GetStreetAddress() string
GetStreetAddress returns the StreetAddress field value if set, zero value otherwise.
func (*SystemuserputpostAddressesInner) GetStreetAddressOk ¶
func (o *SystemuserputpostAddressesInner) GetStreetAddressOk() (*string, bool)
GetStreetAddressOk returns a tuple with the StreetAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputpostAddressesInner) GetType ¶
func (o *SystemuserputpostAddressesInner) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SystemuserputpostAddressesInner) GetTypeOk ¶
func (o *SystemuserputpostAddressesInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputpostAddressesInner) HasCountry ¶
func (o *SystemuserputpostAddressesInner) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*SystemuserputpostAddressesInner) HasExtendedAddress ¶
func (o *SystemuserputpostAddressesInner) HasExtendedAddress() bool
HasExtendedAddress returns a boolean if a field has been set.
func (*SystemuserputpostAddressesInner) HasLocality ¶
func (o *SystemuserputpostAddressesInner) HasLocality() bool
HasLocality returns a boolean if a field has been set.
func (*SystemuserputpostAddressesInner) HasPoBox ¶
func (o *SystemuserputpostAddressesInner) HasPoBox() bool
HasPoBox returns a boolean if a field has been set.
func (*SystemuserputpostAddressesInner) HasPostalCode ¶
func (o *SystemuserputpostAddressesInner) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (*SystemuserputpostAddressesInner) HasRegion ¶
func (o *SystemuserputpostAddressesInner) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (*SystemuserputpostAddressesInner) HasStreetAddress ¶
func (o *SystemuserputpostAddressesInner) HasStreetAddress() bool
HasStreetAddress returns a boolean if a field has been set.
func (*SystemuserputpostAddressesInner) HasType ¶
func (o *SystemuserputpostAddressesInner) HasType() bool
HasType returns a boolean if a field has been set.
func (SystemuserputpostAddressesInner) MarshalJSON ¶
func (o SystemuserputpostAddressesInner) MarshalJSON() ([]byte, error)
func (*SystemuserputpostAddressesInner) SetCountry ¶
func (o *SystemuserputpostAddressesInner) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*SystemuserputpostAddressesInner) SetExtendedAddress ¶
func (o *SystemuserputpostAddressesInner) SetExtendedAddress(v string)
SetExtendedAddress gets a reference to the given string and assigns it to the ExtendedAddress field.
func (*SystemuserputpostAddressesInner) SetLocality ¶
func (o *SystemuserputpostAddressesInner) SetLocality(v string)
SetLocality gets a reference to the given string and assigns it to the Locality field.
func (*SystemuserputpostAddressesInner) SetPoBox ¶
func (o *SystemuserputpostAddressesInner) SetPoBox(v string)
SetPoBox gets a reference to the given string and assigns it to the PoBox field.
func (*SystemuserputpostAddressesInner) SetPostalCode ¶
func (o *SystemuserputpostAddressesInner) SetPostalCode(v string)
SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.
func (*SystemuserputpostAddressesInner) SetRegion ¶
func (o *SystemuserputpostAddressesInner) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
func (*SystemuserputpostAddressesInner) SetStreetAddress ¶
func (o *SystemuserputpostAddressesInner) SetStreetAddress(v string)
SetStreetAddress gets a reference to the given string and assigns it to the StreetAddress field.
func (*SystemuserputpostAddressesInner) SetType ¶
func (o *SystemuserputpostAddressesInner) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (SystemuserputpostAddressesInner) ToMap ¶
func (o SystemuserputpostAddressesInner) ToMap() (map[string]interface{}, error)
func (*SystemuserputpostAddressesInner) UnmarshalJSON ¶
func (o *SystemuserputpostAddressesInner) UnmarshalJSON(bytes []byte) (err error)
type SystemuserputpostPhoneNumbersInner ¶
type SystemuserputpostPhoneNumbersInner struct { Number *string `json:"number,omitempty"` Type *string `json:"type,omitempty"` AdditionalProperties map[string]interface{} }
SystemuserputpostPhoneNumbersInner struct for SystemuserputpostPhoneNumbersInner
func NewSystemuserputpostPhoneNumbersInner ¶
func NewSystemuserputpostPhoneNumbersInner() *SystemuserputpostPhoneNumbersInner
NewSystemuserputpostPhoneNumbersInner instantiates a new SystemuserputpostPhoneNumbersInner 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 NewSystemuserputpostPhoneNumbersInnerWithDefaults ¶
func NewSystemuserputpostPhoneNumbersInnerWithDefaults() *SystemuserputpostPhoneNumbersInner
NewSystemuserputpostPhoneNumbersInnerWithDefaults instantiates a new SystemuserputpostPhoneNumbersInner 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 (*SystemuserputpostPhoneNumbersInner) GetNumber ¶
func (o *SystemuserputpostPhoneNumbersInner) GetNumber() string
GetNumber returns the Number field value if set, zero value otherwise.
func (*SystemuserputpostPhoneNumbersInner) GetNumberOk ¶
func (o *SystemuserputpostPhoneNumbersInner) GetNumberOk() (*string, bool)
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputpostPhoneNumbersInner) GetType ¶
func (o *SystemuserputpostPhoneNumbersInner) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SystemuserputpostPhoneNumbersInner) GetTypeOk ¶
func (o *SystemuserputpostPhoneNumbersInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputpostPhoneNumbersInner) HasNumber ¶
func (o *SystemuserputpostPhoneNumbersInner) HasNumber() bool
HasNumber returns a boolean if a field has been set.
func (*SystemuserputpostPhoneNumbersInner) HasType ¶
func (o *SystemuserputpostPhoneNumbersInner) HasType() bool
HasType returns a boolean if a field has been set.
func (SystemuserputpostPhoneNumbersInner) MarshalJSON ¶
func (o SystemuserputpostPhoneNumbersInner) MarshalJSON() ([]byte, error)
func (*SystemuserputpostPhoneNumbersInner) SetNumber ¶
func (o *SystemuserputpostPhoneNumbersInner) SetNumber(v string)
SetNumber gets a reference to the given string and assigns it to the Number field.
func (*SystemuserputpostPhoneNumbersInner) SetType ¶
func (o *SystemuserputpostPhoneNumbersInner) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (SystemuserputpostPhoneNumbersInner) ToMap ¶
func (o SystemuserputpostPhoneNumbersInner) ToMap() (map[string]interface{}, error)
func (*SystemuserputpostPhoneNumbersInner) UnmarshalJSON ¶
func (o *SystemuserputpostPhoneNumbersInner) UnmarshalJSON(bytes []byte) (err error)
type SystemuserputpostRecoveryEmail ¶
type SystemuserputpostRecoveryEmail struct { Address *string `json:"address,omitempty"` AdditionalProperties map[string]interface{} }
SystemuserputpostRecoveryEmail struct for SystemuserputpostRecoveryEmail
func NewSystemuserputpostRecoveryEmail ¶
func NewSystemuserputpostRecoveryEmail() *SystemuserputpostRecoveryEmail
NewSystemuserputpostRecoveryEmail instantiates a new SystemuserputpostRecoveryEmail 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 NewSystemuserputpostRecoveryEmailWithDefaults ¶
func NewSystemuserputpostRecoveryEmailWithDefaults() *SystemuserputpostRecoveryEmail
NewSystemuserputpostRecoveryEmailWithDefaults instantiates a new SystemuserputpostRecoveryEmail 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 (*SystemuserputpostRecoveryEmail) GetAddress ¶
func (o *SystemuserputpostRecoveryEmail) GetAddress() string
GetAddress returns the Address field value if set, zero value otherwise.
func (*SystemuserputpostRecoveryEmail) GetAddressOk ¶
func (o *SystemuserputpostRecoveryEmail) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserputpostRecoveryEmail) HasAddress ¶
func (o *SystemuserputpostRecoveryEmail) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (SystemuserputpostRecoveryEmail) MarshalJSON ¶
func (o SystemuserputpostRecoveryEmail) MarshalJSON() ([]byte, error)
func (*SystemuserputpostRecoveryEmail) SetAddress ¶
func (o *SystemuserputpostRecoveryEmail) SetAddress(v string)
SetAddress gets a reference to the given string and assigns it to the Address field.
func (SystemuserputpostRecoveryEmail) ToMap ¶
func (o SystemuserputpostRecoveryEmail) ToMap() (map[string]interface{}, error)
func (*SystemuserputpostRecoveryEmail) UnmarshalJSON ¶
func (o *SystemuserputpostRecoveryEmail) UnmarshalJSON(bytes []byte) (err error)
type Systemuserreturn ¶
type Systemuserreturn struct { Id *string `json:"_id,omitempty"` AccountLocked *bool `json:"account_locked,omitempty"` AccountLockedDate NullableString `json:"account_locked_date,omitempty"` Activated *bool `json:"activated,omitempty"` Addresses []SystemuserreturnAddressesInner `json:"addresses,omitempty"` AllowPublicKey *bool `json:"allow_public_key,omitempty"` AlternateEmail *string `json:"alternateEmail,omitempty"` Attributes []SystemuserputAttributesInner `json:"attributes,omitempty"` BadLoginAttempts *int32 `json:"badLoginAttempts,omitempty"` Company *string `json:"company,omitempty"` CostCenter *string `json:"costCenter,omitempty"` Created *string `json:"created,omitempty"` CreationSource *string `json:"creationSource,omitempty"` Department *string `json:"department,omitempty"` Description *string `json:"description,omitempty"` DisableDeviceMaxLoginAttempts *bool `json:"disableDeviceMaxLoginAttempts,omitempty"` Displayname *string `json:"displayname,omitempty"` Email *string `json:"email,omitempty"` // Must be unique per user. EmployeeIdentifier *string `json:"employeeIdentifier,omitempty"` EmployeeType *string `json:"employeeType,omitempty"` EnableManagedUid *bool `json:"enable_managed_uid,omitempty"` EnableUserPortalMultifactor *bool `json:"enable_user_portal_multifactor,omitempty"` ExternalDn *string `json:"external_dn,omitempty"` ExternalPasswordExpirationDate *string `json:"external_password_expiration_date,omitempty"` ExternalSourceType *string `json:"external_source_type,omitempty"` ExternallyManaged *bool `json:"externally_managed,omitempty"` Firstname *string `json:"firstname,omitempty"` JobTitle *string `json:"jobTitle,omitempty"` Lastname *string `json:"lastname,omitempty"` LdapBindingUser *bool `json:"ldap_binding_user,omitempty"` Location *string `json:"location,omitempty"` ManagedAppleId *string `json:"managedAppleId,omitempty"` // Relation with another systemuser to identify the last as a manager. Manager *string `json:"manager,omitempty"` Mfa *Mfa `json:"mfa,omitempty"` MfaEnrollment *MfaEnrollment `json:"mfaEnrollment,omitempty"` Middlename *string `json:"middlename,omitempty"` Organization *string `json:"organization,omitempty"` PasswordDate NullableString `json:"password_date,omitempty"` PasswordExpirationDate NullableString `json:"password_expiration_date,omitempty"` PasswordExpired *bool `json:"password_expired,omitempty"` PasswordNeverExpires *bool `json:"password_never_expires,omitempty"` PasswordlessSudo *bool `json:"passwordless_sudo,omitempty"` PhoneNumbers []SystemuserreturnPhoneNumbersInner `json:"phoneNumbers,omitempty"` PublicKey *string `json:"public_key,omitempty"` RecoveryEmail *SystemuserreturnRecoveryEmail `json:"recoveryEmail,omitempty"` Relationships []SystemuserputRelationshipsInner `json:"relationships,omitempty"` SambaServiceUser *bool `json:"samba_service_user,omitempty"` SshKeys []Sshkeylist `json:"ssh_keys,omitempty"` State *string `json:"state,omitempty"` Sudo *bool `json:"sudo,omitempty"` Suspended *bool `json:"suspended,omitempty"` Tags []string `json:"tags,omitempty"` TotpEnabled *bool `json:"totp_enabled,omitempty"` UnixGuid *int32 `json:"unix_guid,omitempty"` UnixUid *int32 `json:"unix_uid,omitempty"` Username *string `json:"username,omitempty"` AdditionalProperties map[string]interface{} }
Systemuserreturn struct for Systemuserreturn
func NewSystemuserreturn ¶
func NewSystemuserreturn() *Systemuserreturn
NewSystemuserreturn instantiates a new Systemuserreturn 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 NewSystemuserreturnWithDefaults ¶
func NewSystemuserreturnWithDefaults() *Systemuserreturn
NewSystemuserreturnWithDefaults instantiates a new Systemuserreturn 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 (*Systemuserreturn) GetAccountLocked ¶
func (o *Systemuserreturn) GetAccountLocked() bool
GetAccountLocked returns the AccountLocked field value if set, zero value otherwise.
func (*Systemuserreturn) GetAccountLockedDate ¶
func (o *Systemuserreturn) GetAccountLockedDate() string
GetAccountLockedDate returns the AccountLockedDate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Systemuserreturn) GetAccountLockedDateOk ¶
func (o *Systemuserreturn) GetAccountLockedDateOk() (*string, bool)
GetAccountLockedDateOk returns a tuple with the AccountLockedDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Systemuserreturn) GetAccountLockedOk ¶
func (o *Systemuserreturn) GetAccountLockedOk() (*bool, bool)
GetAccountLockedOk returns a tuple with the AccountLocked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetActivated ¶
func (o *Systemuserreturn) GetActivated() bool
GetActivated returns the Activated field value if set, zero value otherwise.
func (*Systemuserreturn) GetActivatedOk ¶
func (o *Systemuserreturn) GetActivatedOk() (*bool, bool)
GetActivatedOk returns a tuple with the Activated field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetAddresses ¶
func (o *Systemuserreturn) GetAddresses() []SystemuserreturnAddressesInner
GetAddresses returns the Addresses field value if set, zero value otherwise.
func (*Systemuserreturn) GetAddressesOk ¶
func (o *Systemuserreturn) GetAddressesOk() ([]SystemuserreturnAddressesInner, bool)
GetAddressesOk returns a tuple with the Addresses field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetAllowPublicKey ¶
func (o *Systemuserreturn) GetAllowPublicKey() bool
GetAllowPublicKey returns the AllowPublicKey field value if set, zero value otherwise.
func (*Systemuserreturn) GetAllowPublicKeyOk ¶
func (o *Systemuserreturn) GetAllowPublicKeyOk() (*bool, bool)
GetAllowPublicKeyOk returns a tuple with the AllowPublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetAlternateEmail ¶
func (o *Systemuserreturn) GetAlternateEmail() string
GetAlternateEmail returns the AlternateEmail field value if set, zero value otherwise.
func (*Systemuserreturn) GetAlternateEmailOk ¶
func (o *Systemuserreturn) GetAlternateEmailOk() (*string, bool)
GetAlternateEmailOk returns a tuple with the AlternateEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetAttributes ¶
func (o *Systemuserreturn) GetAttributes() []SystemuserputAttributesInner
GetAttributes returns the Attributes field value if set, zero value otherwise.
func (*Systemuserreturn) GetAttributesOk ¶
func (o *Systemuserreturn) GetAttributesOk() ([]SystemuserputAttributesInner, bool)
GetAttributesOk returns a tuple with the Attributes field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetBadLoginAttempts ¶
func (o *Systemuserreturn) GetBadLoginAttempts() int32
GetBadLoginAttempts returns the BadLoginAttempts field value if set, zero value otherwise.
func (*Systemuserreturn) GetBadLoginAttemptsOk ¶
func (o *Systemuserreturn) GetBadLoginAttemptsOk() (*int32, bool)
GetBadLoginAttemptsOk returns a tuple with the BadLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetCompany ¶
func (o *Systemuserreturn) GetCompany() string
GetCompany returns the Company field value if set, zero value otherwise.
func (*Systemuserreturn) GetCompanyOk ¶
func (o *Systemuserreturn) GetCompanyOk() (*string, bool)
GetCompanyOk returns a tuple with the Company field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetCostCenter ¶
func (o *Systemuserreturn) GetCostCenter() string
GetCostCenter returns the CostCenter field value if set, zero value otherwise.
func (*Systemuserreturn) GetCostCenterOk ¶
func (o *Systemuserreturn) GetCostCenterOk() (*string, bool)
GetCostCenterOk returns a tuple with the CostCenter field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetCreated ¶
func (o *Systemuserreturn) GetCreated() string
GetCreated returns the Created field value if set, zero value otherwise.
func (*Systemuserreturn) GetCreatedOk ¶
func (o *Systemuserreturn) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetCreationSource ¶
func (o *Systemuserreturn) GetCreationSource() string
GetCreationSource returns the CreationSource field value if set, zero value otherwise.
func (*Systemuserreturn) GetCreationSourceOk ¶
func (o *Systemuserreturn) GetCreationSourceOk() (*string, bool)
GetCreationSourceOk returns a tuple with the CreationSource field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetDepartment ¶
func (o *Systemuserreturn) GetDepartment() string
GetDepartment returns the Department field value if set, zero value otherwise.
func (*Systemuserreturn) GetDepartmentOk ¶
func (o *Systemuserreturn) GetDepartmentOk() (*string, bool)
GetDepartmentOk returns a tuple with the Department field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetDescription ¶
func (o *Systemuserreturn) GetDescription() string
GetDescription returns the Description field value if set, zero value otherwise.
func (*Systemuserreturn) GetDescriptionOk ¶
func (o *Systemuserreturn) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetDisableDeviceMaxLoginAttempts ¶
func (o *Systemuserreturn) GetDisableDeviceMaxLoginAttempts() bool
GetDisableDeviceMaxLoginAttempts returns the DisableDeviceMaxLoginAttempts field value if set, zero value otherwise.
func (*Systemuserreturn) GetDisableDeviceMaxLoginAttemptsOk ¶
func (o *Systemuserreturn) GetDisableDeviceMaxLoginAttemptsOk() (*bool, bool)
GetDisableDeviceMaxLoginAttemptsOk returns a tuple with the DisableDeviceMaxLoginAttempts field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetDisplayname ¶
func (o *Systemuserreturn) GetDisplayname() string
GetDisplayname returns the Displayname field value if set, zero value otherwise.
func (*Systemuserreturn) GetDisplaynameOk ¶
func (o *Systemuserreturn) GetDisplaynameOk() (*string, bool)
GetDisplaynameOk returns a tuple with the Displayname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetEmail ¶
func (o *Systemuserreturn) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*Systemuserreturn) GetEmailOk ¶
func (o *Systemuserreturn) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetEmployeeIdentifier ¶
func (o *Systemuserreturn) GetEmployeeIdentifier() string
GetEmployeeIdentifier returns the EmployeeIdentifier field value if set, zero value otherwise.
func (*Systemuserreturn) GetEmployeeIdentifierOk ¶
func (o *Systemuserreturn) GetEmployeeIdentifierOk() (*string, bool)
GetEmployeeIdentifierOk returns a tuple with the EmployeeIdentifier field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetEmployeeType ¶
func (o *Systemuserreturn) GetEmployeeType() string
GetEmployeeType returns the EmployeeType field value if set, zero value otherwise.
func (*Systemuserreturn) GetEmployeeTypeOk ¶
func (o *Systemuserreturn) GetEmployeeTypeOk() (*string, bool)
GetEmployeeTypeOk returns a tuple with the EmployeeType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetEnableManagedUid ¶
func (o *Systemuserreturn) GetEnableManagedUid() bool
GetEnableManagedUid returns the EnableManagedUid field value if set, zero value otherwise.
func (*Systemuserreturn) GetEnableManagedUidOk ¶
func (o *Systemuserreturn) GetEnableManagedUidOk() (*bool, bool)
GetEnableManagedUidOk returns a tuple with the EnableManagedUid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetEnableUserPortalMultifactor ¶
func (o *Systemuserreturn) GetEnableUserPortalMultifactor() bool
GetEnableUserPortalMultifactor returns the EnableUserPortalMultifactor field value if set, zero value otherwise.
func (*Systemuserreturn) GetEnableUserPortalMultifactorOk ¶
func (o *Systemuserreturn) GetEnableUserPortalMultifactorOk() (*bool, bool)
GetEnableUserPortalMultifactorOk returns a tuple with the EnableUserPortalMultifactor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetExternalDn ¶
func (o *Systemuserreturn) GetExternalDn() string
GetExternalDn returns the ExternalDn field value if set, zero value otherwise.
func (*Systemuserreturn) GetExternalDnOk ¶
func (o *Systemuserreturn) GetExternalDnOk() (*string, bool)
GetExternalDnOk returns a tuple with the ExternalDn field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetExternalPasswordExpirationDate ¶
func (o *Systemuserreturn) GetExternalPasswordExpirationDate() string
GetExternalPasswordExpirationDate returns the ExternalPasswordExpirationDate field value if set, zero value otherwise.
func (*Systemuserreturn) GetExternalPasswordExpirationDateOk ¶
func (o *Systemuserreturn) GetExternalPasswordExpirationDateOk() (*string, bool)
GetExternalPasswordExpirationDateOk returns a tuple with the ExternalPasswordExpirationDate field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetExternalSourceType ¶
func (o *Systemuserreturn) GetExternalSourceType() string
GetExternalSourceType returns the ExternalSourceType field value if set, zero value otherwise.
func (*Systemuserreturn) GetExternalSourceTypeOk ¶
func (o *Systemuserreturn) GetExternalSourceTypeOk() (*string, bool)
GetExternalSourceTypeOk returns a tuple with the ExternalSourceType field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetExternallyManaged ¶
func (o *Systemuserreturn) GetExternallyManaged() bool
GetExternallyManaged returns the ExternallyManaged field value if set, zero value otherwise.
func (*Systemuserreturn) GetExternallyManagedOk ¶
func (o *Systemuserreturn) GetExternallyManagedOk() (*bool, bool)
GetExternallyManagedOk returns a tuple with the ExternallyManaged field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetFirstname ¶
func (o *Systemuserreturn) GetFirstname() string
GetFirstname returns the Firstname field value if set, zero value otherwise.
func (*Systemuserreturn) GetFirstnameOk ¶
func (o *Systemuserreturn) GetFirstnameOk() (*string, bool)
GetFirstnameOk returns a tuple with the Firstname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetId ¶
func (o *Systemuserreturn) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Systemuserreturn) GetIdOk ¶
func (o *Systemuserreturn) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetJobTitle ¶
func (o *Systemuserreturn) GetJobTitle() string
GetJobTitle returns the JobTitle field value if set, zero value otherwise.
func (*Systemuserreturn) GetJobTitleOk ¶
func (o *Systemuserreturn) GetJobTitleOk() (*string, bool)
GetJobTitleOk returns a tuple with the JobTitle field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetLastname ¶
func (o *Systemuserreturn) GetLastname() string
GetLastname returns the Lastname field value if set, zero value otherwise.
func (*Systemuserreturn) GetLastnameOk ¶
func (o *Systemuserreturn) GetLastnameOk() (*string, bool)
GetLastnameOk returns a tuple with the Lastname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetLdapBindingUser ¶
func (o *Systemuserreturn) GetLdapBindingUser() bool
GetLdapBindingUser returns the LdapBindingUser field value if set, zero value otherwise.
func (*Systemuserreturn) GetLdapBindingUserOk ¶
func (o *Systemuserreturn) GetLdapBindingUserOk() (*bool, bool)
GetLdapBindingUserOk returns a tuple with the LdapBindingUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetLocation ¶
func (o *Systemuserreturn) GetLocation() string
GetLocation returns the Location field value if set, zero value otherwise.
func (*Systemuserreturn) GetLocationOk ¶
func (o *Systemuserreturn) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetManagedAppleId ¶
func (o *Systemuserreturn) GetManagedAppleId() string
GetManagedAppleId returns the ManagedAppleId field value if set, zero value otherwise.
func (*Systemuserreturn) GetManagedAppleIdOk ¶
func (o *Systemuserreturn) GetManagedAppleIdOk() (*string, bool)
GetManagedAppleIdOk returns a tuple with the ManagedAppleId field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetManager ¶
func (o *Systemuserreturn) GetManager() string
GetManager returns the Manager field value if set, zero value otherwise.
func (*Systemuserreturn) GetManagerOk ¶
func (o *Systemuserreturn) GetManagerOk() (*string, bool)
GetManagerOk returns a tuple with the Manager field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetMfa ¶
func (o *Systemuserreturn) GetMfa() Mfa
GetMfa returns the Mfa field value if set, zero value otherwise.
func (*Systemuserreturn) GetMfaEnrollment ¶
func (o *Systemuserreturn) GetMfaEnrollment() MfaEnrollment
GetMfaEnrollment returns the MfaEnrollment field value if set, zero value otherwise.
func (*Systemuserreturn) GetMfaEnrollmentOk ¶
func (o *Systemuserreturn) GetMfaEnrollmentOk() (*MfaEnrollment, bool)
GetMfaEnrollmentOk returns a tuple with the MfaEnrollment field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetMfaOk ¶
func (o *Systemuserreturn) GetMfaOk() (*Mfa, bool)
GetMfaOk returns a tuple with the Mfa field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetMiddlename ¶
func (o *Systemuserreturn) GetMiddlename() string
GetMiddlename returns the Middlename field value if set, zero value otherwise.
func (*Systemuserreturn) GetMiddlenameOk ¶
func (o *Systemuserreturn) GetMiddlenameOk() (*string, bool)
GetMiddlenameOk returns a tuple with the Middlename field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetOrganization ¶
func (o *Systemuserreturn) GetOrganization() string
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*Systemuserreturn) GetOrganizationOk ¶
func (o *Systemuserreturn) GetOrganizationOk() (*string, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetPasswordDate ¶
func (o *Systemuserreturn) GetPasswordDate() string
GetPasswordDate returns the PasswordDate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Systemuserreturn) GetPasswordDateOk ¶
func (o *Systemuserreturn) GetPasswordDateOk() (*string, bool)
GetPasswordDateOk returns a tuple with the PasswordDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Systemuserreturn) GetPasswordExpirationDate ¶
func (o *Systemuserreturn) GetPasswordExpirationDate() string
GetPasswordExpirationDate returns the PasswordExpirationDate field value if set, zero value otherwise (both if not set or set to explicit null).
func (*Systemuserreturn) GetPasswordExpirationDateOk ¶
func (o *Systemuserreturn) GetPasswordExpirationDateOk() (*string, bool)
GetPasswordExpirationDateOk returns a tuple with the PasswordExpirationDate field value if set, nil otherwise and a boolean to check if the value has been set. NOTE: If the value is an explicit nil, `nil, true` will be returned
func (*Systemuserreturn) GetPasswordExpired ¶
func (o *Systemuserreturn) GetPasswordExpired() bool
GetPasswordExpired returns the PasswordExpired field value if set, zero value otherwise.
func (*Systemuserreturn) GetPasswordExpiredOk ¶
func (o *Systemuserreturn) GetPasswordExpiredOk() (*bool, bool)
GetPasswordExpiredOk returns a tuple with the PasswordExpired field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetPasswordNeverExpires ¶
func (o *Systemuserreturn) GetPasswordNeverExpires() bool
GetPasswordNeverExpires returns the PasswordNeverExpires field value if set, zero value otherwise.
func (*Systemuserreturn) GetPasswordNeverExpiresOk ¶
func (o *Systemuserreturn) GetPasswordNeverExpiresOk() (*bool, bool)
GetPasswordNeverExpiresOk returns a tuple with the PasswordNeverExpires field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetPasswordlessSudo ¶
func (o *Systemuserreturn) GetPasswordlessSudo() bool
GetPasswordlessSudo returns the PasswordlessSudo field value if set, zero value otherwise.
func (*Systemuserreturn) GetPasswordlessSudoOk ¶
func (o *Systemuserreturn) GetPasswordlessSudoOk() (*bool, bool)
GetPasswordlessSudoOk returns a tuple with the PasswordlessSudo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetPhoneNumbers ¶
func (o *Systemuserreturn) GetPhoneNumbers() []SystemuserreturnPhoneNumbersInner
GetPhoneNumbers returns the PhoneNumbers field value if set, zero value otherwise.
func (*Systemuserreturn) GetPhoneNumbersOk ¶
func (o *Systemuserreturn) GetPhoneNumbersOk() ([]SystemuserreturnPhoneNumbersInner, bool)
GetPhoneNumbersOk returns a tuple with the PhoneNumbers field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetPublicKey ¶
func (o *Systemuserreturn) GetPublicKey() string
GetPublicKey returns the PublicKey field value if set, zero value otherwise.
func (*Systemuserreturn) GetPublicKeyOk ¶
func (o *Systemuserreturn) GetPublicKeyOk() (*string, bool)
GetPublicKeyOk returns a tuple with the PublicKey field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetRecoveryEmail ¶
func (o *Systemuserreturn) GetRecoveryEmail() SystemuserreturnRecoveryEmail
GetRecoveryEmail returns the RecoveryEmail field value if set, zero value otherwise.
func (*Systemuserreturn) GetRecoveryEmailOk ¶
func (o *Systemuserreturn) GetRecoveryEmailOk() (*SystemuserreturnRecoveryEmail, bool)
GetRecoveryEmailOk returns a tuple with the RecoveryEmail field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetRelationships ¶
func (o *Systemuserreturn) GetRelationships() []SystemuserputRelationshipsInner
GetRelationships returns the Relationships field value if set, zero value otherwise.
func (*Systemuserreturn) GetRelationshipsOk ¶
func (o *Systemuserreturn) GetRelationshipsOk() ([]SystemuserputRelationshipsInner, bool)
GetRelationshipsOk returns a tuple with the Relationships field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetSambaServiceUser ¶
func (o *Systemuserreturn) GetSambaServiceUser() bool
GetSambaServiceUser returns the SambaServiceUser field value if set, zero value otherwise.
func (*Systemuserreturn) GetSambaServiceUserOk ¶
func (o *Systemuserreturn) GetSambaServiceUserOk() (*bool, bool)
GetSambaServiceUserOk returns a tuple with the SambaServiceUser field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetSshKeys ¶
func (o *Systemuserreturn) GetSshKeys() []Sshkeylist
GetSshKeys returns the SshKeys field value if set, zero value otherwise.
func (*Systemuserreturn) GetSshKeysOk ¶
func (o *Systemuserreturn) GetSshKeysOk() ([]Sshkeylist, bool)
GetSshKeysOk returns a tuple with the SshKeys field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetState ¶
func (o *Systemuserreturn) GetState() string
GetState returns the State field value if set, zero value otherwise.
func (*Systemuserreturn) GetStateOk ¶
func (o *Systemuserreturn) GetStateOk() (*string, bool)
GetStateOk returns a tuple with the State field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetSudo ¶
func (o *Systemuserreturn) GetSudo() bool
GetSudo returns the Sudo field value if set, zero value otherwise.
func (*Systemuserreturn) GetSudoOk ¶
func (o *Systemuserreturn) GetSudoOk() (*bool, bool)
GetSudoOk returns a tuple with the Sudo field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetSuspended ¶
func (o *Systemuserreturn) GetSuspended() bool
GetSuspended returns the Suspended field value if set, zero value otherwise.
func (*Systemuserreturn) GetSuspendedOk ¶
func (o *Systemuserreturn) GetSuspendedOk() (*bool, bool)
GetSuspendedOk returns a tuple with the Suspended field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetTags ¶
func (o *Systemuserreturn) GetTags() []string
GetTags returns the Tags field value if set, zero value otherwise.
func (*Systemuserreturn) GetTagsOk ¶
func (o *Systemuserreturn) GetTagsOk() ([]string, bool)
GetTagsOk returns a tuple with the Tags field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetTotpEnabled ¶
func (o *Systemuserreturn) GetTotpEnabled() bool
GetTotpEnabled returns the TotpEnabled field value if set, zero value otherwise.
func (*Systemuserreturn) GetTotpEnabledOk ¶
func (o *Systemuserreturn) GetTotpEnabledOk() (*bool, bool)
GetTotpEnabledOk returns a tuple with the TotpEnabled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetUnixGuid ¶
func (o *Systemuserreturn) GetUnixGuid() int32
GetUnixGuid returns the UnixGuid field value if set, zero value otherwise.
func (*Systemuserreturn) GetUnixGuidOk ¶
func (o *Systemuserreturn) GetUnixGuidOk() (*int32, bool)
GetUnixGuidOk returns a tuple with the UnixGuid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetUnixUid ¶
func (o *Systemuserreturn) GetUnixUid() int32
GetUnixUid returns the UnixUid field value if set, zero value otherwise.
func (*Systemuserreturn) GetUnixUidOk ¶
func (o *Systemuserreturn) GetUnixUidOk() (*int32, bool)
GetUnixUidOk returns a tuple with the UnixUid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) GetUsername ¶
func (o *Systemuserreturn) GetUsername() string
GetUsername returns the Username field value if set, zero value otherwise.
func (*Systemuserreturn) GetUsernameOk ¶
func (o *Systemuserreturn) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserreturn) HasAccountLocked ¶
func (o *Systemuserreturn) HasAccountLocked() bool
HasAccountLocked returns a boolean if a field has been set.
func (*Systemuserreturn) HasAccountLockedDate ¶
func (o *Systemuserreturn) HasAccountLockedDate() bool
HasAccountLockedDate returns a boolean if a field has been set.
func (*Systemuserreturn) HasActivated ¶
func (o *Systemuserreturn) HasActivated() bool
HasActivated returns a boolean if a field has been set.
func (*Systemuserreturn) HasAddresses ¶
func (o *Systemuserreturn) HasAddresses() bool
HasAddresses returns a boolean if a field has been set.
func (*Systemuserreturn) HasAllowPublicKey ¶
func (o *Systemuserreturn) HasAllowPublicKey() bool
HasAllowPublicKey returns a boolean if a field has been set.
func (*Systemuserreturn) HasAlternateEmail ¶
func (o *Systemuserreturn) HasAlternateEmail() bool
HasAlternateEmail returns a boolean if a field has been set.
func (*Systemuserreturn) HasAttributes ¶
func (o *Systemuserreturn) HasAttributes() bool
HasAttributes returns a boolean if a field has been set.
func (*Systemuserreturn) HasBadLoginAttempts ¶
func (o *Systemuserreturn) HasBadLoginAttempts() bool
HasBadLoginAttempts returns a boolean if a field has been set.
func (*Systemuserreturn) HasCompany ¶
func (o *Systemuserreturn) HasCompany() bool
HasCompany returns a boolean if a field has been set.
func (*Systemuserreturn) HasCostCenter ¶
func (o *Systemuserreturn) HasCostCenter() bool
HasCostCenter returns a boolean if a field has been set.
func (*Systemuserreturn) HasCreated ¶
func (o *Systemuserreturn) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (*Systemuserreturn) HasCreationSource ¶
func (o *Systemuserreturn) HasCreationSource() bool
HasCreationSource returns a boolean if a field has been set.
func (*Systemuserreturn) HasDepartment ¶
func (o *Systemuserreturn) HasDepartment() bool
HasDepartment returns a boolean if a field has been set.
func (*Systemuserreturn) HasDescription ¶
func (o *Systemuserreturn) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (*Systemuserreturn) HasDisableDeviceMaxLoginAttempts ¶
func (o *Systemuserreturn) HasDisableDeviceMaxLoginAttempts() bool
HasDisableDeviceMaxLoginAttempts returns a boolean if a field has been set.
func (*Systemuserreturn) HasDisplayname ¶
func (o *Systemuserreturn) HasDisplayname() bool
HasDisplayname returns a boolean if a field has been set.
func (*Systemuserreturn) HasEmail ¶
func (o *Systemuserreturn) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*Systemuserreturn) HasEmployeeIdentifier ¶
func (o *Systemuserreturn) HasEmployeeIdentifier() bool
HasEmployeeIdentifier returns a boolean if a field has been set.
func (*Systemuserreturn) HasEmployeeType ¶
func (o *Systemuserreturn) HasEmployeeType() bool
HasEmployeeType returns a boolean if a field has been set.
func (*Systemuserreturn) HasEnableManagedUid ¶
func (o *Systemuserreturn) HasEnableManagedUid() bool
HasEnableManagedUid returns a boolean if a field has been set.
func (*Systemuserreturn) HasEnableUserPortalMultifactor ¶
func (o *Systemuserreturn) HasEnableUserPortalMultifactor() bool
HasEnableUserPortalMultifactor returns a boolean if a field has been set.
func (*Systemuserreturn) HasExternalDn ¶
func (o *Systemuserreturn) HasExternalDn() bool
HasExternalDn returns a boolean if a field has been set.
func (*Systemuserreturn) HasExternalPasswordExpirationDate ¶
func (o *Systemuserreturn) HasExternalPasswordExpirationDate() bool
HasExternalPasswordExpirationDate returns a boolean if a field has been set.
func (*Systemuserreturn) HasExternalSourceType ¶
func (o *Systemuserreturn) HasExternalSourceType() bool
HasExternalSourceType returns a boolean if a field has been set.
func (*Systemuserreturn) HasExternallyManaged ¶
func (o *Systemuserreturn) HasExternallyManaged() bool
HasExternallyManaged returns a boolean if a field has been set.
func (*Systemuserreturn) HasFirstname ¶
func (o *Systemuserreturn) HasFirstname() bool
HasFirstname returns a boolean if a field has been set.
func (*Systemuserreturn) HasId ¶
func (o *Systemuserreturn) HasId() bool
HasId returns a boolean if a field has been set.
func (*Systemuserreturn) HasJobTitle ¶
func (o *Systemuserreturn) HasJobTitle() bool
HasJobTitle returns a boolean if a field has been set.
func (*Systemuserreturn) HasLastname ¶
func (o *Systemuserreturn) HasLastname() bool
HasLastname returns a boolean if a field has been set.
func (*Systemuserreturn) HasLdapBindingUser ¶
func (o *Systemuserreturn) HasLdapBindingUser() bool
HasLdapBindingUser returns a boolean if a field has been set.
func (*Systemuserreturn) HasLocation ¶
func (o *Systemuserreturn) HasLocation() bool
HasLocation returns a boolean if a field has been set.
func (*Systemuserreturn) HasManagedAppleId ¶
func (o *Systemuserreturn) HasManagedAppleId() bool
HasManagedAppleId returns a boolean if a field has been set.
func (*Systemuserreturn) HasManager ¶
func (o *Systemuserreturn) HasManager() bool
HasManager returns a boolean if a field has been set.
func (*Systemuserreturn) HasMfa ¶
func (o *Systemuserreturn) HasMfa() bool
HasMfa returns a boolean if a field has been set.
func (*Systemuserreturn) HasMfaEnrollment ¶
func (o *Systemuserreturn) HasMfaEnrollment() bool
HasMfaEnrollment returns a boolean if a field has been set.
func (*Systemuserreturn) HasMiddlename ¶
func (o *Systemuserreturn) HasMiddlename() bool
HasMiddlename returns a boolean if a field has been set.
func (*Systemuserreturn) HasOrganization ¶
func (o *Systemuserreturn) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (*Systemuserreturn) HasPasswordDate ¶
func (o *Systemuserreturn) HasPasswordDate() bool
HasPasswordDate returns a boolean if a field has been set.
func (*Systemuserreturn) HasPasswordExpirationDate ¶
func (o *Systemuserreturn) HasPasswordExpirationDate() bool
HasPasswordExpirationDate returns a boolean if a field has been set.
func (*Systemuserreturn) HasPasswordExpired ¶
func (o *Systemuserreturn) HasPasswordExpired() bool
HasPasswordExpired returns a boolean if a field has been set.
func (*Systemuserreturn) HasPasswordNeverExpires ¶
func (o *Systemuserreturn) HasPasswordNeverExpires() bool
HasPasswordNeverExpires returns a boolean if a field has been set.
func (*Systemuserreturn) HasPasswordlessSudo ¶
func (o *Systemuserreturn) HasPasswordlessSudo() bool
HasPasswordlessSudo returns a boolean if a field has been set.
func (*Systemuserreturn) HasPhoneNumbers ¶
func (o *Systemuserreturn) HasPhoneNumbers() bool
HasPhoneNumbers returns a boolean if a field has been set.
func (*Systemuserreturn) HasPublicKey ¶
func (o *Systemuserreturn) HasPublicKey() bool
HasPublicKey returns a boolean if a field has been set.
func (*Systemuserreturn) HasRecoveryEmail ¶
func (o *Systemuserreturn) HasRecoveryEmail() bool
HasRecoveryEmail returns a boolean if a field has been set.
func (*Systemuserreturn) HasRelationships ¶
func (o *Systemuserreturn) HasRelationships() bool
HasRelationships returns a boolean if a field has been set.
func (*Systemuserreturn) HasSambaServiceUser ¶
func (o *Systemuserreturn) HasSambaServiceUser() bool
HasSambaServiceUser returns a boolean if a field has been set.
func (*Systemuserreturn) HasSshKeys ¶
func (o *Systemuserreturn) HasSshKeys() bool
HasSshKeys returns a boolean if a field has been set.
func (*Systemuserreturn) HasState ¶
func (o *Systemuserreturn) HasState() bool
HasState returns a boolean if a field has been set.
func (*Systemuserreturn) HasSudo ¶
func (o *Systemuserreturn) HasSudo() bool
HasSudo returns a boolean if a field has been set.
func (*Systemuserreturn) HasSuspended ¶
func (o *Systemuserreturn) HasSuspended() bool
HasSuspended returns a boolean if a field has been set.
func (*Systemuserreturn) HasTags ¶
func (o *Systemuserreturn) HasTags() bool
HasTags returns a boolean if a field has been set.
func (*Systemuserreturn) HasTotpEnabled ¶
func (o *Systemuserreturn) HasTotpEnabled() bool
HasTotpEnabled returns a boolean if a field has been set.
func (*Systemuserreturn) HasUnixGuid ¶
func (o *Systemuserreturn) HasUnixGuid() bool
HasUnixGuid returns a boolean if a field has been set.
func (*Systemuserreturn) HasUnixUid ¶
func (o *Systemuserreturn) HasUnixUid() bool
HasUnixUid returns a boolean if a field has been set.
func (*Systemuserreturn) HasUsername ¶
func (o *Systemuserreturn) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (Systemuserreturn) MarshalJSON ¶
func (o Systemuserreturn) MarshalJSON() ([]byte, error)
func (*Systemuserreturn) SetAccountLocked ¶
func (o *Systemuserreturn) SetAccountLocked(v bool)
SetAccountLocked gets a reference to the given bool and assigns it to the AccountLocked field.
func (*Systemuserreturn) SetAccountLockedDate ¶
func (o *Systemuserreturn) SetAccountLockedDate(v string)
SetAccountLockedDate gets a reference to the given NullableString and assigns it to the AccountLockedDate field.
func (*Systemuserreturn) SetAccountLockedDateNil ¶
func (o *Systemuserreturn) SetAccountLockedDateNil()
SetAccountLockedDateNil sets the value for AccountLockedDate to be an explicit nil
func (*Systemuserreturn) SetActivated ¶
func (o *Systemuserreturn) SetActivated(v bool)
SetActivated gets a reference to the given bool and assigns it to the Activated field.
func (*Systemuserreturn) SetAddresses ¶
func (o *Systemuserreturn) SetAddresses(v []SystemuserreturnAddressesInner)
SetAddresses gets a reference to the given []SystemuserreturnAddressesInner and assigns it to the Addresses field.
func (*Systemuserreturn) SetAllowPublicKey ¶
func (o *Systemuserreturn) SetAllowPublicKey(v bool)
SetAllowPublicKey gets a reference to the given bool and assigns it to the AllowPublicKey field.
func (*Systemuserreturn) SetAlternateEmail ¶
func (o *Systemuserreturn) SetAlternateEmail(v string)
SetAlternateEmail gets a reference to the given string and assigns it to the AlternateEmail field.
func (*Systemuserreturn) SetAttributes ¶
func (o *Systemuserreturn) SetAttributes(v []SystemuserputAttributesInner)
SetAttributes gets a reference to the given []SystemuserputAttributesInner and assigns it to the Attributes field.
func (*Systemuserreturn) SetBadLoginAttempts ¶
func (o *Systemuserreturn) SetBadLoginAttempts(v int32)
SetBadLoginAttempts gets a reference to the given int32 and assigns it to the BadLoginAttempts field.
func (*Systemuserreturn) SetCompany ¶
func (o *Systemuserreturn) SetCompany(v string)
SetCompany gets a reference to the given string and assigns it to the Company field.
func (*Systemuserreturn) SetCostCenter ¶
func (o *Systemuserreturn) SetCostCenter(v string)
SetCostCenter gets a reference to the given string and assigns it to the CostCenter field.
func (*Systemuserreturn) SetCreated ¶
func (o *Systemuserreturn) SetCreated(v string)
SetCreated gets a reference to the given string and assigns it to the Created field.
func (*Systemuserreturn) SetCreationSource ¶
func (o *Systemuserreturn) SetCreationSource(v string)
SetCreationSource gets a reference to the given string and assigns it to the CreationSource field.
func (*Systemuserreturn) SetDepartment ¶
func (o *Systemuserreturn) SetDepartment(v string)
SetDepartment gets a reference to the given string and assigns it to the Department field.
func (*Systemuserreturn) SetDescription ¶
func (o *Systemuserreturn) SetDescription(v string)
SetDescription gets a reference to the given string and assigns it to the Description field.
func (*Systemuserreturn) SetDisableDeviceMaxLoginAttempts ¶
func (o *Systemuserreturn) SetDisableDeviceMaxLoginAttempts(v bool)
SetDisableDeviceMaxLoginAttempts gets a reference to the given bool and assigns it to the DisableDeviceMaxLoginAttempts field.
func (*Systemuserreturn) SetDisplayname ¶
func (o *Systemuserreturn) SetDisplayname(v string)
SetDisplayname gets a reference to the given string and assigns it to the Displayname field.
func (*Systemuserreturn) SetEmail ¶
func (o *Systemuserreturn) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*Systemuserreturn) SetEmployeeIdentifier ¶
func (o *Systemuserreturn) SetEmployeeIdentifier(v string)
SetEmployeeIdentifier gets a reference to the given string and assigns it to the EmployeeIdentifier field.
func (*Systemuserreturn) SetEmployeeType ¶
func (o *Systemuserreturn) SetEmployeeType(v string)
SetEmployeeType gets a reference to the given string and assigns it to the EmployeeType field.
func (*Systemuserreturn) SetEnableManagedUid ¶
func (o *Systemuserreturn) SetEnableManagedUid(v bool)
SetEnableManagedUid gets a reference to the given bool and assigns it to the EnableManagedUid field.
func (*Systemuserreturn) SetEnableUserPortalMultifactor ¶
func (o *Systemuserreturn) SetEnableUserPortalMultifactor(v bool)
SetEnableUserPortalMultifactor gets a reference to the given bool and assigns it to the EnableUserPortalMultifactor field.
func (*Systemuserreturn) SetExternalDn ¶
func (o *Systemuserreturn) SetExternalDn(v string)
SetExternalDn gets a reference to the given string and assigns it to the ExternalDn field.
func (*Systemuserreturn) SetExternalPasswordExpirationDate ¶
func (o *Systemuserreturn) SetExternalPasswordExpirationDate(v string)
SetExternalPasswordExpirationDate gets a reference to the given string and assigns it to the ExternalPasswordExpirationDate field.
func (*Systemuserreturn) SetExternalSourceType ¶
func (o *Systemuserreturn) SetExternalSourceType(v string)
SetExternalSourceType gets a reference to the given string and assigns it to the ExternalSourceType field.
func (*Systemuserreturn) SetExternallyManaged ¶
func (o *Systemuserreturn) SetExternallyManaged(v bool)
SetExternallyManaged gets a reference to the given bool and assigns it to the ExternallyManaged field.
func (*Systemuserreturn) SetFirstname ¶
func (o *Systemuserreturn) SetFirstname(v string)
SetFirstname gets a reference to the given string and assigns it to the Firstname field.
func (*Systemuserreturn) SetId ¶
func (o *Systemuserreturn) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Systemuserreturn) SetJobTitle ¶
func (o *Systemuserreturn) SetJobTitle(v string)
SetJobTitle gets a reference to the given string and assigns it to the JobTitle field.
func (*Systemuserreturn) SetLastname ¶
func (o *Systemuserreturn) SetLastname(v string)
SetLastname gets a reference to the given string and assigns it to the Lastname field.
func (*Systemuserreturn) SetLdapBindingUser ¶
func (o *Systemuserreturn) SetLdapBindingUser(v bool)
SetLdapBindingUser gets a reference to the given bool and assigns it to the LdapBindingUser field.
func (*Systemuserreturn) SetLocation ¶
func (o *Systemuserreturn) SetLocation(v string)
SetLocation gets a reference to the given string and assigns it to the Location field.
func (*Systemuserreturn) SetManagedAppleId ¶
func (o *Systemuserreturn) SetManagedAppleId(v string)
SetManagedAppleId gets a reference to the given string and assigns it to the ManagedAppleId field.
func (*Systemuserreturn) SetManager ¶
func (o *Systemuserreturn) SetManager(v string)
SetManager gets a reference to the given string and assigns it to the Manager field.
func (*Systemuserreturn) SetMfa ¶
func (o *Systemuserreturn) SetMfa(v Mfa)
SetMfa gets a reference to the given Mfa and assigns it to the Mfa field.
func (*Systemuserreturn) SetMfaEnrollment ¶
func (o *Systemuserreturn) SetMfaEnrollment(v MfaEnrollment)
SetMfaEnrollment gets a reference to the given MfaEnrollment and assigns it to the MfaEnrollment field.
func (*Systemuserreturn) SetMiddlename ¶
func (o *Systemuserreturn) SetMiddlename(v string)
SetMiddlename gets a reference to the given string and assigns it to the Middlename field.
func (*Systemuserreturn) SetOrganization ¶
func (o *Systemuserreturn) SetOrganization(v string)
SetOrganization gets a reference to the given string and assigns it to the Organization field.
func (*Systemuserreturn) SetPasswordDate ¶
func (o *Systemuserreturn) SetPasswordDate(v string)
SetPasswordDate gets a reference to the given NullableString and assigns it to the PasswordDate field.
func (*Systemuserreturn) SetPasswordDateNil ¶
func (o *Systemuserreturn) SetPasswordDateNil()
SetPasswordDateNil sets the value for PasswordDate to be an explicit nil
func (*Systemuserreturn) SetPasswordExpirationDate ¶
func (o *Systemuserreturn) SetPasswordExpirationDate(v string)
SetPasswordExpirationDate gets a reference to the given NullableString and assigns it to the PasswordExpirationDate field.
func (*Systemuserreturn) SetPasswordExpirationDateNil ¶
func (o *Systemuserreturn) SetPasswordExpirationDateNil()
SetPasswordExpirationDateNil sets the value for PasswordExpirationDate to be an explicit nil
func (*Systemuserreturn) SetPasswordExpired ¶
func (o *Systemuserreturn) SetPasswordExpired(v bool)
SetPasswordExpired gets a reference to the given bool and assigns it to the PasswordExpired field.
func (*Systemuserreturn) SetPasswordNeverExpires ¶
func (o *Systemuserreturn) SetPasswordNeverExpires(v bool)
SetPasswordNeverExpires gets a reference to the given bool and assigns it to the PasswordNeverExpires field.
func (*Systemuserreturn) SetPasswordlessSudo ¶
func (o *Systemuserreturn) SetPasswordlessSudo(v bool)
SetPasswordlessSudo gets a reference to the given bool and assigns it to the PasswordlessSudo field.
func (*Systemuserreturn) SetPhoneNumbers ¶
func (o *Systemuserreturn) SetPhoneNumbers(v []SystemuserreturnPhoneNumbersInner)
SetPhoneNumbers gets a reference to the given []SystemuserreturnPhoneNumbersInner and assigns it to the PhoneNumbers field.
func (*Systemuserreturn) SetPublicKey ¶
func (o *Systemuserreturn) SetPublicKey(v string)
SetPublicKey gets a reference to the given string and assigns it to the PublicKey field.
func (*Systemuserreturn) SetRecoveryEmail ¶
func (o *Systemuserreturn) SetRecoveryEmail(v SystemuserreturnRecoveryEmail)
SetRecoveryEmail gets a reference to the given SystemuserreturnRecoveryEmail and assigns it to the RecoveryEmail field.
func (*Systemuserreturn) SetRelationships ¶
func (o *Systemuserreturn) SetRelationships(v []SystemuserputRelationshipsInner)
SetRelationships gets a reference to the given []SystemuserputRelationshipsInner and assigns it to the Relationships field.
func (*Systemuserreturn) SetSambaServiceUser ¶
func (o *Systemuserreturn) SetSambaServiceUser(v bool)
SetSambaServiceUser gets a reference to the given bool and assigns it to the SambaServiceUser field.
func (*Systemuserreturn) SetSshKeys ¶
func (o *Systemuserreturn) SetSshKeys(v []Sshkeylist)
SetSshKeys gets a reference to the given []Sshkeylist and assigns it to the SshKeys field.
func (*Systemuserreturn) SetState ¶
func (o *Systemuserreturn) SetState(v string)
SetState gets a reference to the given string and assigns it to the State field.
func (*Systemuserreturn) SetSudo ¶
func (o *Systemuserreturn) SetSudo(v bool)
SetSudo gets a reference to the given bool and assigns it to the Sudo field.
func (*Systemuserreturn) SetSuspended ¶
func (o *Systemuserreturn) SetSuspended(v bool)
SetSuspended gets a reference to the given bool and assigns it to the Suspended field.
func (*Systemuserreturn) SetTags ¶
func (o *Systemuserreturn) SetTags(v []string)
SetTags gets a reference to the given []string and assigns it to the Tags field.
func (*Systemuserreturn) SetTotpEnabled ¶
func (o *Systemuserreturn) SetTotpEnabled(v bool)
SetTotpEnabled gets a reference to the given bool and assigns it to the TotpEnabled field.
func (*Systemuserreturn) SetUnixGuid ¶
func (o *Systemuserreturn) SetUnixGuid(v int32)
SetUnixGuid gets a reference to the given int32 and assigns it to the UnixGuid field.
func (*Systemuserreturn) SetUnixUid ¶
func (o *Systemuserreturn) SetUnixUid(v int32)
SetUnixUid gets a reference to the given int32 and assigns it to the UnixUid field.
func (*Systemuserreturn) SetUsername ¶
func (o *Systemuserreturn) SetUsername(v string)
SetUsername gets a reference to the given string and assigns it to the Username field.
func (Systemuserreturn) ToMap ¶
func (o Systemuserreturn) ToMap() (map[string]interface{}, error)
func (*Systemuserreturn) UnmarshalJSON ¶
func (o *Systemuserreturn) UnmarshalJSON(bytes []byte) (err error)
func (*Systemuserreturn) UnsetAccountLockedDate ¶
func (o *Systemuserreturn) UnsetAccountLockedDate()
UnsetAccountLockedDate ensures that no value is present for AccountLockedDate, not even an explicit nil
func (*Systemuserreturn) UnsetPasswordDate ¶
func (o *Systemuserreturn) UnsetPasswordDate()
UnsetPasswordDate ensures that no value is present for PasswordDate, not even an explicit nil
func (*Systemuserreturn) UnsetPasswordExpirationDate ¶
func (o *Systemuserreturn) UnsetPasswordExpirationDate()
UnsetPasswordExpirationDate ensures that no value is present for PasswordExpirationDate, not even an explicit nil
type SystemuserreturnAddressesInner ¶
type SystemuserreturnAddressesInner struct { Country *string `json:"country,omitempty"` ExtendedAddress *string `json:"extendedAddress,omitempty"` Id *string `json:"id,omitempty"` Locality *string `json:"locality,omitempty"` PoBox *string `json:"poBox,omitempty"` PostalCode *string `json:"postalCode,omitempty"` Region *string `json:"region,omitempty"` StreetAddress *string `json:"streetAddress,omitempty"` Type *string `json:"type,omitempty"` AdditionalProperties map[string]interface{} }
SystemuserreturnAddressesInner struct for SystemuserreturnAddressesInner
func NewSystemuserreturnAddressesInner ¶
func NewSystemuserreturnAddressesInner() *SystemuserreturnAddressesInner
NewSystemuserreturnAddressesInner instantiates a new SystemuserreturnAddressesInner 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 NewSystemuserreturnAddressesInnerWithDefaults ¶
func NewSystemuserreturnAddressesInnerWithDefaults() *SystemuserreturnAddressesInner
NewSystemuserreturnAddressesInnerWithDefaults instantiates a new SystemuserreturnAddressesInner 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 (*SystemuserreturnAddressesInner) GetCountry ¶
func (o *SystemuserreturnAddressesInner) GetCountry() string
GetCountry returns the Country field value if set, zero value otherwise.
func (*SystemuserreturnAddressesInner) GetCountryOk ¶
func (o *SystemuserreturnAddressesInner) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnAddressesInner) GetExtendedAddress ¶
func (o *SystemuserreturnAddressesInner) GetExtendedAddress() string
GetExtendedAddress returns the ExtendedAddress field value if set, zero value otherwise.
func (*SystemuserreturnAddressesInner) GetExtendedAddressOk ¶
func (o *SystemuserreturnAddressesInner) GetExtendedAddressOk() (*string, bool)
GetExtendedAddressOk returns a tuple with the ExtendedAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnAddressesInner) GetId ¶
func (o *SystemuserreturnAddressesInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SystemuserreturnAddressesInner) GetIdOk ¶
func (o *SystemuserreturnAddressesInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnAddressesInner) GetLocality ¶
func (o *SystemuserreturnAddressesInner) GetLocality() string
GetLocality returns the Locality field value if set, zero value otherwise.
func (*SystemuserreturnAddressesInner) GetLocalityOk ¶
func (o *SystemuserreturnAddressesInner) GetLocalityOk() (*string, bool)
GetLocalityOk returns a tuple with the Locality field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnAddressesInner) GetPoBox ¶
func (o *SystemuserreturnAddressesInner) GetPoBox() string
GetPoBox returns the PoBox field value if set, zero value otherwise.
func (*SystemuserreturnAddressesInner) GetPoBoxOk ¶
func (o *SystemuserreturnAddressesInner) GetPoBoxOk() (*string, bool)
GetPoBoxOk returns a tuple with the PoBox field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnAddressesInner) GetPostalCode ¶
func (o *SystemuserreturnAddressesInner) GetPostalCode() string
GetPostalCode returns the PostalCode field value if set, zero value otherwise.
func (*SystemuserreturnAddressesInner) GetPostalCodeOk ¶
func (o *SystemuserreturnAddressesInner) GetPostalCodeOk() (*string, bool)
GetPostalCodeOk returns a tuple with the PostalCode field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnAddressesInner) GetRegion ¶
func (o *SystemuserreturnAddressesInner) GetRegion() string
GetRegion returns the Region field value if set, zero value otherwise.
func (*SystemuserreturnAddressesInner) GetRegionOk ¶
func (o *SystemuserreturnAddressesInner) GetRegionOk() (*string, bool)
GetRegionOk returns a tuple with the Region field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnAddressesInner) GetStreetAddress ¶
func (o *SystemuserreturnAddressesInner) GetStreetAddress() string
GetStreetAddress returns the StreetAddress field value if set, zero value otherwise.
func (*SystemuserreturnAddressesInner) GetStreetAddressOk ¶
func (o *SystemuserreturnAddressesInner) GetStreetAddressOk() (*string, bool)
GetStreetAddressOk returns a tuple with the StreetAddress field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnAddressesInner) GetType ¶
func (o *SystemuserreturnAddressesInner) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SystemuserreturnAddressesInner) GetTypeOk ¶
func (o *SystemuserreturnAddressesInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnAddressesInner) HasCountry ¶
func (o *SystemuserreturnAddressesInner) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (*SystemuserreturnAddressesInner) HasExtendedAddress ¶
func (o *SystemuserreturnAddressesInner) HasExtendedAddress() bool
HasExtendedAddress returns a boolean if a field has been set.
func (*SystemuserreturnAddressesInner) HasId ¶
func (o *SystemuserreturnAddressesInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*SystemuserreturnAddressesInner) HasLocality ¶
func (o *SystemuserreturnAddressesInner) HasLocality() bool
HasLocality returns a boolean if a field has been set.
func (*SystemuserreturnAddressesInner) HasPoBox ¶
func (o *SystemuserreturnAddressesInner) HasPoBox() bool
HasPoBox returns a boolean if a field has been set.
func (*SystemuserreturnAddressesInner) HasPostalCode ¶
func (o *SystemuserreturnAddressesInner) HasPostalCode() bool
HasPostalCode returns a boolean if a field has been set.
func (*SystemuserreturnAddressesInner) HasRegion ¶
func (o *SystemuserreturnAddressesInner) HasRegion() bool
HasRegion returns a boolean if a field has been set.
func (*SystemuserreturnAddressesInner) HasStreetAddress ¶
func (o *SystemuserreturnAddressesInner) HasStreetAddress() bool
HasStreetAddress returns a boolean if a field has been set.
func (*SystemuserreturnAddressesInner) HasType ¶
func (o *SystemuserreturnAddressesInner) HasType() bool
HasType returns a boolean if a field has been set.
func (SystemuserreturnAddressesInner) MarshalJSON ¶
func (o SystemuserreturnAddressesInner) MarshalJSON() ([]byte, error)
func (*SystemuserreturnAddressesInner) SetCountry ¶
func (o *SystemuserreturnAddressesInner) SetCountry(v string)
SetCountry gets a reference to the given string and assigns it to the Country field.
func (*SystemuserreturnAddressesInner) SetExtendedAddress ¶
func (o *SystemuserreturnAddressesInner) SetExtendedAddress(v string)
SetExtendedAddress gets a reference to the given string and assigns it to the ExtendedAddress field.
func (*SystemuserreturnAddressesInner) SetId ¶
func (o *SystemuserreturnAddressesInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SystemuserreturnAddressesInner) SetLocality ¶
func (o *SystemuserreturnAddressesInner) SetLocality(v string)
SetLocality gets a reference to the given string and assigns it to the Locality field.
func (*SystemuserreturnAddressesInner) SetPoBox ¶
func (o *SystemuserreturnAddressesInner) SetPoBox(v string)
SetPoBox gets a reference to the given string and assigns it to the PoBox field.
func (*SystemuserreturnAddressesInner) SetPostalCode ¶
func (o *SystemuserreturnAddressesInner) SetPostalCode(v string)
SetPostalCode gets a reference to the given string and assigns it to the PostalCode field.
func (*SystemuserreturnAddressesInner) SetRegion ¶
func (o *SystemuserreturnAddressesInner) SetRegion(v string)
SetRegion gets a reference to the given string and assigns it to the Region field.
func (*SystemuserreturnAddressesInner) SetStreetAddress ¶
func (o *SystemuserreturnAddressesInner) SetStreetAddress(v string)
SetStreetAddress gets a reference to the given string and assigns it to the StreetAddress field.
func (*SystemuserreturnAddressesInner) SetType ¶
func (o *SystemuserreturnAddressesInner) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (SystemuserreturnAddressesInner) ToMap ¶
func (o SystemuserreturnAddressesInner) ToMap() (map[string]interface{}, error)
func (*SystemuserreturnAddressesInner) UnmarshalJSON ¶
func (o *SystemuserreturnAddressesInner) UnmarshalJSON(bytes []byte) (err error)
type SystemuserreturnPhoneNumbersInner ¶
type SystemuserreturnPhoneNumbersInner struct { Id *string `json:"id,omitempty"` Number *string `json:"number,omitempty"` Type *string `json:"type,omitempty"` AdditionalProperties map[string]interface{} }
SystemuserreturnPhoneNumbersInner struct for SystemuserreturnPhoneNumbersInner
func NewSystemuserreturnPhoneNumbersInner ¶
func NewSystemuserreturnPhoneNumbersInner() *SystemuserreturnPhoneNumbersInner
NewSystemuserreturnPhoneNumbersInner instantiates a new SystemuserreturnPhoneNumbersInner 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 NewSystemuserreturnPhoneNumbersInnerWithDefaults ¶
func NewSystemuserreturnPhoneNumbersInnerWithDefaults() *SystemuserreturnPhoneNumbersInner
NewSystemuserreturnPhoneNumbersInnerWithDefaults instantiates a new SystemuserreturnPhoneNumbersInner 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 (*SystemuserreturnPhoneNumbersInner) GetId ¶
func (o *SystemuserreturnPhoneNumbersInner) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*SystemuserreturnPhoneNumbersInner) GetIdOk ¶
func (o *SystemuserreturnPhoneNumbersInner) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnPhoneNumbersInner) GetNumber ¶
func (o *SystemuserreturnPhoneNumbersInner) GetNumber() string
GetNumber returns the Number field value if set, zero value otherwise.
func (*SystemuserreturnPhoneNumbersInner) GetNumberOk ¶
func (o *SystemuserreturnPhoneNumbersInner) GetNumberOk() (*string, bool)
GetNumberOk returns a tuple with the Number field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnPhoneNumbersInner) GetType ¶
func (o *SystemuserreturnPhoneNumbersInner) GetType() string
GetType returns the Type field value if set, zero value otherwise.
func (*SystemuserreturnPhoneNumbersInner) GetTypeOk ¶
func (o *SystemuserreturnPhoneNumbersInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnPhoneNumbersInner) HasId ¶
func (o *SystemuserreturnPhoneNumbersInner) HasId() bool
HasId returns a boolean if a field has been set.
func (*SystemuserreturnPhoneNumbersInner) HasNumber ¶
func (o *SystemuserreturnPhoneNumbersInner) HasNumber() bool
HasNumber returns a boolean if a field has been set.
func (*SystemuserreturnPhoneNumbersInner) HasType ¶
func (o *SystemuserreturnPhoneNumbersInner) HasType() bool
HasType returns a boolean if a field has been set.
func (SystemuserreturnPhoneNumbersInner) MarshalJSON ¶
func (o SystemuserreturnPhoneNumbersInner) MarshalJSON() ([]byte, error)
func (*SystemuserreturnPhoneNumbersInner) SetId ¶
func (o *SystemuserreturnPhoneNumbersInner) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*SystemuserreturnPhoneNumbersInner) SetNumber ¶
func (o *SystemuserreturnPhoneNumbersInner) SetNumber(v string)
SetNumber gets a reference to the given string and assigns it to the Number field.
func (*SystemuserreturnPhoneNumbersInner) SetType ¶
func (o *SystemuserreturnPhoneNumbersInner) SetType(v string)
SetType gets a reference to the given string and assigns it to the Type field.
func (SystemuserreturnPhoneNumbersInner) ToMap ¶
func (o SystemuserreturnPhoneNumbersInner) ToMap() (map[string]interface{}, error)
func (*SystemuserreturnPhoneNumbersInner) UnmarshalJSON ¶
func (o *SystemuserreturnPhoneNumbersInner) UnmarshalJSON(bytes []byte) (err error)
type SystemuserreturnRecoveryEmail ¶
type SystemuserreturnRecoveryEmail struct { Address *string `json:"address,omitempty"` Verified *bool `json:"verified,omitempty"` VerifiedAt *string `json:"verifiedAt,omitempty"` AdditionalProperties map[string]interface{} }
SystemuserreturnRecoveryEmail struct for SystemuserreturnRecoveryEmail
func NewSystemuserreturnRecoveryEmail ¶
func NewSystemuserreturnRecoveryEmail() *SystemuserreturnRecoveryEmail
NewSystemuserreturnRecoveryEmail instantiates a new SystemuserreturnRecoveryEmail 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 NewSystemuserreturnRecoveryEmailWithDefaults ¶
func NewSystemuserreturnRecoveryEmailWithDefaults() *SystemuserreturnRecoveryEmail
NewSystemuserreturnRecoveryEmailWithDefaults instantiates a new SystemuserreturnRecoveryEmail 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 (*SystemuserreturnRecoveryEmail) GetAddress ¶
func (o *SystemuserreturnRecoveryEmail) GetAddress() string
GetAddress returns the Address field value if set, zero value otherwise.
func (*SystemuserreturnRecoveryEmail) GetAddressOk ¶
func (o *SystemuserreturnRecoveryEmail) GetAddressOk() (*string, bool)
GetAddressOk returns a tuple with the Address field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnRecoveryEmail) GetVerified ¶
func (o *SystemuserreturnRecoveryEmail) GetVerified() bool
GetVerified returns the Verified field value if set, zero value otherwise.
func (*SystemuserreturnRecoveryEmail) GetVerifiedAt ¶
func (o *SystemuserreturnRecoveryEmail) GetVerifiedAt() string
GetVerifiedAt returns the VerifiedAt field value if set, zero value otherwise.
func (*SystemuserreturnRecoveryEmail) GetVerifiedAtOk ¶
func (o *SystemuserreturnRecoveryEmail) GetVerifiedAtOk() (*string, bool)
GetVerifiedAtOk returns a tuple with the VerifiedAt field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnRecoveryEmail) GetVerifiedOk ¶
func (o *SystemuserreturnRecoveryEmail) GetVerifiedOk() (*bool, bool)
GetVerifiedOk returns a tuple with the Verified field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemuserreturnRecoveryEmail) HasAddress ¶
func (o *SystemuserreturnRecoveryEmail) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (*SystemuserreturnRecoveryEmail) HasVerified ¶
func (o *SystemuserreturnRecoveryEmail) HasVerified() bool
HasVerified returns a boolean if a field has been set.
func (*SystemuserreturnRecoveryEmail) HasVerifiedAt ¶
func (o *SystemuserreturnRecoveryEmail) HasVerifiedAt() bool
HasVerifiedAt returns a boolean if a field has been set.
func (SystemuserreturnRecoveryEmail) MarshalJSON ¶
func (o SystemuserreturnRecoveryEmail) MarshalJSON() ([]byte, error)
func (*SystemuserreturnRecoveryEmail) SetAddress ¶
func (o *SystemuserreturnRecoveryEmail) SetAddress(v string)
SetAddress gets a reference to the given string and assigns it to the Address field.
func (*SystemuserreturnRecoveryEmail) SetVerified ¶
func (o *SystemuserreturnRecoveryEmail) SetVerified(v bool)
SetVerified gets a reference to the given bool and assigns it to the Verified field.
func (*SystemuserreturnRecoveryEmail) SetVerifiedAt ¶
func (o *SystemuserreturnRecoveryEmail) SetVerifiedAt(v string)
SetVerifiedAt gets a reference to the given string and assigns it to the VerifiedAt field.
func (SystemuserreturnRecoveryEmail) ToMap ¶
func (o SystemuserreturnRecoveryEmail) ToMap() (map[string]interface{}, error)
func (*SystemuserreturnRecoveryEmail) UnmarshalJSON ¶
func (o *SystemuserreturnRecoveryEmail) UnmarshalJSON(bytes []byte) (err error)
type SystemusersApiService ¶
type SystemusersApiService service
SystemusersApiService SystemusersApi service
func (*SystemusersApiService) SshkeyDelete ¶
func (a *SystemusersApiService) SshkeyDelete(ctx context.Context, systemuserId string, id string) SystemusersApiSshkeyDeleteRequest
SshkeyDelete Delete a system user's Public SSH Keys
This endpoint will delete a specific System User's SSH Key.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param systemuserId @param id @return SystemusersApiSshkeyDeleteRequest
func (*SystemusersApiService) SshkeyDeleteExecute ¶
func (a *SystemusersApiService) SshkeyDeleteExecute(r SystemusersApiSshkeyDeleteRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*SystemusersApiService) SshkeyList ¶
func (a *SystemusersApiService) SshkeyList(ctx context.Context, id string) SystemusersApiSshkeyListRequest
SshkeyList List a system user's public SSH keys
This endpoint will return a specific System User's public SSH key.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return SystemusersApiSshkeyListRequest
func (*SystemusersApiService) SshkeyListExecute ¶
func (a *SystemusersApiService) SshkeyListExecute(r SystemusersApiSshkeyListRequest) ([]Sshkeylist, *http.Response, error)
Execute executes the request
@return []Sshkeylist
func (*SystemusersApiService) SshkeyPost ¶
func (a *SystemusersApiService) SshkeyPost(ctx context.Context, id string) SystemusersApiSshkeyPostRequest
SshkeyPost Create a system user's Public SSH Key
This endpoint will create a specific System User's Public SSH Key.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return SystemusersApiSshkeyPostRequest
func (*SystemusersApiService) SshkeyPostExecute ¶
func (a *SystemusersApiService) SshkeyPostExecute(r SystemusersApiSshkeyPostRequest) (*Sshkeylist, *http.Response, error)
Execute executes the request
@return Sshkeylist
func (*SystemusersApiService) SystemusersDelete ¶
func (a *SystemusersApiService) SystemusersDelete(ctx context.Context, id string) SystemusersApiSystemusersDeleteRequest
SystemusersDelete Delete a system user
This endpoint allows you to delete a particular system user.
#### Sample Request ```
curl -X DELETE https://console.jumpcloud.com/api/systemusers/{UserID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return SystemusersApiSystemusersDeleteRequest
func (*SystemusersApiService) SystemusersDeleteExecute ¶
func (a *SystemusersApiService) SystemusersDeleteExecute(r SystemusersApiSystemusersDeleteRequest) (*Systemuserreturn, *http.Response, error)
Execute executes the request
@return Systemuserreturn
func (*SystemusersApiService) SystemusersExpire ¶
func (a *SystemusersApiService) SystemusersExpire(ctx context.Context, id string) SystemusersApiSystemusersExpireRequest
SystemusersExpire Expire a system user's password
This endpoint allows you to expire a user's password.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return SystemusersApiSystemusersExpireRequest
func (*SystemusersApiService) SystemusersExpireExecute ¶
func (a *SystemusersApiService) SystemusersExpireExecute(r SystemusersApiSystemusersExpireRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*SystemusersApiService) SystemusersGet ¶
func (a *SystemusersApiService) SystemusersGet(ctx context.Context, id string) SystemusersApiSystemusersGetRequest
SystemusersGet List a system user
This endpoint returns a particular System User.
#### Sample Request
```
curl -X GET https://console.jumpcloud.com/api/systemusers/{UserID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return SystemusersApiSystemusersGetRequest
func (*SystemusersApiService) SystemusersGetExecute ¶
func (a *SystemusersApiService) SystemusersGetExecute(r SystemusersApiSystemusersGetRequest) (*Systemuserreturn, *http.Response, error)
Execute executes the request
@return Systemuserreturn
func (*SystemusersApiService) SystemusersList ¶
func (a *SystemusersApiService) SystemusersList(ctx context.Context) SystemusersApiSystemusersListRequest
SystemusersList List all system users
This endpoint returns all systemusers.
#### Sample Request
```
curl -X GET https://console.jumpcloud.com/api/systemusers \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SystemusersApiSystemusersListRequest
func (*SystemusersApiService) SystemusersListExecute ¶
func (a *SystemusersApiService) SystemusersListExecute(r SystemusersApiSystemusersListRequest) (*Systemuserslist, *http.Response, error)
Execute executes the request
@return Systemuserslist
func (*SystemusersApiService) SystemusersMfasync ¶
func (a *SystemusersApiService) SystemusersMfasync(ctx context.Context, id string) SystemusersApiSystemusersMfasyncRequest
SystemusersMfasync Sync a systemuser's mfa enrollment status
This endpoint allows you to re-sync a user's mfa enrollment status ¶
#### Sample Request ```
curl -X POST \ https://console.jumpcloud.com/api/systemusers/{UserID}/mfasync \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return SystemusersApiSystemusersMfasyncRequest
func (*SystemusersApiService) SystemusersMfasyncExecute ¶
func (a *SystemusersApiService) SystemusersMfasyncExecute(r SystemusersApiSystemusersMfasyncRequest) (*http.Response, error)
Execute executes the request
func (*SystemusersApiService) SystemusersPost ¶
func (a *SystemusersApiService) SystemusersPost(ctx context.Context) SystemusersApiSystemusersPostRequest
SystemusersPost Create a system user
"This endpoint allows you to create a new system user.
#### Default User State The `state` of the user can be explicitly passed in or omitted. If `state` is omitted from the request, then the user will get created using the value returned from the [Get an Organization](https://docs.jumpcloud.com/api/1.0/index.html#operation/organizations_get) endpoint. The default user state for manually created users is stored in `settings.newSystemUserStateDefaults.manualEntry`
These default state values can be changed in the admin portal settings or by using the [Update an Organization](https://docs.jumpcloud.com/api/1.0/index.html#operation/organization_put) endpoint.
#### Sample Request
``` curl -X POST https://console.jumpcloud.com/api/systemusers \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \
-d '{ "username":"{username}", "email":"{email_address}", "firstname":"{Name}", "lastname":"{Name}" }'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @return SystemusersApiSystemusersPostRequest
func (*SystemusersApiService) SystemusersPostExecute ¶
func (a *SystemusersApiService) SystemusersPostExecute(r SystemusersApiSystemusersPostRequest) (*Systemuserreturn, *http.Response, error)
Execute executes the request
@return Systemuserreturn
func (*SystemusersApiService) SystemusersPut ¶
func (a *SystemusersApiService) SystemusersPut(ctx context.Context, id string) SystemusersApiSystemusersPutRequest
SystemusersPut Update a system user
This endpoint allows you to update a system user.
#### Sample Request
```
curl -X PUT https://console.jumpcloud.com/api/systemusers/{UserID} \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{ "email":"{email_address}", "firstname":"{Name}", "lastname":"{Name}" }'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return SystemusersApiSystemusersPutRequest
func (*SystemusersApiService) SystemusersPutExecute ¶
func (a *SystemusersApiService) SystemusersPutExecute(r SystemusersApiSystemusersPutRequest) (*Systemuserreturn, *http.Response, error)
Execute executes the request
@return Systemuserreturn
func (*SystemusersApiService) SystemusersResetmfa ¶
func (a *SystemusersApiService) SystemusersResetmfa(ctx context.Context, id string) SystemusersApiSystemusersResetmfaRequest
SystemusersResetmfa Reset a system user's MFA token
This endpoint allows you to reset the TOTP key for a specified system user and put them in an TOTP MFA enrollment period. This will result in the user being prompted to setup TOTP MFA when logging into userportal. Please be aware that if the user does not complete TOTP MFA setup before the `exclusionUntil` date, they will be locked out of any resources that require TOTP MFA.
Please refer to our [Knowledge Base Article](https://support.jumpcloud.com/customer/en/portal/articles/2959138-using-multifactor-authentication-with-jumpcloud) on setting up MFA for more information.
#### Sample Request ```
curl -X POST \ https://console.jumpcloud.com/api/systemusers/{UserID}/resetmfa \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: {API_KEY}' \ -d '{"exclusion": true, "exclusionUntil": "{date-time}"}'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return SystemusersApiSystemusersResetmfaRequest
func (*SystemusersApiService) SystemusersResetmfaExecute ¶
func (a *SystemusersApiService) SystemusersResetmfaExecute(r SystemusersApiSystemusersResetmfaRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*SystemusersApiService) SystemusersStateActivate ¶
func (a *SystemusersApiService) SystemusersStateActivate(ctx context.Context, id string) SystemusersApiSystemusersStateActivateRequest
SystemusersStateActivate Activate System User
This endpoint changes the state of a STAGED user to ACTIVATED. #### Email Flag Use the "email" flag to determine whether or not to send a Welcome or Activation email to the newly activated user. Sending an empty body without the `email` flag, will send an email with default behavior (see the "Behavior" section below) ``` {} ``` Sending `email=true` flag will send an email with default behavior (see `Behavior` below) ``` { "email": true } ``` Populated email will override the default behavior and send to the specified email value ``` { "email": "example@example.com" } ``` Sending `email=false` will suppress sending the email ``` { "email": false } ``` #### Behavior Users with a password will be sent a Welcome email to:
- The address specified in `email` flag in the request
- If no `email` flag, the user's primary email address (default behavior)
Users without a password will be sent an Activation email to:
- The address specified in `email` flag in the request
- If no `email` flag, the user's alternate email address (default behavior)
- If no alternate email address, the user's primary email address (default behavior)
#### Sample Request ```
curl -X POST https://console.jumpcloud.com/api/systemusers/{id}/state/activate \ -H 'Accept: application/json' \ -H 'Content-Type: application/json' \ -H 'x-api-key: <api-key>' \ -d '{ "email": "alternate-activation-email@email.com" }'
```
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return SystemusersApiSystemusersStateActivateRequest
func (*SystemusersApiService) SystemusersStateActivateExecute ¶
func (a *SystemusersApiService) SystemusersStateActivateExecute(r SystemusersApiSystemusersStateActivateRequest) (string, *http.Response, error)
Execute executes the request
@return string
func (*SystemusersApiService) SystemusersUnlock ¶
func (a *SystemusersApiService) SystemusersUnlock(ctx context.Context, id string) SystemusersApiSystemusersUnlockRequest
SystemusersUnlock Unlock a system user
This endpoint allows you to unlock a user's account.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return SystemusersApiSystemusersUnlockRequest
func (*SystemusersApiService) SystemusersUnlockExecute ¶
func (a *SystemusersApiService) SystemusersUnlockExecute(r SystemusersApiSystemusersUnlockRequest) (string, *http.Response, error)
Execute executes the request
@return string
type SystemusersApiSshkeyDeleteRequest ¶
type SystemusersApiSshkeyDeleteRequest struct { ApiService *SystemusersApiService // contains filtered or unexported fields }
func (SystemusersApiSshkeyDeleteRequest) Execute ¶
func (r SystemusersApiSshkeyDeleteRequest) Execute() (string, *http.Response, error)
func (SystemusersApiSshkeyDeleteRequest) XOrgId ¶
func (r SystemusersApiSshkeyDeleteRequest) XOrgId(xOrgId string) SystemusersApiSshkeyDeleteRequest
type SystemusersApiSshkeyListRequest ¶
type SystemusersApiSshkeyListRequest struct { ApiService *SystemusersApiService // contains filtered or unexported fields }
func (SystemusersApiSshkeyListRequest) Execute ¶
func (r SystemusersApiSshkeyListRequest) Execute() ([]Sshkeylist, *http.Response, error)
func (SystemusersApiSshkeyListRequest) XOrgId ¶
func (r SystemusersApiSshkeyListRequest) XOrgId(xOrgId string) SystemusersApiSshkeyListRequest
type SystemusersApiSshkeyPostRequest ¶
type SystemusersApiSshkeyPostRequest struct { ApiService *SystemusersApiService // contains filtered or unexported fields }
func (SystemusersApiSshkeyPostRequest) Body ¶
func (r SystemusersApiSshkeyPostRequest) Body(body Sshkeypost) SystemusersApiSshkeyPostRequest
func (SystemusersApiSshkeyPostRequest) Execute ¶
func (r SystemusersApiSshkeyPostRequest) Execute() (*Sshkeylist, *http.Response, error)
func (SystemusersApiSshkeyPostRequest) XOrgId ¶
func (r SystemusersApiSshkeyPostRequest) XOrgId(xOrgId string) SystemusersApiSshkeyPostRequest
type SystemusersApiSystemusersDeleteRequest ¶
type SystemusersApiSystemusersDeleteRequest struct { ApiService *SystemusersApiService // contains filtered or unexported fields }
func (SystemusersApiSystemusersDeleteRequest) CascadeManager ¶
func (r SystemusersApiSystemusersDeleteRequest) CascadeManager(cascadeManager string) SystemusersApiSystemusersDeleteRequest
This is an optional flag that can be enabled on the DELETE call, DELETE /systemusers/{id}?cascade_manager=null. This parameter will clear the Manager attribute on all direct reports and then delete the account.
func (SystemusersApiSystemusersDeleteRequest) Execute ¶
func (r SystemusersApiSystemusersDeleteRequest) Execute() (*Systemuserreturn, *http.Response, error)
func (SystemusersApiSystemusersDeleteRequest) XOrgId ¶
func (r SystemusersApiSystemusersDeleteRequest) XOrgId(xOrgId string) SystemusersApiSystemusersDeleteRequest
type SystemusersApiSystemusersExpireRequest ¶
type SystemusersApiSystemusersExpireRequest struct { ApiService *SystemusersApiService // contains filtered or unexported fields }
func (SystemusersApiSystemusersExpireRequest) Execute ¶
func (r SystemusersApiSystemusersExpireRequest) Execute() (string, *http.Response, error)
func (SystemusersApiSystemusersExpireRequest) XOrgId ¶
func (r SystemusersApiSystemusersExpireRequest) XOrgId(xOrgId string) SystemusersApiSystemusersExpireRequest
type SystemusersApiSystemusersGetRequest ¶
type SystemusersApiSystemusersGetRequest struct { ApiService *SystemusersApiService // contains filtered or unexported fields }
func (SystemusersApiSystemusersGetRequest) Execute ¶
func (r SystemusersApiSystemusersGetRequest) Execute() (*Systemuserreturn, *http.Response, error)
func (SystemusersApiSystemusersGetRequest) Fields ¶
func (r SystemusersApiSystemusersGetRequest) Fields(fields string) SystemusersApiSystemusersGetRequest
Use a space seperated string of field parameters to include the data in the response. If omitted, the default list of fields will be returned.
func (SystemusersApiSystemusersGetRequest) Filter ¶
func (r SystemusersApiSystemusersGetRequest) Filter(filter string) SystemusersApiSystemusersGetRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (SystemusersApiSystemusersGetRequest) XOrgId ¶
func (r SystemusersApiSystemusersGetRequest) XOrgId(xOrgId string) SystemusersApiSystemusersGetRequest
type SystemusersApiSystemusersListRequest ¶
type SystemusersApiSystemusersListRequest struct { ApiService *SystemusersApiService // contains filtered or unexported fields }
func (SystemusersApiSystemusersListRequest) Execute ¶
func (r SystemusersApiSystemusersListRequest) Execute() (*Systemuserslist, *http.Response, error)
func (SystemusersApiSystemusersListRequest) Fields ¶
func (r SystemusersApiSystemusersListRequest) Fields(fields string) SystemusersApiSystemusersListRequest
The space separated fields included in the returned records. If omitted the default list of fields will be returned.
func (SystemusersApiSystemusersListRequest) Filter ¶
func (r SystemusersApiSystemusersListRequest) Filter(filter string) SystemusersApiSystemusersListRequest
A filter to apply to the query. See the supported operators below. For more complex searches, see the related `/search/<domain>` endpoints, e.g. `/search/systems`. **Filter structure**: `<field>:<operator>:<value>`. **field** = Populate with a valid field from an endpoint response. **operator** = Supported operators are: - `$eq` (equals) - `$ne` (does not equal) - `$gt` (is greater than) - `$gte` (is greater than or equal to) - `$lt` (is less than) - `$lte` (is less than or equal to) _Note: v1 operators differ from v2 operators._ _Note: For v1 operators, excluding the `$` will result in undefined behavior._ **value** = Populate with the value you want to search for. Is case sensitive. **Examples** - `GET /users?filter=username:$eq:testuser` - `GET /systemusers?filter=password_expiration_date:$lte:2021-10-24` - `GET /systemusers?filter=department:$ne:Accounting` - `GET /systems?filter[0]=firstname:$eq:foo&filter[1]=lastname:$eq:bar` - this will AND the filters together. - `GET /systems?filter[or][0]=lastname:$eq:foo&filter[or][1]=lastname:$eq:bar` - this will OR the filters together.
func (SystemusersApiSystemusersListRequest) Limit ¶
func (r SystemusersApiSystemusersListRequest) Limit(limit int32) SystemusersApiSystemusersListRequest
The number of records to return at once.
func (SystemusersApiSystemusersListRequest) Search ¶
func (r SystemusersApiSystemusersListRequest) Search(search string) SystemusersApiSystemusersListRequest
A nested object containing a `searchTerm` string or array of strings and a list of `fields` to search on.
func (SystemusersApiSystemusersListRequest) Skip ¶
func (r SystemusersApiSystemusersListRequest) Skip(skip int32) SystemusersApiSystemusersListRequest
The offset into the records to return.
func (SystemusersApiSystemusersListRequest) Sort ¶
func (r SystemusersApiSystemusersListRequest) Sort(sort string) SystemusersApiSystemusersListRequest
The space separated fields used to sort the collection. Default sort is ascending, prefix with `-` to sort descending.
func (SystemusersApiSystemusersListRequest) XOrgId ¶
func (r SystemusersApiSystemusersListRequest) XOrgId(xOrgId string) SystemusersApiSystemusersListRequest
type SystemusersApiSystemusersMfasyncRequest ¶
type SystemusersApiSystemusersMfasyncRequest struct { ApiService *SystemusersApiService // contains filtered or unexported fields }
type SystemusersApiSystemusersPostRequest ¶
type SystemusersApiSystemusersPostRequest struct { ApiService *SystemusersApiService // contains filtered or unexported fields }
func (SystemusersApiSystemusersPostRequest) Execute ¶
func (r SystemusersApiSystemusersPostRequest) Execute() (*Systemuserreturn, *http.Response, error)
func (SystemusersApiSystemusersPostRequest) FullValidationDetails ¶
func (r SystemusersApiSystemusersPostRequest) FullValidationDetails(fullValidationDetails string) SystemusersApiSystemusersPostRequest
Pass this query parameter when a client wants all validation errors to be returned with a detailed error response for the form field specified. The current form fields are allowed: * `password` #### Password validation flag Use the `password` validation flag to receive details on a possible bad request response ``` ?fullValidationDetails=password ``` Without the flag, default behavior will be a normal 400 with only a single validation string error #### Expected Behavior Clients can expect a list of validation error mappings for the validation query field in the details provided on the response: ``` { \"code\": 400, \"message\": \"Password validation fail\", \"status\": \"INVALID_ARGUMENT\", \"details\": [ { \"fieldViolationsList\": [ {\"field\": \"password\", \"description\": \"specialCharacter\"} ], '@type': 'type.googleapis.com/google.rpc.BadRequest', }, ], }, ```
func (SystemusersApiSystemusersPostRequest) XOrgId ¶
func (r SystemusersApiSystemusersPostRequest) XOrgId(xOrgId string) SystemusersApiSystemusersPostRequest
type SystemusersApiSystemusersPutRequest ¶
type SystemusersApiSystemusersPutRequest struct { ApiService *SystemusersApiService // contains filtered or unexported fields }
func (SystemusersApiSystemusersPutRequest) Body ¶
func (r SystemusersApiSystemusersPutRequest) Body(body Systemuserput) SystemusersApiSystemusersPutRequest
func (SystemusersApiSystemusersPutRequest) Execute ¶
func (r SystemusersApiSystemusersPutRequest) Execute() (*Systemuserreturn, *http.Response, error)
func (SystemusersApiSystemusersPutRequest) FullValidationDetails ¶
func (r SystemusersApiSystemusersPutRequest) FullValidationDetails(fullValidationDetails string) SystemusersApiSystemusersPutRequest
This endpoint can take in a query when a client wants all validation errors to be returned with error response for the form field specified, i.e. 'password' #### Password validation flag Use the \"password\" validation flag to receive details on a possible bad request response Without the `password` flag, default behavior will be a normal 400 with only a validation string message ``` ?fullValidationDetails=password ``` #### Expected Behavior Clients can expect a list of validation error mappings for the validation query field in the details provided on the response: ``` { \"code\": 400, \"message\": \"Password validation fail\", \"status\": \"INVALID_ARGUMENT\", \"details\": [ { \"fieldViolationsList\": [{ \"field\": \"password\", \"description\": \"passwordHistory\" }], '@type': 'type.googleapis.com/google.rpc.BadRequest', }, ], }, ```
func (SystemusersApiSystemusersPutRequest) XOrgId ¶
func (r SystemusersApiSystemusersPutRequest) XOrgId(xOrgId string) SystemusersApiSystemusersPutRequest
type SystemusersApiSystemusersResetmfaRequest ¶
type SystemusersApiSystemusersResetmfaRequest struct { ApiService *SystemusersApiService // contains filtered or unexported fields }
func (SystemusersApiSystemusersResetmfaRequest) Execute ¶
func (r SystemusersApiSystemusersResetmfaRequest) Execute() (string, *http.Response, error)
func (SystemusersApiSystemusersResetmfaRequest) XOrgId ¶
func (r SystemusersApiSystemusersResetmfaRequest) XOrgId(xOrgId string) SystemusersApiSystemusersResetmfaRequest
type SystemusersApiSystemusersStateActivateRequest ¶
type SystemusersApiSystemusersStateActivateRequest struct { ApiService *SystemusersApiService // contains filtered or unexported fields }
type SystemusersApiSystemusersUnlockRequest ¶
type SystemusersApiSystemusersUnlockRequest struct { ApiService *SystemusersApiService // contains filtered or unexported fields }
func (SystemusersApiSystemusersUnlockRequest) Execute ¶
func (r SystemusersApiSystemusersUnlockRequest) Execute() (string, *http.Response, error)
func (SystemusersApiSystemusersUnlockRequest) XOrgId ¶
func (r SystemusersApiSystemusersUnlockRequest) XOrgId(xOrgId string) SystemusersApiSystemusersUnlockRequest
type SystemusersResetmfaRequest ¶
type SystemusersResetmfaRequest struct { Exclusion *bool `json:"exclusion,omitempty"` ExclusionDays *float32 `json:"exclusionDays,omitempty"` ExclusionUntil *time.Time `json:"exclusionUntil,omitempty"` AdditionalProperties map[string]interface{} }
SystemusersResetmfaRequest struct for SystemusersResetmfaRequest
func NewSystemusersResetmfaRequest ¶
func NewSystemusersResetmfaRequest() *SystemusersResetmfaRequest
NewSystemusersResetmfaRequest instantiates a new SystemusersResetmfaRequest 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 NewSystemusersResetmfaRequestWithDefaults ¶
func NewSystemusersResetmfaRequestWithDefaults() *SystemusersResetmfaRequest
NewSystemusersResetmfaRequestWithDefaults instantiates a new SystemusersResetmfaRequest 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 (*SystemusersResetmfaRequest) GetExclusion ¶
func (o *SystemusersResetmfaRequest) GetExclusion() bool
GetExclusion returns the Exclusion field value if set, zero value otherwise.
func (*SystemusersResetmfaRequest) GetExclusionDays ¶
func (o *SystemusersResetmfaRequest) GetExclusionDays() float32
GetExclusionDays returns the ExclusionDays field value if set, zero value otherwise.
func (*SystemusersResetmfaRequest) GetExclusionDaysOk ¶
func (o *SystemusersResetmfaRequest) GetExclusionDaysOk() (*float32, bool)
GetExclusionDaysOk returns a tuple with the ExclusionDays field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemusersResetmfaRequest) GetExclusionOk ¶
func (o *SystemusersResetmfaRequest) GetExclusionOk() (*bool, bool)
GetExclusionOk returns a tuple with the Exclusion field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemusersResetmfaRequest) GetExclusionUntil ¶
func (o *SystemusersResetmfaRequest) GetExclusionUntil() time.Time
GetExclusionUntil returns the ExclusionUntil field value if set, zero value otherwise.
func (*SystemusersResetmfaRequest) GetExclusionUntilOk ¶
func (o *SystemusersResetmfaRequest) GetExclusionUntilOk() (*time.Time, bool)
GetExclusionUntilOk returns a tuple with the ExclusionUntil field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemusersResetmfaRequest) HasExclusion ¶
func (o *SystemusersResetmfaRequest) HasExclusion() bool
HasExclusion returns a boolean if a field has been set.
func (*SystemusersResetmfaRequest) HasExclusionDays ¶
func (o *SystemusersResetmfaRequest) HasExclusionDays() bool
HasExclusionDays returns a boolean if a field has been set.
func (*SystemusersResetmfaRequest) HasExclusionUntil ¶
func (o *SystemusersResetmfaRequest) HasExclusionUntil() bool
HasExclusionUntil returns a boolean if a field has been set.
func (SystemusersResetmfaRequest) MarshalJSON ¶
func (o SystemusersResetmfaRequest) MarshalJSON() ([]byte, error)
func (*SystemusersResetmfaRequest) SetExclusion ¶
func (o *SystemusersResetmfaRequest) SetExclusion(v bool)
SetExclusion gets a reference to the given bool and assigns it to the Exclusion field.
func (*SystemusersResetmfaRequest) SetExclusionDays ¶
func (o *SystemusersResetmfaRequest) SetExclusionDays(v float32)
SetExclusionDays gets a reference to the given float32 and assigns it to the ExclusionDays field.
func (*SystemusersResetmfaRequest) SetExclusionUntil ¶
func (o *SystemusersResetmfaRequest) SetExclusionUntil(v time.Time)
SetExclusionUntil gets a reference to the given time.Time and assigns it to the ExclusionUntil field.
func (SystemusersResetmfaRequest) ToMap ¶
func (o SystemusersResetmfaRequest) ToMap() (map[string]interface{}, error)
func (*SystemusersResetmfaRequest) UnmarshalJSON ¶
func (o *SystemusersResetmfaRequest) UnmarshalJSON(bytes []byte) (err error)
type SystemusersStateActivateRequest ¶
type SystemusersStateActivateRequest struct { Email map[string]interface{} `json:"email,omitempty"` AdditionalProperties map[string]interface{} }
SystemusersStateActivateRequest struct for SystemusersStateActivateRequest
func NewSystemusersStateActivateRequest ¶
func NewSystemusersStateActivateRequest() *SystemusersStateActivateRequest
NewSystemusersStateActivateRequest instantiates a new SystemusersStateActivateRequest 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 NewSystemusersStateActivateRequestWithDefaults ¶
func NewSystemusersStateActivateRequestWithDefaults() *SystemusersStateActivateRequest
NewSystemusersStateActivateRequestWithDefaults instantiates a new SystemusersStateActivateRequest 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 (*SystemusersStateActivateRequest) GetEmail ¶
func (o *SystemusersStateActivateRequest) GetEmail() map[string]interface{}
GetEmail returns the Email field value if set, zero value otherwise.
func (*SystemusersStateActivateRequest) GetEmailOk ¶
func (o *SystemusersStateActivateRequest) GetEmailOk() (map[string]interface{}, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*SystemusersStateActivateRequest) HasEmail ¶
func (o *SystemusersStateActivateRequest) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (SystemusersStateActivateRequest) MarshalJSON ¶
func (o SystemusersStateActivateRequest) MarshalJSON() ([]byte, error)
func (*SystemusersStateActivateRequest) SetEmail ¶
func (o *SystemusersStateActivateRequest) SetEmail(v map[string]interface{})
SetEmail gets a reference to the given map[string]interface{} and assigns it to the Email field.
func (SystemusersStateActivateRequest) ToMap ¶
func (o SystemusersStateActivateRequest) ToMap() (map[string]interface{}, error)
func (*SystemusersStateActivateRequest) UnmarshalJSON ¶
func (o *SystemusersStateActivateRequest) UnmarshalJSON(bytes []byte) (err error)
type Systemuserslist ¶
type Systemuserslist struct { // The list of system users. Results []Systemuserreturn `json:"results,omitempty"` // The total number of system users. TotalCount *int32 `json:"totalCount,omitempty"` AdditionalProperties map[string]interface{} }
Systemuserslist struct for Systemuserslist
func NewSystemuserslist ¶
func NewSystemuserslist() *Systemuserslist
NewSystemuserslist instantiates a new Systemuserslist 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 NewSystemuserslistWithDefaults ¶
func NewSystemuserslistWithDefaults() *Systemuserslist
NewSystemuserslistWithDefaults instantiates a new Systemuserslist 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 (*Systemuserslist) GetResults ¶
func (o *Systemuserslist) GetResults() []Systemuserreturn
GetResults returns the Results field value if set, zero value otherwise.
func (*Systemuserslist) GetResultsOk ¶
func (o *Systemuserslist) GetResultsOk() ([]Systemuserreturn, bool)
GetResultsOk returns a tuple with the Results field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserslist) GetTotalCount ¶
func (o *Systemuserslist) GetTotalCount() int32
GetTotalCount returns the TotalCount field value if set, zero value otherwise.
func (*Systemuserslist) GetTotalCountOk ¶
func (o *Systemuserslist) GetTotalCountOk() (*int32, bool)
GetTotalCountOk returns a tuple with the TotalCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Systemuserslist) HasResults ¶
func (o *Systemuserslist) HasResults() bool
HasResults returns a boolean if a field has been set.
func (*Systemuserslist) HasTotalCount ¶
func (o *Systemuserslist) HasTotalCount() bool
HasTotalCount returns a boolean if a field has been set.
func (Systemuserslist) MarshalJSON ¶
func (o Systemuserslist) MarshalJSON() ([]byte, error)
func (*Systemuserslist) SetResults ¶
func (o *Systemuserslist) SetResults(v []Systemuserreturn)
SetResults gets a reference to the given []Systemuserreturn and assigns it to the Results field.
func (*Systemuserslist) SetTotalCount ¶
func (o *Systemuserslist) SetTotalCount(v int32)
SetTotalCount gets a reference to the given int32 and assigns it to the TotalCount field.
func (Systemuserslist) ToMap ¶
func (o Systemuserslist) ToMap() (map[string]interface{}, error)
func (*Systemuserslist) UnmarshalJSON ¶
func (o *Systemuserslist) UnmarshalJSON(bytes []byte) (err error)
type Triggerreturn ¶
type Triggerreturn struct { Triggered []string `json:"triggered,omitempty"` AdditionalProperties map[string]interface{} }
Triggerreturn struct for Triggerreturn
func NewTriggerreturn ¶
func NewTriggerreturn() *Triggerreturn
NewTriggerreturn instantiates a new Triggerreturn 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 NewTriggerreturnWithDefaults ¶
func NewTriggerreturnWithDefaults() *Triggerreturn
NewTriggerreturnWithDefaults instantiates a new Triggerreturn 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 (*Triggerreturn) GetTriggered ¶
func (o *Triggerreturn) GetTriggered() []string
GetTriggered returns the Triggered field value if set, zero value otherwise.
func (*Triggerreturn) GetTriggeredOk ¶
func (o *Triggerreturn) GetTriggeredOk() ([]string, bool)
GetTriggeredOk returns a tuple with the Triggered field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Triggerreturn) HasTriggered ¶
func (o *Triggerreturn) HasTriggered() bool
HasTriggered returns a boolean if a field has been set.
func (Triggerreturn) MarshalJSON ¶
func (o Triggerreturn) MarshalJSON() ([]byte, error)
func (*Triggerreturn) SetTriggered ¶
func (o *Triggerreturn) SetTriggered(v []string)
SetTriggered gets a reference to the given []string and assigns it to the Triggered field.
func (Triggerreturn) ToMap ¶
func (o Triggerreturn) ToMap() (map[string]interface{}, error)
func (*Triggerreturn) UnmarshalJSON ¶
func (o *Triggerreturn) UnmarshalJSON(bytes []byte) (err error)
type TrustedappConfigGet ¶
type TrustedappConfigGet struct { // Checksum to validate the trustedApp configuration for the organization Checksum string `json:"checksum"` // List of authorized apps for the organization TrustedApps []TrustedappConfigGetTrustedAppsInner `json:"trustedApps"` AdditionalProperties map[string]interface{} }
TrustedappConfigGet Object containing information about the list of trusted applications for the organization
func NewTrustedappConfigGet ¶
func NewTrustedappConfigGet(checksum string, trustedApps []TrustedappConfigGetTrustedAppsInner) *TrustedappConfigGet
NewTrustedappConfigGet instantiates a new TrustedappConfigGet 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 NewTrustedappConfigGetWithDefaults ¶
func NewTrustedappConfigGetWithDefaults() *TrustedappConfigGet
NewTrustedappConfigGetWithDefaults instantiates a new TrustedappConfigGet 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 (*TrustedappConfigGet) GetChecksum ¶
func (o *TrustedappConfigGet) GetChecksum() string
GetChecksum returns the Checksum field value
func (*TrustedappConfigGet) GetChecksumOk ¶
func (o *TrustedappConfigGet) GetChecksumOk() (*string, bool)
GetChecksumOk returns a tuple with the Checksum field value and a boolean to check if the value has been set.
func (*TrustedappConfigGet) GetTrustedApps ¶
func (o *TrustedappConfigGet) GetTrustedApps() []TrustedappConfigGetTrustedAppsInner
GetTrustedApps returns the TrustedApps field value
func (*TrustedappConfigGet) GetTrustedAppsOk ¶
func (o *TrustedappConfigGet) GetTrustedAppsOk() ([]TrustedappConfigGetTrustedAppsInner, bool)
GetTrustedAppsOk returns a tuple with the TrustedApps field value and a boolean to check if the value has been set.
func (TrustedappConfigGet) MarshalJSON ¶
func (o TrustedappConfigGet) MarshalJSON() ([]byte, error)
func (*TrustedappConfigGet) SetChecksum ¶
func (o *TrustedappConfigGet) SetChecksum(v string)
SetChecksum sets field value
func (*TrustedappConfigGet) SetTrustedApps ¶
func (o *TrustedappConfigGet) SetTrustedApps(v []TrustedappConfigGetTrustedAppsInner)
SetTrustedApps sets field value
func (TrustedappConfigGet) ToMap ¶
func (o TrustedappConfigGet) ToMap() (map[string]interface{}, error)
func (*TrustedappConfigGet) UnmarshalJSON ¶
func (o *TrustedappConfigGet) UnmarshalJSON(bytes []byte) (err error)
type TrustedappConfigGetTrustedAppsInner ¶
type TrustedappConfigGetTrustedAppsInner struct { // Name of the trusted application Name string `json:"name"` // Absolute path for the app's location in user's device Path *string `json:"path,omitempty"` // App's Team ID Teamid *string `json:"teamid,omitempty"` AdditionalProperties map[string]interface{} }
TrustedappConfigGetTrustedAppsInner Represents an application that is going to be trusted by the organization
func NewTrustedappConfigGetTrustedAppsInner ¶
func NewTrustedappConfigGetTrustedAppsInner(name string) *TrustedappConfigGetTrustedAppsInner
NewTrustedappConfigGetTrustedAppsInner instantiates a new TrustedappConfigGetTrustedAppsInner 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 NewTrustedappConfigGetTrustedAppsInnerWithDefaults ¶
func NewTrustedappConfigGetTrustedAppsInnerWithDefaults() *TrustedappConfigGetTrustedAppsInner
NewTrustedappConfigGetTrustedAppsInnerWithDefaults instantiates a new TrustedappConfigGetTrustedAppsInner 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 (*TrustedappConfigGetTrustedAppsInner) GetName ¶
func (o *TrustedappConfigGetTrustedAppsInner) GetName() string
GetName returns the Name field value
func (*TrustedappConfigGetTrustedAppsInner) GetNameOk ¶
func (o *TrustedappConfigGetTrustedAppsInner) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field value and a boolean to check if the value has been set.
func (*TrustedappConfigGetTrustedAppsInner) GetPath ¶
func (o *TrustedappConfigGetTrustedAppsInner) GetPath() string
GetPath returns the Path field value if set, zero value otherwise.
func (*TrustedappConfigGetTrustedAppsInner) GetPathOk ¶
func (o *TrustedappConfigGetTrustedAppsInner) GetPathOk() (*string, bool)
GetPathOk returns a tuple with the Path field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustedappConfigGetTrustedAppsInner) GetTeamid ¶
func (o *TrustedappConfigGetTrustedAppsInner) GetTeamid() string
GetTeamid returns the Teamid field value if set, zero value otherwise.
func (*TrustedappConfigGetTrustedAppsInner) GetTeamidOk ¶
func (o *TrustedappConfigGetTrustedAppsInner) GetTeamidOk() (*string, bool)
GetTeamidOk returns a tuple with the Teamid field value if set, nil otherwise and a boolean to check if the value has been set.
func (*TrustedappConfigGetTrustedAppsInner) HasPath ¶
func (o *TrustedappConfigGetTrustedAppsInner) HasPath() bool
HasPath returns a boolean if a field has been set.
func (*TrustedappConfigGetTrustedAppsInner) HasTeamid ¶
func (o *TrustedappConfigGetTrustedAppsInner) HasTeamid() bool
HasTeamid returns a boolean if a field has been set.
func (TrustedappConfigGetTrustedAppsInner) MarshalJSON ¶
func (o TrustedappConfigGetTrustedAppsInner) MarshalJSON() ([]byte, error)
func (*TrustedappConfigGetTrustedAppsInner) SetName ¶
func (o *TrustedappConfigGetTrustedAppsInner) SetName(v string)
SetName sets field value
func (*TrustedappConfigGetTrustedAppsInner) SetPath ¶
func (o *TrustedappConfigGetTrustedAppsInner) SetPath(v string)
SetPath gets a reference to the given string and assigns it to the Path field.
func (*TrustedappConfigGetTrustedAppsInner) SetTeamid ¶
func (o *TrustedappConfigGetTrustedAppsInner) SetTeamid(v string)
SetTeamid gets a reference to the given string and assigns it to the Teamid field.
func (TrustedappConfigGetTrustedAppsInner) ToMap ¶
func (o TrustedappConfigGetTrustedAppsInner) ToMap() (map[string]interface{}, error)
func (*TrustedappConfigGetTrustedAppsInner) UnmarshalJSON ¶
func (o *TrustedappConfigGetTrustedAppsInner) UnmarshalJSON(bytes []byte) (err error)
type TrustedappConfigPut ¶
type TrustedappConfigPut struct { // List of authorized apps for the organization TrustedApps []TrustedappConfigGetTrustedAppsInner `json:"trustedApps"` AdditionalProperties map[string]interface{} }
TrustedappConfigPut Object containing information about the list of trusted applications for the organization
func NewTrustedappConfigPut ¶
func NewTrustedappConfigPut(trustedApps []TrustedappConfigGetTrustedAppsInner) *TrustedappConfigPut
NewTrustedappConfigPut instantiates a new TrustedappConfigPut 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 NewTrustedappConfigPutWithDefaults ¶
func NewTrustedappConfigPutWithDefaults() *TrustedappConfigPut
NewTrustedappConfigPutWithDefaults instantiates a new TrustedappConfigPut 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 (*TrustedappConfigPut) GetTrustedApps ¶
func (o *TrustedappConfigPut) GetTrustedApps() []TrustedappConfigGetTrustedAppsInner
GetTrustedApps returns the TrustedApps field value
func (*TrustedappConfigPut) GetTrustedAppsOk ¶
func (o *TrustedappConfigPut) GetTrustedAppsOk() ([]TrustedappConfigGetTrustedAppsInner, bool)
GetTrustedAppsOk returns a tuple with the TrustedApps field value and a boolean to check if the value has been set.
func (TrustedappConfigPut) MarshalJSON ¶
func (o TrustedappConfigPut) MarshalJSON() ([]byte, error)
func (*TrustedappConfigPut) SetTrustedApps ¶
func (o *TrustedappConfigPut) SetTrustedApps(v []TrustedappConfigGetTrustedAppsInner)
SetTrustedApps sets field value
func (TrustedappConfigPut) ToMap ¶
func (o TrustedappConfigPut) ToMap() (map[string]interface{}, error)
func (*TrustedappConfigPut) UnmarshalJSON ¶
func (o *TrustedappConfigPut) UnmarshalJSON(bytes []byte) (err error)
type Userput ¶
type Userput struct { Email *string `json:"email,omitempty"` EnableMultiFactor *bool `json:"enableMultiFactor,omitempty"` Firstname *string `json:"firstname,omitempty"` GrowthData map[string]interface{} `json:"growthData,omitempty"` LastWhatsNewChecked *string `json:"lastWhatsNewChecked,omitempty"` Lastname *string `json:"lastname,omitempty"` RoleName *string `json:"roleName,omitempty"` AdditionalProperties map[string]interface{} }
Userput struct for Userput
func NewUserput ¶
func NewUserput() *Userput
NewUserput instantiates a new Userput 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 NewUserputWithDefaults ¶
func NewUserputWithDefaults() *Userput
NewUserputWithDefaults instantiates a new Userput 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 (*Userput) GetEmailOk ¶
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userput) GetEnableMultiFactor ¶
GetEnableMultiFactor returns the EnableMultiFactor field value if set, zero value otherwise.
func (*Userput) GetEnableMultiFactorOk ¶
GetEnableMultiFactorOk returns a tuple with the EnableMultiFactor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userput) GetFirstname ¶
GetFirstname returns the Firstname field value if set, zero value otherwise.
func (*Userput) GetFirstnameOk ¶
GetFirstnameOk returns a tuple with the Firstname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userput) GetGrowthData ¶
GetGrowthData returns the GrowthData field value if set, zero value otherwise.
func (*Userput) GetGrowthDataOk ¶
GetGrowthDataOk returns a tuple with the GrowthData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userput) GetLastWhatsNewChecked ¶
GetLastWhatsNewChecked returns the LastWhatsNewChecked field value if set, zero value otherwise.
func (*Userput) GetLastWhatsNewCheckedOk ¶
GetLastWhatsNewCheckedOk returns a tuple with the LastWhatsNewChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userput) GetLastname ¶
GetLastname returns the Lastname field value if set, zero value otherwise.
func (*Userput) GetLastnameOk ¶
GetLastnameOk returns a tuple with the Lastname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userput) GetRoleName ¶
GetRoleName returns the RoleName field value if set, zero value otherwise.
func (*Userput) GetRoleNameOk ¶
GetRoleNameOk returns a tuple with the RoleName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userput) HasEnableMultiFactor ¶
HasEnableMultiFactor returns a boolean if a field has been set.
func (*Userput) HasFirstname ¶
HasFirstname returns a boolean if a field has been set.
func (*Userput) HasGrowthData ¶
HasGrowthData returns a boolean if a field has been set.
func (*Userput) HasLastWhatsNewChecked ¶
HasLastWhatsNewChecked returns a boolean if a field has been set.
func (*Userput) HasLastname ¶
HasLastname returns a boolean if a field has been set.
func (*Userput) HasRoleName ¶
HasRoleName returns a boolean if a field has been set.
func (Userput) MarshalJSON ¶
func (*Userput) SetEmail ¶
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*Userput) SetEnableMultiFactor ¶
SetEnableMultiFactor gets a reference to the given bool and assigns it to the EnableMultiFactor field.
func (*Userput) SetFirstname ¶
SetFirstname gets a reference to the given string and assigns it to the Firstname field.
func (*Userput) SetGrowthData ¶
SetGrowthData gets a reference to the given map[string]interface{} and assigns it to the GrowthData field.
func (*Userput) SetLastWhatsNewChecked ¶
SetLastWhatsNewChecked gets a reference to the given string and assigns it to the LastWhatsNewChecked field.
func (*Userput) SetLastname ¶
SetLastname gets a reference to the given string and assigns it to the Lastname field.
func (*Userput) SetRoleName ¶
SetRoleName gets a reference to the given string and assigns it to the RoleName field.
func (*Userput) UnmarshalJSON ¶
type Userreturn ¶
type Userreturn struct { Id *string `json:"_id,omitempty"` Created *time.Time `json:"created,omitempty"` DisableIntroduction *bool `json:"disableIntroduction,omitempty"` Email *string `json:"email,omitempty"` EnableMultiFactor *bool `json:"enableMultiFactor,omitempty"` Firstname *string `json:"firstname,omitempty"` GrowthData *UserreturnGrowthData `json:"growthData,omitempty"` LastWhatsNewChecked *time.Time `json:"lastWhatsNewChecked,omitempty"` Lastname *string `json:"lastname,omitempty"` Organization *string `json:"organization,omitempty"` Provider *string `json:"provider,omitempty"` Role *string `json:"role,omitempty"` RoleName *string `json:"roleName,omitempty"` SessionCount *int32 `json:"sessionCount,omitempty"` Suspended *bool `json:"suspended,omitempty"` TotpEnrolled *bool `json:"totpEnrolled,omitempty"` UsersTimeZone *string `json:"usersTimeZone,omitempty"` AdditionalProperties map[string]interface{} }
Userreturn struct for Userreturn
func NewUserreturn ¶
func NewUserreturn() *Userreturn
NewUserreturn instantiates a new Userreturn 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 NewUserreturnWithDefaults ¶
func NewUserreturnWithDefaults() *Userreturn
NewUserreturnWithDefaults instantiates a new Userreturn 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 (*Userreturn) GetCreated ¶
func (o *Userreturn) GetCreated() time.Time
GetCreated returns the Created field value if set, zero value otherwise.
func (*Userreturn) GetCreatedOk ¶
func (o *Userreturn) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetDisableIntroduction ¶
func (o *Userreturn) GetDisableIntroduction() bool
GetDisableIntroduction returns the DisableIntroduction field value if set, zero value otherwise.
func (*Userreturn) GetDisableIntroductionOk ¶
func (o *Userreturn) GetDisableIntroductionOk() (*bool, bool)
GetDisableIntroductionOk returns a tuple with the DisableIntroduction field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetEmail ¶
func (o *Userreturn) GetEmail() string
GetEmail returns the Email field value if set, zero value otherwise.
func (*Userreturn) GetEmailOk ¶
func (o *Userreturn) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetEnableMultiFactor ¶
func (o *Userreturn) GetEnableMultiFactor() bool
GetEnableMultiFactor returns the EnableMultiFactor field value if set, zero value otherwise.
func (*Userreturn) GetEnableMultiFactorOk ¶
func (o *Userreturn) GetEnableMultiFactorOk() (*bool, bool)
GetEnableMultiFactorOk returns a tuple with the EnableMultiFactor field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetFirstname ¶
func (o *Userreturn) GetFirstname() string
GetFirstname returns the Firstname field value if set, zero value otherwise.
func (*Userreturn) GetFirstnameOk ¶
func (o *Userreturn) GetFirstnameOk() (*string, bool)
GetFirstnameOk returns a tuple with the Firstname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetGrowthData ¶
func (o *Userreturn) GetGrowthData() UserreturnGrowthData
GetGrowthData returns the GrowthData field value if set, zero value otherwise.
func (*Userreturn) GetGrowthDataOk ¶
func (o *Userreturn) GetGrowthDataOk() (*UserreturnGrowthData, bool)
GetGrowthDataOk returns a tuple with the GrowthData field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetId ¶
func (o *Userreturn) GetId() string
GetId returns the Id field value if set, zero value otherwise.
func (*Userreturn) GetIdOk ¶
func (o *Userreturn) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetLastWhatsNewChecked ¶
func (o *Userreturn) GetLastWhatsNewChecked() time.Time
GetLastWhatsNewChecked returns the LastWhatsNewChecked field value if set, zero value otherwise.
func (*Userreturn) GetLastWhatsNewCheckedOk ¶
func (o *Userreturn) GetLastWhatsNewCheckedOk() (*time.Time, bool)
GetLastWhatsNewCheckedOk returns a tuple with the LastWhatsNewChecked field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetLastname ¶
func (o *Userreturn) GetLastname() string
GetLastname returns the Lastname field value if set, zero value otherwise.
func (*Userreturn) GetLastnameOk ¶
func (o *Userreturn) GetLastnameOk() (*string, bool)
GetLastnameOk returns a tuple with the Lastname field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetOrganization ¶
func (o *Userreturn) GetOrganization() string
GetOrganization returns the Organization field value if set, zero value otherwise.
func (*Userreturn) GetOrganizationOk ¶
func (o *Userreturn) GetOrganizationOk() (*string, bool)
GetOrganizationOk returns a tuple with the Organization field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetProvider ¶
func (o *Userreturn) GetProvider() string
GetProvider returns the Provider field value if set, zero value otherwise.
func (*Userreturn) GetProviderOk ¶
func (o *Userreturn) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetRole ¶
func (o *Userreturn) GetRole() string
GetRole returns the Role field value if set, zero value otherwise.
func (*Userreturn) GetRoleName ¶
func (o *Userreturn) GetRoleName() string
GetRoleName returns the RoleName field value if set, zero value otherwise.
func (*Userreturn) GetRoleNameOk ¶
func (o *Userreturn) GetRoleNameOk() (*string, bool)
GetRoleNameOk returns a tuple with the RoleName field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetRoleOk ¶
func (o *Userreturn) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetSessionCount ¶
func (o *Userreturn) GetSessionCount() int32
GetSessionCount returns the SessionCount field value if set, zero value otherwise.
func (*Userreturn) GetSessionCountOk ¶
func (o *Userreturn) GetSessionCountOk() (*int32, bool)
GetSessionCountOk returns a tuple with the SessionCount field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetSuspended ¶
func (o *Userreturn) GetSuspended() bool
GetSuspended returns the Suspended field value if set, zero value otherwise.
func (*Userreturn) GetSuspendedOk ¶
func (o *Userreturn) GetSuspendedOk() (*bool, bool)
GetSuspendedOk returns a tuple with the Suspended field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetTotpEnrolled ¶
func (o *Userreturn) GetTotpEnrolled() bool
GetTotpEnrolled returns the TotpEnrolled field value if set, zero value otherwise.
func (*Userreturn) GetTotpEnrolledOk ¶
func (o *Userreturn) GetTotpEnrolledOk() (*bool, bool)
GetTotpEnrolledOk returns a tuple with the TotpEnrolled field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) GetUsersTimeZone ¶
func (o *Userreturn) GetUsersTimeZone() string
GetUsersTimeZone returns the UsersTimeZone field value if set, zero value otherwise.
func (*Userreturn) GetUsersTimeZoneOk ¶
func (o *Userreturn) GetUsersTimeZoneOk() (*string, bool)
GetUsersTimeZoneOk returns a tuple with the UsersTimeZone field value if set, nil otherwise and a boolean to check if the value has been set.
func (*Userreturn) HasCreated ¶
func (o *Userreturn) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (*Userreturn) HasDisableIntroduction ¶
func (o *Userreturn) HasDisableIntroduction() bool
HasDisableIntroduction returns a boolean if a field has been set.
func (*Userreturn) HasEmail ¶
func (o *Userreturn) HasEmail() bool
HasEmail returns a boolean if a field has been set.
func (*Userreturn) HasEnableMultiFactor ¶
func (o *Userreturn) HasEnableMultiFactor() bool
HasEnableMultiFactor returns a boolean if a field has been set.
func (*Userreturn) HasFirstname ¶
func (o *Userreturn) HasFirstname() bool
HasFirstname returns a boolean if a field has been set.
func (*Userreturn) HasGrowthData ¶
func (o *Userreturn) HasGrowthData() bool
HasGrowthData returns a boolean if a field has been set.
func (*Userreturn) HasId ¶
func (o *Userreturn) HasId() bool
HasId returns a boolean if a field has been set.
func (*Userreturn) HasLastWhatsNewChecked ¶
func (o *Userreturn) HasLastWhatsNewChecked() bool
HasLastWhatsNewChecked returns a boolean if a field has been set.
func (*Userreturn) HasLastname ¶
func (o *Userreturn) HasLastname() bool
HasLastname returns a boolean if a field has been set.
func (*Userreturn) HasOrganization ¶
func (o *Userreturn) HasOrganization() bool
HasOrganization returns a boolean if a field has been set.
func (*Userreturn) HasProvider ¶
func (o *Userreturn) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (*Userreturn) HasRole ¶
func (o *Userreturn) HasRole() bool
HasRole returns a boolean if a field has been set.
func (*Userreturn) HasRoleName ¶
func (o *Userreturn) HasRoleName() bool
HasRoleName returns a boolean if a field has been set.
func (*Userreturn) HasSessionCount ¶
func (o *Userreturn) HasSessionCount() bool
HasSessionCount returns a boolean if a field has been set.
func (*Userreturn) HasSuspended ¶
func (o *Userreturn) HasSuspended() bool
HasSuspended returns a boolean if a field has been set.
func (*Userreturn) HasTotpEnrolled ¶
func (o *Userreturn) HasTotpEnrolled() bool
HasTotpEnrolled returns a boolean if a field has been set.
func (*Userreturn) HasUsersTimeZone ¶
func (o *Userreturn) HasUsersTimeZone() bool
HasUsersTimeZone returns a boolean if a field has been set.
func (Userreturn) MarshalJSON ¶
func (o Userreturn) MarshalJSON() ([]byte, error)
func (*Userreturn) SetCreated ¶
func (o *Userreturn) SetCreated(v time.Time)
SetCreated gets a reference to the given time.Time and assigns it to the Created field.
func (*Userreturn) SetDisableIntroduction ¶
func (o *Userreturn) SetDisableIntroduction(v bool)
SetDisableIntroduction gets a reference to the given bool and assigns it to the DisableIntroduction field.
func (*Userreturn) SetEmail ¶
func (o *Userreturn) SetEmail(v string)
SetEmail gets a reference to the given string and assigns it to the Email field.
func (*Userreturn) SetEnableMultiFactor ¶
func (o *Userreturn) SetEnableMultiFactor(v bool)
SetEnableMultiFactor gets a reference to the given bool and assigns it to the EnableMultiFactor field.
func (*Userreturn) SetFirstname ¶
func (o *Userreturn) SetFirstname(v string)
SetFirstname gets a reference to the given string and assigns it to the Firstname field.
func (*Userreturn) SetGrowthData ¶
func (o *Userreturn) SetGrowthData(v UserreturnGrowthData)
SetGrowthData gets a reference to the given UserreturnGrowthData and assigns it to the GrowthData field.
func (*Userreturn) SetId ¶
func (o *Userreturn) SetId(v string)
SetId gets a reference to the given string and assigns it to the Id field.
func (*Userreturn) SetLastWhatsNewChecked ¶
func (o *Userreturn) SetLastWhatsNewChecked(v time.Time)
SetLastWhatsNewChecked gets a reference to the given time.Time and assigns it to the LastWhatsNewChecked field.
func (*Userreturn) SetLastname ¶
func (o *Userreturn) SetLastname(v string)
SetLastname gets a reference to the given string and assigns it to the Lastname field.
func (*Userreturn) SetOrganization ¶
func (o *Userreturn) SetOrganization(v string)
SetOrganization gets a reference to the given string and assigns it to the Organization field.
func (*Userreturn) SetProvider ¶
func (o *Userreturn) SetProvider(v string)
SetProvider gets a reference to the given string and assigns it to the Provider field.
func (*Userreturn) SetRole ¶
func (o *Userreturn) SetRole(v string)
SetRole gets a reference to the given string and assigns it to the Role field.
func (*Userreturn) SetRoleName ¶
func (o *Userreturn) SetRoleName(v string)
SetRoleName gets a reference to the given string and assigns it to the RoleName field.
func (*Userreturn) SetSessionCount ¶
func (o *Userreturn) SetSessionCount(v int32)
SetSessionCount gets a reference to the given int32 and assigns it to the SessionCount field.
func (*Userreturn) SetSuspended ¶
func (o *Userreturn) SetSuspended(v bool)
SetSuspended gets a reference to the given bool and assigns it to the Suspended field.
func (*Userreturn) SetTotpEnrolled ¶
func (o *Userreturn) SetTotpEnrolled(v bool)
SetTotpEnrolled gets a reference to the given bool and assigns it to the TotpEnrolled field.
func (*Userreturn) SetUsersTimeZone ¶
func (o *Userreturn) SetUsersTimeZone(v string)
SetUsersTimeZone gets a reference to the given string and assigns it to the UsersTimeZone field.
func (Userreturn) ToMap ¶
func (o Userreturn) ToMap() (map[string]interface{}, error)
func (*Userreturn) UnmarshalJSON ¶
func (o *Userreturn) UnmarshalJSON(bytes []byte) (err error)
type UserreturnGrowthData ¶
type UserreturnGrowthData struct { ExperimentStates map[string]interface{} `json:"experimentStates,omitempty"` OnboardingState map[string]interface{} `json:"onboardingState,omitempty"` AdditionalProperties map[string]interface{} }
UserreturnGrowthData struct for UserreturnGrowthData
func NewUserreturnGrowthData ¶
func NewUserreturnGrowthData() *UserreturnGrowthData
NewUserreturnGrowthData instantiates a new UserreturnGrowthData 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 NewUserreturnGrowthDataWithDefaults ¶
func NewUserreturnGrowthDataWithDefaults() *UserreturnGrowthData
NewUserreturnGrowthDataWithDefaults instantiates a new UserreturnGrowthData 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 (*UserreturnGrowthData) GetExperimentStates ¶
func (o *UserreturnGrowthData) GetExperimentStates() map[string]interface{}
GetExperimentStates returns the ExperimentStates field value if set, zero value otherwise.
func (*UserreturnGrowthData) GetExperimentStatesOk ¶
func (o *UserreturnGrowthData) GetExperimentStatesOk() (map[string]interface{}, bool)
GetExperimentStatesOk returns a tuple with the ExperimentStates field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserreturnGrowthData) GetOnboardingState ¶
func (o *UserreturnGrowthData) GetOnboardingState() map[string]interface{}
GetOnboardingState returns the OnboardingState field value if set, zero value otherwise.
func (*UserreturnGrowthData) GetOnboardingStateOk ¶
func (o *UserreturnGrowthData) GetOnboardingStateOk() (map[string]interface{}, bool)
GetOnboardingStateOk returns a tuple with the OnboardingState field value if set, nil otherwise and a boolean to check if the value has been set.
func (*UserreturnGrowthData) HasExperimentStates ¶
func (o *UserreturnGrowthData) HasExperimentStates() bool
HasExperimentStates returns a boolean if a field has been set.
func (*UserreturnGrowthData) HasOnboardingState ¶
func (o *UserreturnGrowthData) HasOnboardingState() bool
HasOnboardingState returns a boolean if a field has been set.
func (UserreturnGrowthData) MarshalJSON ¶
func (o UserreturnGrowthData) MarshalJSON() ([]byte, error)
func (*UserreturnGrowthData) SetExperimentStates ¶
func (o *UserreturnGrowthData) SetExperimentStates(v map[string]interface{})
SetExperimentStates gets a reference to the given map[string]interface{} and assigns it to the ExperimentStates field.
func (*UserreturnGrowthData) SetOnboardingState ¶
func (o *UserreturnGrowthData) SetOnboardingState(v map[string]interface{})
SetOnboardingState gets a reference to the given map[string]interface{} and assigns it to the OnboardingState field.
func (UserreturnGrowthData) ToMap ¶
func (o UserreturnGrowthData) ToMap() (map[string]interface{}, error)
func (*UserreturnGrowthData) UnmarshalJSON ¶
func (o *UserreturnGrowthData) UnmarshalJSON(bytes []byte) (err error)
type UsersApiAdminTotpresetBeginRequest ¶
type UsersApiAdminTotpresetBeginRequest struct { ApiService *UsersApiService // contains filtered or unexported fields }
type UsersApiService ¶
type UsersApiService service
UsersApiService UsersApi service
func (*UsersApiService) AdminTotpresetBegin ¶
func (a *UsersApiService) AdminTotpresetBegin(ctx context.Context, id string) UsersApiAdminTotpresetBeginRequest
AdminTotpresetBegin Administrator TOTP Reset Initiation
This endpoint initiates a TOTP reset for an admin. This request does not accept a body.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return UsersApiAdminTotpresetBeginRequest
func (*UsersApiService) AdminTotpresetBeginExecute ¶
func (a *UsersApiService) AdminTotpresetBeginExecute(r UsersApiAdminTotpresetBeginRequest) (*http.Response, error)
Execute executes the request
func (*UsersApiService) UsersPut ¶
func (a *UsersApiService) UsersPut(ctx context.Context, id string) UsersApiUsersPutRequest
UsersPut Update a user
This endpoint allows you to update a user.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return UsersApiUsersPutRequest
func (*UsersApiService) UsersPutExecute ¶
func (a *UsersApiService) UsersPutExecute(r UsersApiUsersPutRequest) (*Userreturn, *http.Response, error)
Execute executes the request
@return Userreturn
func (*UsersApiService) UsersReactivateGet ¶
func (a *UsersApiService) UsersReactivateGet(ctx context.Context, id string) UsersApiUsersReactivateGetRequest
UsersReactivateGet Administrator Password Reset Initiation
This endpoint triggers the sending of a reactivation e-mail to an administrator.
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background(). @param id @return UsersApiUsersReactivateGetRequest
func (*UsersApiService) UsersReactivateGetExecute ¶
func (a *UsersApiService) UsersReactivateGetExecute(r UsersApiUsersReactivateGetRequest) (*http.Response, error)
Execute executes the request
type UsersApiUsersPutRequest ¶
type UsersApiUsersPutRequest struct { ApiService *UsersApiService // contains filtered or unexported fields }
func (UsersApiUsersPutRequest) Body ¶
func (r UsersApiUsersPutRequest) Body(body Userput) UsersApiUsersPutRequest
func (UsersApiUsersPutRequest) Execute ¶
func (r UsersApiUsersPutRequest) Execute() (*Userreturn, *http.Response, error)
func (UsersApiUsersPutRequest) XOrgId ¶
func (r UsersApiUsersPutRequest) XOrgId(xOrgId string) UsersApiUsersPutRequest
type UsersApiUsersReactivateGetRequest ¶
type UsersApiUsersReactivateGetRequest struct { ApiService *UsersApiService // contains filtered or unexported fields }
Source Files
¶
- api_application_templates.go
- api_applications.go
- api_command_results.go
- api_command_triggers.go
- api_commands.go
- api_managed_service_provider.go
- api_organizations.go
- api_radius_servers.go
- api_search.go
- api_systems.go
- api_systemusers.go
- api_users.go
- client.go
- configuration.go
- model_application.go
- model_application_config.go
- model_application_config_acs_url.go
- model_application_config_acs_url_tooltip.go
- model_application_config_acs_url_tooltip_variables.go
- model_application_config_constant_attributes.go
- model_application_config_constant_attributes_value_inner.go
- model_application_config_database_attributes.go
- model_application_logo.go
- model_applicationslist.go
- model_applicationtemplate.go
- model_applicationtemplate_jit.go
- model_applicationtemplate_logo.go
- model_applicationtemplate_oidc.go
- model_applicationtemplate_provision.go
- model_applicationtemplateslist.go
- model_command.go
- model_commandfilereturn.go
- model_commandfilereturn_results_inner.go
- model_commandresult.go
- model_commandresult_response.go
- model_commandresult_response_data.go
- model_commandresultslist.go
- model_commandresultslist_results_inner.go
- model_commandslist.go
- model_commandslist_results_inner.go
- model_error.go
- model_error_details.go
- model_error_details_all_of.go
- model_fde.go
- model_mfa.go
- model_mfa_enrollment.go
- model_mfa_enrollment_status.go
- model_organization.go
- model_organization_put_request.go
- model_organizationentitlement.go
- model_organizationentitlement_entitlement_products_inner.go
- model_organizationsettings.go
- model_organizationsettings_features.go
- model_organizationsettings_features_directory_insights.go
- model_organizationsettings_features_directory_insights_premium.go
- model_organizationsettings_features_system_insights.go
- model_organizationsettings_new_system_user_state_defaults.go
- model_organizationsettings_password_policy.go
- model_organizationsettings_user_portal.go
- model_organizationsettings_windows_mdm.go
- model_organizationsettingsput.go
- model_organizationsettingsput_new_system_user_state_defaults.go
- model_organizationsettingsput_password_policy.go
- model_organizationslist.go
- model_organizationslist_results_inner.go
- model_radius_servers_put_request.go
- model_radiusserver.go
- model_radiusserverpost.go
- model_radiusserverput.go
- model_radiusserverslist.go
- model_search.go
- model_sshkeylist.go
- model_sshkeypost.go
- model_sso.go
- model_system.go
- model_system_built_in_commands_inner.go
- model_system_domain_info.go
- model_system_mdm.go
- model_system_mdm_internal.go
- model_system_network_interfaces_inner.go
- model_system_os_version_detail.go
- model_system_provision_metadata.go
- model_system_provision_metadata_provisioner.go
- model_system_service_account_state.go
- model_system_sshd_params_inner.go
- model_system_system_insights.go
- model_system_user_metrics_inner.go
- model_systemput.go
- model_systemput_agent_bound_messages_inner.go
- model_systemslist.go
- model_systemuserput.go
- model_systemuserput_addresses_inner.go
- model_systemuserput_attributes_inner.go
- model_systemuserput_phone_numbers_inner.go
- model_systemuserput_relationships_inner.go
- model_systemuserputpost.go
- model_systemuserputpost_addresses_inner.go
- model_systemuserputpost_phone_numbers_inner.go
- model_systemuserputpost_recovery_email.go
- model_systemuserreturn.go
- model_systemuserreturn_addresses_inner.go
- model_systemuserreturn_phone_numbers_inner.go
- model_systemuserreturn_recovery_email.go
- model_systemusers_resetmfa_request.go
- model_systemusers_state_activate_request.go
- model_systemuserslist.go
- model_triggerreturn.go
- model_trustedapp_config_get.go
- model_trustedapp_config_get_trusted_apps_inner.go
- model_trustedapp_config_put.go
- model_userput.go
- model_userreturn.go
- model_userreturn_growth_data.go
- response.go
- utils.go