Google Cloud Storage · JSON Structure

Gcp Cloud Storage Json Object Access Control Structure

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

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

Properties

kind id selfLink bucket object generation entity role email domain entityId etag projectTeam

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ObjectAccessControl",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "selfLink": {
      "type": "string"
    },
    "bucket": {
      "type": "string"
    },
    "object": {
      "type": "string"
    },
    "generation": {
      "type": "string"
    },
    "entity": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "domain": {
      "type": "string"
    },
    "entityId": {
      "type": "string"
    },
    "etag": {
      "type": "string"
    },
    "projectTeam": {
      "type": "object"
    }
  }
}