Private/Types/enums/NotificationEventActionPamCheckout.generated.psm1

enum NotificationEventActionPamCheckout
{
    Requested = 8
    Approved = 9
    Denied = 11
    Cancelled = 12
    Active = 13
    Expired = 14
    Ended = 15
}