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