Interface DecisionRequirementsMetadata

interface DecisionRequirementsMetadata {
    decisionRequirementsKey: string;
    dmnDecisionRequirementsId: string;
    dmnDecisionRequirementsName: string;
    resourceName: string;
    tenantId: string;
    version: number;
}

Properties

decisionRequirementsKey: string

the assigned decision requirements key, which acts as a unique identifier for this decision requirements

dmnDecisionRequirementsId: string

the dmn decision requirements ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision

dmnDecisionRequirementsName: string

the dmn name of the decision requirements, as parsed during deployment

resourceName: string

the resource name (see: Resource.name) from which this decision requirements was parsed

tenantId: string

the tenant id of the deployed decision requirements

version: number

the assigned decision requirements version

Generated using TypeDoc