RoutePolicyPatchableProperties interface
Route Policy patchable properties.
Properties
| default |
Default action that needs to be applied when no condition is matched. Example: Permit | Deny. |
| statements | Route Policy statements. |
Property Details
defaultAction
Default action that needs to be applied when no condition is matched. Example: Permit | Deny.
defaultAction?: string
Property Value
string
statements
Route Policy statements.
statements?: RoutePolicyStatementPatchProperties[]