struct

KemalIdentity::Authz::Permitted

Inherits Struct < Value < Object

The check said yes.

Constructors

new(permission : String, via : String, tenant_id : String | Nil = nil)
Source

Instance methods

permission
Source
permitted?
Source
tenant_id
Source
via

Which role granted it. For the audit trail: "allowed" is not a useful line in a log, and "allowed via finance_admin" is what somebody reviewing an access review needs.

Source