class Gitlab::System::UserFailedLogin
Overview
user_failed_login is sent whenever
a blocked user attempts to login and denied access.
Defined in:
webhooks/system.crConstructors
-
.new(pull : JSON::PullParser)
user_failed_loginis sent whenever a blocked user attempts to login and denied access.
Instance Method Summary
Instance methods inherited from class Gitlab::System::UserCreate
created_at : Time
created_at,
created_at=(created_at : Time)
created_at=,
email : String
email,
email=(email : String)
email=,
name : String
name,
name=(name : String)
name=,
updated_at : Time
updated_at,
updated_at=(updated_at : Time)
updated_at=,
user_id : Int32
user_id,
user_id=(user_id : Int32)
user_id=,
username : String
username,
username=(username : String)
username=
Constructor methods inherited from class Gitlab::System::UserCreate
new(pull : JSON::PullParser)
new
Instance methods inherited from class Gitlab::Event
event_name : String | Nil
event_name,
event_name=(event_name : String | Nil)
event_name=,
event_type : String | Nil
event_type,
event_type=(event_type : String | Nil)
event_type=,
object_kind : String | Nil
object_kind,
object_kind=(object_kind : String | Nil)
object_kind=
Constructor methods inherited from class Gitlab::Event
new(pull : JSON::PullParser)
new
Macros inherited from class Gitlab::Event
timestamps
timestamps
Constructor Detail
def self.new(pull : JSON::PullParser)
#
user_failed_login is sent whenever
a blocked user attempts to login and denied access.