Table of Contents

Class GovernanceSpecification

Namespace
JD.AI.Core.Specifications
Assembly
JD.AI.Core.dll
public sealed class GovernanceSpecification
Inheritance
GovernanceSpecification
Inherited Members

Properties

ApiVersion

public string ApiVersion { get; set; }

Property Value

string

ApprovalGates

public IList<GovernanceApprovalGate> ApprovalGates { get; init; }

Property Value

IList<GovernanceApprovalGate>

AuditRequirements

public IList<string> AuditRequirements { get; init; }

Property Value

IList<string>

ChangeProcess

public IList<GovernanceChangeProcess> ChangeProcess { get; init; }

Property Value

IList<GovernanceChangeProcess>

Id

public string Id { get; set; }

Property Value

string

Kind

public string Kind { get; set; }

Property Value

string

Metadata

public GovernanceMetadata Metadata { get; set; }

Property Value

GovernanceMetadata

OwnershipModel

public string OwnershipModel { get; set; }

Property Value

string

ReleasePolicy

public GovernanceReleasePolicy ReleasePolicy { get; set; }

Property Value

GovernanceReleasePolicy

Status

public string Status { get; set; }

Property Value

string

Trace

public GovernanceTraceability Trace { get; set; }

Property Value

GovernanceTraceability

Version

public int Version { get; set; }

Property Value

int