nerm/tests/Model/SyncedAttribute.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 'NERMSyncedAttribute' { Context 'NERMSyncedAttribute' { It 'Initialize-NERMSyncedAttribute' { # a simple test to create an object #$NewObject = Initialize-NERMSyncedAttribute -Id "TEST_VALUE" -ProfileTypeId "TEST_VALUE" -NeAttributeId "TEST_VALUE" #$NewObject | Should -BeOfType SyncedAttribute #$NewObject.property | Should -Be 0 } } } |