Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 523 Bytes

CheckResult.md

File metadata and controls

13 lines (6 loc) · 523 Bytes

CheckResult

Enumerates results of a check operation. - CHECK_RESULT_ALLOWED: Represents a successful check (the check allowed the operation). - CHECK_RESULT_DENIED: Represents a failed check (the check denied the operation).

Enum

  • CHECK_RESULT_ALLOWED (value: 'CHECK_RESULT_ALLOWED')

  • CHECK_RESULT_DENIED (value: 'CHECK_RESULT_DENIED')

[Back to Model list] [Back to API list] [Back to README]