Interface: DepotPermission
Defined in: packages/depot-cdk/src/stage-depot-dataset-permission.ts:4
Represents a Depot Permission object.
Properties
anonymous?
readonlyoptionalanonymous?:boolean
Defined in: packages/depot-cdk/src/stage-depot-dataset-permission.ts:8
If true, any user can access the resource.
expand?
readonlyoptionalexpand?:string[]
Defined in: packages/depot-cdk/src/stage-depot-dataset-permission.ts:18
A list of properties to expand in the caller object.
expression?
readonlyoptionalexpression?: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.