ApiOzoneKeyRef Data Model

Reference to a key of an Ozone bucket.

Properties
name data type description
bucketRef ApiOzoneBucketRef
key string

Example

{
  "bucketRef" : {
    "volume" : "...",
    "bucket" : "..."
  },
  "key" : "..."
}