The Windows resource object describes a resource object managed by Windows, such as mutant or timer.
- Extends:
_resource
Attributes
Section titled “Attributes”type_id
- Type:
integer_t - Requirement: required
- Values:
0-Unknown: The resource object type is unknown.1-Directory2-Event3-Timer4-Device5-Mutant6-Type7-File8-Token9-Thread10-Section11-WindowStation12-DebugObject13-FilterCommunicationPort14-EventPair15-Driver16-IoCompletion17-Controller18-SymbolicLink19-WmiGuid20-Process21-Profile22-Desktop23-KeyedEvent24-Adapter25-Key26-WaitablePort27-Callback28-Semaphore29-Job30-Port31-FilterConnectionPort32-ALPC Port33-SAM_ALIAS34-SAM_GROUP35-SAM_USER36-SAM_DOMAIN37-SAM_SERVER99-Other: The resource object type is not mapped. See thetypeattribute, which may contain a data source specific value.
The normalized type identifier of the Windows resource object accessed.
data_classification
- Type:
data_classification - Requirement: recommended
The Data Classification object includes information about data classification levels and data category types.
data_classifications
- Type:
data_classification - Requirement: recommended
A list of Data Classification objects, that include information about data classification levels and data category types, identified by a classifier.
name
- Type:
string_t - Requirement: recommended
The name of the resource object.
uid
- Type:
resource_uid_t - Requirement: recommended
The Windows provided handle identifier for the resource object
created_time
- Type:
timestamp_t - Requirement: optional
The time when the resource was created.
created_time_dt
- Type:
datetime_t - Requirement: optional
The time when the resource was created.
data
- Type:
json_t - Requirement: optional
Additional data describing the resource.
details
- Type:
string_t - Requirement: optional
The string detailing the attributes of the resource object.
labels
- Type:
string_t - Requirement: optional
The list of labels associated to the resource.
modified_time
- Type:
timestamp_t - Requirement: optional
The time when the resource was last modified.
modified_time_dt
- Type:
datetime_t - Requirement: optional
The time when the resource was last modified.
svc_name
- Type:
string_t - Requirement: optional
The Windows service acting as the object server for the resource object, such as Security or Security Account Manager.
tags
- Type:
key_value_object - Requirement: optional
The list of tags; {key:value} pairs associated to the resource.
type
- Type:
string_t - Requirement: optional
The type of the Windows resource object.
uid_alt
- Type:
resource_uid_t - Requirement: optional
The alternative unique identifier of the resource.
Constraints
Section titled “Constraints”At least one of: name, uid