OperationDisplay interface
Displayable properties of the operation.
Properties
description | Description of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
operation | Operation Type. NOTE: This property will not be serialized. It can only be populated by the server. |
provider | Provider of the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
resource | Resource operated on by the operation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
description
Description of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
description?: string
Property Value
string
operation
Operation Type. NOTE: This property will not be serialized. It can only be populated by the server.
operation?: string
Property Value
string
provider
Provider of the operation. NOTE: This property will not be serialized. It can only be populated by the server.
provider?: string
Property Value
string
resource
Resource operated on by the operation. NOTE: This property will not be serialized. It can only be populated by the server.
resource?: string
Property Value
string