nerm/tests/Model/NotificationAction.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 'NERMNotificationAction' { Context 'NERMNotificationAction' { It 'Initialize-NERMNotificationAction' { # a simple test to create an object #$NewObject = Initialize-NERMNotificationAction -WorkflowId "TEST_VALUE" -Description "TEST_VALUE" -EmailAttributeId "TEST_VALUE" -EmailAddresses "TEST_VALUE" -Archived "TEST_VALUE" -WorkflowActionEmailAttributes "TEST_VALUE" #$NewObject | Should -BeOfType NotificationAction #$NewObject.property | Should -Be 0 } } } |