Class RegistryValueEntity
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
com.azure.resourcemanager.securityinsights.models.RegistryValueEntity
Represents a registry value entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.Get the friendlyName property: The graph item display name which is a short humanly readable description of the graph item instance.Get the keyEntityId property: The registry key entity id.void
validate()
Validates the instance.Get the valueData property: String formatted representation of the value data.Get the valueName property: The registry value name.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.Methods inherited from class com.azure.resourcemanager.securityinsights.fluent.models.EntityInner
systemData
Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
RegistryValueEntity
public RegistryValueEntity()
-
-
Method Details
-
keyEntityId
Get the keyEntityId property: The registry key entity id.- Returns:
- the keyEntityId value.
-
valueData
Get the valueData property: String formatted representation of the value data.- Returns:
- the valueData value.
-
valueName
Get the valueName property: The registry value name.- Returns:
- the valueName value.
-
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:
- the valueType value.
-
additionalData
Get the additionalData property: A bag of custom fields that should be part of the entity and will be presented to the user.- Returns:
- the additionalData value.
-
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.- Returns:
- the friendlyName value.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classEntityInner
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-