RegistryValueEntityProperties Class

RegistryValue entity property bag.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.securityinsight.models._models_py3.EntityCommonProperties
RegistryValueEntityProperties

Constructor

RegistryValueEntityProperties(**kwargs)

Variables

additional_data
dict[str, any]

A bag of custom fields that should be part of the entity and will be presented to the user.

friendly_name
str

The graph item display name which is a short humanly readable description of the graph item instance. This property is optional and might be system generated.

key_entity_id
str

The registry key entity id.

value_data
str

String formatted representation of the value data.

value_name
str

The registry value name.

value_type
str or RegistryValueKind

Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry. Possible values include: "None", "Unknown", "String", "ExpandString", "Binary", "DWord", "MultiString", "QWord".