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