Skip to main content

SlimDiscoveredApplications

Properties

NameTypeDescriptionNotes
IdPointer to stringUnique identifier for the discovered application.[optional]
NamePointer to stringName of the discovered application.[optional]
DiscoverySourcePointer to stringSource from which the application was discovered.[optional]
DiscoveredVendorPointer to stringThe vendor associated with the discovered application.[optional]
DescriptionPointer to stringA brief description of the discovered application.[optional]
RecommendedConnectorsPointer to []stringList of recommended connectors for the application.[optional]
DiscoveredAtPointer to SailPointTimeThe timestamp when the application was last received via an entitlement aggregation invocation or a manual csv upload, in ISO 8601 format.[optional]
CreatedAtPointer to SailPointTimeThe timestamp when the application was first discovered, in ISO 8601 format.[optional]
StatusPointer to stringThe status of an application within the discovery source. By default this field is set to "ACTIVE" when the application is discovered. If an application has been deleted from within the discovery source, the status will be set to "INACTIVE".[optional]
OperationalStatusPointer to stringThe operational status of the application.[optional]
DiscoverySourceCategoryPointer to stringThe category of the discovery source.[optional]
LicenseCountPointer to int32The number of licenses associated with the application.[optional]
IsSanctionedPointer to boolIndicates whether the application is sanctioned.[optional] [default to false]
LogoPointer to stringURL of the application's logo.[optional]
AppUrlPointer to stringThe URL of the application.[optional]
GroupsPointer to []map[string]interfaceList of groups associated with the application.[optional]
UsersCountPointer to stringThe count of users associated with the application.[optional]
ApplicationOwnerPointer to []stringThe owners of the application.[optional]
ItApplicationOwnerPointer to []stringThe IT owners of the application.[optional]
BusinessCriticalityPointer to stringThe business criticality level of the application.[optional]
DataClassificationPointer to stringThe data classification level of the application.[optional]
BusinessUnitPointer to stringThe business unit associated with the application.[optional]
InstallTypePointer to stringThe installation type of the application.[optional]
EnvironmentPointer to stringThe environment in which the application operates.[optional]
RiskScorePointer to int32The risk score of the application ranging from 0-100, 100 being highest risk.[optional]
IsBusinessPointer to boolIndicates whether the application is used for business purposes.[optional] [default to true]
TotalSigninsCountPointer to int32The total number of sign-in accounts for the application.[optional]
RiskLevelPointer to stringThe risk level of the application.[optional]
IsPrivilegedPointer to boolIndicates whether the application has privileged access.[optional] [default to false]
WarrantyExpirationPointer to stringThe warranty expiration date of the application.[optional]
AttributesPointer to map[string]interfaceAdditional attributes of the application useful for visibility of governance posture.[optional]

Methods

NewSlimDiscoveredApplications

func NewSlimDiscoveredApplications() *SlimDiscoveredApplications

NewSlimDiscoveredApplications instantiates a new SlimDiscoveredApplications 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

NewSlimDiscoveredApplicationsWithDefaults

func NewSlimDiscoveredApplicationsWithDefaults() *SlimDiscoveredApplications

NewSlimDiscoveredApplicationsWithDefaults instantiates a new SlimDiscoveredApplications 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

GetId

func (o *SlimDiscoveredApplications) GetId() string

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

GetIdOk

func (o *SlimDiscoveredApplications) 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 *SlimDiscoveredApplications) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *SlimDiscoveredApplications) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *SlimDiscoveredApplications) GetName() string

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

GetNameOk

func (o *SlimDiscoveredApplications) 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 *SlimDiscoveredApplications) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *SlimDiscoveredApplications) HasName() bool

HasName returns a boolean if a field has been set.

GetDiscoverySource

func (o *SlimDiscoveredApplications) GetDiscoverySource() string

GetDiscoverySource returns the DiscoverySource field if non-nil, zero value otherwise.

GetDiscoverySourceOk

func (o *SlimDiscoveredApplications) GetDiscoverySourceOk() (*string, bool)

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

SetDiscoverySource

func (o *SlimDiscoveredApplications) SetDiscoverySource(v string)

SetDiscoverySource sets DiscoverySource field to given value.

