Oracle Cloud Infrastructure · JSON Structure

Object Storage Preauthenticated Request Structure

A preauthenticated request with access URI.

Type: object Properties: 7
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a Service

PreauthenticatedRequest is a JSON Structure definition published by Oracle Cloud Infrastructure, describing 7 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id name accessUri objectName accessType timeExpires timeCreated

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/oracle-cloud/refs/heads/main/json-structure/object-storage-preauthenticated-request-structure.json",
  "name": "PreauthenticatedRequest",
  "description": "A preauthenticated request with access URI.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier.",
      "example": "ocid1.resource.oc1.iad.abcdefg123456"
    },
    "name": {
      "type": "string",
      "description": "The user-provided name.",
      "example": "example-value"
    },
    "accessUri": {
      "type": "string",
      "description": "The URI to embed in a URL.",
      "example": "example-value"
    },
    "objectName": {
      "type": "string",
      "description": "The name of the object.",
      "example": "example-value"
    },
    "accessType": {
      "type": "string",
      "enum": "['ObjectRead', 'ObjectWrite', 'ObjectReadWrite', 'AnyObjectRead', 'AnyObjectWrite', 'AnyObjectReadWrite']",
      "example": "ObjectRead"
    },
    "timeExpires": {
      "type": "datetime",
      "example": "2026-04-18T10:30:00Z"
    },
    "timeCreated": {
      "type": "datetime",
      "example": "2026-04-18T10:30:00Z"
    }
  }
}