Skip to content

Latest commit

 

History

History
446 lines (241 loc) · 13.4 KB

ListApplications200ResponseInner.md

File metadata and controls

446 lines (241 loc) · 13.4 KB

ListApplications200ResponseInner

Properties

Name Type Description Notes
Accessibility Pointer to ApplicationAccessibility [optional]
Created Pointer to time.Time [optional] [readonly]
Features Pointer to []string [optional]
Id Pointer to string [optional] [readonly]
Label Pointer to string [optional]
LastUpdated Pointer to time.Time [optional] [readonly]
Licensing Pointer to ApplicationLicensing [optional]
Profile Pointer to map[string]map[string]interface{} [optional]
SignOnMode Pointer to ApplicationSignOnMode [optional]
Status Pointer to ApplicationLifecycleStatus [optional]
Visibility Pointer to ApplicationVisibility [optional]
Embedded Pointer to map[string]map[string]interface{} [optional] [readonly]
Links Pointer to ApplicationLinks [optional]
Credentials Pointer to ApplicationCredentials [optional]
Name Pointer to string [optional] [default to "template_wsfed"]
Settings Pointer to WsFederationApplicationSettings [optional]

Methods

NewListApplications200ResponseInner

func NewListApplications200ResponseInner() *ListApplications200ResponseInner

NewListApplications200ResponseInner instantiates a new ListApplications200ResponseInner 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

NewListApplications200ResponseInnerWithDefaults

func NewListApplications200ResponseInnerWithDefaults() *ListApplications200ResponseInner

NewListApplications200ResponseInnerWithDefaults instantiates a new ListApplications200ResponseInner 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

GetAccessibility

func (o *ListApplications200ResponseInner) GetAccessibility() ApplicationAccessibility

GetAccessibility returns the Accessibility field if non-nil, zero value otherwise.

GetAccessibilityOk

func (o *ListApplications200ResponseInner) GetAccessibilityOk() (*ApplicationAccessibility, bool)

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

SetAccessibility

func (o *ListApplications200ResponseInner) SetAccessibility(v ApplicationAccessibility)

SetAccessibility sets Accessibility field to given value.

HasAccessibility

func (o *ListApplications200ResponseInner) HasAccessibility() bool

HasAccessibility returns a boolean if a field has been set.

GetCreated

func (o *ListApplications200ResponseInner) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

func (o *ListApplications200ResponseInner) 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.

SetCreated

func (o *ListApplications200ResponseInner) SetCreated(v time.Time)

SetCreated sets Created field to given value.

HasCreated

func (o *ListApplications200ResponseInner) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetFeatures

func (o *ListApplications200ResponseInner) GetFeatures() []string

GetFeatures returns the Features field if non-nil, zero value otherwise.

GetFeaturesOk

func (o *ListApplications200ResponseInner) GetFeaturesOk() (*[]string, bool)

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

SetFeatures

func (o *ListApplications200ResponseInner) SetFeatures(v []string)

SetFeatures sets Features field to given value.

HasFeatures

func (o *ListApplications200ResponseInner) HasFeatures() bool

HasFeatures returns a boolean if a field has been set.

GetId

func (o *ListApplications200ResponseInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ListApplications200ResponseInner) 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.

SetId

func (o *ListApplications200ResponseInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ListApplications200ResponseInner) HasId() bool

HasId returns a boolean if a field has been set.

GetLabel

func (o *ListApplications200ResponseInner) GetLabel() string

GetLabel returns the Label field if non-nil, zero value otherwise.

GetLabelOk

func (o *ListApplications200ResponseInner) GetLabelOk() (*string, bool)

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

SetLabel

func (o *ListApplications200ResponseInner) SetLabel(v string)

SetLabel sets Label field to given value.

HasLabel

func (o *ListApplications200ResponseInner) HasLabel() bool

HasLabel returns a boolean if a field has been set.

GetLastUpdated

func (o *ListApplications200ResponseInner) GetLastUpdated() time.Time

GetLastUpdated returns the LastUpdated field if non-nil, zero value otherwise.

GetLastUpdatedOk

func (o *ListApplications200ResponseInner) GetLastUpdatedOk() (*time.Time, bool)

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

SetLastUpdated

func (o *ListApplications200ResponseInner) SetLastUpdated(v time.Time)

SetLastUpdated sets LastUpdated field to given value.

HasLastUpdated

func (o *ListApplications200ResponseInner) HasLastUpdated() bool

HasLastUpdated returns a boolean if a field has been set.

GetLicensing

func (o *ListApplications200ResponseInner) GetLicensing() ApplicationLicensing

GetLicensing returns the Licensing field if non-nil, zero value otherwise.

GetLicensingOk

func (o *ListApplications200ResponseInner) GetLicensingOk() (*ApplicationLicensing, bool)

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

SetLicensing

func (o *ListApplications200ResponseInner) SetLicensing(v ApplicationLicensing)

SetLicensing sets Licensing field to given value.

HasLicensing

