Google Cloud Storage · JSON Structure

Gcp Cloud Storage Json Policy Structure

Type: object Properties: 5
ArchivalBackupBlob StorageCloud StorageDataFile StorageGoogle CloudObject StorageStorage

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

Properties

kind resourceId version etag bindings

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Policy",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "resourceId": {
      "type": "string"
    },
    "version": {
      "type": "integer"
    },
    "etag": {
      "type": "string"
    },
    "bindings": {
      "type": "array"
    }
  }
}