HasDiscoverySource

func (o *SlimDiscoveredApplications) HasDiscoverySource() bool

HasDiscoverySource returns a boolean if a field has been set.

GetDiscoveredVendor

func (o *SlimDiscoveredApplications) GetDiscoveredVendor() string

GetDiscoveredVendor returns the DiscoveredVendor field if non-nil, zero value otherwise.

GetDiscoveredVendorOk

func (o *SlimDiscoveredApplications) GetDiscoveredVendorOk() (*string, bool)

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

SetDiscoveredVendor

func (o *SlimDiscoveredApplications) SetDiscoveredVendor(v string)

SetDiscoveredVendor sets DiscoveredVendor field to given value.

HasDiscoveredVendor

func (o *SlimDiscoveredApplications) HasDiscoveredVendor() bool

HasDiscoveredVendor returns a boolean if a field has been set.

GetDescription

func (o *SlimDiscoveredApplications) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *SlimDiscoveredApplications) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *SlimDiscoveredApplications) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *SlimDiscoveredApplications) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetRecommendedConnectors

func (o *SlimDiscoveredApplications) GetRecommendedConnectors() []string

GetRecommendedConnectors returns the RecommendedConnectors field if non-nil, zero value otherwise.

GetRecommendedConnectorsOk

func (o *SlimDiscoveredApplications) GetRecommendedConnectorsOk() (*[]string, bool)

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

SetRecommendedConnectors

func (o *SlimDiscoveredApplications) SetRecommendedConnectors(v []string)

SetRecommendedConnectors sets RecommendedConnectors field to given value.

HasRecommendedConnectors

func (o *SlimDiscoveredApplications) HasRecommendedConnectors() bool

HasRecommendedConnectors returns a boolean if a field has been set.

GetDiscoveredAt

func (o *SlimDiscoveredApplications) GetDiscoveredAt() SailPointTime

GetDiscoveredAt returns the DiscoveredAt field if non-nil, zero value otherwise.

GetDiscoveredAtOk

func (o *SlimDiscoveredApplications) GetDiscoveredAtOk() (*SailPointTime, bool)

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

SetDiscoveredAt

func (o *SlimDiscoveredApplications) SetDiscoveredAt(v SailPointTime)

SetDiscoveredAt sets DiscoveredAt field to given value.

HasDiscoveredAt

func (o *SlimDiscoveredApplications) HasDiscoveredAt() bool

HasDiscoveredAt returns a boolean if a field has been set.

GetCreatedAt

func (o *SlimDiscoveredApplications) GetCreatedAt() SailPointTime

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *SlimDiscoveredApplications) GetCreatedAtOk() (*SailPointTime, bool)

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

SetCreatedAt

func (o *SlimDiscoveredApplications) SetCreatedAt(v SailPointTime)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *SlimDiscoveredApplications) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetStatus

func (o *SlimDiscoveredApplications) GetStatus() string

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

GetStatusOk

func (o *SlimDiscoveredApplications) GetStatusOk() (*string, 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 *SlimDiscoveredApplications) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *SlimDiscoveredApplications) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetOperationalStatus

func (o *SlimDiscoveredApplications) GetOperationalStatus() string

GetOperationalStatus returns the OperationalStatus field if non-nil, zero value otherwise.

GetOperationalStatusOk

func (o *SlimDiscoveredApplications) GetOperationalStatusOk() (*string, bool)

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

SetOperationalStatus

func (o *SlimDiscoveredApplications) SetOperationalStatus(v string)

SetOperationalStatus sets OperationalStatus field to given value.

HasOperationalStatus

func (o *SlimDiscoveredApplications) HasOperationalStatus() bool

HasOperationalStatus returns a boolean if a field has been set.

GetDiscoverySourceCategory

func (o *SlimDiscoveredApplications) GetDiscoverySourceCategory() string

GetDiscoverySourceCategory returns the DiscoverySourceCategory field if non-nil, zero value otherwise.

GetDiscoverySourceCategoryOk

func (o *SlimDiscoveredApplications) GetDiscoverySourceCategoryOk() (*string, bool)

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

SetDiscoverySourceCategory

func (o *SlimDiscoveredApplications) SetDiscoverySourceCategory(v string)

