sup3rmark / iscUtils

A collection of functions that call the SailPoint Identity Security Cloud API.
MIT License
2 stars 1 forks source link

Add New-ISCTenant function #6

Closed sup3rmark closed 1 month ago

sup3rmark commented 1 month ago

This function allows users to create a properly-formatted Secret object more easily by just passing in the tenant name and either a clientID/clientSecret pair or a PowerShell Credential object.

sup3rmark commented 1 month ago

This resolves Issue #3 (https://github.com/sup3rmark/iscUtils/issues/3).