GlobalTargetProperty

A global property definition for classifying targets.

Cloud ManagementDatabase ManagementEnterprise ManagementInfrastructure ManagementMonitoringOracle

Properties

Name Type Description
globalTargetPropertyId string Unique identifier for the property.
propertyName string Name of the property.
propertyDisplayName string Human-readable display name.
description string Description of the property.
propertyType string Data type of the property.
hasValidValues boolean Whether the property has a constrained value set.
View JSON Schema on GitHub

JSON Schema

oracle-enterprise-manager-cloud-control-global-target-property-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GlobalTargetProperty",
  "type": "object",
  "description": "A global property definition for classifying targets.",
  "properties": {
    "globalTargetPropertyId": {
      "type": "string",
      "description": "Unique identifier for the property."
    },
    "propertyName": {
      "type": "string",
      "description": "Name of the property."
    },
    "propertyDisplayName": {
      "type": "string",
      "description": "Human-readable display name."
    },
    "description": {
      "type": "string",
      "description": "Description of the property."
    },
    "propertyType": {
      "type": "string",
      "description": "Data type of the property."
    },
    "hasValidValues": {
      "type": "boolean",
      "description": "Whether the property has a constrained value set."
    }
  }
}