nerm/tests/Model/AutomatedWorkflow.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 'NERMAutomatedWorkflow' {
    Context 'NERMAutomatedWorkflow' {
        It 'Initialize-NERMAutomatedWorkflow' {
            # a simple test to create an object
            #$NewObject = Initialize-NERMAutomatedWorkflow -ProfileTypeId "TEST_VALUE" -Status "TEST_VALUE" -Uid "TEST_VALUE" -Name "TEST_VALUE" -DisableFailureEmailNotifications "TEST_VALUE" -ConditionRulesAttributes "TEST_VALUE"
            #$NewObject | Should -BeOfType AutomatedWorkflow
            #$NewObject.property | Should -Be 0
        }
    }
}