Skip to content

Class: Environment

Models the configuration of the target trusted research environment (TRE) for a Cr8tor project deployment, including environment-specific settings and metadata.

URI: cr8tor_metamodel:Environment

classDiagram class Environment click Environment href "../Environment/" Environment : name

Slots

Name Cardinality and Range Description Inheritance
name 1
String
The name of the environment or TRE where the project will be deployed, used f... direct

Usages

used by used in type used
Deployment environment range Environment

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/karectl-crates/cr8tor-metamodel

Mappings

Mapping Type Mapped Value
self cr8tor_metamodel:Environment
native cr8tor_metamodel:Environment

LinkML Source

Direct

name: Environment
description: Models the configuration of the target trusted research environment (TRE)
  for a Cr8tor project deployment, including environment-specific settings and metadata.
from_schema: https://w3id.org/karectl-crates/cr8tor-metamodel
attributes:
  name:
    name: name
    description: The name of the environment or TRE where the project will be deployed,
      used for identification and management.
    from_schema: https://w3id.org/karectl-crates/deployment-model
    domain_of:
    - Project
    - Action
    - Source
    - Dataset
    - Table
    - Column
    - Resource
    - Environment
    - KeycloakClientConfig
    - SecretRef
    - ProtocolMapper
    - EnvironmentVariable
    required: true

Induced

name: Environment
description: Models the configuration of the target trusted research environment (TRE)
  for a Cr8tor project deployment, including environment-specific settings and metadata.
from_schema: https://w3id.org/karectl-crates/cr8tor-metamodel
attributes:
  name:
    name: name
    description: The name of the environment or TRE where the project will be deployed,
      used for identification and management.
    from_schema: https://w3id.org/karectl-crates/deployment-model
    alias: name
    owner: Environment
    domain_of:
    - Project
    - Action
    - Source
    - Dataset
    - Table
    - Column
    - Resource
    - Environment
    - KeycloakClientConfig
    - SecretRef
    - ProtocolMapper
    - EnvironmentVariable
    range: string
    required: true