nerm/tests/Api/NERMIscAccountsApi.Tests.ps1
|
# # NERM API # The NERM API accesss and modifies resources in your environment. # Version: 1.0.0 # Generated by OpenAPI Generator: https://openapi-generator.tech # Describe -tag 'PSSailpoint.NERM' -name 'NERMNERMIscAccountsApi' { Context 'Get-NERMSchemaMappedProfilesCollection' { It 'Test Get-NERMSchemaMappedProfilesCollection' { #$TestResult = Get-NERMSchemaMappedProfilesCollection -Limit "TEST_VALUE" -Offset "TEST_VALUE" -UseSchema "TEST_VALUE" -OverrideSyncToggle "TEST_VALUE" -Category "TEST_VALUE" -Status "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NERMSingleSchemaMappedProfile' { It 'Test Get-NERMSingleSchemaMappedProfile' { #$TestResult = Get-NERMSingleSchemaMappedProfile -Id "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Update-NERMProfile' { It 'Test Update-NERMProfile' { #$TestResult = Update-NERMProfile -Id "TEST_VALUE" -UpdateProfileRequest "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } } |