Oracle Cloud Infrastructure · JSON Structure

Object Storage Preauthenticated Request Summary Structure

Summary of a preauthenticated request.

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

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

Properties

id name 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-summary-structure.json",
  "name": "PreauthenticatedRequestSummary",
  "description": "Summary of a preauthenticated request.",
  "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"
    },
    "objectName": {
      "type": "string",
      "description": "The name of the object.",
      "example": "example-value"
    },
    "accessType": {
      "type": "string",
      "description": "The operation that can be performed.",
      "enum": "['ObjectRead', 'ObjectWrite', 'ObjectReadWrite', 'AnyObjectRead', 'AnyObjectWrite', 'AnyObjectReadWrite']",
      "example": "ObjectRead"
    },
    "timeExpires": {
      "type": "datetime",
      "description": "The expiration date.",
      "example": "2026-04-18T10:30:00Z"
    },
    "timeCreated": {
      "type": "datetime",
      "example": "2026-04-18T10:30:00Z"
    }
  }
}