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