The JSON:API attributes for an outcome.

Hierarchy

  • OutcomesBatchResponseAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
createdAt?: Date

Creation time of the rule outcome.

modifiedAt?: Date

Time of last rule outcome modification.

remarks?: string

Any remarks regarding the scorecard rule's evaluation, and supports HTML hyperlinks.

serviceName?: string

The unique name for a service in the catalog.

state?: State

The state of the rule evaluation.

Generated using TypeDoc