Google Cloud Storage · JSON Structure

Gcp Cloud Storage Json Bucket Access Control Structure

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

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

Properties

kind id selfLink bucket 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": "BucketAccessControl",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "id": {
      "type": "string"
    },
    "selfLink": {
      "type": "string"
    },
    "bucket": {
      "type": "string"
    },
    "entity": {
      "type": "string"
    },
    "role": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "domain": {
      "type": "string"
    },
    "entityId": {
      "type": "string"
    },
    "etag": {
      "type": "string"
    },
    "projectTeam": {
      "type": "object"
    }
  }
}