RegistryValueEntityProperties Class
- java.
lang. Object - com.
azure. resourcemanager. securityinsights. models. EntityCommonProperties - com.
azure. resourcemanager. securityinsights. fluent. models. RegistryValueEntityProperties
- com.
- com.
public final class RegistryValueEntityProperties
extends EntityCommonProperties
RegistryValue entity property bag.
Constructor Summary
| Constructor | Description |
|---|---|
| RegistryValueEntityProperties() |
Creates an instance of Registry |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalData()
Get the additional |
| String |
friendlyName()
Get the friendly |
|
static
Registry |
fromJson(JsonReader jsonReader)
Reads an instance of Registry |
| String |
keyEntityId()
Get the key |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
valueData()
Get the value |
| String |
valueName()
Get the value |
|
Registry |
valueType()
Get the value |
Methods inherited from EntityCommonProperties
Methods inherited from java.lang.Object
Constructor Details
RegistryValueEntityProperties
public RegistryValueEntityProperties()
Creates an instance of RegistryValueEntityProperties class.
Method Details
additionalData
public Map<String,Object> additionalData()
Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.
Overrides:
RegistryValueEntityProperties.additionalData()Returns:
friendlyName
public String friendlyName()
Get the friendlyName property: 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.
Overrides:
RegistryValueEntityProperties.friendlyName()Returns:
fromJson
public static RegistryValueEntityProperties fromJson(JsonReader jsonReader)
Reads an instance of RegistryValueEntityProperties from the JsonReader.
Parameters:
Returns:
Throws:
keyEntityId
public String keyEntityId()
Get the keyEntityId property: The registry key entity id.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
RegistryValueEntityProperties.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
RegistryValueEntityProperties.validate()valueData
public String valueData()
Get the valueData property: String formatted representation of the value data.
Returns:
valueName
public String valueName()
Get the valueName property: The registry value name.
Returns:
valueType
public RegistryValueKind valueType()
Get the valueType property: Specifies the data types to use when storing values in the registry, or identifies the data type of a value in the registry.
Returns: