EnforcementRule
Properties
Section titled “Properties”appliesTo
Section titled “appliesTo”appliesTo: string[] | "*";check: (call, context) => | EnforcementResult| Promise<EnforcementResult>;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
Returns
Section titled “Returns”| EnforcementResult
| Promise<EnforcementResult>
description
Section titled “description”description: string;name: string;phase?
Section titled “phase?”optional phase?: "call" | "result" | "both";