Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResourcePermission

import type { ResourcePermission } from "https://aws-api.deno.dev/v0.3/services/finspacedata.ts?docs=full";

Resource permission for a dataset. When you create a dataset, all the other members of the same user group inherit access to the dataset. You can only create a dataset if your user group has application permission for Create Datasets.

The following is a list of valid dataset permissions that you can apply:

  • ViewDatasetDetails
    
  • ReadDatasetDetails
    
  • AddDatasetData
    
  • CreateSnapshot
    
  • EditDatasetMetadata
    
  • DeleteDataset
    

For more information on the ataset permissions, see Supported Dataset Permissions in the FinSpace User Guide.

interface ResourcePermission {
permission?: string | null;
}

§Properties

§
permission?: string | null
[src]

Permission for a resource.