Skip to main content

Interface: DepotPermission

Defined in: packages/depot-cdk/src/stage-depot-dataset-permission.ts:4

Represents a Depot Permission object.

Properties

anonymous?

readonly optional anonymous?: boolean

Defined in: packages/depot-cdk/src/stage-depot-dataset-permission.ts:8

If true, any user can access the resource.


expand?

readonly optional expand?: string[]

Defined in: packages/depot-cdk/src/stage-depot-dataset-permission.ts:18

A list of properties to expand in the caller object.


expression?

readonly optional expression?: string

Defined in: packages/depot-cdk/src/stage-depot-dataset-permission.ts:13

A boolean expression that evaluates to true or false, signifying if the caller is authorized to access the resource.