nerm/tests/Model/ProfileStatusRule1.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 'NERMProfileStatusRule1' { Context 'NERMProfileStatusRule1' { It 'Initialize-NERMProfileStatusRule1' { # a simple test to create an object #$NewObject = Initialize-NERMProfileStatusRule1 -Type "TEST_VALUE" -ComparisonOperator "TEST_VALUE" -Value "TEST_VALUE" #$NewObject | Should -BeOfType ProfileStatusRule1 #$NewObject.property | Should -Be 0 } } } |