Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 675 Bytes

File metadata and controls

15 lines (7 loc) · 675 Bytes

CheckResult

Enumerates results of a check operation. - CHECK_RESULT_UNSPECIFIED: Not specified check result. This is the default value. - 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_UNSPECIFIED (value: 'CHECK_RESULT_UNSPECIFIED')

  • 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]