OperationDisplay interface
The object that represents the operation.
Properties
| description | Description of the operation, e.g., 'Write deployments'. |
| operation | Operation type, e.g., read, write, delete, etc. |
| provider | Service provider: Nginx.NginxPlus |
| resource | Type on which the operation is performed, e.g., 'deployments'. |
Property Details
description
Description of the operation, e.g., 'Write deployments'.
description?: string
Property Value
string
operation
Operation type, e.g., read, write, delete, etc.
operation?: string
Property Value
string
provider
Service provider: Nginx.NginxPlus
provider?: string
Property Value
string
resource
Type on which the operation is performed, e.g., 'deployments'.
resource?: string
Property Value
string