# `SBoM.CycloneDX.V17.CryptoProperties.RelatedCryptographicAssets.RelatedCryptographicAsset`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v17/crypto_properties/related_cryptographic_assets/related_cryptographic_asset.pb.ex#L1)

Related Cryptographic Asset

# `t`

```elixir
@type t() ::
  %SBoM.CycloneDX.V17.CryptoProperties.RelatedCryptographicAssets.RelatedCryptographicAsset{
    __unknown_fields__: [Protobuf.unknown_field()],
    ref: String.t(),
    type: String.t()
  }
```

---

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