Oracle · Schema

InstanceAgentPluginConfigDetails

Configuration details for an Oracle Cloud Agent plugin

CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

Properties

Name Type Description
name string The plugin name (e.g., Vulnerability Scanning, Bastion)
desiredState string Whether the plugin should be enabled or disabled
View JSON Schema on GitHub

JSON Schema

oci-compute-instance-agent-plugin-config-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InstanceAgentPluginConfigDetails",
  "type": "object",
  "description": "Configuration details for an Oracle Cloud Agent plugin",
  "properties": {
    "name": {
      "type": "string",
      "description": "The plugin name (e.g., Vulnerability Scanning, Bastion)"
    },
    "desiredState": {
      "type": "string",
      "description": "Whether the plugin should be enabled or disabled"
    }
  }
}