func (o *ListApplications200ResponseInner) HasLicensing() bool

HasLicensing returns a boolean if a field has been set.

GetProfile

func (o *ListApplications200ResponseInner) GetProfile() map[string]map[string]interface{}

GetProfile returns the Profile field if non-nil, zero value otherwise.

GetProfileOk

func (o *ListApplications200ResponseInner) GetProfileOk() (*map[string]map[string]interface{}, bool)

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

SetProfile

func (o *ListApplications200ResponseInner) SetProfile(v map[string]map[string]interface{})

SetProfile sets Profile field to given value.

HasProfile

func (o *ListApplications200ResponseInner) HasProfile() bool

HasProfile returns a boolean if a field has been set.

GetSignOnMode

func (o *ListApplications200ResponseInner) GetSignOnMode() ApplicationSignOnMode

GetSignOnMode returns the SignOnMode field if non-nil, zero value otherwise.

GetSignOnModeOk

func (o *ListApplications200ResponseInner) GetSignOnModeOk() (*ApplicationSignOnMode, bool)

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

SetSignOnMode

func (o *ListApplications200ResponseInner) SetSignOnMode(v ApplicationSignOnMode)

SetSignOnMode sets SignOnMode field to given value.

HasSignOnMode

func (o *ListApplications200ResponseInner) HasSignOnMode() bool

HasSignOnMode returns a boolean if a field has been set.

GetStatus

func (o *ListApplications200ResponseInner) GetStatus() ApplicationLifecycleStatus

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ListApplications200ResponseInner) GetStatusOk() (*ApplicationLifecycleStatus, bool)

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

SetStatus

func (o *ListApplications200ResponseInner) SetStatus(v ApplicationLifecycleStatus)

SetStatus sets Status field to given value.

HasStatus

func (o *ListApplications200ResponseInner) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetVisibility

func (o *ListApplications200ResponseInner) GetVisibility() ApplicationVisibility

GetVisibility returns the Visibility field if non-nil, zero value otherwise.

GetVisibilityOk

func (o *ListApplications200ResponseInner) GetVisibilityOk() (*ApplicationVisibility, bool)

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

SetVisibility

func (o *ListApplications200ResponseInner) SetVisibility(v ApplicationVisibility)

SetVisibility sets Visibility field to given value.

HasVisibility

func (o *ListApplications200ResponseInner) HasVisibility() bool

HasVisibility returns a boolean if a field has been set.

GetEmbedded

func (o *ListApplications200ResponseInner) GetEmbedded() map[string]map[string]interface{}

GetEmbedded returns the Embedded field if non-nil, zero value otherwise.

GetEmbeddedOk

func (o *ListApplications200ResponseInner) GetEmbeddedOk() (*map[string]map[string]interface{}, bool)

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

SetEmbedded

func (o *ListApplications200ResponseInner) SetEmbedded(v map[string]map[string]interface{})

SetEmbedded sets Embedded field to given value.

HasEmbedded

func (o *ListApplications200ResponseInner) HasEmbedded() bool

HasEmbedded returns a boolean if a field has been set.

GetLinks

func (o *ListApplications200ResponseInner) GetLinks() ApplicationLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

func (o *ListApplications200ResponseInner) GetLinksOk() (*ApplicationLinks, bool)

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

SetLinks

func (o *ListApplications200ResponseInner) SetLinks(v ApplicationLinks)

SetLinks sets Links field to given value.

HasLinks

func (o *ListApplications200ResponseInner) HasLinks() bool

HasLinks returns a boolean if a field has been set.

GetCredentials

func (o *ListApplications200ResponseInner) GetCredentials() ApplicationCredentials

GetCredentials returns the Credentials field if non-nil, zero value otherwise.

GetCredentialsOk

func (o *ListApplications200ResponseInner) GetCredentialsOk() (*ApplicationCredentials, bool)

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

SetCredentials

func (o *ListApplications200ResponseInner) SetCredentials(v ApplicationCredentials)

SetCredentials sets Credentials field to given value.

HasCredentials

func (o *ListApplications200ResponseInner) HasCredentials() bool

HasCredentials returns a boolean if a field has been set.

GetName

func (o *ListApplications200ResponseInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *ListApplications200ResponseInner) GetNameOk() (*string, bool)

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

SetName

func (o *ListApplications200ResponseInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ListApplications200ResponseInner) HasName() bool

HasName returns a boolean if a field has been set.

GetSettings

func (o *ListApplications200ResponseInner) GetSettings() WsFederationApplicationSettings

GetSettings returns the Settings field if non-nil, zero value otherwise.

GetSettingsOk

func (o *ListApplications200ResponseInner) GetSettingsOk() (*WsFederationApplicationSettings, bool)

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

SetSettings

func (o *ListApplications200ResponseInner) SetSettings(v WsFederationApplicationSettings)

SetSettings sets Settings field to given value.

HasSettings

func (o *ListApplications200ResponseInner) HasSettings() bool

HasSettings returns a boolean if a field has been set.

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