Skip to content

Enum: DataAccessLevels

Possible data access levels.

URI: nfdi4immuno:DataAccessLevels

Permissible Values

Value Meaning Description
public None Data is publicly available without restrictions
restricted None Data access is restricted and the Data Controller must be contacted
private None Data is completely private and only visible for the Data Controller

Slots

Name Description
data_access_level The data access level for the study

Identifier and Mapping Information

Schema Source

  • from schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema

LinkML Source

name: DataAccessLevels
description: Possible data access levels.
title: Data access levels
from_schema: https://codebase.helmholtz.cloud/nfdi4immuno/portal-infra/metadata_schema
rank: 1000
permissible_values:
  public:
    text: public
    description: Data is publicly available without restrictions.
    title: Public
  restricted:
    text: restricted
    description: Data access is restricted and the Data Controller must be contacted.
    title: Restricted
  private:
    text: private
    description: Data is completely private and only visible for the Data Controller.
    title: Private