Class Data
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Data
Properties
|
Edit this page
View Source
BomRef
Declaration
[JsonPropertyName("bom-ref")]
[ProtoMember(1)]
public string BomRef { get; set; }
Property Value
|
Edit this page
View Source
Classification
Declaration
[ProtoMember(5)]
public string Classification { get; set; }
Property Value
|
Edit this page
View Source
Contents
Declaration
[ProtoMember(4)]
public Data.DataContents Contents { get; set; }
Property Value
|
Edit this page
View Source
Description
Declaration
[ProtoMember(8)]
public string Description { get; set; }
Property Value
|
Edit this page
View Source
Governance
Declaration
[ProtoMember(9)]
public DataGovernance Governance { get; set; }
Property Value
|
Edit this page
View Source
Graphics
Declaration
[ProtoMember(7)]
public GraphicsCollection Graphics { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[ProtoMember(3)]
public string Name { get; set; }
Property Value
|
Edit this page
View Source
SensitiveData
Declaration
[ProtoMember(6)]
public List<string> SensitiveData { get; set; }
Property Value
|
Edit this page
View Source
Type
Declaration
[ProtoMember(2)]
public Data.DataType Type { get; set; }
Property Value