Skip to content

Commit

Permalink
Set UsePreviewAsRoles field (#47112)
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardjkim authored Oct 3, 2024
1 parent 1ebae76 commit 40393b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4185,6 +4185,7 @@ func GetResourcesWithFilters(ctx context.Context, clt ListResourcesClient, req p
SearchKeywords: req.SearchKeywords,
PredicateExpression: req.PredicateExpression,
UseSearchAsRoles: req.UseSearchAsRoles,
UsePreviewAsRoles: req.UsePreviewAsRoles,
})
if err != nil {
if trace.IsLimitExceeded(err) {
Expand Down

0 comments on commit 40393b8

Please # to comment.