SoftwarePublisher¶
Normalized publisher information from the catalog.
Fields¶
| Field | Type | Description |
|---|---|---|
| AutoAssignEnabled | bit | True if signture publisher are to be discovered, |
| AutoAssignNotes | nvarchar | Notes about the discovery rules from master catalog, |
| AutoAssignRegex | nvarchar | Regex to discover the publisher in signtures, |
| AutoAssignTestLikePattern | nvarchar | SQL LIKE type filter used to select signatures for auto assign testing |
| Created | datetime2 | DateTime this entity got created, |
| CreatedBy | nvarchar | User that created the entity, |
| CustomField1 | nvarchar | Not used by OctoSAM, |
| CustomField2 | nvarchar | Not used by OctoSAM, |
| CustomField3 | nvarchar | Not used by OctoSAM, |
| CustomField4 | nvarchar | Not used by OctoSAM, |
| Guid | uniqueidentifier | Unique identifier for objects that are synchronized with the master catalog |
| HintHasSoftwareItems | bit | True if software items assigned to this publisher exist, |
| ID | bigint | Internal ID for the SoftwarePublisher entity (Primary Key) |
| JunkFilterEnabled | bit | True if junk signatures are to be discovered, |
| JunkFilterRegex | nvarchar | Regex to discover junk signatures per publisher, |
| JunkFilterTestLikePattern | nvarchar | SQL LIKE type filter used to select signatures for junk filter testing |
| LastModification | datetime2 | DateTime this entity got last modified, |
| LastModifiedBy | nvarchar | User that last modified the entity, |
| LastSynchWithMaster | datetime2 | DateTime the entity last synchronized with master, |
| LastUpdateFromMaster | datetime2 | DateTime the entity got last updated from master, |
| MasterLastModified | datetime2 | DateTime the master catalog entity got last modified, |
| MasterLastModifiedBy | nvarchar | User that last modified the master catalog information (not replicated), |
| MasterNotes | nvarchar | Notes that are synchronized from the master catalog, |
| Name | nvarchar | Software publisher's name |
| Notes | nvarchar | Customers notes to the publisher. Not synchronized from the master catalog. |
| ObjectStateID | bigint | Internal ID that references the ObjectState entity (Foreign Key) |
| PredefinedByOctopus | bit | True if publisher is to be synchronized with the master catalog |
| Url | nvarchar | Link to the Website |