The registry value object describes a Windows registry value.
Attributes
Section titled “Attributes”name
- Type:
string_t - Requirement: required
The name of the registry value.
path
- Type:
reg_key_path_t - Requirement: required
The full path to the registry key, where the value is located.
type_id
- Type:
integer_t - Requirement: recommended
- Values:
0-Unknown: The type is unknown.1-REG_BINARY2-REG_DWORD3-REG_DWORD_BIG_ENDIAN4-REG_EXPAND_SZ5-REG_LINK6-REG_MULTI_SZ7-REG_NONE8-REG_QWORD9-REG_QWORD_LITTLE_ENDIAN10-REG_SZ99-Other: The type is not mapped. See thetypeattribute, which contains a data source specific value.
The value type ID.
data
- Type:
json_t - Requirement: optional
The data of the registry value.
is_default
- Type:
boolean_t - Requirement: optional
The indication of whether the value is from a default value name. For example, the value name could be missing.
is_system
- Type:
boolean_t - Requirement: optional
The indication of whether the object is part of the operating system.
modified_time
- Type:
timestamp_t - Requirement: optional
The time when the registry value was last modified.
modified_time_dt
- Type:
datetime_t - Requirement: optional
The time when the registry value was last modified.
type
- Type:
string_t - Requirement: optional
A string representation of the value type as specified in Registry Value Types.