cc/tests/Model/ListAccounts200ResponseInner.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 'CCListAccounts200ResponseInner' { Context 'CCListAccounts200ResponseInner' { It 'Initialize-CCListAccounts200ResponseInner' { # a simple test to create an object #$NewObject = Initialize-CCListAccounts200ResponseInner -Id "TEST_VALUE" -Type "TEST_VALUE" -DisplayName "TEST_VALUE" -Username "TEST_VALUE" -PasswordRequired "TEST_VALUE" -PasswordProvided "TEST_VALUE" -Apps "TEST_VALUE" -SsoMethod "TEST_VALUE" -IdEncryption "TEST_VALUE" -PasswordEncryption "TEST_VALUE" -LastPasswdChange "TEST_VALUE" -ServiceName "TEST_VALUE" -DateDisabled "TEST_VALUE" -AccountServiceId "TEST_VALUE" -ServiceId "TEST_VALUE" -PendingPasswordRequestId "TEST_VALUE" -PasswordChangeStatus "TEST_VALUE" -PasswordChangeResult "TEST_VALUE" #$NewObject | Should -BeOfType ListAccounts200ResponseInner #$NewObject.property | Should -Be 0 } } } |