v3/tests/Api/WorkItemsApi.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 'WorkItemsApi' { Context 'Approve-ApprovalItem' { It 'Test Approve-ApprovalItem' { #$TestResult = Approve-ApprovalItem -Id "TEST_VALUE" -ApprovalItemId "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Approve-ApprovalItemsInBulk' { It 'Test Approve-ApprovalItemsInBulk' { #$TestResult = Approve-ApprovalItemsInBulk -Id "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Complete-WorkItem' { It 'Test Complete-WorkItem' { #$TestResult = Complete-WorkItem -Id "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-CompletedWorkItems' { It 'Test Get-CompletedWorkItems' { #$TestResult = Get-CompletedWorkItems -OwnerId "TEST_VALUE" -Limit "TEST_VALUE" -Offset "TEST_VALUE" -Count "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-CountCompletedWorkItems' { It 'Test Get-CountCompletedWorkItems' { #$TestResult = Get-CountCompletedWorkItems -OwnerId "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-CountWorkItems' { It 'Test Get-CountWorkItems' { #$TestResult = Get-CountWorkItems -OwnerId "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-WorkItem' { It 'Test Get-WorkItem' { #$TestResult = Get-WorkItem -Id "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-WorkItemsSummary' { It 'Test Get-WorkItemsSummary' { #$TestResult = Get-WorkItemsSummary -OwnerId "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Get-WorkItems' { It 'Test Get-WorkItems' { #$TestResult = Get-WorkItems -Limit "TEST_VALUE" -Offset "TEST_VALUE" -Count "TEST_VALUE" -OwnerId "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Deny-ApprovalItem' { It 'Test Deny-ApprovalItem' { #$TestResult = Deny-ApprovalItem -Id "TEST_VALUE" -ApprovalItemId "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Deny-ApprovalItemsInBulk' { It 'Test Deny-ApprovalItemsInBulk' { #$TestResult = Deny-ApprovalItemsInBulk -Id "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } Context 'Submit-AccountSelection' { It 'Test Submit-AccountSelection' { #$TestResult = Submit-AccountSelection -Id "TEST_VALUE" -RequestBody "TEST_VALUE" #$TestResult | Should -BeOfType TODO #$TestResult.property | Should -Be 0 } } } |