Datalayer VS Code Extension - v0.0.14
    Preparing search index...

    Tree item for displaying a secret with masked value. Shows secret name, variant, and masked value but never the actual secret value.

    const item = new SecretTreeItem(secretDto);
    // Displays: "my_secret" with description "password • ••••••••"

    Hierarchy

    • TreeItem
      • SecretTreeItem
    Index

    Constructors

    Properties

    Constructors

    Properties

    secret: SecretDTO

    Secret model from SDK