Resource
The Resource entity has the following attributes:
-
active-Boolean: Indicates whether the resource is active. -
id-String,required: The unique identifier of the resource. -
name-String: The name of the resource.
Here are some sample values it can contain:
| active | id | name |
|---|---|---|
| true | RES001 | Resource Alpha |
| false | RES002 | Resource Beta |
| true | RES003 | Resource Gamma |
| false | RES004 | Resource Delta |