Interface: DataSource
@flyze/lib-data-store 3.0.0-alpha.55· latestDefined in: projects/lib-data-store/src/lib/flyze-models/data-source.model.ts:17
Extends
Section titled “Extends”Properties
Section titled “Properties”createdAt
Section titled “createdAt”
readonlycreatedAt:Date
Defined in: node_modules/@flyze/lib-db-models/models/shared/has-tracked-dates.model.d.ts:5
The date when the record was created.
Inherited from
Section titled “Inherited from”description
Section titled “description”description:
string
Defined in: projects/lib-data-store/src/lib/flyze-models/data-source.model.ts:14
Inherited from
Section titled “Inherited from”
readonlyid:string
Defined in: projects/lib-data-store/src/lib/flyze-models/data-source.model.ts:13
Inherited from
Section titled “Inherited from”instanceId?
Section titled “instanceId?”
readonlyoptionalinstanceId:string
Defined in: projects/lib-data-store/src/lib/flyze-models/data-source.model.ts:19
ownerId?
Section titled “ownerId?”
optionalownerId:string|null
Defined in: node_modules/@flyze/lib-db-models/models/shared/has-owner.model.d.ts:14
The ID of the owner of the resource.
Inherited from
Section titled “Inherited from”ownerKind
Section titled “ownerKind”ownerKind:
"Group"|"User"|"Unknown"|"API"|"System"
Defined in: node_modules/@flyze/lib-db-models/models/shared/has-owner.model.d.ts:18
The owner of the resource.
Inherited from
Section titled “Inherited from”resourcePermission
Section titled “resourcePermission”
readonlyresourcePermission:ResourcePermissions
Defined in: node_modules/@flyze/lib-db-models/models/shared/resource-permissions.model.d.ts:27
Describes the permissions of the user on the resource.
Inherited from
Section titled “Inherited from”DataSourceDTO.resourcePermission
updatedAt
Section titled “updatedAt”
readonlyupdatedAt:Date
Defined in: node_modules/@flyze/lib-db-models/models/shared/has-tracked-dates.model.d.ts:9
The date when the record was last updated.