cc/tests/Model/GetIdentity200ResponseOrg.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 'CCGetIdentity200ResponseOrg' {
    Context 'CCGetIdentity200ResponseOrg' {
        It 'Initialize-CCGetIdentity200ResponseOrg' {
            # a simple test to create an object
            #$NewObject = Initialize-CCGetIdentity200ResponseOrg -Name "TEST_VALUE" -ScriptName "TEST_VALUE" -Mode "TEST_VALUE" -NumQuestions "TEST_VALUE" -Status "TEST_VALUE" -MaxRegisteredUsers "TEST_VALUE" -Pod "TEST_VALUE" -PwdResetPersonalPhone "TEST_VALUE" -PwdResetPersonalEmail "TEST_VALUE" -PwdResetKba "TEST_VALUE" -PwdResetEmail "TEST_VALUE" -PwdResetDuo "TEST_VALUE" -PwdResetPhoneMask "TEST_VALUE" -AuthErrorText "TEST_VALUE" -StrongAuthKba "TEST_VALUE" -StrongAuthPersonalPhone "TEST_VALUE" -StrongAuthPersonalEmail "TEST_VALUE" -Integrations "TEST_VALUE" -ProductName "TEST_VALUE" -KbaReqForAuthn "TEST_VALUE" -KbaReqAnswers "TEST_VALUE" -LockoutAttemptThreshold "TEST_VALUE" -LockoutTimeMinutes "TEST_VALUE" -UsageCertRequired "TEST_VALUE" -AdminStrongAuthRequired "TEST_VALUE" -EnableExternalPasswordChange "TEST_VALUE" -EnablePasswordReplay "TEST_VALUE" -EnableAutomaticPasswordReplay "TEST_VALUE" -NotifyAuthenticationSettingChange "TEST_VALUE" -Netmasks "TEST_VALUE" -CountryCodes "TEST_VALUE" -WhiteList "TEST_VALUE" -UsernameEmptyText "TEST_VALUE" -UsernameLabel "TEST_VALUE" -EnableAutomationGeneration "TEST_VALUE" -EmailTestMode "TEST_VALUE" -EmailTestAddress "TEST_VALUE" -OrgType "TEST_VALUE" -PasswordReplayState "TEST_VALUE" -SystemNotificationConfig "TEST_VALUE" -RedirectPatterns "TEST_VALUE" -MaxClusterDebugHours "TEST_VALUE" -BrandName "TEST_VALUE" -Logo "TEST_VALUE" -EmailFromAddress "TEST_VALUE" -StandardLogoUrl "TEST_VALUE" -NarrowLogoUrl "TEST_VALUE" -ActionButtonColor "TEST_VALUE" -ActiveLinkColor "TEST_VALUE" -NavigationColor "TEST_VALUE"
            #$NewObject | Should -BeOfType GetIdentity200ResponseOrg
            #$NewObject.property | Should -Be 0
        }
    }
}