Skip to content

Commit

Permalink
Merge pull request #313 from vennekilde/main
Browse files Browse the repository at this point in the history
Added ExactName param to GetResourceParams
  • Loading branch information
Nerzal authored Oct 28, 2021
2 parents 1735136 + f4d4262 commit b135fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions models.go
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ type GetResourceParams struct {
URI *string `json:"uri,omitempty"`
Scope *string `json:"scope,omitempty"`
MatchingURI *bool `json:"matchingUri,string,omitempty"`
ExactName *bool `json:"exactName,string,omitempty"`
}

// GetScopeParams represents the optional parameters for getting scopes
Expand Down

0 comments on commit b135fbb

Please sign in to comment.