Skip to content

Commit

Permalink
Added Display
Browse files Browse the repository at this point in the history
  • Loading branch information
PakDLiu committed Apr 29, 2020
1 parent e4b6f84 commit c2dc4d3
Showing 1 changed file with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,37 @@
},
"description": "HANA operation information"
},
"Display": {
"type": "object",
"properties": {
"provider": {
"readOnly": true,
"type": "string",
"description": "The localized friendly form of the resource provider name. This form is also expected to include the publisher/company responsible. Use Title Casing. Begin with \"Microsoft\" for 1st party services."
},
"resource": {
"readOnly": true,
"type": "string",
"description": "The localized friendly form of the resource type related to this action/operation. This form should match the public documentation for the resource provider. Use Title Casing. For examples, refer to the “name” section."
},
"operation": {
"readOnly": true,
"type": "string",
"description": "The localized friendly name for the operation as shown to the user. This name should be concise (to fit in drop downs), but clear (self-documenting). Use Title Casing and include the entity/resource to which it applies."
},
"description": {
"readOnly": true,
"type": "string",
"description": "The localized friendly description for the operation as shown to the user. This description should be thorough, yet concise. It will be used in tool-tips and detailed views."
},
"origin": {
"readOnly": true,
"type": "string",
"description": "The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. Default value is 'user,system'"
}
},
"description": "Detailed HANA operation information"
},
"ErrorResponse": {
"description": "Describes the format of Error response.",
"type": "object",
Expand Down

0 comments on commit c2dc4d3

Please sign in to comment.