nerm/tests/Model/Attribute.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 'NERMAttribute' { Context 'NERMAttribute' { It 'Initialize-NERMAttribute' { # a simple test to create an object #$NewObject = Initialize-NERMAttribute -Id "TEST_VALUE" -Uid "TEST_VALUE" -Label "TEST_VALUE" -Description "TEST_VALUE" -ToolTip "TEST_VALUE" -Crypt "TEST_VALUE" -Archived "TEST_VALUE" -ArchivedOn "TEST_VALUE" -CreatedAt "TEST_VALUE" -UpdatedAt "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" #$NewObject | Should -BeOfType Attribute #$NewObject.property | Should -Be 0 } } } |