Skip to content

Commit

Permalink
Merge pull request #266 from ramezmagdy/master
Browse files Browse the repository at this point in the history
fix: adding "DecisionStrategy" to "ResourceServerRepresentation"
  • Loading branch information
Nerzal authored Mar 27, 2021
2 parents 56750fc + e1243be commit d6a94e8
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 @@ -445,6 +445,7 @@ type ResourceServerRepresentation struct {
PolicyEnforcementMode *PolicyEnforcementMode `json:"policyEnforcementMode,omitempty"`
Resources *[]ResourceRepresentation `json:"resources,omitempty"`
Scopes *[]ScopeRepresentation `json:"scopes,omitempty"`
DecisionStrategy *DecisionStrategy `json:"decisionStrategy,omitempty"`
}

// RoleDefinition represents a role in a RolePolicyRepresentation
Expand Down

0 comments on commit d6a94e8

Please sign in to comment.