v2024/tests/Api/V2024SourcesApi.Tests.ps1

#
# Identity Security Cloud V2024 API
# Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.
# Version: v2024
# Generated by OpenAPI Generator: https://openapi-generator.tech
#

Describe -tag 'Tm.V2024' -name 'V2024V2024SourcesApi' {
    Context 'New-V2024ProvisioningPolicy' {
        It 'Test New-V2024ProvisioningPolicy' {
            #$TestResult = New-V2024ProvisioningPolicy -SourceId "TEST_VALUE" -ProvisioningPolicyDto "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'New-V2024Source' {
        It 'Test New-V2024Source' {
            #$TestResult = New-V2024Source -Source "TEST_VALUE" -ProvisionAsCsv "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'New-V2024SourceSchema' {
        It 'Test New-V2024SourceSchema' {
            #$TestResult = New-V2024SourceSchema -SourceId "TEST_VALUE" -Schema "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Remove-V2024AccountsAsync' {
        It 'Test Remove-V2024AccountsAsync' {
            #$TestResult = Remove-V2024AccountsAsync -Id "TEST_VALUE" -XSailPointExperimental "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Remove-V2024NativeChangeDetectionConfig' {
        It 'Test Remove-V2024NativeChangeDetectionConfig' {
            #$TestResult = Remove-V2024NativeChangeDetectionConfig -Id "TEST_VALUE" -XSailPointExperimental "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Remove-V2024ProvisioningPolicy' {
        It 'Test Remove-V2024ProvisioningPolicy' {
            #$TestResult = Remove-V2024ProvisioningPolicy -SourceId "TEST_VALUE" -UsageType "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Remove-V2024Source' {
        It 'Test Remove-V2024Source' {
            #$TestResult = Remove-V2024Source -Id "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Remove-V2024SourceSchema' {
        It 'Test Remove-V2024SourceSchema' {
            #$TestResult = Remove-V2024SourceSchema -SourceId "TEST_VALUE" -SchemaId "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-V2024AccountsSchema' {
        It 'Test Get-V2024AccountsSchema' {
            #$TestResult = Get-V2024AccountsSchema -Id "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-V2024EntitlementsSchema' {
        It 'Test Get-V2024EntitlementsSchema' {
            #$TestResult = Get-V2024EntitlementsSchema -Id "TEST_VALUE" -SchemaName "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-V2024NativeChangeDetectionConfig' {
        It 'Test Get-V2024NativeChangeDetectionConfig' {
            #$TestResult = Get-V2024NativeChangeDetectionConfig -Id "TEST_VALUE" -XSailPointExperimental "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-V2024ProvisioningPolicy' {
        It 'Test Get-V2024ProvisioningPolicy' {
            #$TestResult = Get-V2024ProvisioningPolicy -SourceId "TEST_VALUE" -UsageType "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-V2024Source' {
        It 'Test Get-V2024Source' {
            #$TestResult = Get-V2024Source -Id "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-V2024SourceAttrSyncConfig' {
        It 'Test Get-V2024SourceAttrSyncConfig' {
            #$TestResult = Get-V2024SourceAttrSyncConfig -Id "TEST_VALUE" -XSailPointExperimental "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-V2024SourceConfig' {
        It 'Test Get-V2024SourceConfig' {
            #$TestResult = Get-V2024SourceConfig -Id "TEST_VALUE" -XSailPointExperimental "TEST_VALUE" -Locale "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-V2024SourceEntitlementRequestConfig' {
        It 'Test Get-V2024SourceEntitlementRequestConfig' {
            #$TestResult = Get-V2024SourceEntitlementRequestConfig -XSailPointExperimental "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-V2024SourceHealth' {
        It 'Test Get-V2024SourceHealth' {
            #$TestResult = Get-V2024SourceHealth -SourceId "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-V2024SourceSchema' {
        It 'Test Get-V2024SourceSchema' {
            #$TestResult = Get-V2024SourceSchema -SourceId "TEST_VALUE" -SchemaId "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-V2024SourceSchemas' {
        It 'Test Get-V2024SourceSchemas' {
            #$TestResult = Get-V2024SourceSchemas -SourceId "TEST_VALUE" -IncludeTypes "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Import-V2024Accounts' {
        It 'Test Import-V2024Accounts' {
            #$TestResult = Import-V2024Accounts -Id "TEST_VALUE" -XSailPointExperimental "TEST_VALUE" -File "TEST_VALUE" -DisableOptimization "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Import-V2024AccountsSchema' {
        It 'Test Import-V2024AccountsSchema' {
            #$TestResult = Import-V2024AccountsSchema -Id "TEST_VALUE" -File "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Import-V2024ConnectorFile' {
        It 'Test Import-V2024ConnectorFile' {
            #$TestResult = Import-V2024ConnectorFile -SourceId "TEST_VALUE" -File "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Import-V2024EntitlementsSchema' {
        It 'Test Import-V2024EntitlementsSchema' {
            #$TestResult = Import-V2024EntitlementsSchema -Id "TEST_VALUE" -SchemaName "TEST_VALUE" -File "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Import-V2024UncorrelatedAccounts' {
        It 'Test Import-V2024UncorrelatedAccounts' {
            #$TestResult = Import-V2024UncorrelatedAccounts -Id "TEST_VALUE" -XSailPointExperimental "TEST_VALUE" -File "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-V2024ProvisioningPolicies' {
        It 'Test Get-V2024ProvisioningPolicies' {
            #$TestResult = Get-V2024ProvisioningPolicies -SourceId "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Get-V2024Sources' {
        It 'Test Get-V2024Sources' {
            #$TestResult = Get-V2024Sources -Limit "TEST_VALUE" -Offset "TEST_VALUE" -Count "TEST_VALUE" -Filters "TEST_VALUE" -Sorters "TEST_VALUE" -ForSubadmin "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Receive-V2024ResourceObjects' {
        It 'Test Receive-V2024ResourceObjects' {
            #$TestResult = Receive-V2024ResourceObjects -SourceId "TEST_VALUE" -XSailPointExperimental "TEST_VALUE" -ResourceObjectsRequest "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Ping-V2024Cluster' {
        It 'Test Ping-V2024Cluster' {
            #$TestResult = Ping-V2024Cluster -SourceId "TEST_VALUE" -XSailPointExperimental "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Send-V2024NativeChangeDetectionConfig' {
        It 'Test Send-V2024NativeChangeDetectionConfig' {
            #$TestResult = Send-V2024NativeChangeDetectionConfig -Id "TEST_VALUE" -XSailPointExperimental "TEST_VALUE" -NativeChangeDetectionConfig "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Send-V2024ProvisioningPolicy' {
        It 'Test Send-V2024ProvisioningPolicy' {
            #$TestResult = Send-V2024ProvisioningPolicy -SourceId "TEST_VALUE" -UsageType "TEST_VALUE" -ProvisioningPolicyDto "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Send-V2024Source' {
        It 'Test Send-V2024Source' {
            #$TestResult = Send-V2024Source -Id "TEST_VALUE" -Source "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Send-V2024SourceAttrSyncConfig' {
        It 'Test Send-V2024SourceAttrSyncConfig' {
            #$TestResult = Send-V2024SourceAttrSyncConfig -Id "TEST_VALUE" -XSailPointExperimental "TEST_VALUE" -AttrSyncSourceConfig "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Send-V2024SourceSchema' {
        It 'Test Send-V2024SourceSchema' {
            #$TestResult = Send-V2024SourceSchema -SourceId "TEST_VALUE" -SchemaId "TEST_VALUE" -Schema "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Sync-V2024AttributesForSource' {
        It 'Test Sync-V2024AttributesForSource' {
            #$TestResult = Sync-V2024AttributesForSource -Id "TEST_VALUE" -XSailPointExperimental "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Test-V2024SourceConfiguration' {
        It 'Test Test-V2024SourceConfiguration' {
            #$TestResult = Test-V2024SourceConfiguration -SourceId "TEST_VALUE" -XSailPointExperimental "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Test-V2024SourceConnection' {
        It 'Test Test-V2024SourceConnection' {
            #$TestResult = Test-V2024SourceConnection -SourceId "TEST_VALUE" -XSailPointExperimental "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Update-V2024ProvisioningPoliciesInBulk' {
        It 'Test Update-V2024ProvisioningPoliciesInBulk' {
            #$TestResult = Update-V2024ProvisioningPoliciesInBulk -SourceId "TEST_VALUE" -ProvisioningPolicyDto "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Update-V2024ProvisioningPolicy' {
        It 'Test Update-V2024ProvisioningPolicy' {
            #$TestResult = Update-V2024ProvisioningPolicy -SourceId "TEST_VALUE" -UsageType "TEST_VALUE" -JsonPatchOperation "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Update-V2024Source' {
        It 'Test Update-V2024Source' {
            #$TestResult = Update-V2024Source -Id "TEST_VALUE" -JsonPatchOperation "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Update-V2024SourceEntitlementRequestConfig' {
        It 'Test Update-V2024SourceEntitlementRequestConfig' {
            #$TestResult = Update-V2024SourceEntitlementRequestConfig -XSailPointExperimental "TEST_VALUE" -SourceEntitlementRequestConfig "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

    Context 'Update-V2024SourceSchema' {
        It 'Test Update-V2024SourceSchema' {
            #$TestResult = Update-V2024SourceSchema -SourceId "TEST_VALUE" -SchemaId "TEST_VALUE" -JsonPatchOperation "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

}