nerm/tests/Model/ProfileType1.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 'NERMProfileType1' { Context 'NERMProfileType1' { It 'Initialize-NERMProfileType1' { # a simple test to create an object #$NewObject = Initialize-NERMProfileType1 -Name "TEST_VALUE" -Category "TEST_VALUE" -BypassDupProtection "TEST_VALUE" -Archived "TEST_VALUE" -PermittedRoleIds "TEST_VALUE" -IscSynced "TEST_VALUE" -ProfileTypeDupAttributesAttributes "TEST_VALUE" -ProfileTypeNamingsAttributes "TEST_VALUE" #$NewObject | Should -BeOfType ProfileType1 #$NewObject.property | Should -Be 0 } } } |