RegistryValueEntityProperties interface

RegistryValue entity property bag.

Extends

Properties

keyEntityId

The registry key entity id. NOTE: This property will not be serialized. It can only be populated by the server.

valueData

String formatted representation of the value data. NOTE: This property will not be serialized. It can only be populated by the server.

valueName

The registry value name. NOTE: This property will not be serialized. It can only be populated by the server.

valueType

Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.

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. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

keyEntityId

The registry key entity id. NOTE: This property will not be serialized. It can only be populated by the server.

keyEntityId?: string

Property Value

string

valueData

String formatted representation of the value data. NOTE: This property will not be serialized. It can only be populated by the server.

valueData?: string

Property Value

string

valueName

The registry value name. NOTE: This property will not be serialized. It can only be populated by the server.

valueName?: string

Property Value

string

valueType

Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry. NOTE: This property will not be serialized. It can only be populated by the server.

valueType?: string

Property Value

string

Inherited Property Details

additionalData

A bag of custom fields that should be part of the entity and will be presented to the user. NOTE: This property will not be serialized. It can only be populated by the server.

additionalData?: {[propertyName: string]: Record<string, unknown>}

Property Value

{[propertyName: string]: Record<string, unknown>}

Inherited From EntityCommonProperties.additionalData

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. NOTE: This property will not be serialized. It can only be populated by the server.

friendlyName?: string

Property Value

string

Inherited From EntityCommonProperties.friendlyName