Registry Value Object
The registry value object describes a Windows registry value.
Name | Attribute | Requirement | Type | Description |
---|---|---|---|---|
DataЕxt | data | Optional | String | The data of the registry value. |
Default ValueЕxt | is_default_value | Optional | Boolean | The indication of whether the value is from a default value name. For example, the value name could be missing. |
SystemЕxt | is_system | Optional | Boolean | The indication of whether the object is part of the operating system. |
Last Written | last_write | Recommended | Datetime | The time that the registry value was last written. Note: The time submission format is the number of milliseconds since 01/01/1970 00:00:00 UTC. |
Name | name | Recommended | String | The name of the registry value. |
Path | path | Recommended | String | The full path to the registry key, where the value is located. |
Type StringЕxt | type | Recommended | String | A string representation of the value type. |
Type | type_id | Recommended | Integer | The Windows value type, as defined in winnt.h. |