nerm/tests/Model/LdapAction.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 'NERMLdapAction' { Context 'NERMLdapAction' { It 'Initialize-NERMLdapAction' { # a simple test to create an object #$NewObject = Initialize-NERMLdapAction -WorkflowId "TEST_VALUE" -Description "TEST_VALUE" -Archived "TEST_VALUE" -StoreType "TEST_VALUE" -LdapActionUserRolesAttributes "TEST_VALUE" -WorkflowActionValueBuildersAttributes "TEST_VALUE" -WorkflowActionDirectoryGroupsAttributes "TEST_VALUE" #$NewObject | Should -BeOfType LdapAction #$NewObject.property | Should -Be 0 } } } |