Skip to content

Commit

Permalink
docs(inventory): add api scopes to dynamic inventories (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos authored Sep 5, 2024
1 parent cc82f05 commit 40a7e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/inventory/falcon_discover.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
type: bool
default: false
requirements:
- Assets [B(READ)] API scope
- python >= 3.6
- crowdstrike-falconpy >= 1.3.0
notes:
Expand Down
1 change: 1 addition & 0 deletions plugins/inventory/falcon_hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
elements: string
default: ['hostname', 'external_ip', 'local_ip']
requirements:
- Hosts [B(READ)] API scope
- python >= 3.6
- crowdstrike-falconpy >= 1.3.0
notes:
Expand Down

0 comments on commit 40a7e49

Please sign in to comment.