Result object

interface Results {
    pairs?: ActionTargetPairs;
    profiles?: string[];
    rate_limit?: number;
    versions?: string[];
    [namespace: `x-${string}`]: AllowedResultPropertyTypes;
}

Indexable

Properties

Map of each action supported by this actuator to the list of targets applicable to that action

profiles?: string[]

List of profiles supported by this Actuator

rate_limit?: number

Maximum number of requests per minute supported by design or policy

versions?: string[]