Is your feature request related to a problem? Please describe.
Invoking Add-SecuronixViolationScore accepts a strict set of EntityTypes. There should be specific flags available for each type.
Describe the solution you'd like
Create parameter sets and parameters for:
- Users
- Activityaccount
- RGActivityaccount
- Resources
- Activityip
After implementing these flags, remove the ValidateSet so there is a short term work-around if Securonix introduces new EntityTypes.
Describe alternatives you've considered
Currently, you can specify the EntityType by string as a variable.
Additional context
N/A
Is your feature request related to a problem? Please describe.
Invoking Add-SecuronixViolationScore accepts a strict set of EntityTypes. There should be specific flags available for each type.
Describe the solution you'd like
Create parameter sets and parameters for:
After implementing these flags, remove the ValidateSet so there is a short term work-around if Securonix introduces new EntityTypes.
Describe alternatives you've considered
Currently, you can specify the EntityType by string as a variable.
Additional context
N/A