BeaconPolicy Table

The BeaconPolicy table contains the beacon policy.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for BeaconPolicy table

Database Column

Details

BeaconPolicyID

Type: integer. Key. Generated ID

The ID of the beacon policy.

RevisionNumber

Type: integer

The revision number of this policy.

AgentScheduleData

Type: text. Nullable

The Schedule object, used for storing the global schedule for managed devices.

CreationDate

Type: datetime

Date and time when the policy was created.

LastChangedOn

Type: datetime. Nullable

Date and time that the policy was last modified.

ApprovedBeaconPackageID

Type: integer. Key. Nullable

The beacon upgrade package that has been approved by the customer. NULL indicates to stay always on the latest.

LastDiscoveryFull ExportTime

Type: datetime. Nullable

The last time a discovery export was generated.

LastDiscoveryFull ExportVersion

Type: integer. Nullable

The revision number of the last full discovery export.

LastTargetRefreshTime

Type: datetime. Nullable

The last time special internal targets were recalculated and refreshed.