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