Share via


IRegistryValueEntityProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.RegistryValueEntityPropertiesTypeConverter))]
public interface IRegistryValueEntityProperties : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEntityCommonProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.RegistryValueEntityPropertiesTypeConverter))>]
type IRegistryValueEntityProperties = interface
    interface IJsonSerializable
    interface IEntityCommonProperties
Public Interface IRegistryValueEntityProperties
Implements IEntityCommonProperties
Derived
Attributes
Implements

Properties

AdditionalData

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

(Inherited from IEntityCommonProperties)
FriendlyName

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.

(Inherited from IEntityCommonProperties)
KeyEntityId

The registry key entity id.

ValueData

String formatted representation of the value data.

ValueName

The registry value name.

ValueType

Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to