ToolProperties interface
Discovery Tool list item properties
Properties
| definition |
The JSON content for defining a resource |
| environment |
Environment variables to make available |
| provisioning |
The status of the last operation. |
| version | The version of a resource definition |
Property Details
definitionContent
The JSON content for defining a resource
definitionContent: Record<string, any>
Property Value
Record<string, any>
environmentVariables
Environment variables to make available
environmentVariables?: Record<string, string>
Property Value
Record<string, string>
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
version
The version of a resource definition
version: string
Property Value
string