changed text for displayName tooltip (#4161)
Co-authored-by: Agnieszka Gancarczyk <agancarc@redhat.com>
This commit is contained in:
parent
3e58a95173
commit
94af38daee
1 changed files with 2 additions and 2 deletions
|
@ -138,7 +138,7 @@
|
|||
"decisionStrategy": "The decision strategy dictates how permissions are evaluated and how a final decision is obtained. 'Affirmative' means that at least one permission must evaluate to a positive decision in order to grant access to a resource and its scopes. 'Unanimous' means that all permissions must evaluate to a positive decision in order for the final decision to be also positive.",
|
||||
"allowRemoteResourceManagement": "Should resources be managed remotely by the resource server? If false, resources can be managed only from this Admin UI.",
|
||||
"resourceName": "A unique name for this resource. The name can be used to uniquely identify a resource, useful when querying for a specific resource.",
|
||||
"displayName": "A unique name for this resource. The name can be used to uniquely identify a resource, useful when querying for a specific resource.",
|
||||
"displayName": "A user-friendly name for the resource, mainly used when rendering user-facing forms. It supports internationalization so that values can be loaded from message bundles.",
|
||||
"type": "The type of this resource. It can be used to group different resource instances with the same type.",
|
||||
"uris": "Set of URIs which are protected by resource.",
|
||||
"scopes": "The scopes associated with this resource.",
|
||||
|
|
Loading…
Reference in a new issue