Oracle · JSON Structure

Oci Compute Shape Platform Config Options Structure

Type: object Properties: 5
CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

ShapePlatformConfigOptions is a JSON Structure definition published by Oracle, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

type isSecureBootEnabled isTrustedPlatformModuleEnabled isMeasuredBootEnabled isMemoryEncryptionEnabled

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ShapePlatformConfigOptions",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "isSecureBootEnabled": {
      "type": "boolean"
    },
    "isTrustedPlatformModuleEnabled": {
      "type": "boolean"
    },
    "isMeasuredBootEnabled": {
      "type": "boolean"
    },
    "isMemoryEncryptionEnabled": {
      "type": "boolean"
    }
  }
}