IBM.IAM.AWS.SecurityToken.psd1
# # Module manifest for module 'IBM.IAM.AWS.SecurityToken' # # Generated by: John W Carew # # Generated on: 02/05/2020 # @{ RootModule = 'bin\IBM.IAM.AWS.SecurityToken.dll' ModuleVersion = '1.0.2002.122' GUID = '79cd19d7-c349-4bae-be9a-43f3cc325876' Author = 'John W Carew' CompanyName = 'Simpler Software' Copyright = '(c) 2019 Simpler Software. All rights reserved.' Description = 'PowerShell cmdlet to allow SAML authentication with AWS using IBM Identity and Access Management.' PowerShellVersion = '5.0' #DotNetFrameworkVersion = '4.0' #CLRVersion = '4.0' # Modules that must be imported into the global environment prior to importing this module RequiredModules = @( @{ModuleName="AWS.Tools.SecurityToken"; ModuleVersion="4.0.3.0"} ) RequiredAssemblies = @( 'bin\IBM.IAM.AWS.SecurityToken.dll', 'bin\Newtonsoft.Json.dll' ) FileList = @( 'IBM.IAM.AWS.SecurityToken.dll', 'IBM.IAM.AWS.SecurityToken.dll-Help.xml', 'Newtonsoft.Json.dll', 'IBM.IAM.AWS.SecurityToken.psd1', 'LICENSE.txt' ) FormatsToProcess = @('IBM.IAM.AWS.SecurityToken.Format.ps1xml') CmdletsToExport = @('Set-AwsIbmSamlCredentials','Get-AwsIbmSamlRoles') FunctionsToExport = @() AliasesToExport = @() PrivateData = @{ PSData = @{ Tags = @('AWS', 'SAML', 'IBM', 'IAM') #Prerelease = 'preview' ReleaseNotes = 'Removed all dependencies on AWSSDK.' LicenseUri = 'https://github.com/Simpler-Software/IBM.IAM.AWS/blob/master/LICENSE.md' ProjectUri = 'https://github.com/Simpler-Software/IBM.IAM.AWS' IconUri = 'https://sdk-for-net.amazonwebservices.com/images/AWSLogo128x128.png' ExternalModuleDependencies = @( 'AWS.Tools.SecurityToken' ) } } } |