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

Data governance captures information regarding data ownership, stewardship, and custodianship, providing insights into the individuals or entities responsible for managing, overseeing, and safeguarding the data throughout its lifecycle.

# `t`

```elixir
@type t() :: %SBoM.CycloneDX.V17.DataGovernance{
  __unknown_fields__: [Protobuf.unknown_field()],
  custodians: [
    SBoM.CycloneDX.V17.DataGovernance.DataGovernanceResponsibleParty.t()
  ],
  owners: [SBoM.CycloneDX.V17.DataGovernance.DataGovernanceResponsibleParty.t()],
  stewards: [
    SBoM.CycloneDX.V17.DataGovernance.DataGovernanceResponsibleParty.t()
  ]
}
```

---

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