nerm/tests/Model/RunWorkflowActionConfigurationAttributes.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 'NERMRunWorkflowActionConfigurationAttributes' {
    Context 'NERMRunWorkflowActionConfigurationAttributes' {
        It 'Initialize-NERMRunWorkflowActionConfigurationAttributes' {
            # a simple test to create an object
            #$NewObject = Initialize-NERMRunWorkflowActionConfigurationAttributes -Id "TEST_VALUE" -WorkflowId "TEST_VALUE" -WaitForCompletion "TEST_VALUE" -ProfileToSend "TEST_VALUE" -ReturnProfile "TEST_VALUE" -RunWorkflowActionId "TEST_VALUE" -ProfileTypeId "TEST_VALUE"
            #$NewObject | Should -BeOfType RunWorkflowActionConfigurationAttributes
            #$NewObject.property | Should -Be 0
        }
    }
}