cc/tests/Api/CCAccountsApi.Tests.ps1
# # IdentityNow cc (private) APIs # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # Version: 1.0.0 # Generated by OpenAPI Generator: https://openapi-generator.tech # Describe -tag 'PSSailpointCC' -name 'CCCCAccountsApi' { Context 'Get-CCAccounts' { It 'Test Get-CCAccounts' { #$TestResult = Get-CCAccounts #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Remove-CCAccount' { It 'Test Remove-CCAccount' { #$TestResult = Remove-CCAccount -Id "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } } |