OutputResource

Properties of an output resource

Application DependenciesCloud NativeIntegrationResearchSpecificationsWorkload Specifications

Properties

Name Type Description
localId string
id string
radiusManaged boolean
View JSON Schema on GitHub

JSON Schema

application-research-outputresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OutputResource",
  "title": "OutputResource",
  "type": "object",
  "description": "Properties of an output resource",
  "properties": {
    "localId": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "radiusManaged": {
      "type": "boolean"
    }
  }
}