Skip to content

Commit

Permalink
add: full path field (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateussm authored May 5, 2022
1 parent 47ca5d6 commit c740220
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 @@ -398,6 +398,7 @@ type ProtocolMappersConfig struct {
Multivalued *string `json:"multivalued,omitempty"`
UsermodelClientRoleMappingClientID *string `json:"usermodel.clientRoleMapping.clientId,omitempty"`
IncludedClientAudience *string `json:"included.client.audience,omitempty"`
FullPath *string `json:"full.path,omitempty"`
}

// Client is a ClientRepresentation
Expand Down

0 comments on commit c740220

Please sign in to comment.