SetDiscoverySourceCategory sets DiscoverySourceCategory field to given value.

HasDiscoverySourceCategory

func (o *SlimDiscoveredApplications) HasDiscoverySourceCategory() bool

HasDiscoverySourceCategory returns a boolean if a field has been set.

GetLicenseCount

func (o *SlimDiscoveredApplications) GetLicenseCount() int32

GetLicenseCount returns the LicenseCount field if non-nil, zero value otherwise.

GetLicenseCountOk

func (o *SlimDiscoveredApplications) GetLicenseCountOk() (*int32, bool)

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

SetLicenseCount

func (o *SlimDiscoveredApplications) SetLicenseCount(v int32)

SetLicenseCount sets LicenseCount field to given value.

HasLicenseCount

func (o *SlimDiscoveredApplications) HasLicenseCount() bool

HasLicenseCount returns a boolean if a field has been set.

GetIsSanctioned

func (o *SlimDiscoveredApplications) GetIsSanctioned() bool

GetIsSanctioned returns the IsSanctioned field if non-nil, zero value otherwise.

GetIsSanctionedOk

func (o *SlimDiscoveredApplications) GetIsSanctionedOk() (*bool, bool)

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

SetIsSanctioned

func (o *SlimDiscoveredApplications) SetIsSanctioned(v bool)

SetIsSanctioned sets IsSanctioned field to given value.

HasIsSanctioned

func (o *SlimDiscoveredApplications) HasIsSanctioned() bool

HasIsSanctioned returns a boolean if a field has been set.

func (o *SlimDiscoveredApplications) GetLogo() string

GetLogo returns the Logo field if non-nil, zero value otherwise.

GetLogoOk

func (o *SlimDiscoveredApplications) GetLogoOk() (*string, bool)

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

func (o *SlimDiscoveredApplications) SetLogo(v string)

SetLogo sets Logo field to given value.

func (o *SlimDiscoveredApplications) HasLogo() bool

HasLogo returns a boolean if a field has been set.

GetAppUrl

func (o *SlimDiscoveredApplications) GetAppUrl() string

GetAppUrl returns the AppUrl field if non-nil, zero value otherwise.

GetAppUrlOk

func (o *SlimDiscoveredApplications) GetAppUrlOk() (*string, bool)

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

SetAppUrl

func (o *SlimDiscoveredApplications) SetAppUrl(v string)

SetAppUrl sets AppUrl field to given value.

HasAppUrl

func (o *SlimDiscoveredApplications) HasAppUrl() bool

HasAppUrl returns a boolean if a field has been set.

GetGroups

func (o *SlimDiscoveredApplications) GetGroups() []map[string]interface{}

GetGroups returns the Groups field if non-nil, zero value otherwise.

GetGroupsOk

func (o *SlimDiscoveredApplications) GetGroupsOk() (*[]map[string]interface{}, bool)

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

SetGroups

func (o *SlimDiscoveredApplications) SetGroups(v []map[string]interface{})

SetGroups sets Groups field to given value.

HasGroups

func (o *SlimDiscoveredApplications) HasGroups() bool

HasGroups returns a boolean if a field has been set.

GetUsersCount

func (o *SlimDiscoveredApplications) GetUsersCount() string

GetUsersCount returns the UsersCount field if non-nil, zero value otherwise.

GetUsersCountOk

func (o *SlimDiscoveredApplications) GetUsersCountOk() (*string, bool)

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

SetUsersCount

func (o *SlimDiscoveredApplications) SetUsersCount(v string)

SetUsersCount sets UsersCount field to given value.

HasUsersCount

func (o *SlimDiscoveredApplications) HasUsersCount() bool

HasUsersCount returns a boolean if a field has been set.

GetApplicationOwner

func (o *SlimDiscoveredApplications) GetApplicationOwner() []string

GetApplicationOwner returns the ApplicationOwner field if non-nil, zero value otherwise.

GetApplicationOwnerOk

func (o *SlimDiscoveredApplications) GetApplicationOwnerOk() (*[]string, bool)

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

SetApplicationOwner

func (o *SlimDiscoveredApplications) SetApplicationOwner(v []string)

