Show / Hide Table of Contents

Class DeclarationData

Inheritance
System.Object
DeclarationData
Namespace: CycloneDX.Models
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
Type Description
DeclarationDataContents
| Improve this Doc View Source

Governance

Declaration
public DataGovernance Governance { get; set; }
Property Value
Type Description
DataGovernance
| 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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX