nerm/tests/Model/Attribute1.Tests.ps1
|
# # NERM API # The NERM API accesss and modifies resources in your environment. # Version: 1.0.0 # Generated by OpenAPI Generator: https://openapi-generator.tech # Describe -tag 'PSSailpoint.NERM' -name 'NERMAttribute1' { Context 'NERMAttribute1' { It 'Initialize-NERMAttribute1' { # a simple test to create an object #$NewObject = Initialize-NERMAttribute1 -Id "TEST_VALUE" -Uid "TEST_VALUE" -Label "TEST_VALUE" -Description "TEST_VALUE" -ToolTip "TEST_VALUE" -Archived "TEST_VALUE" -DateFormat "TEST_VALUE" -SelectableStatus "TEST_VALUE" -RiskType "TEST_VALUE" -OwnershipDriven "TEST_VALUE" -AllowMultipleSelections "TEST_VALUE" -FilteredByNeAttribute "TEST_VALUE" -FilteringNeAttributeId "TEST_VALUE" -NeAttributeFilterId "TEST_VALUE" -ReverseAssociationAttribute "TEST_VALUE" -ProfileTypeId "TEST_VALUE" -DataType "TEST_VALUE" -Type "TEST_VALUE" -ValidationsAttributes "TEST_VALUE" #$NewObject | Should -BeOfType Attribute1 #$NewObject.property | Should -Be 0 } } } |