v2/tests/Model/GetOrgSettings200ResponseSystemNotificationConfig.Tests.ps1
# # SailPoint SaaS API # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # Version: 2.0.0 # Generated by OpenAPI Generator: https://openapi-generator.tech # Describe -tag 'PSSailpointV2' -name 'V2GetOrgSettings200ResponseSystemNotificationConfig' { Context 'V2GetOrgSettings200ResponseSystemNotificationConfig' { It 'Initialize-V2GetOrgSettings200ResponseSystemNotificationConfig' { # a simple test to create an object #$NewObject = Initialize-V2GetOrgSettings200ResponseSystemNotificationConfig -Notifications "TEST_VALUE" -RecipientType "TEST_VALUE" #$NewObject | Should -BeOfType GetOrgSettings200ResponseSystemNotificationConfig #$NewObject.property | Should -Be 0 } } } |