Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | The user app id | [optional] |
Created | Pointer to time.Time | Time when the user app was created | [optional] |
Modified | Pointer to time.Time | Time when the user app was last modified | [optional] |
HasMultipleAccounts | Pointer to bool | True if the owner has multiple accounts for the source | [optional] [default to false] |
UseForPasswordManagement | Pointer to bool | True if the source has password feature | [optional] [default to false] |
ProvisionRequestEnabled | Pointer to bool | True if the source app related to the user app is provision request enabled | [optional] [default to false] |
AppCenterEnabled | Pointer to bool | True if the source app related to the user app is shown in the app center | [optional] [default to true] |
SourceApp | Pointer to UserAppSourceApp | [optional] | |
Source | Pointer to UserAppSource | [optional] | |
Account | Pointer to UserAppAccount | [optional] | |
Owner | Pointer to UserAppOwner | [optional] |
func NewUserApp() *UserApp
NewUserApp instantiates a new UserApp object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewUserAppWithDefaults() *UserApp
NewUserAppWithDefaults instantiates a new UserApp object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *UserApp) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *UserApp) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserApp) SetId(v string)
SetId sets Id field to given value.
func (o *UserApp) HasId() bool
HasId returns a boolean if a field has been set.
func (o *UserApp) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *UserApp) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserApp) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *UserApp) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *UserApp) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *UserApp) GetModifiedOk() (*time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserApp) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *UserApp) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *UserApp) GetHasMultipleAccounts() bool
GetHasMultipleAccounts returns the HasMultipleAccounts field if non-nil, zero value otherwise.
func (o *UserApp) GetHasMultipleAccountsOk() (*bool, bool)
GetHasMultipleAccountsOk returns a tuple with the HasMultipleAccounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserApp) SetHasMultipleAccounts(v bool)
SetHasMultipleAccounts sets HasMultipleAccounts field to given value.
func (o *UserApp) HasHasMultipleAccounts() bool
HasHasMultipleAccounts returns a boolean if a field has been set.
func (o *UserApp) GetUseForPasswordManagement() bool
GetUseForPasswordManagement returns the UseForPasswordManagement field if non-nil, zero value otherwise.
func (o *UserApp) GetUseForPasswordManagementOk() (*bool, bool)
GetUseForPasswordManagementOk returns a tuple with the UseForPasswordManagement field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserApp) SetUseForPasswordManagement(v bool)
SetUseForPasswordManagement sets UseForPasswordManagement field to given value.
func (o *UserApp) HasUseForPasswordManagement() bool
HasUseForPasswordManagement returns a boolean if a field has been set.
func (o *UserApp) GetProvisionRequestEnabled() bool
GetProvisionRequestEnabled returns the ProvisionRequestEnabled field if non-nil, zero value otherwise.
func (o *UserApp) GetProvisionRequestEnabledOk() (*bool, bool)
GetProvisionRequestEnabledOk returns a tuple with the ProvisionRequestEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserApp) SetProvisionRequestEnabled(v bool)
SetProvisionRequestEnabled sets ProvisionRequestEnabled field to given value.
func (o *UserApp) HasProvisionRequestEnabled() bool
HasProvisionRequestEnabled returns a boolean if a field has been set.
func (o *UserApp) GetAppCenterEnabled() bool
GetAppCenterEnabled returns the AppCenterEnabled field if non-nil, zero value otherwise.
func (o *UserApp) GetAppCenterEnabledOk() (*bool, bool)
GetAppCenterEnabledOk returns a tuple with the AppCenterEnabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserApp) SetAppCenterEnabled(v bool)
SetAppCenterEnabled sets AppCenterEnabled field to given value.
func (o *UserApp) HasAppCenterEnabled() bool
HasAppCenterEnabled returns a boolean if a field has been set.
func (o *UserApp) GetSourceApp() UserAppSourceApp
GetSourceApp returns the SourceApp field if non-nil, zero value otherwise.
func (o *UserApp) GetSourceAppOk() (*UserAppSourceApp, bool)
GetSourceAppOk returns a tuple with the SourceApp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserApp) SetSourceApp(v UserAppSourceApp)
SetSourceApp sets SourceApp field to given value.
func (o *UserApp) HasSourceApp() bool
HasSourceApp returns a boolean if a field has been set.
func (o *UserApp) GetSource() UserAppSource
GetSource returns the Source field if non-nil, zero value otherwise.
func (o *UserApp) GetSourceOk() (*UserAppSource, bool)
GetSourceOk returns a tuple with the Source field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserApp) SetSource(v UserAppSource)
SetSource sets Source field to given value.
func (o *UserApp) HasSource() bool
HasSource returns a boolean if a field has been set.
func (o *UserApp) GetAccount() UserAppAccount
GetAccount returns the Account field if non-nil, zero value otherwise.
func (o *UserApp) GetAccountOk() (*UserAppAccount, bool)
GetAccountOk returns a tuple with the Account field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserApp) SetAccount(v UserAppAccount)
SetAccount sets Account field to given value.
func (o *UserApp) HasAccount() bool
HasAccount returns a boolean if a field has been set.
func (o *UserApp) GetOwner() UserAppOwner
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *UserApp) GetOwnerOk() (*UserAppOwner, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserApp) SetOwner(v UserAppOwner)
SetOwner sets Owner field to given value.
func (o *UserApp) HasOwner() bool
HasOwner returns a boolean if a field has been set.