Enum GitHub::OauthApplicationCreateAuditEntryState
 
The state of an OAuth Application when it was created.
Enum Values
        ACTIVE
    
    
    The OAuth Application was active and allowed to have OAuth Accesses.
        SUSPENDED
    
    
    The OAuth Application was suspended from generating OAuth Accesses due to abuse or security concerns.
        PENDING_DELETION
    
    
    The OAuth Application was in the process of being deleted.