OperationDisplay Class
Display metadata associated with the operation.
Constructor
OperationDisplay(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
provider
|
Service provider: Microsoft Key Vault. |
|
resource
|
Resource on which the operation is performed etc. |
|
operation
|
Type of operation: get, read, delete, etc. |
|
description
|
Description of operation. |
Attributes
description
Description of operation.
description: str | None
operation
get, read, delete, etc.
operation: str | None
provider
Microsoft Key Vault.
provider: str | None
resource
Resource on which the operation is performed etc.
resource: str | None