Access

Base definition

{
    "kind": "access",
    "accessLevel": "none"|"overview"|"metadata"|"sample"|"data"|"edit",
    "dataset": {
      ...dataset.base // See dataset resource definition
    },
    "user": {
      ...user.base // See user resource definition
    } 
}

Documentation

FieldsDescription

kind

string

The resource type. Will always be "access".

accessLevel

string The access level. Will be one of none, overview, metadata, sample, data, edit

user

object The user for whom this access maps to. Will contain the contents of the user.base resource definition

dataset

object The dataset for which this access maps to. Will contain the contents of the dataset.base resource definition.

Last updated