Skip to content

Commit

Permalink
Regenerate the GraphQL client and update docs
Browse files Browse the repository at this point in the history
The generated schema and GraphQL client aren't up-to-date with
respect with the current API, regenerate them and the related
docs to match.
  • Loading branch information
MartinodF committed Jun 7, 2023
1 parent 019d06e commit 903214c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/resources/rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ resource "jupiterone_rule" "users_without_mfa" {
- `polling_interval` (String) Frequency of automated rule evaluation. Defaults to ONE_DAY.
- `question` (Block List) Contains properties related to queries used in the rule evaluation. (see [below for nested schema](#nestedblock--question))
- `question_id` (String) Specifies the ID of a question to be used in rule evaluation.
- `question_name` (String, Deprecated) Specifies the name of a question to be used in rule evaluation.
- `spec_version` (Number) Rule evaluation specification version in the case of breaking changes.
- `tags` (List of String) Comma separated list of tags to apply to the rule.
- `templates` (Map of String) Optional key/value pairs of template name to template
- `trigger_on_new_only` (Boolean)

### Read-Only

Expand Down
17 changes: 9 additions & 8 deletions jupiterone/internal/client/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 903214c

Please sign in to comment.