Class DeclarationData
Inheritance
System.Object
DeclarationData
Assembly: CycloneDX.Core.dll
Syntax
public class DeclarationData : object
Properties
|
Improve this Doc
View Source
Classification
Declaration
public string Classification { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Contents
Declaration
public DeclarationDataContents Contents { get; set; }
Property Value
|
Improve this Doc
View Source
Governance
Declaration
public DataGovernance Governance { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SensitiveData
Declaration
public List<string> SensitiveData { get; set; }
Property Value
Type |
Description |
List<System.String> |
|