nerm/tests/Model/IdentityProofingResult.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 'NERMIdentityProofingResult' { Context 'NERMIdentityProofingResult' { It 'Initialize-NERMIdentityProofingResult' { # a simple test to create an object #$NewObject = Initialize-NERMIdentityProofingResult -Id "TEST_VALUE" -IdentityProofingActionId "TEST_VALUE" -WorkflowSessionId "TEST_VALUE" -ProfileId "TEST_VALUE" -ProofingWorkflow "TEST_VALUE" -Result "TEST_VALUE" -ProofingAttributes "TEST_VALUE" -CreatedAt "TEST_VALUE" -UpdatedAt "TEST_VALUE" #$NewObject | Should -BeOfType IdentityProofingResult #$NewObject.property | Should -Be 0 } } } |