KeDo_OktaAPI.psd1
# # Module manifest for module 'KeDo_CosmosRESTAPI' # @{ #* Module Statics ModuleVersion = '0.3.0' GUID = '8ae41040-757d-4e32-875b-ee3ef49aff56' #* Copyright stuff Author = 'Ken Dobrunz' Copyright = 'Ken Dobrunz // Ken.Dobrunz@skaylink.com & Ken@Dobrunz.tech' Description = 'PowerShell helper to use Okta API' HelpInfoURI = 'http://kensmagic.site' #* Module files & co. # RootModule = '' NestedModules = @( "Get-OktaURIRecursive.psm1" ) RequiredModules = @() #* Export # FunctionsToExport = @() CmdletsToExport = @() VariablesToExport = '' AliasesToExport = @() # Private data to pass to the nested modules PrivateData = @{ PSData = @{ } } } |