cc/tests/Model/ListApplications200ResponseInnerAppProfilesInner.Tests.ps1
# # IdentityNow cc (private) APIs # No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # Version: 1.0.0 # Generated by OpenAPI Generator: https://openapi-generator.tech # Describe -tag 'PSSailpointCC' -name 'CCListApplications200ResponseInnerAppProfilesInner' { Context 'CCListApplications200ResponseInnerAppProfilesInner' { It 'Initialize-CCListApplications200ResponseInnerAppProfilesInner' { # a simple test to create an object #$NewObject = Initialize-CCListApplications200ResponseInnerAppProfilesInner -Id "TEST_VALUE" -Filename "TEST_VALUE" -CreatedBy "TEST_VALUE" -DateCreated "TEST_VALUE" -XsdVersion "TEST_VALUE" #$NewObject | Should -BeOfType ListApplications200ResponseInnerAppProfilesInner #$NewObject.property | Should -Be 0 } } } |