v3/tests/Model/BrandingItemCreate.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 'BrandingItemCreate' { Context 'BrandingItemCreate' { It 'Initialize-BrandingItemCreate' { # a simple test to create an object #$NewObject = Initialize-BrandingItemCreate -Name "TEST_VALUE" -ProductName "TEST_VALUE" -ActionButtonColor "TEST_VALUE" -ActiveLinkColor "TEST_VALUE" -NavigationColor "TEST_VALUE" -EmailFromAddress "TEST_VALUE" -LoginInformationalMessage "TEST_VALUE" -FileStandard "TEST_VALUE" #$NewObject | Should -BeOfType BrandingItemCreate #$NewObject.property | Should -Be 0 } } } |