v3/tests/Api/NonEmployeeLifecycleManagementApi.Tests.ps1
# # IdentityNow V3 API # Use these APIs to interact with the IdentityNow 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: 3.0.0 # Generated by OpenAPI Generator: https://openapi-generator.tech # Describe -tag 'PSSailpoint' -name 'NonEmployeeLifecycleManagementApi' { Context 'Approve-NonEmployeeRequest' { It 'Test Approve-NonEmployeeRequest' { #$TestResult = Approve-NonEmployeeRequest -Id "TEST_VALUE" -NonEmployeeApprovalDecision "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'New-NonEmployeeRecord' { It 'Test New-NonEmployeeRecord' { #$TestResult = New-NonEmployeeRecord -NonEmployeeRequestBody "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'New-NonEmployeeRequest' { It 'Test New-NonEmployeeRequest' { #$TestResult = New-NonEmployeeRequest -NonEmployeeRequestBody "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'New-NonEmployeeSource' { It 'Test New-NonEmployeeSource' { #$TestResult = New-NonEmployeeSource -NonEmployeeSourceRequestBody "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'New-NonEmployeeSourceSchemaAttributes' { It 'Test New-NonEmployeeSourceSchemaAttributes' { #$TestResult = New-NonEmployeeSourceSchemaAttributes -SourceId "TEST_VALUE" -NonEmployeeSchemaAttributeBody "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Remove-NonEmployeeRecord' { It 'Test Remove-NonEmployeeRecord' { #$TestResult = Remove-NonEmployeeRecord -Id "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Remove-NonEmployeeRecordsInBulk' { It 'Test Remove-NonEmployeeRecordsInBulk' { #$TestResult = Remove-NonEmployeeRecordsInBulk -DeleteNonEmployeeRecordsInBulkRequest "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Remove-NonEmployeeRequest' { It 'Test Remove-NonEmployeeRequest' { #$TestResult = Remove-NonEmployeeRequest -Id "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Remove-NonEmployeeSchemaAttribute' { It 'Test Remove-NonEmployeeSchemaAttribute' { #$TestResult = Remove-NonEmployeeSchemaAttribute -AttributeId "TEST_VALUE" -SourceId "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Remove-NonEmployeeSource' { It 'Test Remove-NonEmployeeSource' { #$TestResult = Remove-NonEmployeeSource -SourceId "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Remove-NonEmployeeSourceSchemaAttributes' { It 'Test Remove-NonEmployeeSourceSchemaAttributes' { #$TestResult = Remove-NonEmployeeSourceSchemaAttributes -SourceId "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Export-NonEmployeeRecords' { It 'Test Export-NonEmployeeRecords' { #$TestResult = Export-NonEmployeeRecords -Id "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Export-NonEmployeeSourceSchemaTemplate' { It 'Test Export-NonEmployeeSourceSchemaTemplate' { #$TestResult = Export-NonEmployeeSourceSchemaTemplate -Id "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NonEmployeeApproval' { It 'Test Get-NonEmployeeApproval' { #$TestResult = Get-NonEmployeeApproval -Id "TEST_VALUE" -IncludeDetail "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NonEmployeeApprovalSummary' { It 'Test Get-NonEmployeeApprovalSummary' { #$TestResult = Get-NonEmployeeApprovalSummary -RequestedFor "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NonEmployeeBulkUploadStatus' { It 'Test Get-NonEmployeeBulkUploadStatus' { #$TestResult = Get-NonEmployeeBulkUploadStatus -Id "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NonEmployeeRecord' { It 'Test Get-NonEmployeeRecord' { #$TestResult = Get-NonEmployeeRecord -Id "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NonEmployeeRequest' { It 'Test Get-NonEmployeeRequest' { #$TestResult = Get-NonEmployeeRequest -Id "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NonEmployeeRequestSummary' { It 'Test Get-NonEmployeeRequestSummary' { #$TestResult = Get-NonEmployeeRequestSummary -RequestedFor "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NonEmployeeSchemaAttribute' { It 'Test Get-NonEmployeeSchemaAttribute' { #$TestResult = Get-NonEmployeeSchemaAttribute -AttributeId "TEST_VALUE" -SourceId "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NonEmployeeSource' { It 'Test Get-NonEmployeeSource' { #$TestResult = Get-NonEmployeeSource -SourceId "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NonEmployeeSourceSchemaAttributes' { It 'Test Get-NonEmployeeSourceSchemaAttributes' { #$TestResult = Get-NonEmployeeSourceSchemaAttributes -SourceId "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Import-NonEmployeeRecordsInBulk' { It 'Test Import-NonEmployeeRecordsInBulk' { #$TestResult = Import-NonEmployeeRecordsInBulk -Id "TEST_VALUE" -Data "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NonEmployeeApprovals' { It 'Test Get-NonEmployeeApprovals' { #$TestResult = Get-NonEmployeeApprovals -RequestedFor "TEST_VALUE" -Limit "TEST_VALUE" -Offset "TEST_VALUE" -Count "TEST_VALUE" -Filters "TEST_VALUE" -Sorters "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NonEmployeeRecords' { It 'Test Get-NonEmployeeRecords' { #$TestResult = Get-NonEmployeeRecords -Limit "TEST_VALUE" -Offset "TEST_VALUE" -Count "TEST_VALUE" -Sorters "TEST_VALUE" -Filters "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NonEmployeeRequests' { It 'Test Get-NonEmployeeRequests' { #$TestResult = Get-NonEmployeeRequests -RequestedFor "TEST_VALUE" -Limit "TEST_VALUE" -Offset "TEST_VALUE" -Count "TEST_VALUE" -Sorters "TEST_VALUE" -Filters "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-NonEmployeeSources' { It 'Test Get-NonEmployeeSources' { #$TestResult = Get-NonEmployeeSources -RequestedFor "TEST_VALUE" -Limit "TEST_VALUE" -Offset "TEST_VALUE" -Count "TEST_VALUE" -NonEmployeeCount "TEST_VALUE" -Sorters "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Update-NonEmployeeRecord' { It 'Test Update-NonEmployeeRecord' { #$TestResult = Update-NonEmployeeRecord -Id "TEST_VALUE" -JsonPatchOperation "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Update-NonEmployeeSchemaAttribute' { It 'Test Update-NonEmployeeSchemaAttribute' { #$TestResult = Update-NonEmployeeSchemaAttribute -AttributeId "TEST_VALUE" -SourceId "TEST_VALUE" -JsonPatchOperation "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Update-NonEmployeeSource' { It 'Test Update-NonEmployeeSource' { #$TestResult = Update-NonEmployeeSource -SourceId "TEST_VALUE" -JsonPatchOperation "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Deny-NonEmployeeRequest' { It 'Test Deny-NonEmployeeRequest' { #$TestResult = Deny-NonEmployeeRequest -Id "TEST_VALUE" -NonEmployeeRejectApprovalDecision "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Update-NonEmployeeRecord' { It 'Test Update-NonEmployeeRecord' { #$TestResult = Update-NonEmployeeRecord -Id "TEST_VALUE" -NonEmployeeRequestBody "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } } |