Skip to content

0401 Governance Definitions

The world of governance is divided into different governance domains that focus on a specific set of assets or activities. Egeria aims to unify the metadata and governance activity across these governance domains.

UML

GovernanceDomain Enumeration

The GovernanceDomain enumeration provides a default list of the different types of governance domains that can be unified by Egeria. Notice that there are obvious overlaps and linkages between the domains:

  • DATA - the governance of data and its use.
  • PRIVACY - the support for data privacy.
  • SECURITY - the governance that ensures IT systems and the data they hold are secure.
  • IT_INFRASTRUCTURE - the governance of the configuration and management of IT infrastructure and the software that runs on it.
  • SOFTWARE_DEVELOPMENT - the governance of the software development lifecycle.
  • CORPORATE - the governance of the organization as a legal entity.
  • ASSET_MANAGEMENT - the governance of physical assets.

These values are set up as the valid values for the domainIdentifier attribute by the Core Content Pack.

GovernanceDefinition

GovernanceDefinition describes an aspect of a governance program. They are authored in the metadata repository. They inherit from Referenceable, which means they have a unique identifier and link to external references for more information.

The governance definitions are organized into specific subtypes and linked together to provide a complete description of the governance program. The types for these more specialized definitions can be found on the following pages:

GovernedBy

The GovernedBy relationship links the governance definitions to the elements they are governing. These elements are Referenceable, so they could be Assets, Processes, Infrastructure, People and Teams, Glossary Terms, Digital Services for example.

GovernanceDefinitionScope

GovernanceDefinitionScope links the governance definitions to the elements (Organizations, Projects, Teams, ...) that are scoping the impact or applicability of the governance definition.

Related types

The role of leader of a governance domain is represented as a GovernanceOfficer entity.

Implementing Services


Raise an issue or comment below