Skip to content

Enum: AccessLevel

Visibility and access restrictions for a data source.

URI: ber_registry:AccessLevel

Permissible Values

Value Meaning Description
public None Accessible to anyone
restricted None Access requires authorization or approval
internal None Only accessible within the organization

Slots

Name Description
access_level Visibility/access level of this data source

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ber-data/ber-data-registry

LinkML Source

name: AccessLevel
description: Visibility and access restrictions for a data source.
from_schema: https://w3id.org/ber-data/ber-data-registry
rank: 1000
permissible_values:
  public:
    text: public
    description: Accessible to anyone.
  restricted:
    text: restricted
    description: Access requires authorization or approval.
  internal:
    text: internal
    description: Only accessible within the organization.