SetApplicationOwner sets ApplicationOwner field to given value.

HasApplicationOwner

func (o *SlimDiscoveredApplications) HasApplicationOwner() bool

HasApplicationOwner returns a boolean if a field has been set.

GetItApplicationOwner

func (o *SlimDiscoveredApplications) GetItApplicationOwner() []string

GetItApplicationOwner returns the ItApplicationOwner field if non-nil, zero value otherwise.

GetItApplicationOwnerOk

func (o *SlimDiscoveredApplications) GetItApplicationOwnerOk() (*[]string, bool)

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

SetItApplicationOwner

func (o *SlimDiscoveredApplications) SetItApplicationOwner(v []string)

SetItApplicationOwner sets ItApplicationOwner field to given value.

HasItApplicationOwner

func (o *SlimDiscoveredApplications) HasItApplicationOwner() bool

HasItApplicationOwner returns a boolean if a field has been set.

GetBusinessCriticality

func (o *SlimDiscoveredApplications) GetBusinessCriticality() string

GetBusinessCriticality returns the BusinessCriticality field if non-nil, zero value otherwise.

GetBusinessCriticalityOk

func (o *SlimDiscoveredApplications) GetBusinessCriticalityOk() (*string, bool)

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

SetBusinessCriticality

func (o *SlimDiscoveredApplications) SetBusinessCriticality(v string)

SetBusinessCriticality sets BusinessCriticality field to given value.

HasBusinessCriticality

func (o *SlimDiscoveredApplications) HasBusinessCriticality() bool

HasBusinessCriticality returns a boolean if a field has been set.

GetDataClassification

func (o *SlimDiscoveredApplications) GetDataClassification() string

GetDataClassification returns the DataClassification field if non-nil, zero value otherwise.

GetDataClassificationOk

func (o *SlimDiscoveredApplications) GetDataClassificationOk() (*string, bool)

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

SetDataClassification

func (o *SlimDiscoveredApplications) SetDataClassification(v string)

SetDataClassification sets DataClassification field to given value.

HasDataClassification

func (o *SlimDiscoveredApplications) HasDataClassification() bool

HasDataClassification returns a boolean if a field has been set.

GetBusinessUnit

func (o *SlimDiscoveredApplications) GetBusinessUnit() string

GetBusinessUnit returns the BusinessUnit field if non-nil, zero value otherwise.

GetBusinessUnitOk

func (o *SlimDiscoveredApplications) GetBusinessUnitOk() (*string, bool)

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

SetBusinessUnit

func (o *SlimDiscoveredApplications) SetBusinessUnit(v string)

SetBusinessUnit sets BusinessUnit field to given value.

HasBusinessUnit

func (o *SlimDiscoveredApplications) HasBusinessUnit() bool

HasBusinessUnit returns a boolean if a field has been set.

GetInstallType

func (o *SlimDiscoveredApplications) GetInstallType() string

GetInstallType returns the InstallType field if non-nil, zero value otherwise.

GetInstallTypeOk

func (o *SlimDiscoveredApplications) GetInstallTypeOk() (*string, bool)

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

SetInstallType

func (o *SlimDiscoveredApplications) SetInstallType(v string)

SetInstallType sets InstallType field to given value.

HasInstallType

func (o *SlimDiscoveredApplications) HasInstallType() bool

HasInstallType returns a boolean if a field has been set.

GetEnvironment

func (o *SlimDiscoveredApplications) GetEnvironment() string

GetEnvironment returns the Environment field if non-nil, zero value otherwise.

GetEnvironmentOk

func (o *SlimDiscoveredApplications) GetEnvironmentOk() (*string, bool)

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

SetEnvironment

func (o *SlimDiscoveredApplications) SetEnvironment(v string)

SetEnvironment sets Environment field to given value.

HasEnvironment

func (o *SlimDiscoveredApplications) HasEnvironment() bool

HasEnvironment returns a boolean if a field has been set.

GetRiskScore

func (o *SlimDiscoveredApplications) GetRiskScore() int32

GetRiskScore returns the RiskScore field if non-nil, zero value otherwise.

GetRiskScoreOk

func (o *SlimDiscoveredApplications) GetRiskScoreOk() (*int32, bool)

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

