Provance.ITAM.SoftwareAdminSettingsProvance Software Administration Settings

Provance.ITAM.SoftwareAdminSettings (ClassType)

Settings for software asset management, such as thresholds and exclusions

Element properties:

Base ClassSystem.SolutionSettings
AbstractFalse
HostedFalse
SingletonTrue
ExtensionFalse
AccessibilityPublic
ElementIdc296f158-d00e-3d76-d187-8b3a1ff38c67

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False   
Provance.ITAM.SoftwareAdminSettings:
LicenceComplianceExceededPercentage  int  Under Licensed Software Percentage The percentage at which your software is considered under licensed (Red status) false 256    100 
LicenseComplianceCloseToExceededPercentage  int  Almost Under Licensed Software Percentage The percentage at which your software licenses are close to an under licensed condition, but have not yet reached it (Yellow status) false 256    90 
LicenseComplianceUnderUsedPercentage  int  Over Licensed Software Percentage The percentage at or below which your software is considered over licensed (Yellow status) false 256   
InstalledCountExcludedLifeCycleStatuses  string      false 6000  False  92e2d8b3-38a2-ee18-fd1c-4850ce27691f|ee95cd64-cb09-1fb7-fb74-67af3b469044 

Health Model:

Source Code:

<ClassType ID="Provance.ITAM.SoftwareAdminSettings" Accessibility="Public" Abstract="false" Base="SystemAdminItemLibrary!System.SolutionSettings" Hosted="false" Singleton="true" Extension="false">
<Property ID="LicenceComplianceExceededPercentage" Type="int" Required="false" DefaultValue="100"/>
<Property ID="LicenseComplianceCloseToExceededPercentage" Type="int" Required="false" DefaultValue="90"/>
<Property ID="LicenseComplianceUnderUsedPercentage" Type="int" Required="false" DefaultValue="0"/>
<Property ID="InstalledCountExcludedLifeCycleStatuses" Type="string" Required="false" MaxLength="6000" DefaultValue="92e2d8b3-38a2-ee18-fd1c-4850ce27691f|ee95cd64-cb09-1fb7-fb74-67af3b469044"/>
</ClassType>