nerm/tests/Api/NERMSystemRolePermissionsApi.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 'NERMNERMSystemRolePermissionsApi' {
    Context 'New-NERMSystemRolePermission' {
        It 'Test New-NERMSystemRolePermission' {
            #$TestResult = New-NERMSystemRolePermission -CreateSystemRolePermissionRequest "TEST_VALUE"
            #$TestResult | Should -BeOfType TODO
            #$TestResult.property | Should -Be 0
        }
    }

}