nerm/tests/Model/AttributeProperties.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 'NERMAttributeProperties' { Context 'NERMAttributeProperties' { It 'Initialize-NERMAttributeProperties' { # a simple test to create an object #$NewObject = Initialize-NERMAttributeProperties -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" -RiskScoreSetting "TEST_VALUE" -RiskType "TEST_VALUE" -OwnershipDriven "TEST_VALUE" -AllowMultipleSelections "TEST_VALUE" -FilteredByNeAttribute "TEST_VALUE" -FilteringNeAttributeId "TEST_VALUE" -NeAttributeFilterId "TEST_VALUE" -ReverseAssociationAttributeId "TEST_VALUE" -ProfileTypeId "TEST_VALUE" -LegacyId "TEST_VALUE" -TmpCreatedAt "TEST_VALUE" -TmpUpdatedAt "TEST_VALUE" #$NewObject | Should -BeOfType AttributeProperties #$NewObject.property | Should -Be 0 } } } |