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