cc/tests/Model/ListApplications200ResponseInnerAccountServicePoliciesInner.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 'CCListApplications200ResponseInnerAccountServicePoliciesInner' {
    Context 'CCListApplications200ResponseInnerAccountServicePoliciesInner' {
        It 'Initialize-CCListApplications200ResponseInnerAccountServicePoliciesInner' {
            # a simple test to create an object
            #$NewObject = Initialize-CCListApplications200ResponseInnerAccountServicePoliciesInner -PolicyId "TEST_VALUE" -PolicyName "TEST_VALUE" -Selectors "TEST_VALUE"
            #$NewObject | Should -BeOfType ListApplications200ResponseInnerAccountServicePoliciesInner
            #$NewObject.property | Should -Be 0
        }
    }
}