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