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

Specifies the details and attributes related to a software license.
It must be a valid SPDX license expression, along with additional properties such as license acknowledgment.

# `t`

```elixir
@type t() :: %SBoM.CycloneDX.V17.LicenseExpressionDetailed{
  __unknown_fields__: [Protobuf.unknown_field()],
  acknowledgement:
    SBoM.CycloneDX.V17.LicenseAcknowledgementEnumeration.t() | nil,
  bom_ref: String.t() | nil,
  details: [SBoM.CycloneDX.V17.LicenseExpressionDetailed.ExpressionDetails.t()],
  expression: String.t(),
  licensing: SBoM.CycloneDX.V17.Licensing.t() | nil,
  properties: [SBoM.CycloneDX.V17.Property.t()]
}
```

---

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