# `SBoM.CycloneDX.V17.TlpClassification`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v17/tlp_classification.pb.ex#L1)

Traffic Light Protocol (TLP) is a classification system for identifying the potential risk associated with artefact, including whether it is subject to certain types of legal, financial, or technical threats. Refer to https://www.first.org/tlp/ for further information.
The default classification is "CLEAR"

# `t`

```elixir
@type t() ::
  integer()
  | :TLP_CLASSIFICATION_CLEAR
  | :TLP_CLASSIFICATION_GREEN
  | :TLP_CLASSIFICATION_AMBER
  | :TLP_CLASSIFICATION_AMBER_AND_STRICT
  | :TLP_CLASSIFICATION_RED
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
