Versions in this module Expand all Collapse all v0 v0.0.7 Oct 3, 2023 v0.0.6 Sep 26, 2023 v0.0.5 Sep 1, 2023 v0.0.4 May 15, 2023 v0.0.3 May 6, 2023 Changes in this version + var AllowedMfaEnrollmentStatusEnumValues = []MfaEnrollmentStatus + var ContextAPIKeys = contextKey("apiKeys") + var ContextOperationServerIndices = contextKey("serverOperationIndices") + var ContextOperationServerVariables = contextKey("serverOperationVariables") + var ContextServerIndex = contextKey("serverIndex") + var ContextServerVariables = contextKey("serverVariables") + 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 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 + func NewAPIClient(cfg *Configuration) *APIClient + func (c *APIClient) GetConfig() *Configuration + type APIKey struct + Key string + Prefix string + type APIResponse struct + Message string + Method string + Operation string + Payload []byte + RequestURL string + func NewAPIResponse(r *http.Response) *APIResponse + func NewAPIResponseWithError(errorMessage string) *APIResponse + type Application struct + Active *bool + AdditionalProperties map[string]interface{} + Beta *bool + Color *string + Config ApplicationConfig + Created *string + DatabaseAttributes []map[string]interface{} + Description *string + DisplayLabel *string + DisplayName *string + Id *string + LearnMore *string + Logo *ApplicationLogo + Name string + Organization *string + Sso *Sso + SsoUrl string + func NewApplication(config ApplicationConfig, name string, ssoUrl string) *Application + func NewApplicationWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Application) MarshalJSON() ([]byte, error) + func (o Application) ToMap() (map[string]interface{}, error) + type ApplicationConfig struct + AcsUrl *ApplicationConfigAcsUrl + AdditionalProperties map[string]interface{} + ConstantAttributes *ApplicationConfigConstantAttributes + DatabaseAttributes *ApplicationConfigDatabaseAttributes + IdpCertificate *ApplicationConfigAcsUrl + IdpEntityId *ApplicationConfigAcsUrl + IdpPrivateKey *ApplicationConfigAcsUrl + SpEntityId *ApplicationConfigAcsUrl + func NewApplicationConfig() *ApplicationConfig + func NewApplicationConfigWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o ApplicationConfig) MarshalJSON() ([]byte, error) + func (o ApplicationConfig) ToMap() (map[string]interface{}, error) + type ApplicationConfigAcsUrl struct + AdditionalProperties map[string]interface{} + Label *string + Options *string + Position *int32 + ReadOnly *bool + Required *bool + Toggle *string + Tooltip *ApplicationConfigAcsUrlTooltip + Type *string + Value *string + Visible *bool + func NewApplicationConfigAcsUrl() *ApplicationConfigAcsUrl + func NewApplicationConfigAcsUrlWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o ApplicationConfigAcsUrl) MarshalJSON() ([]byte, error) + func (o ApplicationConfigAcsUrl) ToMap() (map[string]interface{}, error) + type ApplicationConfigAcsUrlTooltip struct + AdditionalProperties map[string]interface{} + Template *string + Variables *ApplicationConfigAcsUrlTooltipVariables + func NewApplicationConfigAcsUrlTooltip() *ApplicationConfigAcsUrlTooltip + func NewApplicationConfigAcsUrlTooltipWithDefaults() *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) SetTemplate(v string) + func (o *ApplicationConfigAcsUrlTooltip) SetVariables(v ApplicationConfigAcsUrlTooltipVariables) + func (o *ApplicationConfigAcsUrlTooltip) UnmarshalJSON(bytes []byte) (err error) + func (o ApplicationConfigAcsUrlTooltip) MarshalJSON() ([]byte, error) + func (o ApplicationConfigAcsUrlTooltip) ToMap() (map[string]interface{}, error) + type ApplicationConfigAcsUrlTooltipVariables struct + AdditionalProperties map[string]interface{} + Icon *string + Message *string + func NewApplicationConfigAcsUrlTooltipVariables() *ApplicationConfigAcsUrlTooltipVariables + func NewApplicationConfigAcsUrlTooltipVariablesWithDefaults() *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) SetIcon(v string) + func (o *ApplicationConfigAcsUrlTooltipVariables) SetMessage(v string) + func (o *ApplicationConfigAcsUrlTooltipVariables) UnmarshalJSON(bytes []byte) (err error) + func (o ApplicationConfigAcsUrlTooltipVariables) MarshalJSON() ([]byte, error) + func (o ApplicationConfigAcsUrlTooltipVariables) ToMap() (map[string]interface{}, error) + type ApplicationConfigConstantAttributes struct + AdditionalProperties map[string]interface{} + Label *string + Mutable *bool + Position *int32 + ReadOnly *bool + Required *bool + Tooltip *ApplicationConfigAcsUrlTooltip + Type *string + Value []ApplicationConfigConstantAttributesValueInner + Visible *bool + func NewApplicationConfigConstantAttributes() *ApplicationConfigConstantAttributes + func NewApplicationConfigConstantAttributesWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o ApplicationConfigConstantAttributes) MarshalJSON() ([]byte, error) + func (o ApplicationConfigConstantAttributes) ToMap() (map[string]interface{}, error) + type ApplicationConfigConstantAttributesValueInner struct + AdditionalProperties map[string]interface{} + Name *string + ReadOnly *bool + Required *bool + Value *string + Visible *bool + func NewApplicationConfigConstantAttributesValueInner() *ApplicationConfigConstantAttributesValueInner + func NewApplicationConfigConstantAttributesValueInnerWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o ApplicationConfigConstantAttributesValueInner) MarshalJSON() ([]byte, error) + func (o ApplicationConfigConstantAttributesValueInner) ToMap() (map[string]interface{}, error) + type ApplicationConfigDatabaseAttributes struct + AdditionalProperties map[string]interface{} + Position *int32 + func NewApplicationConfigDatabaseAttributes() *ApplicationConfigDatabaseAttributes + func NewApplicationConfigDatabaseAttributesWithDefaults() *ApplicationConfigDatabaseAttributes + func (o *ApplicationConfigDatabaseAttributes) GetPosition() int32 + func (o *ApplicationConfigDatabaseAttributes) GetPositionOk() (*int32, bool) + func (o *ApplicationConfigDatabaseAttributes) HasPosition() bool + func (o *ApplicationConfigDatabaseAttributes) SetPosition(v int32) + func (o *ApplicationConfigDatabaseAttributes) UnmarshalJSON(bytes []byte) (err error) + func (o ApplicationConfigDatabaseAttributes) MarshalJSON() ([]byte, error) + func (o ApplicationConfigDatabaseAttributes) ToMap() (map[string]interface{}, error) + type ApplicationLogo struct + AdditionalProperties map[string]interface{} + Color *string + Url *string + func NewApplicationLogo() *ApplicationLogo + func NewApplicationLogoWithDefaults() *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) SetColor(v string) + func (o *ApplicationLogo) SetUrl(v string) + func (o *ApplicationLogo) UnmarshalJSON(bytes []byte) (err error) + func (o ApplicationLogo) MarshalJSON() ([]byte, error) + func (o ApplicationLogo) ToMap() (map[string]interface{}, error) + type ApplicationTemplatesApiApplicationTemplatesGetRequest struct + ApiService *ApplicationTemplatesApiService + 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 struct + ApiService *ApplicationTemplatesApiService + 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 service + 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 struct + ApiService *ApplicationsApiService + func (r ApplicationsApiApplicationsDeleteRequest) Execute() (*Application, *http.Response, error) + func (r ApplicationsApiApplicationsDeleteRequest) XOrgId(xOrgId string) ApplicationsApiApplicationsDeleteRequest + type ApplicationsApiApplicationsGetRequest struct + ApiService *ApplicationsApiService + func (r ApplicationsApiApplicationsGetRequest) Execute() (*Application, *http.Response, error) + func (r ApplicationsApiApplicationsGetRequest) XOrgId(xOrgId string) ApplicationsApiApplicationsGetRequest + type ApplicationsApiApplicationsListRequest struct + ApiService *ApplicationsApiService + 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 struct + ApiService *ApplicationsApiService + func (r ApplicationsApiApplicationsPostRequest) Body(body Application) ApplicationsApiApplicationsPostRequest + func (r ApplicationsApiApplicationsPostRequest) Execute() (*Application, *http.Response, error) + func (r ApplicationsApiApplicationsPostRequest) XOrgId(xOrgId string) ApplicationsApiApplicationsPostRequest + type ApplicationsApiApplicationsPutRequest struct + ApiService *ApplicationsApiService + func (r ApplicationsApiApplicationsPutRequest) Body(body Application) ApplicationsApiApplicationsPutRequest + func (r ApplicationsApiApplicationsPutRequest) Execute() (*Application, *http.Response, error) + func (r ApplicationsApiApplicationsPutRequest) XOrgId(xOrgId string) ApplicationsApiApplicationsPutRequest + type ApplicationsApiService service + 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 struct + AdditionalProperties map[string]interface{} + Name *string + Results []Application + TotalCount *int32 + func NewApplicationslist() *Applicationslist + func NewApplicationslistWithDefaults() *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) SetName(v string) + func (o *Applicationslist) SetResults(v []Application) + func (o *Applicationslist) SetTotalCount(v int32) + func (o *Applicationslist) UnmarshalJSON(bytes []byte) (err error) + func (o Applicationslist) MarshalJSON() ([]byte, error) + func (o Applicationslist) ToMap() (map[string]interface{}, error) + type Applicationtemplate struct + Active *bool + AdditionalProperties map[string]interface{} + Beta *bool + Color *string + Config *ApplicationConfig + DisplayLabel *string + DisplayName *string + Id *string + IsConfigured *bool + Jit *ApplicationtemplateJit + Keywords []string + LearnMore *string + Logo *ApplicationtemplateLogo + Name *string + Oidc *ApplicationtemplateOidc + Provision *ApplicationtemplateProvision + Sso *Sso + SsoUrl *string + Status *string + Test *string + func NewApplicationtemplate() *Applicationtemplate + func NewApplicationtemplateWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Applicationtemplate) MarshalJSON() ([]byte, error) + func (o Applicationtemplate) ToMap() (map[string]interface{}, error) + type ApplicationtemplateJit struct + AdditionalProperties map[string]interface{} + Attributes map[string]interface{} + CreateOnly *bool + func NewApplicationtemplateJit() *ApplicationtemplateJit + func NewApplicationtemplateJitWithDefaults() *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) SetAttributes(v map[string]interface{}) + func (o *ApplicationtemplateJit) SetCreateOnly(v bool) + func (o *ApplicationtemplateJit) UnmarshalJSON(bytes []byte) (err error) + func (o ApplicationtemplateJit) MarshalJSON() ([]byte, error) + func (o ApplicationtemplateJit) ToMap() (map[string]interface{}, error) + type ApplicationtemplateLogo struct + AdditionalProperties map[string]interface{} + Url *string + func NewApplicationtemplateLogo() *ApplicationtemplateLogo + func NewApplicationtemplateLogoWithDefaults() *ApplicationtemplateLogo + func (o *ApplicationtemplateLogo) GetUrl() string + func (o *ApplicationtemplateLogo) GetUrlOk() (*string, bool) + func (o *ApplicationtemplateLogo) HasUrl() bool + func (o *ApplicationtemplateLogo) SetUrl(v string) + func (o *ApplicationtemplateLogo) UnmarshalJSON(bytes []byte) (err error) + func (o ApplicationtemplateLogo) MarshalJSON() ([]byte, error) + func (o ApplicationtemplateLogo) ToMap() (map[string]interface{}, error) + type ApplicationtemplateOidc struct + AdditionalProperties map[string]interface{} + GrantTypes []string + RedirectUris []string + SsoUrl *string + TokenEndpointAuthMethod *string + func NewApplicationtemplateOidc() *ApplicationtemplateOidc + func NewApplicationtemplateOidcWithDefaults() *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) SetGrantTypes(v []string) + func (o *ApplicationtemplateOidc) SetRedirectUris(v []string) + func (o *ApplicationtemplateOidc) SetSsoUrl(v string) + func (o *ApplicationtemplateOidc) SetTokenEndpointAuthMethod(v string) + func (o *ApplicationtemplateOidc) UnmarshalJSON(bytes []byte) (err error) + func (o ApplicationtemplateOidc) MarshalJSON() ([]byte, error) + func (o ApplicationtemplateOidc) ToMap() (map[string]interface{}, error) + type ApplicationtemplateProvision struct + AdditionalProperties map[string]interface{} + Beta *bool + GroupsSupported *bool + Type *string + func NewApplicationtemplateProvision() *ApplicationtemplateProvision + func NewApplicationtemplateProvisionWithDefaults() *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) SetBeta(v bool) + func (o *ApplicationtemplateProvision) SetGroupsSupported(v bool) + func (o *ApplicationtemplateProvision) SetType(v string) + func (o *ApplicationtemplateProvision) UnmarshalJSON(bytes []byte) (err error) + func (o ApplicationtemplateProvision) MarshalJSON() ([]byte, error) + func (o ApplicationtemplateProvision) ToMap() (map[string]interface{}, error) + type Applicationtemplateslist struct + AdditionalProperties map[string]interface{} + Results []Applicationtemplate + TotalCount *int32 + func NewApplicationtemplateslist() *Applicationtemplateslist + func NewApplicationtemplateslistWithDefaults() *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) SetResults(v []Applicationtemplate) + func (o *Applicationtemplateslist) SetTotalCount(v int32) + func (o *Applicationtemplateslist) UnmarshalJSON(bytes []byte) (err error) + func (o Applicationtemplateslist) MarshalJSON() ([]byte, error) + func (o Applicationtemplateslist) ToMap() (map[string]interface{}, error) + type BasicAuth struct + Password string + UserName string + type Command struct + AdditionalProperties map[string]interface{} + Command string + CommandRunners []string + CommandType string + Files []string + LaunchType *string + ListensTo *string + Name string + Organization *string + Schedule *string + ScheduleRepeatType *string + ScheduleYear *int32 + Shell *string + Sudo *bool + Systems []string + Template *string + TimeToLiveSeconds *int32 + Timeout *string + Trigger *string + User *string + func NewCommand(command string, commandType string, name string) *Command + func NewCommandWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Command) MarshalJSON() ([]byte, error) + func (o Command) ToMap() (map[string]interface{}, error) + type CommandResultsApiCommandResultsDeleteRequest struct + ApiService *CommandResultsApiService + func (r CommandResultsApiCommandResultsDeleteRequest) Execute() (*Commandresult, *http.Response, error) + func (r CommandResultsApiCommandResultsDeleteRequest) XOrgId(xOrgId string) CommandResultsApiCommandResultsDeleteRequest + type CommandResultsApiCommandResultsGetRequest struct + ApiService *CommandResultsApiService + 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 struct + ApiService *CommandResultsApiService + 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 service + 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 struct + ApiService *CommandTriggersApiService + 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 service + func (a *CommandTriggersApiService) CommandTriggerWebhookPost(ctx context.Context, triggername string) CommandTriggersApiCommandTriggerWebhookPostRequest + func (a *CommandTriggersApiService) CommandTriggerWebhookPostExecute(r CommandTriggersApiCommandTriggerWebhookPostRequest) (*Triggerreturn, *http.Response, error) + type Commandfilereturn struct + AdditionalProperties map[string]interface{} + Results []CommandfilereturnResultsInner + TotalCount *int32 + func NewCommandfilereturn() *Commandfilereturn + func NewCommandfilereturnWithDefaults() *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) SetResults(v []CommandfilereturnResultsInner) + func (o *Commandfilereturn) SetTotalCount(v int32) + func (o *Commandfilereturn) UnmarshalJSON(bytes []byte) (err error) + func (o Commandfilereturn) MarshalJSON() ([]byte, error) + func (o Commandfilereturn) ToMap() (map[string]interface{}, error) + type CommandfilereturnResultsInner struct + AdditionalProperties map[string]interface{} + Destination *string + Id *string + Name *string + func NewCommandfilereturnResultsInner() *CommandfilereturnResultsInner + func NewCommandfilereturnResultsInnerWithDefaults() *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) SetDestination(v string) + func (o *CommandfilereturnResultsInner) SetId(v string) + func (o *CommandfilereturnResultsInner) SetName(v string) + func (o *CommandfilereturnResultsInner) UnmarshalJSON(bytes []byte) (err error) + func (o CommandfilereturnResultsInner) MarshalJSON() ([]byte, error) + func (o CommandfilereturnResultsInner) ToMap() (map[string]interface{}, error) + type Commandresult struct + AdditionalProperties map[string]interface{} + Command *string + Files []string + Id *string + Name *string + Organization *string + RequestTime *time.Time + Response *CommandresultResponse + ResponseTime *time.Time + Sudo *bool + System *string + SystemId *string + User *string + WorkflowId *string + WorkflowInstanceId *string + func NewCommandresult() *Commandresult + func NewCommandresultWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Commandresult) MarshalJSON() ([]byte, error) + func (o Commandresult) ToMap() (map[string]interface{}, error) + type CommandresultResponse struct + AdditionalProperties map[string]interface{} + Data *CommandresultResponseData + Error *string + Id *string + func NewCommandresultResponse() *CommandresultResponse + func NewCommandresultResponseWithDefaults() *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) SetData(v CommandresultResponseData) + func (o *CommandresultResponse) SetError(v string) + func (o *CommandresultResponse) SetId(v string) + func (o *CommandresultResponse) UnmarshalJSON(bytes []byte) (err error) + func (o CommandresultResponse) MarshalJSON() ([]byte, error) + func (o CommandresultResponse) ToMap() (map[string]interface{}, error) + type CommandresultResponseData struct + AdditionalProperties map[string]interface{} + ExitCode *int32 + Output *string + func NewCommandresultResponseData() *CommandresultResponseData + func NewCommandresultResponseDataWithDefaults() *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) SetExitCode(v int32) + func (o *CommandresultResponseData) SetOutput(v string) + func (o *CommandresultResponseData) UnmarshalJSON(bytes []byte) (err error) + func (o CommandresultResponseData) MarshalJSON() ([]byte, error) + func (o CommandresultResponseData) ToMap() (map[string]interface{}, error) + type Commandresultslist struct + AdditionalProperties map[string]interface{} + Results []CommandresultslistResultsInner + TotalCount *int32 + func NewCommandresultslist() *Commandresultslist + func NewCommandresultslistWithDefaults() *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) SetResults(v []CommandresultslistResultsInner) + func (o *Commandresultslist) SetTotalCount(v int32) + func (o *Commandresultslist) UnmarshalJSON(bytes []byte) (err error) + func (o Commandresultslist) MarshalJSON() ([]byte, error) + func (o Commandresultslist) ToMap() (map[string]interface{}, error) + type CommandresultslistResultsInner struct + AdditionalProperties map[string]interface{} + Command *string + ExitCode *int32 + Id *string + Name *string + RequestTime *time.Time + ResponseTime *time.Time + Sudo *bool + System *string + SystemId *string + User *string + WorkflowId *string + func NewCommandresultslistResultsInner() *CommandresultslistResultsInner + func NewCommandresultslistResultsInnerWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o CommandresultslistResultsInner) MarshalJSON() ([]byte, error) + func (o CommandresultslistResultsInner) ToMap() (map[string]interface{}, error) + type CommandsApiCommandFileGetRequest struct + ApiService *CommandsApiService + 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 struct + ApiService *CommandsApiService + func (r CommandsApiCommandsDeleteRequest) Execute() (*Command, *http.Response, error) + func (r CommandsApiCommandsDeleteRequest) XOrgId(xOrgId string) CommandsApiCommandsDeleteRequest + type CommandsApiCommandsGetRequest struct + ApiService *CommandsApiService + func (r CommandsApiCommandsGetRequest) Execute() (*Command, *http.Response, error) + func (r CommandsApiCommandsGetRequest) Fields(fields string) CommandsApiCommandsGetRequest + func (r CommandsApiCommandsGetRequest) XOrgId(xOrgId string) CommandsApiCommandsGetRequest + type CommandsApiCommandsGetResultsRequest struct + ApiService *CommandsApiService + func (r CommandsApiCommandsGetResultsRequest) Execute() ([]Commandresult, *http.Response, error) + func (r CommandsApiCommandsGetResultsRequest) Limit(limit int32) CommandsApiCommandsGetResultsRequest + func (r CommandsApiCommandsGetResultsRequest) Skip(skip int32) CommandsApiCommandsGetResultsRequest + type CommandsApiCommandsListRequest struct + ApiService *CommandsApiService + 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 struct + ApiService *CommandsApiService + func (r CommandsApiCommandsPostRequest) Body(body Command) CommandsApiCommandsPostRequest + func (r CommandsApiCommandsPostRequest) Execute() (*Command, *http.Response, error) + func (r CommandsApiCommandsPostRequest) XOrgId(xOrgId string) CommandsApiCommandsPostRequest + type CommandsApiCommandsPutRequest struct + ApiService *CommandsApiService + func (r CommandsApiCommandsPutRequest) Body(body Command) CommandsApiCommandsPutRequest + func (r CommandsApiCommandsPutRequest) Execute() (*Command, *http.Response, error) + func (r CommandsApiCommandsPutRequest) XOrgId(xOrgId string) CommandsApiCommandsPutRequest + type CommandsApiService service + 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 struct + AdditionalProperties map[string]interface{} + Results []CommandslistResultsInner + TotalCount *int32 + func NewCommandslist() *Commandslist + func NewCommandslistWithDefaults() *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) SetResults(v []CommandslistResultsInner) + func (o *Commandslist) SetTotalCount(v int32) + func (o *Commandslist) UnmarshalJSON(bytes []byte) (err error) + func (o Commandslist) MarshalJSON() ([]byte, error) + func (o Commandslist) ToMap() (map[string]interface{}, error) + type CommandslistResultsInner struct + AdditionalProperties map[string]interface{} + Command *string + CommandType *string + Id *string + LaunchType *string + ListensTo *string + Name *string + Organization *string + Schedule *string + ScheduleRepeatType *string + Trigger *string + func NewCommandslistResultsInner() *CommandslistResultsInner + func NewCommandslistResultsInnerWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o CommandslistResultsInner) MarshalJSON() ([]byte, error) + func (o CommandslistResultsInner) ToMap() (map[string]interface{}, error) + type Configuration struct + Debug bool + DefaultHeader map[string]string + HTTPClient *http.Client + Host string + OperationServers map[string]ServerConfigurations + Scheme string + Servers ServerConfigurations + UserAgent string + func NewConfiguration() *Configuration + func (c *Configuration) AddDefaultHeader(key string, value string) + func (c *Configuration) ServerURL(index int, variables map[string]string) (string, error) + func (c *Configuration) ServerURLWithContext(ctx context.Context, endpoint string) (string, error) + type Error struct + AdditionalProperties map[string]interface{} + Code *int32 + Message *string + Status *string + func NewError() *Error + func NewErrorWithDefaults() *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) SetCode(v int32) + func (o *Error) SetMessage(v string) + func (o *Error) SetStatus(v string) + func (o *Error) UnmarshalJSON(bytes []byte) (err error) + func (o Error) MarshalJSON() ([]byte, error) + func (o Error) ToMap() (map[string]interface{}, error) + type ErrorDetails struct + AdditionalProperties map[string]interface{} + Code *int32 + Details []map[string]interface{} + Message *string + Status *string + func NewErrorDetails() *ErrorDetails + func NewErrorDetailsWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o ErrorDetails) MarshalJSON() ([]byte, error) + func (o ErrorDetails) ToMap() (map[string]interface{}, error) + type ErrorDetailsAllOf struct + AdditionalProperties map[string]interface{} + Details []map[string]interface{} + func NewErrorDetailsAllOf() *ErrorDetailsAllOf + func NewErrorDetailsAllOfWithDefaults() *ErrorDetailsAllOf + func (o *ErrorDetailsAllOf) GetDetails() []map[string]interface{} + func (o *ErrorDetailsAllOf) GetDetailsOk() ([]map[string]interface{}, bool) + func (o *ErrorDetailsAllOf) HasDetails() bool + func (o *ErrorDetailsAllOf) SetDetails(v []map[string]interface{}) + func (o *ErrorDetailsAllOf) UnmarshalJSON(bytes []byte) (err error) + func (o ErrorDetailsAllOf) MarshalJSON() ([]byte, error) + func (o ErrorDetailsAllOf) ToMap() (map[string]interface{}, error) + type Fde struct + Active *bool + AdditionalProperties map[string]interface{} + KeyPresent *bool + func NewFde() *Fde + func NewFdeWithDefaults() *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) SetActive(v bool) + func (o *Fde) SetKeyPresent(v bool) + func (o *Fde) UnmarshalJSON(bytes []byte) (err error) + func (o Fde) MarshalJSON() ([]byte, error) + func (o Fde) ToMap() (map[string]interface{}, error) + type GenericOpenAPIError struct + func (e GenericOpenAPIError) Body() []byte + func (e GenericOpenAPIError) Error() string + func (e GenericOpenAPIError) Model() interface{} + type ManagedServiceProviderApiAdminTotpresetBeginRequest struct + ApiService *ManagedServiceProviderApiService + func (r ManagedServiceProviderApiAdminTotpresetBeginRequest) Execute() (*http.Response, error) + type ManagedServiceProviderApiOrganizationListRequest struct + ApiService *ManagedServiceProviderApiService + 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 service + 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 struct + ApiService *ManagedServiceProviderApiService + func (r ManagedServiceProviderApiUsersPutRequest) Body(body Userput) ManagedServiceProviderApiUsersPutRequest + func (r ManagedServiceProviderApiUsersPutRequest) Execute() (*Userreturn, *http.Response, error) + func (r ManagedServiceProviderApiUsersPutRequest) XOrgId(xOrgId string) ManagedServiceProviderApiUsersPutRequest + type ManagedServiceProviderApiUsersReactivateGetRequest struct + ApiService *ManagedServiceProviderApiService + func (r ManagedServiceProviderApiUsersReactivateGetRequest) Execute() (*http.Response, error) + type MappedNullable interface + ToMap func() (map[string]interface{}, error) + type Mfa struct + AdditionalProperties map[string]interface{} + Configured *bool + Exclusion *bool + ExclusionDays *int32 + ExclusionUntil *time.Time + func NewMfa() *Mfa + func NewMfaWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Mfa) MarshalJSON() ([]byte, error) + func (o Mfa) ToMap() (map[string]interface{}, error) + type MfaEnrollment struct + AdditionalProperties map[string]interface{} + OverallStatus *MfaEnrollmentStatus + PushStatus *MfaEnrollmentStatus + TotpStatus *MfaEnrollmentStatus + WebAuthnStatus *MfaEnrollmentStatus + func NewMfaEnrollment() *MfaEnrollment + func NewMfaEnrollmentWithDefaults() *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) SetOverallStatus(v MfaEnrollmentStatus) + func (o *MfaEnrollment) SetPushStatus(v MfaEnrollmentStatus) + func (o *MfaEnrollment) SetTotpStatus(v MfaEnrollmentStatus) + func (o *MfaEnrollment) SetWebAuthnStatus(v MfaEnrollmentStatus) + func (o *MfaEnrollment) UnmarshalJSON(bytes []byte) (err error) + func (o MfaEnrollment) MarshalJSON() ([]byte, error) + func (o MfaEnrollment) ToMap() (map[string]interface{}, error) + type MfaEnrollmentStatus string + const MFAENROLLMENTSTATUS_DISABLED + const MFAENROLLMENTSTATUS_ENROLLED + const MFAENROLLMENTSTATUS_ENROLLMENT_EXPIRED + const MFAENROLLMENTSTATUS_IN_ENROLLMENT + const MFAENROLLMENTSTATUS_NOT_ENROLLED + const MFAENROLLMENTSTATUS_PENDING_ACTIVATION + const MFAENROLLMENTSTATUS_PRE_ENROLLMENT + func NewMfaEnrollmentStatusFromValue(v string) (*MfaEnrollmentStatus, error) + func (v *MfaEnrollmentStatus) UnmarshalJSON(src []byte) error + func (v MfaEnrollmentStatus) IsValid() bool + func (v MfaEnrollmentStatus) Ptr() *MfaEnrollmentStatus + type NullableApplication struct + func NewNullableApplication(val *Application) *NullableApplication + func (v *NullableApplication) Set(val *Application) + func (v *NullableApplication) UnmarshalJSON(src []byte) error + func (v *NullableApplication) Unset() + func (v NullableApplication) Get() *Application + func (v NullableApplication) IsSet() bool + func (v NullableApplication) MarshalJSON() ([]byte, error) + type NullableApplicationConfig struct + func NewNullableApplicationConfig(val *ApplicationConfig) *NullableApplicationConfig + func (v *NullableApplicationConfig) Set(val *ApplicationConfig) + func (v *NullableApplicationConfig) UnmarshalJSON(src []byte) error + func (v *NullableApplicationConfig) Unset() + func (v NullableApplicationConfig) Get() *ApplicationConfig + func (v NullableApplicationConfig) IsSet() bool + func (v NullableApplicationConfig) MarshalJSON() ([]byte, error) + type NullableApplicationConfigAcsUrl struct + func NewNullableApplicationConfigAcsUrl(val *ApplicationConfigAcsUrl) *NullableApplicationConfigAcsUrl + func (v *NullableApplicationConfigAcsUrl) Set(val *ApplicationConfigAcsUrl) + func (v *NullableApplicationConfigAcsUrl) UnmarshalJSON(src []byte) error + func (v *NullableApplicationConfigAcsUrl) Unset() + func (v NullableApplicationConfigAcsUrl) Get() *ApplicationConfigAcsUrl + func (v NullableApplicationConfigAcsUrl) IsSet() bool + func (v NullableApplicationConfigAcsUrl) MarshalJSON() ([]byte, error) + type NullableApplicationConfigAcsUrlTooltip struct + func NewNullableApplicationConfigAcsUrlTooltip(val *ApplicationConfigAcsUrlTooltip) *NullableApplicationConfigAcsUrlTooltip + func (v *NullableApplicationConfigAcsUrlTooltip) Set(val *ApplicationConfigAcsUrlTooltip) + func (v *NullableApplicationConfigAcsUrlTooltip) UnmarshalJSON(src []byte) error + func (v *NullableApplicationConfigAcsUrlTooltip) Unset() + func (v NullableApplicationConfigAcsUrlTooltip) Get() *ApplicationConfigAcsUrlTooltip + func (v NullableApplicationConfigAcsUrlTooltip) IsSet() bool + func (v NullableApplicationConfigAcsUrlTooltip) MarshalJSON() ([]byte, error) + type NullableApplicationConfigAcsUrlTooltipVariables struct + func NewNullableApplicationConfigAcsUrlTooltipVariables(val *ApplicationConfigAcsUrlTooltipVariables) *NullableApplicationConfigAcsUrlTooltipVariables + func (v *NullableApplicationConfigAcsUrlTooltipVariables) Set(val *ApplicationConfigAcsUrlTooltipVariables) + func (v *NullableApplicationConfigAcsUrlTooltipVariables) UnmarshalJSON(src []byte) error + func (v *NullableApplicationConfigAcsUrlTooltipVariables) Unset() + func (v NullableApplicationConfigAcsUrlTooltipVariables) Get() *ApplicationConfigAcsUrlTooltipVariables + func (v NullableApplicationConfigAcsUrlTooltipVariables) IsSet() bool + func (v NullableApplicationConfigAcsUrlTooltipVariables) MarshalJSON() ([]byte, error) + type NullableApplicationConfigConstantAttributes struct + func NewNullableApplicationConfigConstantAttributes(val *ApplicationConfigConstantAttributes) *NullableApplicationConfigConstantAttributes + func (v *NullableApplicationConfigConstantAttributes) Set(val *ApplicationConfigConstantAttributes) + func (v *NullableApplicationConfigConstantAttributes) UnmarshalJSON(src []byte) error + func (v *NullableApplicationConfigConstantAttributes) Unset() + func (v NullableApplicationConfigConstantAttributes) Get() *ApplicationConfigConstantAttributes + func (v NullableApplicationConfigConstantAttributes) IsSet() bool + func (v NullableApplicationConfigConstantAttributes) MarshalJSON() ([]byte, error) + type NullableApplicationConfigConstantAttributesValueInner struct + func NewNullableApplicationConfigConstantAttributesValueInner(val *ApplicationConfigConstantAttributesValueInner) *NullableApplicationConfigConstantAttributesValueInner + func (v *NullableApplicationConfigConstantAttributesValueInner) Set(val *ApplicationConfigConstantAttributesValueInner) + func (v *NullableApplicationConfigConstantAttributesValueInner) UnmarshalJSON(src []byte) error + func (v *NullableApplicationConfigConstantAttributesValueInner) Unset() + func (v NullableApplicationConfigConstantAttributesValueInner) Get() *ApplicationConfigConstantAttributesValueInner + func (v NullableApplicationConfigConstantAttributesValueInner) IsSet() bool + func (v NullableApplicationConfigConstantAttributesValueInner) MarshalJSON() ([]byte, error) + type NullableApplicationConfigDatabaseAttributes struct + func NewNullableApplicationConfigDatabaseAttributes(val *ApplicationConfigDatabaseAttributes) *NullableApplicationConfigDatabaseAttributes + func (v *NullableApplicationConfigDatabaseAttributes) Set(val *ApplicationConfigDatabaseAttributes) + func (v *NullableApplicationConfigDatabaseAttributes) UnmarshalJSON(src []byte) error + func (v *NullableApplicationConfigDatabaseAttributes) Unset() + func (v NullableApplicationConfigDatabaseAttributes) Get() *ApplicationConfigDatabaseAttributes + func (v NullableApplicationConfigDatabaseAttributes) IsSet() bool + func (v NullableApplicationConfigDatabaseAttributes) MarshalJSON() ([]byte, error) + type NullableApplicationLogo struct + func NewNullableApplicationLogo(val *ApplicationLogo) *NullableApplicationLogo + func (v *NullableApplicationLogo) Set(val *ApplicationLogo) + func (v *NullableApplicationLogo) UnmarshalJSON(src []byte) error + func (v *NullableApplicationLogo) Unset() + func (v NullableApplicationLogo) Get() *ApplicationLogo + func (v NullableApplicationLogo) IsSet() bool + func (v NullableApplicationLogo) MarshalJSON() ([]byte, error) + type NullableApplicationslist struct + func NewNullableApplicationslist(val *Applicationslist) *NullableApplicationslist + func (v *NullableApplicationslist) Set(val *Applicationslist) + func (v *NullableApplicationslist) UnmarshalJSON(src []byte) error + func (v *NullableApplicationslist) Unset() + func (v NullableApplicationslist) Get() *Applicationslist + func (v NullableApplicationslist) IsSet() bool + func (v NullableApplicationslist) MarshalJSON() ([]byte, error) + type NullableApplicationtemplate struct + func NewNullableApplicationtemplate(val *Applicationtemplate) *NullableApplicationtemplate + func (v *NullableApplicationtemplate) Set(val *Applicationtemplate) + func (v *NullableApplicationtemplate) UnmarshalJSON(src []byte) error + func (v *NullableApplicationtemplate) Unset() + func (v NullableApplicationtemplate) Get() *Applicationtemplate + func (v NullableApplicationtemplate) IsSet() bool + func (v NullableApplicationtemplate) MarshalJSON() ([]byte, error) + type NullableApplicationtemplateJit struct + func NewNullableApplicationtemplateJit(val *ApplicationtemplateJit) *NullableApplicationtemplateJit + func (v *NullableApplicationtemplateJit) Set(val *ApplicationtemplateJit) + func (v *NullableApplicationtemplateJit) UnmarshalJSON(src []byte) error + func (v *NullableApplicationtemplateJit) Unset() + func (v NullableApplicationtemplateJit) Get() *ApplicationtemplateJit + func (v NullableApplicationtemplateJit) IsSet() bool + func (v NullableApplicationtemplateJit) MarshalJSON() ([]byte, error) + type NullableApplicationtemplateLogo struct + func NewNullableApplicationtemplateLogo(val *ApplicationtemplateLogo) *NullableApplicationtemplateLogo + func (v *NullableApplicationtemplateLogo) Set(val *ApplicationtemplateLogo) + func (v *NullableApplicationtemplateLogo) UnmarshalJSON(src []byte) error + func (v *NullableApplicationtemplateLogo) Unset() + func (v NullableApplicationtemplateLogo) Get() *ApplicationtemplateLogo + func (v NullableApplicationtemplateLogo) IsSet() bool + func (v NullableApplicationtemplateLogo) MarshalJSON() ([]byte, error) + type NullableApplicationtemplateOidc struct + func NewNullableApplicationtemplateOidc(val *ApplicationtemplateOidc) *NullableApplicationtemplateOidc + func (v *NullableApplicationtemplateOidc) Set(val *ApplicationtemplateOidc) + func (v *NullableApplicationtemplateOidc) UnmarshalJSON(src []byte) error + func (v *NullableApplicationtemplateOidc) Unset() + func (v NullableApplicationtemplateOidc) Get() *ApplicationtemplateOidc + func (v NullableApplicationtemplateOidc) IsSet() bool + func (v NullableApplicationtemplateOidc) MarshalJSON() ([]byte, error) + type NullableApplicationtemplateProvision struct + func NewNullableApplicationtemplateProvision(val *ApplicationtemplateProvision) *NullableApplicationtemplateProvision + func (v *NullableApplicationtemplateProvision) Set(val *ApplicationtemplateProvision) + func (v *NullableApplicationtemplateProvision) UnmarshalJSON(src []byte) error + func (v *NullableApplicationtemplateProvision) Unset() + func (v NullableApplicationtemplateProvision) Get() *ApplicationtemplateProvision + func (v NullableApplicationtemplateProvision) IsSet() bool + func (v NullableApplicationtemplateProvision) MarshalJSON() ([]byte, error) + type NullableApplicationtemplateslist struct + func NewNullableApplicationtemplateslist(val *Applicationtemplateslist) *NullableApplicationtemplateslist + func (v *NullableApplicationtemplateslist) Set(val *Applicationtemplateslist) + func (v *NullableApplicationtemplateslist) UnmarshalJSON(src []byte) error + func (v *NullableApplicationtemplateslist) Unset() + func (v NullableApplicationtemplateslist) Get() *Applicationtemplateslist + func (v NullableApplicationtemplateslist) IsSet() bool + func (v NullableApplicationtemplateslist) MarshalJSON() ([]byte, error) + type NullableBool struct + func NewNullableBool(val *bool) *NullableBool + func (v *NullableBool) Set(val *bool) + func (v *NullableBool) UnmarshalJSON(src []byte) error + func (v *NullableBool) Unset() + func (v NullableBool) Get() *bool + func (v NullableBool) IsSet() bool + func (v NullableBool) MarshalJSON() ([]byte, error) + type NullableCommand struct + func NewNullableCommand(val *Command) *NullableCommand + func (v *NullableCommand) Set(val *Command) + func (v *NullableCommand) UnmarshalJSON(src []byte) error + func (v *NullableCommand) Unset() + func (v NullableCommand) Get() *Command + func (v NullableCommand) IsSet() bool + func (v NullableCommand) MarshalJSON() ([]byte, error) + type NullableCommandfilereturn struct + func NewNullableCommandfilereturn(val *Commandfilereturn) *NullableCommandfilereturn + func (v *NullableCommandfilereturn) Set(val *Commandfilereturn) + func (v *NullableCommandfilereturn) UnmarshalJSON(src []byte) error + func (v *NullableCommandfilereturn) Unset() + func (v NullableCommandfilereturn) Get() *Commandfilereturn + func (v NullableCommandfilereturn) IsSet() bool + func (v NullableCommandfilereturn) MarshalJSON() ([]byte, error) + type NullableCommandfilereturnResultsInner struct + func NewNullableCommandfilereturnResultsInner(val *CommandfilereturnResultsInner) *NullableCommandfilereturnResultsInner + func (v *NullableCommandfilereturnResultsInner) Set(val *CommandfilereturnResultsInner) + func (v *NullableCommandfilereturnResultsInner) UnmarshalJSON(src []byte) error + func (v *NullableCommandfilereturnResultsInner) Unset() + func (v NullableCommandfilereturnResultsInner) Get() *CommandfilereturnResultsInner + func (v NullableCommandfilereturnResultsInner) IsSet() bool + func (v NullableCommandfilereturnResultsInner) MarshalJSON() ([]byte, error) + type NullableCommandresult struct + func NewNullableCommandresult(val *Commandresult) *NullableCommandresult + func (v *NullableCommandresult) Set(val *Commandresult) + func (v *NullableCommandresult) UnmarshalJSON(src []byte) error + func (v *NullableCommandresult) Unset() + func (v NullableCommandresult) Get() *Commandresult + func (v NullableCommandresult) IsSet() bool + func (v NullableCommandresult) MarshalJSON() ([]byte, error) + type NullableCommandresultResponse struct + func NewNullableCommandresultResponse(val *CommandresultResponse) *NullableCommandresultResponse + func (v *NullableCommandresultResponse) Set(val *CommandresultResponse) + func (v *NullableCommandresultResponse) UnmarshalJSON(src []byte) error + func (v *NullableCommandresultResponse) Unset() + func (v NullableCommandresultResponse) Get() *CommandresultResponse + func (v NullableCommandresultResponse) IsSet() bool + func (v NullableCommandresultResponse) MarshalJSON() ([]byte, error) + type NullableCommandresultResponseData struct + func NewNullableCommandresultResponseData(val *CommandresultResponseData) *NullableCommandresultResponseData + func (v *NullableCommandresultResponseData) Set(val *CommandresultResponseData) + func (v *NullableCommandresultResponseData) UnmarshalJSON(src []byte) error + func (v *NullableCommandresultResponseData) Unset() + func (v NullableCommandresultResponseData) Get() *CommandresultResponseData + func (v NullableCommandresultResponseData) IsSet() bool + func (v NullableCommandresultResponseData) MarshalJSON() ([]byte, error) + type NullableCommandresultslist struct + func NewNullableCommandresultslist(val *Commandresultslist) *NullableCommandresultslist + func (v *NullableCommandresultslist) Set(val *Commandresultslist) + func (v *NullableCommandresultslist) UnmarshalJSON(src []byte) error + func (v *NullableCommandresultslist) Unset() + func (v NullableCommandresultslist) Get() *Commandresultslist + func (v NullableCommandresultslist) IsSet() bool + func (v NullableCommandresultslist) MarshalJSON() ([]byte, error) + type NullableCommandresultslistResultsInner struct + func NewNullableCommandresultslistResultsInner(val *CommandresultslistResultsInner) *NullableCommandresultslistResultsInner + func (v *NullableCommandresultslistResultsInner) Set(val *CommandresultslistResultsInner) + func (v *NullableCommandresultslistResultsInner) UnmarshalJSON(src []byte) error + func (v *NullableCommandresultslistResultsInner) Unset() + func (v NullableCommandresultslistResultsInner) Get() *CommandresultslistResultsInner + func (v NullableCommandresultslistResultsInner) IsSet() bool + func (v NullableCommandresultslistResultsInner) MarshalJSON() ([]byte, error) + type NullableCommandslist struct + func NewNullableCommandslist(val *Commandslist) *NullableCommandslist + func (v *NullableCommandslist) Set(val *Commandslist) + func (v *NullableCommandslist) UnmarshalJSON(src []byte) error + func (v *NullableCommandslist) Unset() + func (v NullableCommandslist) Get() *Commandslist + func (v NullableCommandslist) IsSet() bool + func (v NullableCommandslist) MarshalJSON() ([]byte, error) + type NullableCommandslistResultsInner struct + func NewNullableCommandslistResultsInner(val *CommandslistResultsInner) *NullableCommandslistResultsInner + func (v *NullableCommandslistResultsInner) Set(val *CommandslistResultsInner) + func (v *NullableCommandslistResultsInner) UnmarshalJSON(src []byte) error + func (v *NullableCommandslistResultsInner) Unset() + func (v NullableCommandslistResultsInner) Get() *CommandslistResultsInner + func (v NullableCommandslistResultsInner) IsSet() bool + func (v NullableCommandslistResultsInner) MarshalJSON() ([]byte, error) + type NullableError struct + func NewNullableError(val *Error) *NullableError + func (v *NullableError) Set(val *Error) + func (v *NullableError) UnmarshalJSON(src []byte) error + func (v *NullableError) Unset() + func (v NullableError) Get() *Error + func (v NullableError) IsSet() bool + func (v NullableError) MarshalJSON() ([]byte, error) + type NullableErrorDetails struct + func NewNullableErrorDetails(val *ErrorDetails) *NullableErrorDetails + func (v *NullableErrorDetails) Set(val *ErrorDetails) + func (v *NullableErrorDetails) UnmarshalJSON(src []byte) error + func (v *NullableErrorDetails) Unset() + func (v NullableErrorDetails) Get() *ErrorDetails + func (v NullableErrorDetails) IsSet() bool + func (v NullableErrorDetails) MarshalJSON() ([]byte, error) + type NullableErrorDetailsAllOf struct + func NewNullableErrorDetailsAllOf(val *ErrorDetailsAllOf) *NullableErrorDetailsAllOf + func (v *NullableErrorDetailsAllOf) Set(val *ErrorDetailsAllOf) + func (v *NullableErrorDetailsAllOf) UnmarshalJSON(src []byte) error + func (v *NullableErrorDetailsAllOf) Unset() + func (v NullableErrorDetailsAllOf) Get() *ErrorDetailsAllOf + func (v NullableErrorDetailsAllOf) IsSet() bool + func (v NullableErrorDetailsAllOf) MarshalJSON() ([]byte, error) + type NullableFde struct + func NewNullableFde(val *Fde) *NullableFde + func (v *NullableFde) Set(val *Fde) + func (v *NullableFde) UnmarshalJSON(src []byte) error + func (v *NullableFde) Unset() + func (v NullableFde) Get() *Fde + func (v NullableFde) IsSet() bool + func (v NullableFde) MarshalJSON() ([]byte, error) + type NullableFloat32 struct + func NewNullableFloat32(val *float32) *NullableFloat32 + func (v *NullableFloat32) Set(val *float32) + func (v *NullableFloat32) UnmarshalJSON(src []byte) error + func (v *NullableFloat32) Unset() + func (v NullableFloat32) Get() *float32 + func (v NullableFloat32) IsSet() bool + func (v NullableFloat32) MarshalJSON() ([]byte, error) + type NullableFloat64 struct + func NewNullableFloat64(val *float64) *NullableFloat64 + func (v *NullableFloat64) Set(val *float64) + func (v *NullableFloat64) UnmarshalJSON(src []byte) error + func (v *NullableFloat64) Unset() + func (v NullableFloat64) Get() *float64 + func (v NullableFloat64) IsSet() bool + func (v NullableFloat64) MarshalJSON() ([]byte, error) + type NullableInt struct + func NewNullableInt(val *int) *NullableInt + func (v *NullableInt) Set(val *int) + func (v *NullableInt) UnmarshalJSON(src []byte) error + func (v *NullableInt) Unset() + func (v NullableInt) Get() *int + func (v NullableInt) IsSet() bool + func (v NullableInt) MarshalJSON() ([]byte, error) + type NullableInt32 struct + func NewNullableInt32(val *int32) *NullableInt32 + func (v *NullableInt32) Set(val *int32) + func (v *NullableInt32) UnmarshalJSON(src []byte) error + func (v *NullableInt32) Unset() + func (v NullableInt32) Get() *int32 + func (v NullableInt32) IsSet() bool + func (v NullableInt32) MarshalJSON() ([]byte, error) + type NullableInt64 struct + func NewNullableInt64(val *int64) *NullableInt64 + func (v *NullableInt64) Set(val *int64) + func (v *NullableInt64) UnmarshalJSON(src []byte) error + func (v *NullableInt64) Unset() + func (v NullableInt64) Get() *int64 + func (v NullableInt64) IsSet() bool + func (v NullableInt64) MarshalJSON() ([]byte, error) + type NullableMfa struct + func NewNullableMfa(val *Mfa) *NullableMfa + func (v *NullableMfa) Set(val *Mfa) + func (v *NullableMfa) UnmarshalJSON(src []byte) error + func (v *NullableMfa) Unset() + func (v NullableMfa) Get() *Mfa + func (v NullableMfa) IsSet() bool + func (v NullableMfa) MarshalJSON() ([]byte, error) + type NullableMfaEnrollment struct + func NewNullableMfaEnrollment(val *MfaEnrollment) *NullableMfaEnrollment + func (v *NullableMfaEnrollment) Set(val *MfaEnrollment) + func (v *NullableMfaEnrollment) UnmarshalJSON(src []byte) error + func (v *NullableMfaEnrollment) Unset() + func (v NullableMfaEnrollment) Get() *MfaEnrollment + func (v NullableMfaEnrollment) IsSet() bool + func (v NullableMfaEnrollment) MarshalJSON() ([]byte, error) + type NullableMfaEnrollmentStatus struct + func NewNullableMfaEnrollmentStatus(val *MfaEnrollmentStatus) *NullableMfaEnrollmentStatus + func (v *NullableMfaEnrollmentStatus) Set(val *MfaEnrollmentStatus) + func (v *NullableMfaEnrollmentStatus) UnmarshalJSON(src []byte) error + func (v *NullableMfaEnrollmentStatus) Unset() + func (v NullableMfaEnrollmentStatus) Get() *MfaEnrollmentStatus + func (v NullableMfaEnrollmentStatus) IsSet() bool + func (v NullableMfaEnrollmentStatus) MarshalJSON() ([]byte, error) + type NullableOrganization struct + func NewNullableOrganization(val *Organization) *NullableOrganization + func (v *NullableOrganization) Set(val *Organization) + func (v *NullableOrganization) UnmarshalJSON(src []byte) error + func (v *NullableOrganization) Unset() + func (v NullableOrganization) Get() *Organization + func (v NullableOrganization) IsSet() bool + func (v NullableOrganization) MarshalJSON() ([]byte, error) + type NullableOrganizationPutRequest struct + func NewNullableOrganizationPutRequest(val *OrganizationPutRequest) *NullableOrganizationPutRequest + func (v *NullableOrganizationPutRequest) Set(val *OrganizationPutRequest) + func (v *NullableOrganizationPutRequest) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationPutRequest) Unset() + func (v NullableOrganizationPutRequest) Get() *OrganizationPutRequest + func (v NullableOrganizationPutRequest) IsSet() bool + func (v NullableOrganizationPutRequest) MarshalJSON() ([]byte, error) + type NullableOrganizationentitlement struct + func NewNullableOrganizationentitlement(val *Organizationentitlement) *NullableOrganizationentitlement + func (v *NullableOrganizationentitlement) Set(val *Organizationentitlement) + func (v *NullableOrganizationentitlement) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationentitlement) Unset() + func (v NullableOrganizationentitlement) Get() *Organizationentitlement + func (v NullableOrganizationentitlement) IsSet() bool + func (v NullableOrganizationentitlement) MarshalJSON() ([]byte, error) + type NullableOrganizationentitlementEntitlementProductsInner struct + func NewNullableOrganizationentitlementEntitlementProductsInner(val *OrganizationentitlementEntitlementProductsInner) *NullableOrganizationentitlementEntitlementProductsInner + func (v *NullableOrganizationentitlementEntitlementProductsInner) Set(val *OrganizationentitlementEntitlementProductsInner) + func (v *NullableOrganizationentitlementEntitlementProductsInner) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationentitlementEntitlementProductsInner) Unset() + func (v NullableOrganizationentitlementEntitlementProductsInner) Get() *OrganizationentitlementEntitlementProductsInner + func (v NullableOrganizationentitlementEntitlementProductsInner) IsSet() bool + func (v NullableOrganizationentitlementEntitlementProductsInner) MarshalJSON() ([]byte, error) + type NullableOrganizationsettings struct + func NewNullableOrganizationsettings(val *Organizationsettings) *NullableOrganizationsettings + func (v *NullableOrganizationsettings) Set(val *Organizationsettings) + func (v *NullableOrganizationsettings) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsettings) Unset() + func (v NullableOrganizationsettings) Get() *Organizationsettings + func (v NullableOrganizationsettings) IsSet() bool + func (v NullableOrganizationsettings) MarshalJSON() ([]byte, error) + type NullableOrganizationsettingsFeatures struct + func NewNullableOrganizationsettingsFeatures(val *OrganizationsettingsFeatures) *NullableOrganizationsettingsFeatures + func (v *NullableOrganizationsettingsFeatures) Set(val *OrganizationsettingsFeatures) + func (v *NullableOrganizationsettingsFeatures) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsettingsFeatures) Unset() + func (v NullableOrganizationsettingsFeatures) Get() *OrganizationsettingsFeatures + func (v NullableOrganizationsettingsFeatures) IsSet() bool + func (v NullableOrganizationsettingsFeatures) MarshalJSON() ([]byte, error) + type NullableOrganizationsettingsFeaturesDirectoryInsights struct + func NewNullableOrganizationsettingsFeaturesDirectoryInsights(val *OrganizationsettingsFeaturesDirectoryInsights) *NullableOrganizationsettingsFeaturesDirectoryInsights + func (v *NullableOrganizationsettingsFeaturesDirectoryInsights) Set(val *OrganizationsettingsFeaturesDirectoryInsights) + func (v *NullableOrganizationsettingsFeaturesDirectoryInsights) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsettingsFeaturesDirectoryInsights) Unset() + func (v NullableOrganizationsettingsFeaturesDirectoryInsights) Get() *OrganizationsettingsFeaturesDirectoryInsights + func (v NullableOrganizationsettingsFeaturesDirectoryInsights) IsSet() bool + func (v NullableOrganizationsettingsFeaturesDirectoryInsights) MarshalJSON() ([]byte, error) + type NullableOrganizationsettingsFeaturesDirectoryInsightsPremium struct + func NewNullableOrganizationsettingsFeaturesDirectoryInsightsPremium(val *OrganizationsettingsFeaturesDirectoryInsightsPremium) *NullableOrganizationsettingsFeaturesDirectoryInsightsPremium + func (v *NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) Set(val *OrganizationsettingsFeaturesDirectoryInsightsPremium) + func (v *NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) Unset() + func (v NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) Get() *OrganizationsettingsFeaturesDirectoryInsightsPremium + func (v NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) IsSet() bool + func (v NullableOrganizationsettingsFeaturesDirectoryInsightsPremium) MarshalJSON() ([]byte, error) + type NullableOrganizationsettingsFeaturesSystemInsights struct + func NewNullableOrganizationsettingsFeaturesSystemInsights(val *OrganizationsettingsFeaturesSystemInsights) *NullableOrganizationsettingsFeaturesSystemInsights + func (v *NullableOrganizationsettingsFeaturesSystemInsights) Set(val *OrganizationsettingsFeaturesSystemInsights) + func (v *NullableOrganizationsettingsFeaturesSystemInsights) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsettingsFeaturesSystemInsights) Unset() + func (v NullableOrganizationsettingsFeaturesSystemInsights) Get() *OrganizationsettingsFeaturesSystemInsights + func (v NullableOrganizationsettingsFeaturesSystemInsights) IsSet() bool + func (v NullableOrganizationsettingsFeaturesSystemInsights) MarshalJSON() ([]byte, error) + type NullableOrganizationsettingsNewSystemUserStateDefaults struct + func NewNullableOrganizationsettingsNewSystemUserStateDefaults(val *OrganizationsettingsNewSystemUserStateDefaults) *NullableOrganizationsettingsNewSystemUserStateDefaults + func (v *NullableOrganizationsettingsNewSystemUserStateDefaults) Set(val *OrganizationsettingsNewSystemUserStateDefaults) + func (v *NullableOrganizationsettingsNewSystemUserStateDefaults) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsettingsNewSystemUserStateDefaults) Unset() + func (v NullableOrganizationsettingsNewSystemUserStateDefaults) Get() *OrganizationsettingsNewSystemUserStateDefaults + func (v NullableOrganizationsettingsNewSystemUserStateDefaults) IsSet() bool + func (v NullableOrganizationsettingsNewSystemUserStateDefaults) MarshalJSON() ([]byte, error) + type NullableOrganizationsettingsPasswordPolicy struct + func NewNullableOrganizationsettingsPasswordPolicy(val *OrganizationsettingsPasswordPolicy) *NullableOrganizationsettingsPasswordPolicy + func (v *NullableOrganizationsettingsPasswordPolicy) Set(val *OrganizationsettingsPasswordPolicy) + func (v *NullableOrganizationsettingsPasswordPolicy) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsettingsPasswordPolicy) Unset() + func (v NullableOrganizationsettingsPasswordPolicy) Get() *OrganizationsettingsPasswordPolicy + func (v NullableOrganizationsettingsPasswordPolicy) IsSet() bool + func (v NullableOrganizationsettingsPasswordPolicy) MarshalJSON() ([]byte, error) + type NullableOrganizationsettingsUserPortal struct + func NewNullableOrganizationsettingsUserPortal(val *OrganizationsettingsUserPortal) *NullableOrganizationsettingsUserPortal + func (v *NullableOrganizationsettingsUserPortal) Set(val *OrganizationsettingsUserPortal) + func (v *NullableOrganizationsettingsUserPortal) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsettingsUserPortal) Unset() + func (v NullableOrganizationsettingsUserPortal) Get() *OrganizationsettingsUserPortal + func (v NullableOrganizationsettingsUserPortal) IsSet() bool + func (v NullableOrganizationsettingsUserPortal) MarshalJSON() ([]byte, error) + type NullableOrganizationsettingsWindowsMDM struct + func NewNullableOrganizationsettingsWindowsMDM(val *OrganizationsettingsWindowsMDM) *NullableOrganizationsettingsWindowsMDM + func (v *NullableOrganizationsettingsWindowsMDM) Set(val *OrganizationsettingsWindowsMDM) + func (v *NullableOrganizationsettingsWindowsMDM) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsettingsWindowsMDM) Unset() + func (v NullableOrganizationsettingsWindowsMDM) Get() *OrganizationsettingsWindowsMDM + func (v NullableOrganizationsettingsWindowsMDM) IsSet() bool + func (v NullableOrganizationsettingsWindowsMDM) MarshalJSON() ([]byte, error) + type NullableOrganizationsettingsput struct + func NewNullableOrganizationsettingsput(val *Organizationsettingsput) *NullableOrganizationsettingsput + func (v *NullableOrganizationsettingsput) Set(val *Organizationsettingsput) + func (v *NullableOrganizationsettingsput) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsettingsput) Unset() + func (v NullableOrganizationsettingsput) Get() *Organizationsettingsput + func (v NullableOrganizationsettingsput) IsSet() bool + func (v NullableOrganizationsettingsput) MarshalJSON() ([]byte, error) + type NullableOrganizationsettingsputNewSystemUserStateDefaults struct + func NewNullableOrganizationsettingsputNewSystemUserStateDefaults(val *OrganizationsettingsputNewSystemUserStateDefaults) *NullableOrganizationsettingsputNewSystemUserStateDefaults + func (v *NullableOrganizationsettingsputNewSystemUserStateDefaults) Set(val *OrganizationsettingsputNewSystemUserStateDefaults) + func (v *NullableOrganizationsettingsputNewSystemUserStateDefaults) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsettingsputNewSystemUserStateDefaults) Unset() + func (v NullableOrganizationsettingsputNewSystemUserStateDefaults) Get() *OrganizationsettingsputNewSystemUserStateDefaults + func (v NullableOrganizationsettingsputNewSystemUserStateDefaults) IsSet() bool + func (v NullableOrganizationsettingsputNewSystemUserStateDefaults) MarshalJSON() ([]byte, error) + type NullableOrganizationsettingsputPasswordPolicy struct + func NewNullableOrganizationsettingsputPasswordPolicy(val *OrganizationsettingsputPasswordPolicy) *NullableOrganizationsettingsputPasswordPolicy + func (v *NullableOrganizationsettingsputPasswordPolicy) Set(val *OrganizationsettingsputPasswordPolicy) + func (v *NullableOrganizationsettingsputPasswordPolicy) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationsettingsputPasswordPolicy) Unset() + func (v NullableOrganizationsettingsputPasswordPolicy) Get() *OrganizationsettingsputPasswordPolicy + func (v NullableOrganizationsettingsputPasswordPolicy) IsSet() bool + func (v NullableOrganizationsettingsputPasswordPolicy) MarshalJSON() ([]byte, error) + type NullableOrganizationslist struct + func NewNullableOrganizationslist(val *Organizationslist) *NullableOrganizationslist + func (v *NullableOrganizationslist) Set(val *Organizationslist) + func (v *NullableOrganizationslist) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationslist) Unset() + func (v NullableOrganizationslist) Get() *Organizationslist + func (v NullableOrganizationslist) IsSet() bool + func (v NullableOrganizationslist) MarshalJSON() ([]byte, error) + type NullableOrganizationslistResultsInner struct + func NewNullableOrganizationslistResultsInner(val *OrganizationslistResultsInner) *NullableOrganizationslistResultsInner + func (v *NullableOrganizationslistResultsInner) Set(val *OrganizationslistResultsInner) + func (v *NullableOrganizationslistResultsInner) UnmarshalJSON(src []byte) error + func (v *NullableOrganizationslistResultsInner) Unset() + func (v NullableOrganizationslistResultsInner) Get() *OrganizationslistResultsInner + func (v NullableOrganizationslistResultsInner) IsSet() bool + func (v NullableOrganizationslistResultsInner) MarshalJSON() ([]byte, error) + type NullableRadiusServersPutRequest struct + func NewNullableRadiusServersPutRequest(val *RadiusServersPutRequest) *NullableRadiusServersPutRequest + func (v *NullableRadiusServersPutRequest) Set(val *RadiusServersPutRequest) + func (v *NullableRadiusServersPutRequest) UnmarshalJSON(src []byte) error + func (v *NullableRadiusServersPutRequest) Unset() + func (v NullableRadiusServersPutRequest) Get() *RadiusServersPutRequest + func (v NullableRadiusServersPutRequest) IsSet() bool + func (v NullableRadiusServersPutRequest) MarshalJSON() ([]byte, error) + type NullableRadiusserver struct + func NewNullableRadiusserver(val *Radiusserver) *NullableRadiusserver + func (v *NullableRadiusserver) Set(val *Radiusserver) + func (v *NullableRadiusserver) UnmarshalJSON(src []byte) error + func (v *NullableRadiusserver) Unset() + func (v NullableRadiusserver) Get() *Radiusserver + func (v NullableRadiusserver) IsSet() bool + func (v NullableRadiusserver) MarshalJSON() ([]byte, error) + type NullableRadiusserverpost struct + func NewNullableRadiusserverpost(val *Radiusserverpost) *NullableRadiusserverpost + func (v *NullableRadiusserverpost) Set(val *Radiusserverpost) + func (v *NullableRadiusserverpost) UnmarshalJSON(src []byte) error + func (v *NullableRadiusserverpost) Unset() + func (v NullableRadiusserverpost) Get() *Radiusserverpost + func (v NullableRadiusserverpost) IsSet() bool + func (v NullableRadiusserverpost) MarshalJSON() ([]byte, error) + type NullableRadiusserverput struct + func NewNullableRadiusserverput(val *Radiusserverput) *NullableRadiusserverput + func (v *NullableRadiusserverput) Set(val *Radiusserverput) + func (v *NullableRadiusserverput) UnmarshalJSON(src []byte) error + func (v *NullableRadiusserverput) Unset() + func (v NullableRadiusserverput) Get() *Radiusserverput + func (v NullableRadiusserverput) IsSet() bool + func (v NullableRadiusserverput) MarshalJSON() ([]byte, error) + type NullableRadiusserverslist struct + func NewNullableRadiusserverslist(val *Radiusserverslist) *NullableRadiusserverslist + func (v *NullableRadiusserverslist) Set(val *Radiusserverslist) + func (v *NullableRadiusserverslist) UnmarshalJSON(src []byte) error + func (v *NullableRadiusserverslist) Unset() + func (v NullableRadiusserverslist) Get() *Radiusserverslist + func (v NullableRadiusserverslist) IsSet() bool + func (v NullableRadiusserverslist) MarshalJSON() ([]byte, error) + type NullableSearch struct + func NewNullableSearch(val *Search) *NullableSearch + func (v *NullableSearch) Set(val *Search) + func (v *NullableSearch) UnmarshalJSON(src []byte) error + func (v *NullableSearch) Unset() + func (v NullableSearch) Get() *Search + func (v NullableSearch) IsSet() bool + func (v NullableSearch) MarshalJSON() ([]byte, error) + type NullableSshkeylist struct + func NewNullableSshkeylist(val *Sshkeylist) *NullableSshkeylist + func (v *NullableSshkeylist) Set(val *Sshkeylist) + func (v *NullableSshkeylist) UnmarshalJSON(src []byte) error + func (v *NullableSshkeylist) Unset() + func (v NullableSshkeylist) Get() *Sshkeylist + func (v NullableSshkeylist) IsSet() bool + func (v NullableSshkeylist) MarshalJSON() ([]byte, error) + type NullableSshkeypost struct + func NewNullableSshkeypost(val *Sshkeypost) *NullableSshkeypost + func (v *NullableSshkeypost) Set(val *Sshkeypost) + func (v *NullableSshkeypost) UnmarshalJSON(src []byte) error + func (v *NullableSshkeypost) Unset() + func (v NullableSshkeypost) Get() *Sshkeypost + func (v NullableSshkeypost) IsSet() bool + func (v NullableSshkeypost) MarshalJSON() ([]byte, error) + type NullableSso struct + func NewNullableSso(val *Sso) *NullableSso + func (v *NullableSso) Set(val *Sso) + func (v *NullableSso) UnmarshalJSON(src []byte) error + func (v *NullableSso) Unset() + func (v NullableSso) Get() *Sso + func (v NullableSso) IsSet() bool + func (v NullableSso) MarshalJSON() ([]byte, error) + type NullableString struct + func NewNullableString(val *string) *NullableString + func (v *NullableString) Set(val *string) + func (v *NullableString) UnmarshalJSON(src []byte) error + func (v *NullableString) Unset() + func (v NullableString) Get() *string + func (v NullableString) IsSet() bool + func (v NullableString) MarshalJSON() ([]byte, error) + type NullableSystem struct + func NewNullableSystem(val *System) *NullableSystem + func (v *NullableSystem) Set(val *System) + func (v *NullableSystem) UnmarshalJSON(src []byte) error + func (v *NullableSystem) Unset() + func (v NullableSystem) Get() *System + func (v NullableSystem) IsSet() bool + func (v NullableSystem) MarshalJSON() ([]byte, error) + type NullableSystemBuiltInCommandsInner struct + func NewNullableSystemBuiltInCommandsInner(val *SystemBuiltInCommandsInner) *NullableSystemBuiltInCommandsInner + func (v *NullableSystemBuiltInCommandsInner) Set(val *SystemBuiltInCommandsInner) + func (v *NullableSystemBuiltInCommandsInner) UnmarshalJSON(src []byte) error + func (v *NullableSystemBuiltInCommandsInner) Unset() + func (v NullableSystemBuiltInCommandsInner) Get() *SystemBuiltInCommandsInner + func (v NullableSystemBuiltInCommandsInner) IsSet() bool + func (v NullableSystemBuiltInCommandsInner) MarshalJSON() ([]byte, error) + type NullableSystemDomainInfo struct + func NewNullableSystemDomainInfo(val *SystemDomainInfo) *NullableSystemDomainInfo + func (v *NullableSystemDomainInfo) Set(val *SystemDomainInfo) + func (v *NullableSystemDomainInfo) UnmarshalJSON(src []byte) error + func (v *NullableSystemDomainInfo) Unset() + func (v NullableSystemDomainInfo) Get() *SystemDomainInfo + func (v NullableSystemDomainInfo) IsSet() bool + func (v NullableSystemDomainInfo) MarshalJSON() ([]byte, error) + type NullableSystemMdm struct + func NewNullableSystemMdm(val *SystemMdm) *NullableSystemMdm + func (v *NullableSystemMdm) Set(val *SystemMdm) + func (v *NullableSystemMdm) UnmarshalJSON(src []byte) error + func (v *NullableSystemMdm) Unset() + func (v NullableSystemMdm) Get() *SystemMdm + func (v NullableSystemMdm) IsSet() bool + func (v NullableSystemMdm) MarshalJSON() ([]byte, error) + type NullableSystemMdmInternal struct + func NewNullableSystemMdmInternal(val *SystemMdmInternal) *NullableSystemMdmInternal + func (v *NullableSystemMdmInternal) Set(val *SystemMdmInternal) + func (v *NullableSystemMdmInternal) UnmarshalJSON(src []byte) error + func (v *NullableSystemMdmInternal) Unset() + func (v NullableSystemMdmInternal) Get() *SystemMdmInternal + func (v NullableSystemMdmInternal) IsSet() bool + func (v NullableSystemMdmInternal) MarshalJSON() ([]byte, error) + type NullableSystemNetworkInterfacesInner struct + func NewNullableSystemNetworkInterfacesInner(val *SystemNetworkInterfacesInner) *NullableSystemNetworkInterfacesInner + func (v *NullableSystemNetworkInterfacesInner) Set(val *SystemNetworkInterfacesInner) + func (v *NullableSystemNetworkInterfacesInner) UnmarshalJSON(src []byte) error + func (v *NullableSystemNetworkInterfacesInner) Unset() + func (v NullableSystemNetworkInterfacesInner) Get() *SystemNetworkInterfacesInner + func (v NullableSystemNetworkInterfacesInner) IsSet() bool + func (v NullableSystemNetworkInterfacesInner) MarshalJSON() ([]byte, error) + type NullableSystemOsVersionDetail struct + func NewNullableSystemOsVersionDetail(val *SystemOsVersionDetail) *NullableSystemOsVersionDetail + func (v *NullableSystemOsVersionDetail) Set(val *SystemOsVersionDetail) + func (v *NullableSystemOsVersionDetail) UnmarshalJSON(src []byte) error + func (v *NullableSystemOsVersionDetail) Unset() + func (v NullableSystemOsVersionDetail) Get() *SystemOsVersionDetail + func (v NullableSystemOsVersionDetail) IsSet() bool + func (v NullableSystemOsVersionDetail) MarshalJSON() ([]byte, error) + type NullableSystemProvisionMetadata struct + func NewNullableSystemProvisionMetadata(val *SystemProvisionMetadata) *NullableSystemProvisionMetadata + func (v *NullableSystemProvisionMetadata) Set(val *SystemProvisionMetadata) + func (v *NullableSystemProvisionMetadata) UnmarshalJSON(src []byte) error + func (v *NullableSystemProvisionMetadata) Unset() + func (v NullableSystemProvisionMetadata) Get() *SystemProvisionMetadata + func (v NullableSystemProvisionMetadata) IsSet() bool + func (v NullableSystemProvisionMetadata) MarshalJSON() ([]byte, error) + type NullableSystemProvisionMetadataProvisioner struct + func NewNullableSystemProvisionMetadataProvisioner(val *SystemProvisionMetadataProvisioner) *NullableSystemProvisionMetadataProvisioner + func (v *NullableSystemProvisionMetadataProvisioner) Set(val *SystemProvisionMetadataProvisioner) + func (v *NullableSystemProvisionMetadataProvisioner) UnmarshalJSON(src []byte) error + func (v *NullableSystemProvisionMetadataProvisioner) Unset() + func (v NullableSystemProvisionMetadataProvisioner) Get() *SystemProvisionMetadataProvisioner + func (v NullableSystemProvisionMetadataProvisioner) IsSet() bool + func (v NullableSystemProvisionMetadataProvisioner) MarshalJSON() ([]byte, error) + type NullableSystemServiceAccountState struct + func NewNullableSystemServiceAccountState(val *SystemServiceAccountState) *NullableSystemServiceAccountState + func (v *NullableSystemServiceAccountState) Set(val *SystemServiceAccountState) + func (v *NullableSystemServiceAccountState) UnmarshalJSON(src []byte) error + func (v *NullableSystemServiceAccountState) Unset() + func (v NullableSystemServiceAccountState) Get() *SystemServiceAccountState + func (v NullableSystemServiceAccountState) IsSet() bool + func (v NullableSystemServiceAccountState) MarshalJSON() ([]byte, error) + type NullableSystemSshdParamsInner struct + func NewNullableSystemSshdParamsInner(val *SystemSshdParamsInner) *NullableSystemSshdParamsInner + func (v *NullableSystemSshdParamsInner) Set(val *SystemSshdParamsInner) + func (v *NullableSystemSshdParamsInner) UnmarshalJSON(src []byte) error + func (v *NullableSystemSshdParamsInner) Unset() + func (v NullableSystemSshdParamsInner) Get() *SystemSshdParamsInner + func (v NullableSystemSshdParamsInner) IsSet() bool + func (v NullableSystemSshdParamsInner) MarshalJSON() ([]byte, error) + type NullableSystemSystemInsights struct + func NewNullableSystemSystemInsights(val *SystemSystemInsights) *NullableSystemSystemInsights + func (v *NullableSystemSystemInsights) Set(val *SystemSystemInsights) + func (v *NullableSystemSystemInsights) UnmarshalJSON(src []byte) error + func (v *NullableSystemSystemInsights) Unset() + func (v NullableSystemSystemInsights) Get() *SystemSystemInsights + func (v NullableSystemSystemInsights) IsSet() bool + func (v NullableSystemSystemInsights) MarshalJSON() ([]byte, error) + type NullableSystemUserMetricsInner struct + func NewNullableSystemUserMetricsInner(val *SystemUserMetricsInner) *NullableSystemUserMetricsInner + func (v *NullableSystemUserMetricsInner) Set(val *SystemUserMetricsInner) + func (v *NullableSystemUserMetricsInner) UnmarshalJSON(src []byte) error + func (v *NullableSystemUserMetricsInner) Unset() + func (v NullableSystemUserMetricsInner) Get() *SystemUserMetricsInner + func (v NullableSystemUserMetricsInner) IsSet() bool + func (v NullableSystemUserMetricsInner) MarshalJSON() ([]byte, error) + type NullableSystemput struct + func NewNullableSystemput(val *Systemput) *NullableSystemput + func (v *NullableSystemput) Set(val *Systemput) + func (v *NullableSystemput) UnmarshalJSON(src []byte) error + func (v *NullableSystemput) Unset() + func (v NullableSystemput) Get() *Systemput + func (v NullableSystemput) IsSet() bool + func (v NullableSystemput) MarshalJSON() ([]byte, error) + type NullableSystemputAgentBoundMessagesInner struct + func NewNullableSystemputAgentBoundMessagesInner(val *SystemputAgentBoundMessagesInner) *NullableSystemputAgentBoundMessagesInner + func (v *NullableSystemputAgentBoundMessagesInner) Set(val *SystemputAgentBoundMessagesInner) + func (v *NullableSystemputAgentBoundMessagesInner) UnmarshalJSON(src []byte) error + func (v *NullableSystemputAgentBoundMessagesInner) Unset() + func (v NullableSystemputAgentBoundMessagesInner) Get() *SystemputAgentBoundMessagesInner + func (v NullableSystemputAgentBoundMessagesInner) IsSet() bool + func (v NullableSystemputAgentBoundMessagesInner) MarshalJSON() ([]byte, error) + type NullableSystemslist struct + func NewNullableSystemslist(val *Systemslist) *NullableSystemslist + func (v *NullableSystemslist) Set(val *Systemslist) + func (v *NullableSystemslist) UnmarshalJSON(src []byte) error + func (v *NullableSystemslist) Unset() + func (v NullableSystemslist) Get() *Systemslist + func (v NullableSystemslist) IsSet() bool + func (v NullableSystemslist) MarshalJSON() ([]byte, error) + type NullableSystemuserput struct + func NewNullableSystemuserput(val *Systemuserput) *NullableSystemuserput + func (v *NullableSystemuserput) Set(val *Systemuserput) + func (v *NullableSystemuserput) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserput) Unset() + func (v NullableSystemuserput) Get() *Systemuserput + func (v NullableSystemuserput) IsSet() bool + func (v NullableSystemuserput) MarshalJSON() ([]byte, error) + type NullableSystemuserputAddressesInner struct + func NewNullableSystemuserputAddressesInner(val *SystemuserputAddressesInner) *NullableSystemuserputAddressesInner + func (v *NullableSystemuserputAddressesInner) Set(val *SystemuserputAddressesInner) + func (v *NullableSystemuserputAddressesInner) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserputAddressesInner) Unset() + func (v NullableSystemuserputAddressesInner) Get() *SystemuserputAddressesInner + func (v NullableSystemuserputAddressesInner) IsSet() bool + func (v NullableSystemuserputAddressesInner) MarshalJSON() ([]byte, error) + type NullableSystemuserputAttributesInner struct + func NewNullableSystemuserputAttributesInner(val *SystemuserputAttributesInner) *NullableSystemuserputAttributesInner + func (v *NullableSystemuserputAttributesInner) Set(val *SystemuserputAttributesInner) + func (v *NullableSystemuserputAttributesInner) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserputAttributesInner) Unset() + func (v NullableSystemuserputAttributesInner) Get() *SystemuserputAttributesInner + func (v NullableSystemuserputAttributesInner) IsSet() bool + func (v NullableSystemuserputAttributesInner) MarshalJSON() ([]byte, error) + type NullableSystemuserputPhoneNumbersInner struct + func NewNullableSystemuserputPhoneNumbersInner(val *SystemuserputPhoneNumbersInner) *NullableSystemuserputPhoneNumbersInner + func (v *NullableSystemuserputPhoneNumbersInner) Set(val *SystemuserputPhoneNumbersInner) + func (v *NullableSystemuserputPhoneNumbersInner) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserputPhoneNumbersInner) Unset() + func (v NullableSystemuserputPhoneNumbersInner) Get() *SystemuserputPhoneNumbersInner + func (v NullableSystemuserputPhoneNumbersInner) IsSet() bool + func (v NullableSystemuserputPhoneNumbersInner) MarshalJSON() ([]byte, error) + type NullableSystemuserputRelationshipsInner struct + func NewNullableSystemuserputRelationshipsInner(val *SystemuserputRelationshipsInner) *NullableSystemuserputRelationshipsInner + func (v *NullableSystemuserputRelationshipsInner) Set(val *SystemuserputRelationshipsInner) + func (v *NullableSystemuserputRelationshipsInner) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserputRelationshipsInner) Unset() + func (v NullableSystemuserputRelationshipsInner) Get() *SystemuserputRelationshipsInner + func (v NullableSystemuserputRelationshipsInner) IsSet() bool + func (v NullableSystemuserputRelationshipsInner) MarshalJSON() ([]byte, error) + type NullableSystemuserputpost struct + func NewNullableSystemuserputpost(val *Systemuserputpost) *NullableSystemuserputpost + func (v *NullableSystemuserputpost) Set(val *Systemuserputpost) + func (v *NullableSystemuserputpost) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserputpost) Unset() + func (v NullableSystemuserputpost) Get() *Systemuserputpost + func (v NullableSystemuserputpost) IsSet() bool + func (v NullableSystemuserputpost) MarshalJSON() ([]byte, error) + type NullableSystemuserputpostAddressesInner struct + func NewNullableSystemuserputpostAddressesInner(val *SystemuserputpostAddressesInner) *NullableSystemuserputpostAddressesInner + func (v *NullableSystemuserputpostAddressesInner) Set(val *SystemuserputpostAddressesInner) + func (v *NullableSystemuserputpostAddressesInner) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserputpostAddressesInner) Unset() + func (v NullableSystemuserputpostAddressesInner) Get() *SystemuserputpostAddressesInner + func (v NullableSystemuserputpostAddressesInner) IsSet() bool + func (v NullableSystemuserputpostAddressesInner) MarshalJSON() ([]byte, error) + type NullableSystemuserputpostPhoneNumbersInner struct + func NewNullableSystemuserputpostPhoneNumbersInner(val *SystemuserputpostPhoneNumbersInner) *NullableSystemuserputpostPhoneNumbersInner + func (v *NullableSystemuserputpostPhoneNumbersInner) Set(val *SystemuserputpostPhoneNumbersInner) + func (v *NullableSystemuserputpostPhoneNumbersInner) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserputpostPhoneNumbersInner) Unset() + func (v NullableSystemuserputpostPhoneNumbersInner) Get() *SystemuserputpostPhoneNumbersInner + func (v NullableSystemuserputpostPhoneNumbersInner) IsSet() bool + func (v NullableSystemuserputpostPhoneNumbersInner) MarshalJSON() ([]byte, error) + type NullableSystemuserputpostRecoveryEmail struct + func NewNullableSystemuserputpostRecoveryEmail(val *SystemuserputpostRecoveryEmail) *NullableSystemuserputpostRecoveryEmail + func (v *NullableSystemuserputpostRecoveryEmail) Set(val *SystemuserputpostRecoveryEmail) + func (v *NullableSystemuserputpostRecoveryEmail) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserputpostRecoveryEmail) Unset() + func (v NullableSystemuserputpostRecoveryEmail) Get() *SystemuserputpostRecoveryEmail + func (v NullableSystemuserputpostRecoveryEmail) IsSet() bool + func (v NullableSystemuserputpostRecoveryEmail) MarshalJSON() ([]byte, error) + type NullableSystemuserreturn struct + func NewNullableSystemuserreturn(val *Systemuserreturn) *NullableSystemuserreturn + func (v *NullableSystemuserreturn) Set(val *Systemuserreturn) + func (v *NullableSystemuserreturn) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserreturn) Unset() + func (v NullableSystemuserreturn) Get() *Systemuserreturn + func (v NullableSystemuserreturn) IsSet() bool + func (v NullableSystemuserreturn) MarshalJSON() ([]byte, error) + type NullableSystemuserreturnAddressesInner struct + func NewNullableSystemuserreturnAddressesInner(val *SystemuserreturnAddressesInner) *NullableSystemuserreturnAddressesInner + func (v *NullableSystemuserreturnAddressesInner) Set(val *SystemuserreturnAddressesInner) + func (v *NullableSystemuserreturnAddressesInner) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserreturnAddressesInner) Unset() + func (v NullableSystemuserreturnAddressesInner) Get() *SystemuserreturnAddressesInner + func (v NullableSystemuserreturnAddressesInner) IsSet() bool + func (v NullableSystemuserreturnAddressesInner) MarshalJSON() ([]byte, error) + type NullableSystemuserreturnPhoneNumbersInner struct + func NewNullableSystemuserreturnPhoneNumbersInner(val *SystemuserreturnPhoneNumbersInner) *NullableSystemuserreturnPhoneNumbersInner + func (v *NullableSystemuserreturnPhoneNumbersInner) Set(val *SystemuserreturnPhoneNumbersInner) + func (v *NullableSystemuserreturnPhoneNumbersInner) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserreturnPhoneNumbersInner) Unset() + func (v NullableSystemuserreturnPhoneNumbersInner) Get() *SystemuserreturnPhoneNumbersInner + func (v NullableSystemuserreturnPhoneNumbersInner) IsSet() bool + func (v NullableSystemuserreturnPhoneNumbersInner) MarshalJSON() ([]byte, error) + type NullableSystemuserreturnRecoveryEmail struct + func NewNullableSystemuserreturnRecoveryEmail(val *SystemuserreturnRecoveryEmail) *NullableSystemuserreturnRecoveryEmail + func (v *NullableSystemuserreturnRecoveryEmail) Set(val *SystemuserreturnRecoveryEmail) + func (v *NullableSystemuserreturnRecoveryEmail) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserreturnRecoveryEmail) Unset() + func (v NullableSystemuserreturnRecoveryEmail) Get() *SystemuserreturnRecoveryEmail + func (v NullableSystemuserreturnRecoveryEmail) IsSet() bool + func (v NullableSystemuserreturnRecoveryEmail) MarshalJSON() ([]byte, error) + type NullableSystemusersResetmfaRequest struct + func NewNullableSystemusersResetmfaRequest(val *SystemusersResetmfaRequest) *NullableSystemusersResetmfaRequest + func (v *NullableSystemusersResetmfaRequest) Set(val *SystemusersResetmfaRequest) + func (v *NullableSystemusersResetmfaRequest) UnmarshalJSON(src []byte) error + func (v *NullableSystemusersResetmfaRequest) Unset() + func (v NullableSystemusersResetmfaRequest) Get() *SystemusersResetmfaRequest + func (v NullableSystemusersResetmfaRequest) IsSet() bool + func (v NullableSystemusersResetmfaRequest) MarshalJSON() ([]byte, error) + type NullableSystemusersStateActivateRequest struct + func NewNullableSystemusersStateActivateRequest(val *SystemusersStateActivateRequest) *NullableSystemusersStateActivateRequest + func (v *NullableSystemusersStateActivateRequest) Set(val *SystemusersStateActivateRequest) + func (v *NullableSystemusersStateActivateRequest) UnmarshalJSON(src []byte) error + func (v *NullableSystemusersStateActivateRequest) Unset() + func (v NullableSystemusersStateActivateRequest) Get() *SystemusersStateActivateRequest + func (v NullableSystemusersStateActivateRequest) IsSet() bool + func (v NullableSystemusersStateActivateRequest) MarshalJSON() ([]byte, error) + type NullableSystemuserslist struct + func NewNullableSystemuserslist(val *Systemuserslist) *NullableSystemuserslist + func (v *NullableSystemuserslist) Set(val *Systemuserslist) + func (v *NullableSystemuserslist) UnmarshalJSON(src []byte) error + func (v *NullableSystemuserslist) Unset() + func (v NullableSystemuserslist) Get() *Systemuserslist + func (v NullableSystemuserslist) IsSet() bool + func (v NullableSystemuserslist) MarshalJSON() ([]byte, error) + type NullableTime struct + func NewNullableTime(val *time.Time) *NullableTime + func (v *NullableTime) Set(val *time.Time) + func (v *NullableTime) UnmarshalJSON(src []byte) error + func (v *NullableTime) Unset() + func (v NullableTime) Get() *time.Time + func (v NullableTime) IsSet() bool + func (v NullableTime) MarshalJSON() ([]byte, error) + type NullableTriggerreturn struct + func NewNullableTriggerreturn(val *Triggerreturn) *NullableTriggerreturn + func (v *NullableTriggerreturn) Set(val *Triggerreturn) + func (v *NullableTriggerreturn) UnmarshalJSON(src []byte) error + func (v *NullableTriggerreturn) Unset() + func (v NullableTriggerreturn) Get() *Triggerreturn + func (v NullableTriggerreturn) IsSet() bool + func (v NullableTriggerreturn) MarshalJSON() ([]byte, error) + type NullableTrustedappConfigGet struct + func NewNullableTrustedappConfigGet(val *TrustedappConfigGet) *NullableTrustedappConfigGet + func (v *NullableTrustedappConfigGet) Set(val *TrustedappConfigGet) + func (v *NullableTrustedappConfigGet) UnmarshalJSON(src []byte) error + func (v *NullableTrustedappConfigGet) Unset() + func (v NullableTrustedappConfigGet) Get() *TrustedappConfigGet + func (v NullableTrustedappConfigGet) IsSet() bool + func (v NullableTrustedappConfigGet) MarshalJSON() ([]byte, error) + type NullableTrustedappConfigGetTrustedAppsInner struct + func NewNullableTrustedappConfigGetTrustedAppsInner(val *TrustedappConfigGetTrustedAppsInner) *NullableTrustedappConfigGetTrustedAppsInner + func (v *NullableTrustedappConfigGetTrustedAppsInner) Set(val *TrustedappConfigGetTrustedAppsInner) + func (v *NullableTrustedappConfigGetTrustedAppsInner) UnmarshalJSON(src []byte) error + func (v *NullableTrustedappConfigGetTrustedAppsInner) Unset() + func (v NullableTrustedappConfigGetTrustedAppsInner) Get() *TrustedappConfigGetTrustedAppsInner + func (v NullableTrustedappConfigGetTrustedAppsInner) IsSet() bool + func (v NullableTrustedappConfigGetTrustedAppsInner) MarshalJSON() ([]byte, error) + type NullableTrustedappConfigPut struct + func NewNullableTrustedappConfigPut(val *TrustedappConfigPut) *NullableTrustedappConfigPut + func (v *NullableTrustedappConfigPut) Set(val *TrustedappConfigPut) + func (v *NullableTrustedappConfigPut) UnmarshalJSON(src []byte) error + func (v *NullableTrustedappConfigPut) Unset() + func (v NullableTrustedappConfigPut) Get() *TrustedappConfigPut + func (v NullableTrustedappConfigPut) IsSet() bool + func (v NullableTrustedappConfigPut) MarshalJSON() ([]byte, error) + type NullableUserput struct + func NewNullableUserput(val *Userput) *NullableUserput + func (v *NullableUserput) Set(val *Userput) + func (v *NullableUserput) UnmarshalJSON(src []byte) error + func (v *NullableUserput) Unset() + func (v NullableUserput) Get() *Userput + func (v NullableUserput) IsSet() bool + func (v NullableUserput) MarshalJSON() ([]byte, error) + type NullableUserreturn struct + func NewNullableUserreturn(val *Userreturn) *NullableUserreturn + func (v *NullableUserreturn) Set(val *Userreturn) + func (v *NullableUserreturn) UnmarshalJSON(src []byte) error + func (v *NullableUserreturn) Unset() + func (v NullableUserreturn) Get() *Userreturn + func (v NullableUserreturn) IsSet() bool + func (v NullableUserreturn) MarshalJSON() ([]byte, error) + type NullableUserreturnGrowthData struct + func NewNullableUserreturnGrowthData(val *UserreturnGrowthData) *NullableUserreturnGrowthData + func (v *NullableUserreturnGrowthData) Set(val *UserreturnGrowthData) + func (v *NullableUserreturnGrowthData) UnmarshalJSON(src []byte) error + func (v *NullableUserreturnGrowthData) Unset() + func (v NullableUserreturnGrowthData) Get() *UserreturnGrowthData + func (v NullableUserreturnGrowthData) IsSet() bool + func (v NullableUserreturnGrowthData) MarshalJSON() ([]byte, error) + type Organization struct + AccountsReceivable *string + AdditionalProperties map[string]interface{} + Created *string + DisplayName *string + Entitlement *Organizationentitlement + HasCreditCard *bool + HasStripeCustomerId *bool + Id *string + LastEstimateCalculationTimeStamp *string + LastSfdcSyncStatus map[string]interface{} + LogoUrl *string + Provider *string + Settings *Organizationsettings + TotalBillingEstimate *int32 + func NewOrganization() *Organization + func NewOrganizationWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Organization) MarshalJSON() ([]byte, error) + func (o Organization) ToMap() (map[string]interface{}, error) + type OrganizationPutRequest struct + AdditionalProperties map[string]interface{} + Settings *Organizationsettingsput + func NewOrganizationPutRequest() *OrganizationPutRequest + func NewOrganizationPutRequestWithDefaults() *OrganizationPutRequest + func (o *OrganizationPutRequest) GetSettings() Organizationsettingsput + func (o *OrganizationPutRequest) GetSettingsOk() (*Organizationsettingsput, bool) + func (o *OrganizationPutRequest) HasSettings() bool + func (o *OrganizationPutRequest) SetSettings(v Organizationsettingsput) + func (o *OrganizationPutRequest) UnmarshalJSON(bytes []byte) (err error) + func (o OrganizationPutRequest) MarshalJSON() ([]byte, error) + func (o OrganizationPutRequest) ToMap() (map[string]interface{}, error) + type Organizationentitlement struct + AdditionalProperties map[string]interface{} + BillingModel *string + EntitlementProducts []OrganizationentitlementEntitlementProductsInner + IsManuallyBilled *bool + PricePerUserSum *int32 + func NewOrganizationentitlement() *Organizationentitlement + func NewOrganizationentitlementWithDefaults() *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) SetBillingModel(v string) + func (o *Organizationentitlement) SetEntitlementProducts(v []OrganizationentitlementEntitlementProductsInner) + func (o *Organizationentitlement) SetIsManuallyBilled(v bool) + func (o *Organizationentitlement) SetPricePerUserSum(v int32) + func (o *Organizationentitlement) UnmarshalJSON(bytes []byte) (err error) + func (o Organizationentitlement) MarshalJSON() ([]byte, error) + func (o Organizationentitlement) ToMap() (map[string]interface{}, error) + type OrganizationentitlementEntitlementProductsInner struct + AdditionalProperties map[string]interface{} + CommittedUsers *int32 + ContractType *string + MaxUserCount *int32 + Name *string + PricePerUser *int32 + ProductCategory *string + ProductCode *string + UncommittedUsers *int32 + func NewOrganizationentitlementEntitlementProductsInner() *OrganizationentitlementEntitlementProductsInner + func NewOrganizationentitlementEntitlementProductsInnerWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o OrganizationentitlementEntitlementProductsInner) MarshalJSON() ([]byte, error) + func (o OrganizationentitlementEntitlementProductsInner) ToMap() (map[string]interface{}, error) + type OrganizationsApiOrganizationListRequest struct + ApiService *OrganizationsApiService + 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 struct + ApiService *OrganizationsApiService + func (r OrganizationsApiOrganizationPutRequest) Body(body OrganizationPutRequest) OrganizationsApiOrganizationPutRequest + func (r OrganizationsApiOrganizationPutRequest) Execute() (*Organization, *http.Response, error) + type OrganizationsApiOrganizationsGetRequest struct + ApiService *OrganizationsApiService + func (r OrganizationsApiOrganizationsGetRequest) Execute() (*Organization, *http.Response, error) + func (r OrganizationsApiOrganizationsGetRequest) Fields(fields string) OrganizationsApiOrganizationsGetRequest + func (r OrganizationsApiOrganizationsGetRequest) Filter(filter string) OrganizationsApiOrganizationsGetRequest + type OrganizationsApiService service + 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 struct + AdditionalProperties map[string]interface{} + AgentVersion *string + BetaFeatures map[string]interface{} + ContactEmail *string + ContactName *string + DeviceIdentificationEnabled *bool + DisableCommandRunner *bool + DisableGoogleLogin *bool + DisableLdap *bool + DisableUM *bool + DuplicateLDAPGroups *bool + EmailDisclaimer *string + EnableGoogleApps *bool + EnableManagedUID *bool + EnableO365 *bool + EnableUserPortalAgentInstall *bool + Features *OrganizationsettingsFeatures + GrowthData map[string]interface{} + Logo *string + Name *string + NewSystemUserStateDefaults *OrganizationsettingsNewSystemUserStateDefaults + PasswordCompliance *string + PasswordPolicy *OrganizationsettingsPasswordPolicy + PendingDelete *bool + ShowIntro *bool + SystemUserPasswordExpirationInDays *int32 + SystemUsersCanEdit *bool + SystemUsersCap *int32 + TrustedAppConfig *TrustedappConfigGet + UserPortal *OrganizationsettingsUserPortal + WindowsMDM *OrganizationsettingsWindowsMDM + func NewOrganizationsettings() *Organizationsettings + func NewOrganizationsettingsWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Organizationsettings) MarshalJSON() ([]byte, error) + func (o Organizationsettings) ToMap() (map[string]interface{}, error) + type OrganizationsettingsFeatures struct + AdditionalProperties map[string]interface{} + DirectoryInsights *OrganizationsettingsFeaturesDirectoryInsights + DirectoryInsightsPremium *OrganizationsettingsFeaturesDirectoryInsightsPremium + SystemInsights *OrganizationsettingsFeaturesSystemInsights + func NewOrganizationsettingsFeatures() *OrganizationsettingsFeatures + func NewOrganizationsettingsFeaturesWithDefaults() *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) SetDirectoryInsights(v OrganizationsettingsFeaturesDirectoryInsights) + func (o *OrganizationsettingsFeatures) SetDirectoryInsightsPremium(v OrganizationsettingsFeaturesDirectoryInsightsPremium) + func (o *OrganizationsettingsFeatures) SetSystemInsights(v OrganizationsettingsFeaturesSystemInsights) + func (o *OrganizationsettingsFeatures) UnmarshalJSON(bytes []byte) (err error) + func (o OrganizationsettingsFeatures) MarshalJSON() ([]byte, error) + func (o OrganizationsettingsFeatures) ToMap() (map[string]interface{}, error) + type OrganizationsettingsFeaturesDirectoryInsights struct + AdditionalProperties map[string]interface{} + Enabled *bool + func NewOrganizationsettingsFeaturesDirectoryInsights() *OrganizationsettingsFeaturesDirectoryInsights + func NewOrganizationsettingsFeaturesDirectoryInsightsWithDefaults() *OrganizationsettingsFeaturesDirectoryInsights + func (o *OrganizationsettingsFeaturesDirectoryInsights) GetEnabled() bool + func (o *OrganizationsettingsFeaturesDirectoryInsights) GetEnabledOk() (*bool, bool) + func (o *OrganizationsettingsFeaturesDirectoryInsights) HasEnabled() bool + func (o *OrganizationsettingsFeaturesDirectoryInsights) SetEnabled(v bool) + func (o *OrganizationsettingsFeaturesDirectoryInsights) UnmarshalJSON(bytes []byte) (err error) + func (o OrganizationsettingsFeaturesDirectoryInsights) MarshalJSON() ([]byte, error) + func (o OrganizationsettingsFeaturesDirectoryInsights) ToMap() (map[string]interface{}, error) + type OrganizationsettingsFeaturesDirectoryInsightsPremium struct + AdditionalProperties map[string]interface{} + CreatedAt *string + Enabled *bool + UpdatedAt *string + func NewOrganizationsettingsFeaturesDirectoryInsightsPremium() *OrganizationsettingsFeaturesDirectoryInsightsPremium + func NewOrganizationsettingsFeaturesDirectoryInsightsPremiumWithDefaults() *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) SetCreatedAt(v string) + func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) SetEnabled(v bool) + func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) SetUpdatedAt(v string) + func (o *OrganizationsettingsFeaturesDirectoryInsightsPremium) UnmarshalJSON(bytes []byte) (err error) + func (o OrganizationsettingsFeaturesDirectoryInsightsPremium) MarshalJSON() ([]byte, error) + func (o OrganizationsettingsFeaturesDirectoryInsightsPremium) ToMap() (map[string]interface{}, error) + type OrganizationsettingsFeaturesSystemInsights struct + AdditionalProperties map[string]interface{} + CreatedAt *string + EnableNewDarwin *bool + EnableNewLinux *bool + EnableNewWindows *bool + Enabled *bool + UpdatedAt *string + func NewOrganizationsettingsFeaturesSystemInsights() *OrganizationsettingsFeaturesSystemInsights + func NewOrganizationsettingsFeaturesSystemInsightsWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o OrganizationsettingsFeaturesSystemInsights) MarshalJSON() ([]byte, error) + func (o OrganizationsettingsFeaturesSystemInsights) ToMap() (map[string]interface{}, error) + type OrganizationsettingsNewSystemUserStateDefaults struct + AdditionalProperties map[string]interface{} + ApplicationImport *string + CsvImport *string + ManualEntry *string + func NewOrganizationsettingsNewSystemUserStateDefaults() *OrganizationsettingsNewSystemUserStateDefaults + func NewOrganizationsettingsNewSystemUserStateDefaultsWithDefaults() *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) SetApplicationImport(v string) + func (o *OrganizationsettingsNewSystemUserStateDefaults) SetCsvImport(v string) + func (o *OrganizationsettingsNewSystemUserStateDefaults) SetManualEntry(v string) + func (o *OrganizationsettingsNewSystemUserStateDefaults) UnmarshalJSON(bytes []byte) (err error) + func (o OrganizationsettingsNewSystemUserStateDefaults) MarshalJSON() ([]byte, error) + func (o OrganizationsettingsNewSystemUserStateDefaults) ToMap() (map[string]interface{}, error) + type OrganizationsettingsPasswordPolicy struct + AdditionalProperties map[string]interface{} + AllowUsernameSubstring *bool + DaysAfterExpirationToSelfRecover *int32 + DaysBeforeExpirationToForceReset *int32 + EffectiveDate *string + EnableDaysAfterExpirationToSelfRecover *bool + EnableDaysBeforeExpirationToForceReset *bool + EnableLockoutTimeInSeconds *bool + EnableMaxHistory *bool + EnableMaxLoginAttempts *bool + EnableMinChangePeriodInDays *bool + EnableMinLength *bool + EnablePasswordExpirationInDays *bool + EnableRecoveryEmail *bool + EnableResetLockoutCounter *bool + GracePeriodDate *string + LockoutTimeInSeconds *int32 + MaxHistory *int32 + MaxLoginAttempts *int32 + MinChangePeriodInDays *int32 + MinLength *int32 + NeedsLowercase *bool + NeedsNumeric *bool + NeedsSymbolic *bool + NeedsUppercase *bool + PasswordExpirationInDays *int32 + ResetLockoutCounterMinutes *int32 + func NewOrganizationsettingsPasswordPolicy() *OrganizationsettingsPasswordPolicy + func NewOrganizationsettingsPasswordPolicyWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o OrganizationsettingsPasswordPolicy) MarshalJSON() ([]byte, error) + func (o OrganizationsettingsPasswordPolicy) ToMap() (map[string]interface{}, error) + type OrganizationsettingsUserPortal struct + AdditionalProperties map[string]interface{} + IdleSessionDurationMinutes *int32 + func NewOrganizationsettingsUserPortal() *OrganizationsettingsUserPortal + func NewOrganizationsettingsUserPortalWithDefaults() *OrganizationsettingsUserPortal + func (o *OrganizationsettingsUserPortal) GetIdleSessionDurationMinutes() int32 + func (o *OrganizationsettingsUserPortal) GetIdleSessionDurationMinutesOk() (*int32, bool) + func (o *OrganizationsettingsUserPortal) HasIdleSessionDurationMinutes() bool + func (o *OrganizationsettingsUserPortal) SetIdleSessionDurationMinutes(v int32) + func (o *OrganizationsettingsUserPortal) UnmarshalJSON(bytes []byte) (err error) + func (o OrganizationsettingsUserPortal) MarshalJSON() ([]byte, error) + func (o OrganizationsettingsUserPortal) ToMap() (map[string]interface{}, error) + type OrganizationsettingsWindowsMDM struct + AdditionalProperties map[string]interface{} + AutoEnroll *bool + Enabled *bool + func NewOrganizationsettingsWindowsMDM() *OrganizationsettingsWindowsMDM + func NewOrganizationsettingsWindowsMDMWithDefaults() *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) SetAutoEnroll(v bool) + func (o *OrganizationsettingsWindowsMDM) SetEnabled(v bool) + func (o *OrganizationsettingsWindowsMDM) UnmarshalJSON(bytes []byte) (err error) + func (o OrganizationsettingsWindowsMDM) MarshalJSON() ([]byte, error) + func (o OrganizationsettingsWindowsMDM) ToMap() (map[string]interface{}, error) + type Organizationsettingsput struct + AdditionalProperties map[string]interface{} + ContactEmail *string + ContactName *string + DeviceIdentificationEnabled *bool + DisableGoogleLogin *bool + DisableLdap *bool + DisableUM *bool + DuplicateLDAPGroups *bool + EmailDisclaimer *string + EnableManagedUID *bool + Features *OrganizationsettingsFeatures + GrowthData map[string]interface{} + Logo *string + Name *string + NewSystemUserStateDefaults *OrganizationsettingsputNewSystemUserStateDefaults + PasswordCompliance *string + PasswordPolicy *OrganizationsettingsputPasswordPolicy + ShowIntro *bool + SystemUserPasswordExpirationInDays *int32 + SystemUsersCanEdit *bool + SystemUsersCap *int32 + TrustedAppConfig *TrustedappConfigPut + UserPortal *OrganizationsettingsUserPortal + func NewOrganizationsettingsput() *Organizationsettingsput + func NewOrganizationsettingsputWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Organizationsettingsput) MarshalJSON() ([]byte, error) + func (o Organizationsettingsput) ToMap() (map[string]interface{}, error) + type OrganizationsettingsputNewSystemUserStateDefaults struct + AdditionalProperties map[string]interface{} + ApplicationImport *string + CsvImport *string + ManualEntry *string + func NewOrganizationsettingsputNewSystemUserStateDefaults() *OrganizationsettingsputNewSystemUserStateDefaults + func NewOrganizationsettingsputNewSystemUserStateDefaultsWithDefaults() *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) SetApplicationImport(v string) + func (o *OrganizationsettingsputNewSystemUserStateDefaults) SetCsvImport(v string) + func (o *OrganizationsettingsputNewSystemUserStateDefaults) SetManualEntry(v string) + func (o *OrganizationsettingsputNewSystemUserStateDefaults) UnmarshalJSON(bytes []byte) (err error) + func (o OrganizationsettingsputNewSystemUserStateDefaults) MarshalJSON() ([]byte, error) + func (o OrganizationsettingsputNewSystemUserStateDefaults) ToMap() (map[string]interface{}, error) + type OrganizationsettingsputPasswordPolicy struct + AdditionalProperties map[string]interface{} + AllowUsernameSubstring *bool + DaysAfterExpirationToSelfRecover *int32 + DaysBeforeExpirationToForceReset *int32 + EffectiveDate *string + EnableDaysAfterExpirationToSelfRecover *bool + EnableDaysBeforeExpirationToForceReset *bool + EnableLockoutTimeInSeconds *bool + EnableMaxHistory *bool + EnableMaxLoginAttempts *bool + EnableMinChangePeriodInDays *bool + EnableMinLength *bool + EnablePasswordExpirationInDays *bool + GracePeriodDate *string + LockoutTimeInSeconds *int32 + MaxHistory *int32 + MaxLoginAttempts *int32 + MinChangePeriodInDays *int32 + MinLength *int32 + NeedsLowercase *bool + NeedsNumeric *bool + NeedsSymbolic *bool + NeedsUppercase *bool + PasswordExpirationInDays *int32 + func NewOrganizationsettingsputPasswordPolicy() *OrganizationsettingsputPasswordPolicy + func NewOrganizationsettingsputPasswordPolicyWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o OrganizationsettingsputPasswordPolicy) MarshalJSON() ([]byte, error) + func (o OrganizationsettingsputPasswordPolicy) ToMap() (map[string]interface{}, error) + type Organizationslist struct + AdditionalProperties map[string]interface{} + Results []OrganizationslistResultsInner + TotalCount *int32 + func NewOrganizationslist() *Organizationslist + func NewOrganizationslistWithDefaults() *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) SetResults(v []OrganizationslistResultsInner) + func (o *Organizationslist) SetTotalCount(v int32) + func (o *Organizationslist) UnmarshalJSON(bytes []byte) (err error) + func (o Organizationslist) MarshalJSON() ([]byte, error) + func (o Organizationslist) ToMap() (map[string]interface{}, error) + type OrganizationslistResultsInner struct + AdditionalProperties map[string]interface{} + DisplayName *string + Id *string + LogoUrl *string + func NewOrganizationslistResultsInner() *OrganizationslistResultsInner + func NewOrganizationslistResultsInnerWithDefaults() *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) SetDisplayName(v string) + func (o *OrganizationslistResultsInner) SetId(v string) + func (o *OrganizationslistResultsInner) SetLogoUrl(v string) + func (o *OrganizationslistResultsInner) UnmarshalJSON(bytes []byte) (err error) + func (o OrganizationslistResultsInner) MarshalJSON() ([]byte, error) + func (o OrganizationslistResultsInner) ToMap() (map[string]interface{}, error) + type RadiusServersApiRadiusServersDeleteRequest struct + ApiService *RadiusServersApiService + func (r RadiusServersApiRadiusServersDeleteRequest) Execute() (*Radiusserverput, *http.Response, error) + func (r RadiusServersApiRadiusServersDeleteRequest) XOrgId(xOrgId string) RadiusServersApiRadiusServersDeleteRequest + type RadiusServersApiRadiusServersGetRequest struct + ApiService *RadiusServersApiService + func (r RadiusServersApiRadiusServersGetRequest) Execute() (*Radiusserver, *http.Response, error) + func (r RadiusServersApiRadiusServersGetRequest) XOrgId(xOrgId string) RadiusServersApiRadiusServersGetRequest + type RadiusServersApiRadiusServersListRequest struct + ApiService *RadiusServersApiService + 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 struct + ApiService *RadiusServersApiService + func (r RadiusServersApiRadiusServersPostRequest) Body(body Radiusserverpost) RadiusServersApiRadiusServersPostRequest + func (r RadiusServersApiRadiusServersPostRequest) Execute() (*Radiusserver, *http.Response, error) + func (r RadiusServersApiRadiusServersPostRequest) XOrgId(xOrgId string) RadiusServersApiRadiusServersPostRequest + type RadiusServersApiRadiusServersPutRequest struct + ApiService *RadiusServersApiService + func (r RadiusServersApiRadiusServersPutRequest) Body(body RadiusServersPutRequest) RadiusServersApiRadiusServersPutRequest + func (r RadiusServersApiRadiusServersPutRequest) Execute() (*Radiusserverput, *http.Response, error) + func (r RadiusServersApiRadiusServersPutRequest) XOrgId(xOrgId string) RadiusServersApiRadiusServersPutRequest + type RadiusServersApiService service + 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 struct + AdditionalProperties map[string]interface{} + CaCert *string + DeviceCertEnabled *bool + Mfa *string + Name string + NetworkSourceIp string + SharedSecret string + Tags []string + UserCertEnabled *bool + UserLockoutAction *string + UserPasswordEnabled *bool + UserPasswordExpirationAction *string + func NewRadiusServersPutRequest(name string, networkSourceIp string, sharedSecret string) *RadiusServersPutRequest + func NewRadiusServersPutRequestWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o RadiusServersPutRequest) MarshalJSON() ([]byte, error) + func (o RadiusServersPutRequest) ToMap() (map[string]interface{}, error) + type Radiusserver struct + AdditionalProperties map[string]interface{} + AuthIdp *string + CaCert *string + DeviceCertEnabled *bool + Id *string + Mfa *string + Name *string + NetworkSourceIp *string + Organization *string + SharedSecret *string + TagNames []string + Tags []string + UserCertEnabled *bool + UserLockoutAction *string + UserPasswordEnabled *bool + UserPasswordExpirationAction *string + func NewRadiusserver() *Radiusserver + func NewRadiusserverWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Radiusserver) MarshalJSON() ([]byte, error) + func (o Radiusserver) ToMap() (map[string]interface{}, error) + type Radiusserverpost struct + AdditionalProperties map[string]interface{} + AuthIdp *string + CaCert *string + DeviceCertEnabled *bool + Mfa *string + Name string + NetworkSourceIp string + SharedSecret string + TagNames []string + UserCertEnabled *bool + UserLockoutAction *string + UserPasswordEnabled *bool + UserPasswordExpirationAction *string + func NewRadiusserverpost(name string, networkSourceIp string, sharedSecret string) *Radiusserverpost + func NewRadiusserverpostWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Radiusserverpost) MarshalJSON() ([]byte, error) + func (o Radiusserverpost) ToMap() (map[string]interface{}, error) + type Radiusserverput struct + AdditionalProperties map[string]interface{} + AuthIdp *string + CaCert *string + DeviceCertEnabled *bool + Id *string + Mfa *string + Name *string + NetworkSourceIp *string + TagNames []string + UserCertEnabled *bool + UserLockoutAction *string + UserPasswordEnabled *bool + UserPasswordExpirationAction *string + func NewRadiusserverput() *Radiusserverput + func NewRadiusserverputWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Radiusserverput) MarshalJSON() ([]byte, error) + func (o Radiusserverput) ToMap() (map[string]interface{}, error) + type Radiusserverslist struct + AdditionalProperties map[string]interface{} + Results []Radiusserver + TotalCount *int32 + func NewRadiusserverslist() *Radiusserverslist + func NewRadiusserverslistWithDefaults() *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) SetResults(v []Radiusserver) + func (o *Radiusserverslist) SetTotalCount(v int32) + func (o *Radiusserverslist) UnmarshalJSON(bytes []byte) (err error) + func (o Radiusserverslist) MarshalJSON() ([]byte, error) + func (o Radiusserverslist) ToMap() (map[string]interface{}, error) + type Search struct + AdditionalProperties map[string]interface{} + Fields *string + Filter map[string]interface{} + SearchFilter map[string]interface{} + func NewSearch() *Search + func NewSearchWithDefaults() *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) SetFields(v string) + func (o *Search) SetFilter(v map[string]interface{}) + func (o *Search) SetSearchFilter(v map[string]interface{}) + func (o *Search) UnmarshalJSON(bytes []byte) (err error) + func (o Search) MarshalJSON() ([]byte, error) + func (o Search) ToMap() (map[string]interface{}, error) + type SearchApiSearchCommandresultsPostRequest struct + ApiService *SearchApiService + 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 struct + ApiService *SearchApiService + 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 struct + ApiService *SearchApiService + 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 struct + ApiService *SearchApiService + 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 struct + ApiService *SearchApiService + 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 service + 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 struct + Description string + URL string + Variables map[string]ServerVariable + type ServerConfigurations []ServerConfiguration + func (sc ServerConfigurations) URL(index int, variables map[string]string) (string, error) + type ServerVariable struct + DefaultValue string + Description string + EnumValues []string + type Sshkeylist struct + AdditionalProperties map[string]interface{} + CreateDate *string + Id *string + Name *string + PublicKey *string + func NewSshkeylist() *Sshkeylist + func NewSshkeylistWithDefaults() *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) SetCreateDate(v string) + func (o *Sshkeylist) SetId(v string) + func (o *Sshkeylist) SetName(v string) + func (o *Sshkeylist) SetPublicKey(v string) + func (o *Sshkeylist) UnmarshalJSON(bytes []byte) (err error) + func (o Sshkeylist) MarshalJSON() ([]byte, error) + func (o Sshkeylist) ToMap() (map[string]interface{}, error) + type Sshkeypost struct + AdditionalProperties map[string]interface{} + Name string + PublicKey string + func NewSshkeypost(name string, publicKey string) *Sshkeypost + func NewSshkeypostWithDefaults() *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) SetName(v string) + func (o *Sshkeypost) SetPublicKey(v string) + func (o *Sshkeypost) UnmarshalJSON(bytes []byte) (err error) + func (o Sshkeypost) MarshalJSON() ([]byte, error) + func (o Sshkeypost) ToMap() (map[string]interface{}, error) + type Sso struct + AdditionalProperties map[string]interface{} + Beta *bool + Hidden *bool + IdpCertExpirationAt *time.Time + Jit *bool + Type *string + func NewSso() *Sso + func NewSsoWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Sso) MarshalJSON() ([]byte, error) + func (o Sso) ToMap() (map[string]interface{}, error) + type System struct + Active *bool + AdditionalProperties map[string]interface{} + AgentVersion *string + AllowMultiFactorAuthentication *bool + AllowPublicKeyAuthentication *bool + AllowSshPasswordAuthentication *bool + AllowSshRootLogin *bool + AmazonInstanceID *string + Arch *string + ArchFamily *string + AzureAdJoined *bool + BuiltInCommands []SystemBuiltInCommandsInner + ConnectionHistory []map[string]interface{} + Created *time.Time + Description *string + DesktopCapable *bool + DisplayManager *string + DisplayName *string + DomainInfo *SystemDomainInfo + Fde *Fde + FileSystem NullableString + HasServiceAccount *bool + Hostname *string + Id *string + LastContact NullableTime + Mdm *SystemMdm + ModifySSHDConfig *bool + NetworkInterfaces []SystemNetworkInterfacesInner + Organization *string + Os *string + OsFamily *string + OsVersionDetail *SystemOsVersionDetail + ProvisionMetadata *SystemProvisionMetadata + RemoteIP *string + SecureLoginEnabled *bool + SerialNumber *string + ServiceAccountState *SystemServiceAccountState + SshRootEnabled *bool + SshdParams []SystemSshdParamsInner + SystemInsights *SystemSystemInsights + SystemTimezone *int32 + Tags []string + TemplateName *string + UserMetrics []SystemUserMetricsInner + Version *string + func NewSystem() *System + func NewSystemWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o *System) UnsetFileSystem() + func (o *System) UnsetLastContact() + func (o System) MarshalJSON() ([]byte, error) + func (o System) ToMap() (map[string]interface{}, error) + type SystemBuiltInCommandsInner struct + AdditionalProperties map[string]interface{} + Name *string + Type *string + func NewSystemBuiltInCommandsInner() *SystemBuiltInCommandsInner + func NewSystemBuiltInCommandsInnerWithDefaults() *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) SetName(v string) + func (o *SystemBuiltInCommandsInner) SetType(v string) + func (o *SystemBuiltInCommandsInner) UnmarshalJSON(bytes []byte) (err error) + func (o SystemBuiltInCommandsInner) MarshalJSON() ([]byte, error) + func (o SystemBuiltInCommandsInner) ToMap() (map[string]interface{}, error) + type SystemDomainInfo struct + AdditionalProperties map[string]interface{} + DomainName *string + PartOfDomain *bool + func NewSystemDomainInfo() *SystemDomainInfo + func NewSystemDomainInfoWithDefaults() *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) SetDomainName(v string) + func (o *SystemDomainInfo) SetPartOfDomain(v bool) + func (o *SystemDomainInfo) UnmarshalJSON(bytes []byte) (err error) + func (o SystemDomainInfo) MarshalJSON() ([]byte, error) + func (o SystemDomainInfo) ToMap() (map[string]interface{}, error) + type SystemMdm struct + AdditionalProperties map[string]interface{} + Dep *bool + EnrollmentType *string + Internal *SystemMdmInternal + ProfileIdentifier *string + UserApproved *bool + Vendor *string + func NewSystemMdm() *SystemMdm + func NewSystemMdmWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o SystemMdm) MarshalJSON() ([]byte, error) + func (o SystemMdm) ToMap() (map[string]interface{}, error) + type SystemMdmInternal struct + AdditionalProperties map[string]interface{} + DeviceId *string + WindowsDeviceId *string + func NewSystemMdmInternal() *SystemMdmInternal + func NewSystemMdmInternalWithDefaults() *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) SetDeviceId(v string) + func (o *SystemMdmInternal) SetWindowsDeviceId(v string) + func (o *SystemMdmInternal) UnmarshalJSON(bytes []byte) (err error) + func (o SystemMdmInternal) MarshalJSON() ([]byte, error) + func (o SystemMdmInternal) ToMap() (map[string]interface{}, error) + type SystemNetworkInterfacesInner struct + AdditionalProperties map[string]interface{} + Address *string + Family *string + Internal *bool + Name *string + func NewSystemNetworkInterfacesInner() *SystemNetworkInterfacesInner + func NewSystemNetworkInterfacesInnerWithDefaults() *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) SetAddress(v string) + func (o *SystemNetworkInterfacesInner) SetFamily(v string) + func (o *SystemNetworkInterfacesInner) SetInternal(v bool) + func (o *SystemNetworkInterfacesInner) SetName(v string) + func (o *SystemNetworkInterfacesInner) UnmarshalJSON(bytes []byte) (err error) + func (o SystemNetworkInterfacesInner) MarshalJSON() ([]byte, error) + func (o SystemNetworkInterfacesInner) ToMap() (map[string]interface{}, error) + type SystemOsVersionDetail struct + AdditionalProperties map[string]interface{} + Major *string + Minor *string + OsName *string + Patch *string + ReleaseName *string + Revision *string + func NewSystemOsVersionDetail() *SystemOsVersionDetail + func NewSystemOsVersionDetailWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o SystemOsVersionDetail) MarshalJSON() ([]byte, error) + func (o SystemOsVersionDetail) ToMap() (map[string]interface{}, error) + type SystemProvisionMetadata struct + AdditionalProperties map[string]interface{} + Provisioner *SystemProvisionMetadataProvisioner + func NewSystemProvisionMetadata() *SystemProvisionMetadata + func NewSystemProvisionMetadataWithDefaults() *SystemProvisionMetadata + func (o *SystemProvisionMetadata) GetProvisioner() SystemProvisionMetadataProvisioner + func (o *SystemProvisionMetadata) GetProvisionerOk() (*SystemProvisionMetadataProvisioner, bool) + func (o *SystemProvisionMetadata) HasProvisioner() bool + func (o *SystemProvisionMetadata) SetProvisioner(v SystemProvisionMetadataProvisioner) + func (o *SystemProvisionMetadata) UnmarshalJSON(bytes []byte) (err error) + func (o SystemProvisionMetadata) MarshalJSON() ([]byte, error) + func (o SystemProvisionMetadata) ToMap() (map[string]interface{}, error) + type SystemProvisionMetadataProvisioner struct + AdditionalProperties map[string]interface{} + ProvisionerId *string + Type *string + func NewSystemProvisionMetadataProvisioner() *SystemProvisionMetadataProvisioner + func NewSystemProvisionMetadataProvisionerWithDefaults() *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) SetProvisionerId(v string) + func (o *SystemProvisionMetadataProvisioner) SetType(v string) + func (o *SystemProvisionMetadataProvisioner) UnmarshalJSON(bytes []byte) (err error) + func (o SystemProvisionMetadataProvisioner) MarshalJSON() ([]byte, error) + func (o SystemProvisionMetadataProvisioner) ToMap() (map[string]interface{}, error) + type SystemServiceAccountState struct + AdditionalProperties map[string]interface{} + HasSecureToken *bool + PasswordAPFSValid *bool + PasswordODValid *bool + func NewSystemServiceAccountState() *SystemServiceAccountState + func NewSystemServiceAccountStateWithDefaults() *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) SetHasSecureToken(v bool) + func (o *SystemServiceAccountState) SetPasswordAPFSValid(v bool) + func (o *SystemServiceAccountState) SetPasswordODValid(v bool) + func (o *SystemServiceAccountState) UnmarshalJSON(bytes []byte) (err error) + func (o SystemServiceAccountState) MarshalJSON() ([]byte, error) + func (o SystemServiceAccountState) ToMap() (map[string]interface{}, error) + type SystemSshdParamsInner struct + AdditionalProperties map[string]interface{} + Name *string + Value *string + func NewSystemSshdParamsInner() *SystemSshdParamsInner + func NewSystemSshdParamsInnerWithDefaults() *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) SetName(v string) + func (o *SystemSshdParamsInner) SetValue(v string) + func (o *SystemSshdParamsInner) UnmarshalJSON(bytes []byte) (err error) + func (o SystemSshdParamsInner) MarshalJSON() ([]byte, error) + func (o SystemSshdParamsInner) ToMap() (map[string]interface{}, error) + type SystemSystemInsights struct + AdditionalProperties map[string]interface{} + State *string + func NewSystemSystemInsights() *SystemSystemInsights + func NewSystemSystemInsightsWithDefaults() *SystemSystemInsights + func (o *SystemSystemInsights) GetState() string + func (o *SystemSystemInsights) GetStateOk() (*string, bool) + func (o *SystemSystemInsights) HasState() bool + func (o *SystemSystemInsights) SetState(v string) + func (o *SystemSystemInsights) UnmarshalJSON(bytes []byte) (err error) + func (o SystemSystemInsights) MarshalJSON() ([]byte, error) + func (o SystemSystemInsights) ToMap() (map[string]interface{}, error) + type SystemUserMetricsInner struct + AdditionalProperties map[string]interface{} + Admin *bool + Managed *bool + SecureTokenEnabled *bool + Suspended *bool + UserName *string + func NewSystemUserMetricsInner() *SystemUserMetricsInner + func NewSystemUserMetricsInnerWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o SystemUserMetricsInner) MarshalJSON() ([]byte, error) + func (o SystemUserMetricsInner) ToMap() (map[string]interface{}, error) + type Systemput struct + AdditionalProperties map[string]interface{} + AgentBoundMessages []SystemputAgentBoundMessagesInner + AllowMultiFactorAuthentication *bool + AllowPublicKeyAuthentication *bool + AllowSshPasswordAuthentication *bool + AllowSshRootLogin *bool + DisplayName *string + Tags []string + func NewSystemput() *Systemput + func NewSystemputWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Systemput) MarshalJSON() ([]byte, error) + func (o Systemput) ToMap() (map[string]interface{}, error) + type SystemputAgentBoundMessagesInner struct + AdditionalProperties map[string]interface{} + Cmd *string + func NewSystemputAgentBoundMessagesInner() *SystemputAgentBoundMessagesInner + func NewSystemputAgentBoundMessagesInnerWithDefaults() *SystemputAgentBoundMessagesInner + func (o *SystemputAgentBoundMessagesInner) GetCmd() string + func (o *SystemputAgentBoundMessagesInner) GetCmdOk() (*string, bool) + func (o *SystemputAgentBoundMessagesInner) HasCmd() bool + func (o *SystemputAgentBoundMessagesInner) SetCmd(v string) + func (o *SystemputAgentBoundMessagesInner) UnmarshalJSON(bytes []byte) (err error) + func (o SystemputAgentBoundMessagesInner) MarshalJSON() ([]byte, error) + func (o SystemputAgentBoundMessagesInner) ToMap() (map[string]interface{}, error) + type SystemsApiService service + 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 struct + ApiService *SystemsApiService + func (r SystemsApiSystemsCommandBuiltinEraseRequest) Execute() (*http.Response, error) + func (r SystemsApiSystemsCommandBuiltinEraseRequest) XOrgId(xOrgId string) SystemsApiSystemsCommandBuiltinEraseRequest + type SystemsApiSystemsCommandBuiltinLockRequest struct + ApiService *SystemsApiService + func (r SystemsApiSystemsCommandBuiltinLockRequest) Execute() (*http.Response, error) + func (r SystemsApiSystemsCommandBuiltinLockRequest) XOrgId(xOrgId string) SystemsApiSystemsCommandBuiltinLockRequest + type SystemsApiSystemsCommandBuiltinRestartRequest struct + ApiService *SystemsApiService + func (r SystemsApiSystemsCommandBuiltinRestartRequest) Execute() (*http.Response, error) + func (r SystemsApiSystemsCommandBuiltinRestartRequest) XOrgId(xOrgId string) SystemsApiSystemsCommandBuiltinRestartRequest + type SystemsApiSystemsCommandBuiltinShutdownRequest struct + ApiService *SystemsApiService + func (r SystemsApiSystemsCommandBuiltinShutdownRequest) Execute() (*http.Response, error) + func (r SystemsApiSystemsCommandBuiltinShutdownRequest) XOrgId(xOrgId string) SystemsApiSystemsCommandBuiltinShutdownRequest + type SystemsApiSystemsDeleteRequest struct + ApiService *SystemsApiService + 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 struct + ApiService *SystemsApiService + 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 struct + ApiService *SystemsApiService + 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 struct + ApiService *SystemsApiService + 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 struct + AdditionalProperties map[string]interface{} + Results []System + TotalCount *int32 + func NewSystemslist() *Systemslist + func NewSystemslistWithDefaults() *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) SetResults(v []System) + func (o *Systemslist) SetTotalCount(v int32) + func (o *Systemslist) UnmarshalJSON(bytes []byte) (err error) + func (o Systemslist) MarshalJSON() ([]byte, error) + func (o Systemslist) ToMap() (map[string]interface{}, error) + type Systemuserput struct + AccountLocked *bool + AdditionalProperties map[string]interface{} + Addresses []SystemuserputAddressesInner + AllowPublicKey *bool + AlternateEmail *string + Attributes []SystemuserputAttributesInner + Company *string + CostCenter *string + Department *string + Description *string + DisableDeviceMaxLoginAttempts *bool + Displayname *string + Email *string + EmployeeIdentifier *string + EmployeeType *string + EnableManagedUid *bool + EnableUserPortalMultifactor *bool + ExternalDn *string + ExternalPasswordExpirationDate *string + ExternalSourceType *string + ExternallyManaged *bool + Firstname *string + JobTitle *string + Lastname *string + LdapBindingUser *bool + Location *string + ManagedAppleId *string + Manager *string + Mfa *Mfa + Middlename *string + Password *string + PasswordNeverExpires *bool + PhoneNumbers []SystemuserputPhoneNumbersInner + PublicKey *string + Relationships []SystemuserputRelationshipsInner + SambaServiceUser *bool + SshKeys []Sshkeypost + State *string + Sudo *bool + Suspended *bool + Tags []string + UnixGuid *int32 + UnixUid *int32 + Username *string + func NewSystemuserput() *Systemuserput + func NewSystemuserputWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Systemuserput) MarshalJSON() ([]byte, error) + func (o Systemuserput) ToMap() (map[string]interface{}, error) + type SystemuserputAddressesInner struct + AdditionalProperties map[string]interface{} + Country *string + ExtendedAddress *string + Locality *string + PoBox *string + PostalCode *string + Region *string + StreetAddress *string + Type *string + func NewSystemuserputAddressesInner() *SystemuserputAddressesInner + func NewSystemuserputAddressesInnerWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o SystemuserputAddressesInner) MarshalJSON() ([]byte, error) + func (o SystemuserputAddressesInner) ToMap() (map[string]interface{}, error) + type SystemuserputAttributesInner struct + AdditionalProperties map[string]interface{} + Name *string + Value *string + func NewSystemuserputAttributesInner() *SystemuserputAttributesInner + func NewSystemuserputAttributesInnerWithDefaults() *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) SetName(v string) + func (o *SystemuserputAttributesInner) SetValue(v string) + func (o *SystemuserputAttributesInner) UnmarshalJSON(bytes []byte) (err error) + func (o SystemuserputAttributesInner) MarshalJSON() ([]byte, error) + func (o SystemuserputAttributesInner) ToMap() (map[string]interface{}, error) + type SystemuserputPhoneNumbersInner struct + AdditionalProperties map[string]interface{} + Number *string + Type *string + func NewSystemuserputPhoneNumbersInner() *SystemuserputPhoneNumbersInner + func NewSystemuserputPhoneNumbersInnerWithDefaults() *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) SetNumber(v string) + func (o *SystemuserputPhoneNumbersInner) SetType(v string) + func (o *SystemuserputPhoneNumbersInner) UnmarshalJSON(bytes []byte) (err error) + func (o SystemuserputPhoneNumbersInner) MarshalJSON() ([]byte, error) + func (o SystemuserputPhoneNumbersInner) ToMap() (map[string]interface{}, error) + type SystemuserputRelationshipsInner struct + AdditionalProperties map[string]interface{} + Type *string + Value *string + func NewSystemuserputRelationshipsInner() *SystemuserputRelationshipsInner + func NewSystemuserputRelationshipsInnerWithDefaults() *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) SetType(v string) + func (o *SystemuserputRelationshipsInner) SetValue(v string) + func (o *SystemuserputRelationshipsInner) UnmarshalJSON(bytes []byte) (err error) + func (o SystemuserputRelationshipsInner) MarshalJSON() ([]byte, error) + func (o SystemuserputRelationshipsInner) ToMap() (map[string]interface{}, error) + type Systemuserputpost struct + AccountLocked *bool + Activated *bool + AdditionalProperties map[string]interface{} + Addresses []SystemuserputpostAddressesInner + AllowPublicKey *bool + AlternateEmail *string + Attributes []SystemuserputAttributesInner + Company *string + CostCenter *string + Department *string + Description *string + DisableDeviceMaxLoginAttempts *bool + Displayname *string + Email string + EmployeeIdentifier *string + EmployeeType *string + EnableManagedUid *bool + EnableUserPortalMultifactor *bool + ExternalDn *string + ExternalPasswordExpirationDate *time.Time + ExternalSourceType *string + ExternallyManaged *bool + Firstname *string + JobTitle *string + Lastname *string + LdapBindingUser *bool + Location *string + ManagedAppleId *string + Manager *string + Mfa *Mfa + Middlename *string + Password *string + PasswordNeverExpires *bool + PasswordlessSudo *bool + PhoneNumbers []SystemuserputpostPhoneNumbersInner + PublicKey *string + RecoveryEmail *SystemuserputpostRecoveryEmail + Relationships []SystemuserputRelationshipsInner + SambaServiceUser *bool + State *string + Sudo *bool + Suspended *bool + Tags []string + UnixGuid *int32 + UnixUid *int32 + Username string + func NewSystemuserputpost(email string, username string) *Systemuserputpost + func NewSystemuserputpostWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Systemuserputpost) MarshalJSON() ([]byte, error) + func (o Systemuserputpost) ToMap() (map[string]interface{}, error) + type SystemuserputpostAddressesInner struct + AdditionalProperties map[string]interface{} + Country *string + ExtendedAddress *string + Locality *string + PoBox *string + PostalCode *string + Region *string + StreetAddress *string + Type *string + func NewSystemuserputpostAddressesInner() *SystemuserputpostAddressesInner + func NewSystemuserputpostAddressesInnerWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o SystemuserputpostAddressesInner) MarshalJSON() ([]byte, error) + func (o SystemuserputpostAddressesInner) ToMap() (map[string]interface{}, error) + type SystemuserputpostPhoneNumbersInner struct + AdditionalProperties map[string]interface{} + Number *string + Type *string + func NewSystemuserputpostPhoneNumbersInner() *SystemuserputpostPhoneNumbersInner + func NewSystemuserputpostPhoneNumbersInnerWithDefaults() *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) SetNumber(v string) + func (o *SystemuserputpostPhoneNumbersInner) SetType(v string) + func (o *SystemuserputpostPhoneNumbersInner) UnmarshalJSON(bytes []byte) (err error) + func (o SystemuserputpostPhoneNumbersInner) MarshalJSON() ([]byte, error) + func (o SystemuserputpostPhoneNumbersInner) ToMap() (map[string]interface{}, error) + type SystemuserputpostRecoveryEmail struct + AdditionalProperties map[string]interface{} + Address *string + func NewSystemuserputpostRecoveryEmail() *SystemuserputpostRecoveryEmail + func NewSystemuserputpostRecoveryEmailWithDefaults() *SystemuserputpostRecoveryEmail + func (o *SystemuserputpostRecoveryEmail) GetAddress() string + func (o *SystemuserputpostRecoveryEmail) GetAddressOk() (*string, bool) + func (o *SystemuserputpostRecoveryEmail) HasAddress() bool + func (o *SystemuserputpostRecoveryEmail) SetAddress(v string) + func (o *SystemuserputpostRecoveryEmail) UnmarshalJSON(bytes []byte) (err error) + func (o SystemuserputpostRecoveryEmail) MarshalJSON() ([]byte, error) + func (o SystemuserputpostRecoveryEmail) ToMap() (map[string]interface{}, error) + type Systemuserreturn struct + AccountLocked *bool + AccountLockedDate NullableString + Activated *bool + AdditionalProperties map[string]interface{} + Addresses []SystemuserreturnAddressesInner + AllowPublicKey *bool + AlternateEmail *string + Attributes []SystemuserputAttributesInner + BadLoginAttempts *int32 + Company *string + CostCenter *string + Created *string + CreationSource *string + Department *string + Description *string + DisableDeviceMaxLoginAttempts *bool + Displayname *string + Email *string + EmployeeIdentifier *string + EmployeeType *string + EnableManagedUid *bool + EnableUserPortalMultifactor *bool + ExternalDn *string + ExternalPasswordExpirationDate *string + ExternalSourceType *string + ExternallyManaged *bool + Firstname *string + Id *string + JobTitle *string + Lastname *string + LdapBindingUser *bool + Location *string + ManagedAppleId *string + Manager *string + Mfa *Mfa + MfaEnrollment *MfaEnrollment + Middlename *string + Organization *string + PasswordDate NullableString + PasswordExpirationDate NullableString + PasswordExpired *bool + PasswordNeverExpires *bool + PasswordlessSudo *bool + PhoneNumbers []SystemuserreturnPhoneNumbersInner + PublicKey *string + RecoveryEmail *SystemuserreturnRecoveryEmail + Relationships []SystemuserputRelationshipsInner + SambaServiceUser *bool + SshKeys []Sshkeylist + State *string + Sudo *bool + Suspended *bool + Tags []string + TotpEnabled *bool + UnixGuid *int32 + UnixUid *int32 + Username *string + func NewSystemuserreturn() *Systemuserreturn + func NewSystemuserreturnWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o *Systemuserreturn) UnsetAccountLockedDate() + func (o *Systemuserreturn) UnsetPasswordDate() + func (o *Systemuserreturn) UnsetPasswordExpirationDate() + func (o Systemuserreturn) MarshalJSON() ([]byte, error) + func (o Systemuserreturn) ToMap() (map[string]interface{}, error) + type SystemuserreturnAddressesInner struct + AdditionalProperties map[string]interface{} + Country *string + ExtendedAddress *string + Id *string + Locality *string + PoBox *string + PostalCode *string + Region *string + StreetAddress *string + Type *string + func NewSystemuserreturnAddressesInner() *SystemuserreturnAddressesInner + func NewSystemuserreturnAddressesInnerWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o SystemuserreturnAddressesInner) MarshalJSON() ([]byte, error) + func (o SystemuserreturnAddressesInner) ToMap() (map[string]interface{}, error) + type SystemuserreturnPhoneNumbersInner struct + AdditionalProperties map[string]interface{} + Id *string + Number *string + Type *string + func NewSystemuserreturnPhoneNumbersInner() *SystemuserreturnPhoneNumbersInner + func NewSystemuserreturnPhoneNumbersInnerWithDefaults() *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) SetId(v string) + func (o *SystemuserreturnPhoneNumbersInner) SetNumber(v string) + func (o *SystemuserreturnPhoneNumbersInner) SetType(v string) + func (o *SystemuserreturnPhoneNumbersInner) UnmarshalJSON(bytes []byte) (err error) + func (o SystemuserreturnPhoneNumbersInner) MarshalJSON() ([]byte, error) + func (o SystemuserreturnPhoneNumbersInner) ToMap() (map[string]interface{}, error) + type SystemuserreturnRecoveryEmail struct + AdditionalProperties map[string]interface{} + Address *string + Verified *bool + VerifiedAt *string + func NewSystemuserreturnRecoveryEmail() *SystemuserreturnRecoveryEmail + func NewSystemuserreturnRecoveryEmailWithDefaults() *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) SetAddress(v string) + func (o *SystemuserreturnRecoveryEmail) SetVerified(v bool) + func (o *SystemuserreturnRecoveryEmail) SetVerifiedAt(v string) + func (o *SystemuserreturnRecoveryEmail) UnmarshalJSON(bytes []byte) (err error) + func (o SystemuserreturnRecoveryEmail) MarshalJSON() ([]byte, error) + func (o SystemuserreturnRecoveryEmail) ToMap() (map[string]interface{}, error) + type SystemusersApiService service + 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 struct + ApiService *SystemusersApiService + func (r SystemusersApiSshkeyDeleteRequest) Execute() (string, *http.Response, error) + func (r SystemusersApiSshkeyDeleteRequest) XOrgId(xOrgId string) SystemusersApiSshkeyDeleteRequest + type SystemusersApiSshkeyListRequest struct + ApiService *SystemusersApiService + func (r SystemusersApiSshkeyListRequest) Execute() ([]Sshkeylist, *http.Response, error) + func (r SystemusersApiSshkeyListRequest) XOrgId(xOrgId string) SystemusersApiSshkeyListRequest + type SystemusersApiSshkeyPostRequest struct + ApiService *SystemusersApiService + func (r SystemusersApiSshkeyPostRequest) Body(body Sshkeypost) SystemusersApiSshkeyPostRequest + func (r SystemusersApiSshkeyPostRequest) Execute() (*Sshkeylist, *http.Response, error) + func (r SystemusersApiSshkeyPostRequest) XOrgId(xOrgId string) SystemusersApiSshkeyPostRequest + type SystemusersApiSystemusersDeleteRequest struct + ApiService *SystemusersApiService + func (r SystemusersApiSystemusersDeleteRequest) CascadeManager(cascadeManager string) SystemusersApiSystemusersDeleteRequest + func (r SystemusersApiSystemusersDeleteRequest) Execute() (*Systemuserreturn, *http.Response, error) + func (r SystemusersApiSystemusersDeleteRequest) XOrgId(xOrgId string) SystemusersApiSystemusersDeleteRequest + type SystemusersApiSystemusersExpireRequest struct + ApiService *SystemusersApiService + func (r SystemusersApiSystemusersExpireRequest) Execute() (string, *http.Response, error) + func (r SystemusersApiSystemusersExpireRequest) XOrgId(xOrgId string) SystemusersApiSystemusersExpireRequest + type SystemusersApiSystemusersGetRequest struct + ApiService *SystemusersApiService + 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 struct + ApiService *SystemusersApiService + 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 struct + ApiService *SystemusersApiService + func (r SystemusersApiSystemusersMfasyncRequest) Execute() (*http.Response, error) + type SystemusersApiSystemusersPostRequest struct + ApiService *SystemusersApiService + 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 struct + ApiService *SystemusersApiService + 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 struct + ApiService *SystemusersApiService + func (r SystemusersApiSystemusersResetmfaRequest) Body(body SystemusersResetmfaRequest) SystemusersApiSystemusersResetmfaRequest + func (r SystemusersApiSystemusersResetmfaRequest) Execute() (string, *http.Response, error) + func (r SystemusersApiSystemusersResetmfaRequest) XOrgId(xOrgId string) SystemusersApiSystemusersResetmfaRequest + type SystemusersApiSystemusersStateActivateRequest struct + ApiService *SystemusersApiService + func (r SystemusersApiSystemusersStateActivateRequest) Body(body SystemusersStateActivateRequest) SystemusersApiSystemusersStateActivateRequest + func (r SystemusersApiSystemusersStateActivateRequest) Execute() (string, *http.Response, error) + type SystemusersApiSystemusersUnlockRequest struct + ApiService *SystemusersApiService + func (r SystemusersApiSystemusersUnlockRequest) Execute() (string, *http.Response, error) + func (r SystemusersApiSystemusersUnlockRequest) XOrgId(xOrgId string) SystemusersApiSystemusersUnlockRequest + type SystemusersResetmfaRequest struct + AdditionalProperties map[string]interface{} + Exclusion *bool + ExclusionDays *float32 + ExclusionUntil *time.Time + func NewSystemusersResetmfaRequest() *SystemusersResetmfaRequest + func NewSystemusersResetmfaRequestWithDefaults() *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) SetExclusion(v bool) + func (o *SystemusersResetmfaRequest) SetExclusionDays(v float32) + func (o *SystemusersResetmfaRequest) SetExclusionUntil(v time.Time) + func (o *SystemusersResetmfaRequest) UnmarshalJSON(bytes []byte) (err error) + func (o SystemusersResetmfaRequest) MarshalJSON() ([]byte, error) + func (o SystemusersResetmfaRequest) ToMap() (map[string]interface{}, error) + type SystemusersStateActivateRequest struct + AdditionalProperties map[string]interface{} + Email map[string]interface{} + func NewSystemusersStateActivateRequest() *SystemusersStateActivateRequest + func NewSystemusersStateActivateRequestWithDefaults() *SystemusersStateActivateRequest + func (o *SystemusersStateActivateRequest) GetEmail() map[string]interface{} + func (o *SystemusersStateActivateRequest) GetEmailOk() (map[string]interface{}, bool) + func (o *SystemusersStateActivateRequest) HasEmail() bool + func (o *SystemusersStateActivateRequest) SetEmail(v map[string]interface{}) + func (o *SystemusersStateActivateRequest) UnmarshalJSON(bytes []byte) (err error) + func (o SystemusersStateActivateRequest) MarshalJSON() ([]byte, error) + func (o SystemusersStateActivateRequest) ToMap() (map[string]interface{}, error) + type Systemuserslist struct + AdditionalProperties map[string]interface{} + Results []Systemuserreturn + TotalCount *int32 + func NewSystemuserslist() *Systemuserslist + func NewSystemuserslistWithDefaults() *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) SetResults(v []Systemuserreturn) + func (o *Systemuserslist) SetTotalCount(v int32) + func (o *Systemuserslist) UnmarshalJSON(bytes []byte) (err error) + func (o Systemuserslist) MarshalJSON() ([]byte, error) + func (o Systemuserslist) ToMap() (map[string]interface{}, error) + type Triggerreturn struct + AdditionalProperties map[string]interface{} + Triggered []string + func NewTriggerreturn() *Triggerreturn + func NewTriggerreturnWithDefaults() *Triggerreturn + func (o *Triggerreturn) GetTriggered() []string + func (o *Triggerreturn) GetTriggeredOk() ([]string, bool) + func (o *Triggerreturn) HasTriggered() bool + func (o *Triggerreturn) SetTriggered(v []string) + func (o *Triggerreturn) UnmarshalJSON(bytes []byte) (err error) + func (o Triggerreturn) MarshalJSON() ([]byte, error) + func (o Triggerreturn) ToMap() (map[string]interface{}, error) + type TrustedappConfigGet struct + AdditionalProperties map[string]interface{} + Checksum string + TrustedApps []TrustedappConfigGetTrustedAppsInner + func NewTrustedappConfigGet(checksum string, trustedApps []TrustedappConfigGetTrustedAppsInner) *TrustedappConfigGet + func NewTrustedappConfigGetWithDefaults() *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) SetChecksum(v string) + func (o *TrustedappConfigGet) SetTrustedApps(v []TrustedappConfigGetTrustedAppsInner) + func (o *TrustedappConfigGet) UnmarshalJSON(bytes []byte) (err error) + func (o TrustedappConfigGet) MarshalJSON() ([]byte, error) + func (o TrustedappConfigGet) ToMap() (map[string]interface{}, error) + type TrustedappConfigGetTrustedAppsInner struct + AdditionalProperties map[string]interface{} + Name string + Path *string + Teamid *string + func NewTrustedappConfigGetTrustedAppsInner(name string) *TrustedappConfigGetTrustedAppsInner + func NewTrustedappConfigGetTrustedAppsInnerWithDefaults() *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) SetName(v string) + func (o *TrustedappConfigGetTrustedAppsInner) SetPath(v string) + func (o *TrustedappConfigGetTrustedAppsInner) SetTeamid(v string) + func (o *TrustedappConfigGetTrustedAppsInner) UnmarshalJSON(bytes []byte) (err error) + func (o TrustedappConfigGetTrustedAppsInner) MarshalJSON() ([]byte, error) + func (o TrustedappConfigGetTrustedAppsInner) ToMap() (map[string]interface{}, error) + type TrustedappConfigPut struct + AdditionalProperties map[string]interface{} + TrustedApps []TrustedappConfigGetTrustedAppsInner + func NewTrustedappConfigPut(trustedApps []TrustedappConfigGetTrustedAppsInner) *TrustedappConfigPut + func NewTrustedappConfigPutWithDefaults() *TrustedappConfigPut + func (o *TrustedappConfigPut) GetTrustedApps() []TrustedappConfigGetTrustedAppsInner + func (o *TrustedappConfigPut) GetTrustedAppsOk() ([]TrustedappConfigGetTrustedAppsInner, bool) + func (o *TrustedappConfigPut) SetTrustedApps(v []TrustedappConfigGetTrustedAppsInner) + func (o *TrustedappConfigPut) UnmarshalJSON(bytes []byte) (err error) + func (o TrustedappConfigPut) MarshalJSON() ([]byte, error) + func (o TrustedappConfigPut) ToMap() (map[string]interface{}, error) + type Userput struct + AdditionalProperties map[string]interface{} + Email *string + EnableMultiFactor *bool + Firstname *string + GrowthData map[string]interface{} + LastWhatsNewChecked *string + Lastname *string + RoleName *string + func NewUserput() *Userput + func NewUserputWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Userput) MarshalJSON() ([]byte, error) + func (o Userput) ToMap() (map[string]interface{}, error) + type Userreturn struct + AdditionalProperties map[string]interface{} + Created *time.Time + DisableIntroduction *bool + Email *string + EnableMultiFactor *bool + Firstname *string + GrowthData *UserreturnGrowthData + Id *string + LastWhatsNewChecked *time.Time + Lastname *string + Organization *string + Provider *string + Role *string + RoleName *string + SessionCount *int32 + Suspended *bool + TotpEnrolled *bool + UsersTimeZone *string + func NewUserreturn() *Userreturn + func NewUserreturnWithDefaults() *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) 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) UnmarshalJSON(bytes []byte) (err error) + func (o Userreturn) MarshalJSON() ([]byte, error) + func (o Userreturn) ToMap() (map[string]interface{}, error) + type UserreturnGrowthData struct + AdditionalProperties map[string]interface{} + ExperimentStates map[string]interface{} + OnboardingState map[string]interface{} + func NewUserreturnGrowthData() *UserreturnGrowthData + func NewUserreturnGrowthDataWithDefaults() *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) SetExperimentStates(v map[string]interface{}) + func (o *UserreturnGrowthData) SetOnboardingState(v map[string]interface{}) + func (o *UserreturnGrowthData) UnmarshalJSON(bytes []byte) (err error) + func (o UserreturnGrowthData) MarshalJSON() ([]byte, error) + func (o UserreturnGrowthData) ToMap() (map[string]interface{}, error) + type UsersApiAdminTotpresetBeginRequest struct + ApiService *UsersApiService + func (r UsersApiAdminTotpresetBeginRequest) Execute() (*http.Response, error) + type UsersApiService service + 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 struct + ApiService *UsersApiService + func (r UsersApiUsersPutRequest) Body(body Userput) UsersApiUsersPutRequest + func (r UsersApiUsersPutRequest) Execute() (*Userreturn, *http.Response, error) + func (r UsersApiUsersPutRequest) XOrgId(xOrgId string) UsersApiUsersPutRequest + type UsersApiUsersReactivateGetRequest struct + ApiService *UsersApiService + func (r UsersApiUsersReactivateGetRequest) Execute() (*http.Response, error)