Oracle · Schema

UpdateImageDetails

Details for updating an image

CloudDatabaseEnterpriseInfrastructureSaaSFortune 100

Properties

Name Type Description
displayName string A user-friendly name for the image. Avoid entering confidential information.
View JSON Schema on GitHub

JSON Schema

oci-compute-update-image-details-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateImageDetails",
  "type": "object",
  "description": "Details for updating an image",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "A user-friendly name for the image. Avoid entering confidential information."
    }
  }
}