nermV2025/tests/Model/DelegationsGet200Response.Tests.ps1
|
# # NERM API v2025 # The NERM API v2025 accesss and modifies resources in your environment. # Version: 1.0.0 # Generated by OpenAPI Generator: https://openapi-generator.tech # Describe -tag 'PSSailpoint.NERMV2025' -name 'NERMV2025DelegationsGet200Response' { Context 'NERMV2025DelegationsGet200Response' { It 'Initialize-NERMV2025DelegationsGet200Response' { # a simple test to create an object #$NewObject = Initialize-NERMV2025DelegationsGet200Response -Delegations "TEST_VALUE" #$NewObject | Should -BeOfType DelegationsGet200Response #$NewObject.property | Should -Be 0 } } } |