Skip to content
Developer Preview

ApprovalDecision

No description is available.

  • "abort"
  • "approved"
  • "approvedForSession"
  • "approvedPolicyAmendment"
  • "denied"
  • "deniedPolicyAmendment"
  • "timedOut"
Source

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

{
"enum": [
"approved",
"approvedForSession",
"approvedPolicyAmendment",
"denied",
"deniedPolicyAmendment",
"timedOut",
"abort"
],
"type": "string",
"x-msp-openness": "open"
}