Within the CMDB class dictionary inServiceNow, attributes can be inherited from parent classes or defined directly on a specific class. To identify attributes createdspecifically for the Windows Server class, administrators must use theAddedtab.
TheAddedtab displays attributes that areunique to the selected classand not inherited from parent classes (such as Server or Computer). This is essential for understanding class-specific extensions—like Windows-only configuration details—that were introduced to support platform requirements, discovery enhancements, or organizational needs.
TheAlltab shows every attribute available to the class, including inherited and added attributes, which makes it difficult to isolate class-specific additions. TheChildtab focuses on attributes inherited by subclasses, not attributes introduced at the current class level. TheDerivedtab shows attributes calculated or derived from other data, not necessarily those created specifically for the class.
Using theAddedtab supports best practices for configuration transparency, impact analysis during upgrades, and governance—especially important in Data Foundations to minimize unnecessary customization and maintain upgrade-safe designs.
Therefore, the correct answer isB – Added.