PowerShell management with class(es)

Description

Classes in PowerShell Modules are a lost art…and this makes me sad, because classes are an incredibly powerful tool and PowerShell is a great object-oriented language! Identity Security Cloud is highly customizable, especially if you know how to use its APIs, but you need to understand JSON to use APIs to their fullest potential. That sounds hard though, and I don’t like hard—I like easy. Do you know what easily converts to JSON? PowerShell Objects.