Skip to content

App model

Reference documentation

This is reference documentation covering the entire Atlan model. It is not the best place to start when trying to understand how to manage App assets in Atlan. For that, we would suggest starting with the manage App assets pattern.

Base class for App assets.

classDiagram
    direction RL
    class App {
        <<abstract>>
    }
    link App "../app"
    class Catalog {
        <<abstract>>
    }
    link Catalog "../entities/catalog"
    Catalog <|-- App : extends
    class Asset {
        <<abstract>>
    }
    link Asset "../entities/asset"
    Asset <|-- Catalog : extends
    class Referenceable {
        <<abstract>>
    }
    link Referenceable "../entities/referenceable"
    Referenceable <|-- Asset : extends
    class Application
    link Application "../entities/application"
    App <|-- Application : extends

Properties

These attributes are specific to instances of App (and all of its subtypes).

appId

Unique identifier for the App asset from the source system.

Relationships

The following illustrates how the various App assets inter-relate with each other:

erDiagram
    Connection ||..o{ Application : ""