TitanApi.psd1

@{
  GUID = 'ef24ca3e-95da-4072-a9bb-887a104d1dcb'
  RootModule = './TitanApi.psm1'
  ModuleVersion = '0.1.0'
  CompatiblePSEditions = 'Core', 'Desktop'
  Author = 'South River Technologies'
  CompanyName = 'South River Technologies'
  Copyright = 'Copyright, South River Technologies'
  Description = 'Sdk to access Titan Server REST API'
  PowerShellVersion = '5.1'
  DotNetFrameworkVersion = '4.7.2'
  RequiredAssemblies = './bin/TitanApi.private.dll'
  FormatsToProcess = './TitanApi.format.ps1xml'
  FunctionsToExport = 'Add-Lic', 'Export-SvrPgpKey', 'Export-SvrReport', 'Export-SvrTlKey', 'Get-DomParam', 'Get-DomSvr', 'Get-FileInfo', 'Get-GetMyCloud', 'Get-GrpList', 'Get-GrpParam', 'Get-IPAddress', 'Get-IPBanList', 'Get-Lic', 'Get-LicEntitlement', 'Get-Svr', 'Get-SvrAuth', 'Get-SvrDirAccessGroupList', 'Get-SvrDirAccessList', 'Get-SvrDirAccessUserList', 'Get-SvrEvent', 'Get-SvrList', 'Get-SvrMyShare', 'Get-SvrNode', 'Get-SvrParam', 'Get-SvrPgpKey', 'Get-SvrReport', 'Get-SvrSession', 'Get-SvrSharedWithme', 'Get-SvrSshKey', 'Get-SvrState', 'Get-SvrTlKey', 'Get-SvrUnc', 'Get-SvrVar', 'Get-SvrVirtualFolder', 'Get-SvrVirtualFolderGroup', 'Get-SvrVirtualFolderUser', 'Get-UsrList', 'Get-UsrParam', 'Get-UsrQuota', 'Import-SvrPgpKey', 'Import-SvrSshKey', 'Import-SvrTlKey', 'Invoke-ActionSvr', 'Invoke-CloudSvr', 'Invoke-CloudSvrCostGet', 'Invoke-CloudSvrCreate', 'Invoke-CloudSvrDelete', 'Invoke-CloudSvrList', 'Invoke-CloudSvrUpdate', 'Invoke-ConditionSvr', 'Invoke-DatabaseDataSource', 'Invoke-DoGrpAction', 'Invoke-DoUsrAction', 'Invoke-ExecuteSvrRequest', 'Invoke-FileDownload', 'Invoke-FileGetList', 'Invoke-InstanceDataSource', 'Invoke-Login', 'Invoke-Logout', 'Invoke-OutputServerReport', 'Invoke-OutputSvr', 'Invoke-OutputSvrReportList', 'Invoke-ServerDataSource', 'Invoke-ServerReport', 'Invoke-ServerSshKey', 'Invoke-ServerVirtualFolder', 'Invoke-TreeSvrEvent', 'New-FileDirectory', 'New-Grp', 'New-Svr', 'New-SvrAuth', 'New-SvrDirAccess', 'New-SvrEventHandler', 'New-SvrNode', 'New-SvrPgpKey', 'New-SvrReport', 'New-SvrSshKey', 'New-SvrTlKey', 'New-SvrUnc', 'New-SvrVirtualFolder', 'New-Usr', 'Remove-File', 'Remove-Grp', 'Remove-Lic', 'Remove-Svr', 'Remove-SvrAuth', 'Remove-SvrDirAccess', 'Remove-SvrNode', 'Remove-SvrPgpKey', 'Remove-SvrReport', 'Remove-SvrSshKey', 'Remove-SvrTlKey', 'Remove-SvrUnc', 'Remove-SvrVirtualFolder', 'Remove-Usr', 'Set-DomParam', 'Set-GrpParam', 'Set-IPBanList', 'Set-LicState', 'Set-Svr', 'Set-SvrAuth', 'Set-SvrDirAccess', 'Set-SvrParam', 'Set-SvrState', 'Set-UsrParam', 'Start-DomAction', 'Start-DomExec', 'Start-SvrAction', 'Start-UsrAction', 'Test-SvrEmail', 'Update-SvrEventHandler', 'Update-SvrTlKey', 'Update-SvrUnc', '*'
  AliasesToExport = '*'
  PrivateData = @{
    PSData = @{
      Tags = ''
      LicenseUri = ''
      ProjectUri = ''
      ReleaseNotes = ''
    }
  }
}