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