SetRiskScore

func (o *SlimDiscoveredApplications) SetRiskScore(v int32)

SetRiskScore sets RiskScore field to given value.

HasRiskScore

func (o *SlimDiscoveredApplications) HasRiskScore() bool

HasRiskScore returns a boolean if a field has been set.

GetIsBusiness

func (o *SlimDiscoveredApplications) GetIsBusiness() bool

GetIsBusiness returns the IsBusiness field if non-nil, zero value otherwise.

GetIsBusinessOk

func (o *SlimDiscoveredApplications) GetIsBusinessOk() (*bool, bool)

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

SetIsBusiness

func (o *SlimDiscoveredApplications) SetIsBusiness(v bool)

SetIsBusiness sets IsBusiness field to given value.

HasIsBusiness

func (o *SlimDiscoveredApplications) HasIsBusiness() bool

HasIsBusiness returns a boolean if a field has been set.

GetTotalSigninsCount

func (o *SlimDiscoveredApplications) GetTotalSigninsCount() int32

GetTotalSigninsCount returns the TotalSigninsCount field if non-nil, zero value otherwise.

GetTotalSigninsCountOk

func (o *SlimDiscoveredApplications) GetTotalSigninsCountOk() (*int32, bool)

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

SetTotalSigninsCount

func (o *SlimDiscoveredApplications) SetTotalSigninsCount(v int32)

SetTotalSigninsCount sets TotalSigninsCount field to given value.

HasTotalSigninsCount

func (o *SlimDiscoveredApplications) HasTotalSigninsCount() bool

HasTotalSigninsCount returns a boolean if a field has been set.

GetRiskLevel

func (o *SlimDiscoveredApplications) GetRiskLevel() string

GetRiskLevel returns the RiskLevel field if non-nil, zero value otherwise.

GetRiskLevelOk

func (o *SlimDiscoveredApplications) GetRiskLevelOk() (*string, bool)

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

SetRiskLevel

func (o *SlimDiscoveredApplications) SetRiskLevel(v string)

SetRiskLevel sets RiskLevel field to given value.

HasRiskLevel

func (o *SlimDiscoveredApplications) HasRiskLevel() bool

HasRiskLevel returns a boolean if a field has been set.

GetIsPrivileged

func (o *SlimDiscoveredApplications) GetIsPrivileged() bool

GetIsPrivileged returns the IsPrivileged field if non-nil, zero value otherwise.

GetIsPrivilegedOk

func (o *SlimDiscoveredApplications) GetIsPrivilegedOk() (*bool, bool)

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

SetIsPrivileged

func (o *SlimDiscoveredApplications) SetIsPrivileged(v bool)

SetIsPrivileged sets IsPrivileged field to given value.

HasIsPrivileged

func (o *SlimDiscoveredApplications) HasIsPrivileged() bool

HasIsPrivileged returns a boolean if a field has been set.

GetWarrantyExpiration

func (o *SlimDiscoveredApplications) GetWarrantyExpiration() string

GetWarrantyExpiration returns the WarrantyExpiration field if non-nil, zero value otherwise.

GetWarrantyExpirationOk

func (o *SlimDiscoveredApplications) GetWarrantyExpirationOk() (*string, bool)

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

SetWarrantyExpiration

func (o *SlimDiscoveredApplications) SetWarrantyExpiration(v string)

SetWarrantyExpiration sets WarrantyExpiration field to given value.

HasWarrantyExpiration

func (o *SlimDiscoveredApplications) HasWarrantyExpiration() bool

HasWarrantyExpiration returns a boolean if a field has been set.

GetAttributes

func (o *SlimDiscoveredApplications) GetAttributes() map[string]interface{}

GetAttributes returns the Attributes field if non-nil, zero value otherwise.

GetAttributesOk

func (o *SlimDiscoveredApplications) GetAttributesOk() (*map[string]interface{}, bool)

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

SetAttributes

func (o *SlimDiscoveredApplications) SetAttributes(v map[string]interface{})

SetAttributes sets Attributes field to given value.

HasAttributes

func (o *SlimDiscoveredApplications) HasAttributes() bool

HasAttributes returns a boolean if a field has been set.