beta/tests/Api/BetaNotificationsApi.Tests.ps1

#
# Identity Security Cloud Beta API
# Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. These APIs are in beta and are subject to change. 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.1.0-beta
# Generated by OpenAPI Generator: https://openapi-generator.tech
#

Describe -tag 'PSSailpointBeta' -name 'BetaBetaNotificationsApi' {
    Context 'New-BetaDomainDkim' {
        It 'Test New-BetaDomainDkim' {
            #$TestResult = New-BetaDomainDkim -DomainAddress "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

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

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

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

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

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

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

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

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

    Context 'Get-BetaFromAddresses' {
        It 'Test Get-BetaFromAddresses' {
            #$TestResult = Get-BetaFromAddresses -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-BetaNotificationPreferences' {
        It 'Test Get-BetaNotificationPreferences' {
            #$TestResult = Get-BetaNotificationPreferences
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

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

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

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

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

}