Skip to content
Developer Preview

ApprovalModeSource

How an approval mode took effect. Open.

  • "approvalReconfigure"
  • "replay"
  • "startup"
Source

schema/msp/experimental/msp.schema.json#/types/ApprovalModeSource

{
"description": "How an approval mode took effect. Open.",
"enum": [
"startup",
"replay",
"approvalReconfigure"
],
"type": "string",
"x-msp-openness": "open"
}