Get FalconFileVantageRuleGroup - CrowdStrike/psfalcon GitHub Wiki
Search for FileVantage rule groups
Requires 'Falcon FileVantage: Read'.
| Name | Type | Description | Min | Max | Allowed | Pipeline | PipelineByName |
|---|---|---|---|---|---|---|---|
| Id | String[] | FileVantage rule group identifier | X | X | |||
| Type | String | Rule group type |
LinuxFilesMacFilesWindowsFilesWindowsRegistry
|
||||
| Sort | String | Property and direction to sort results |
created_timestamp|asccreated_timestamp|descmodified_timestamp|ascmodified_timestamp|desc
|
||||
| Limit | Int32 | Maximum number of results per request | 1 |
500 |
|||
| Offset | Int32 | Position to begin retrieving results | |||||
| Detailed | Switch | Retrieve detailed information | |||||
| All | Switch | Repeat requests until all available results are retrieved | |||||
| Total | Switch | Display total result count instead of results |
Get-FalconFileVantageRuleGroup [-Type] <String> [[-Sort] <String>] [[-Limit] <Int32>] [-Offset <Int32>] [-Detailed] [-All] [-Total] [-WhatIf] [-Confirm] [<CommonParameters>]Get-FalconFileVantageRuleGroup -Id <String[]> [-WhatIf] [-Confirm] [<CommonParameters>]GET /filevantage/entities/rule-groups/v1
GET /filevantage/queries/rule-groups/v1
2023-09-14: PSFalcon v2.2.6
