nerm/tests/Model/SubmitAttributeOptions200Response.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 'NERMSubmitAttributeOptions200Response' { Context 'NERMSubmitAttributeOptions200Response' { It 'Initialize-NERMSubmitAttributeOptions200Response' { # a simple test to create an object #$NewObject = Initialize-NERMSubmitAttributeOptions200Response -NeAttributeOptions "TEST_VALUE" -Info "TEST_VALUE" -JobStatus "TEST_VALUE" -Status "TEST_VALUE" #$NewObject | Should -BeOfType SubmitAttributeOptions200Response #$NewObject.property | Should -Be 0 } } } |