cdx-proto
    Preparing search index...

    Type Alias DataGovernance

    DataGovernance: Message<"cyclonedx.v1_7.DataGovernance"> & {
        custodians: DataGovernance_DataGovernanceResponsibleParty[];
        owners: DataGovernance_DataGovernanceResponsibleParty[];
        stewards: DataGovernance_DataGovernanceResponsibleParty[];
    }

    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.

    Type Declaration

    • custodians: DataGovernance_DataGovernanceResponsibleParty[]

      Data custodians are responsible for the safe custody, transport, and storage of data.

      from field: repeated cyclonedx.v1_7.DataGovernance.DataGovernanceResponsibleParty custodians = 1;

    • owners: DataGovernance_DataGovernanceResponsibleParty[]

      Data owners are concerned with risk and appropriate access to data.

      from field: repeated cyclonedx.v1_7.DataGovernance.DataGovernanceResponsibleParty owners = 3;

    • stewards: DataGovernance_DataGovernanceResponsibleParty[]

      Data stewards are responsible for data content, context, and associated business rules.

      from field: repeated cyclonedx.v1_7.DataGovernance.DataGovernanceResponsibleParty stewards = 2;

    from message cyclonedx.v1_7.DataGovernance