Interface: ResourcefulSecuritySchemaDefinition
Properties
| Property | Type |
|---|---|
applyToAdditional | | boolean | Record< | `delete|${string}` | `get|${string}` | `post|${string}` | `put|${string}` | `patch|${string}`, boolean | string[]> |
applyToModels | | boolean | { [key: string]: | boolean | Partial<Record< | "update" | "delete" | "index" | "create" | "read" | "readRelated" | "bulkUpdate" | "syncRelated", boolean | string[]>>; } |
key | string |
schema | SecuritySchemeObject |