Skip to content

Commit

Permalink
update GetResourcePoliciesParams to use correct filter key (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpawlowski authored May 4, 2022
1 parent 3348765 commit 289eed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models.go
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ type PolicyResourceRepresentation struct {

// GetResourcePoliciesParams is a representation of the query params for getting policies
type GetResourcePoliciesParams struct {
ResourceID *string `json:"resource_id,omitempty"`
ResourceID *string `json:"resource,omitempty"`
Name *string `json:"name,omitempty"`
Scope *string `json:"scope,omitempty"`
First *int `json:"first,string,omitempty"`
Expand Down

0 comments on commit 289eed6

Please sign in to comment.