nerm/tests/Api/NERMPagesApi.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 'NERMNERMPagesApi' { Context 'New-NERMProfilePage' { It 'Test New-NERMProfilePage' { #$TestResult = New-NERMProfilePage -CreateProfilePageRequest "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'New-NERMWorkflowPage' { It 'Test New-NERMWorkflowPage' { #$TestResult = New-NERMWorkflowPage -CreateWorkflowPageRequest "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } } |