Partition

Application ServerEnterpriseJava EEMiddlewareOracle

Properties

Name Type Description
identity array
name string
realm array Security realm reference
primaryIdentityDomain string
availableTargets array
defaultTargets array
resourceManagerRef array
View JSON Schema on GitHub

JSON Schema

oracle-weblogic-partition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Partition",
  "title": "Partition",
  "type": "object",
  "properties": {
    "identity": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "name": {
      "type": "string"
    },
    "realm": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Security realm reference"
    },
    "primaryIdentityDomain": {
      "type": "string"
    },
    "availableTargets": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Identity"
      }
    },
    "defaultTargets": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Identity"
      }
    },
    "resourceManagerRef": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}