nerm/tests/Model/AdvancedSearch1ConditionRulesAttributesInner.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 'NERMAdvancedSearch1ConditionRulesAttributesInner' { Context 'NERMAdvancedSearch1ConditionRulesAttributesInner' { It 'Initialize-NERMAdvancedSearch1ConditionRulesAttributesInner' { # a simple test to create an object #$NewObject = Initialize-NERMAdvancedSearch1ConditionRulesAttributesInner -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 AdvancedSearch1ConditionRulesAttributesInner #$NewObject.property | Should -Be 0 } } } |