Class RegistryValueEntityProperties

java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityCommonProperties
com.azure.resourcemanager.securityinsights.fluent.models.RegistryValueEntityProperties

public final class RegistryValueEntityProperties extends EntityCommonProperties
RegistryValue entity property bag.
  • Constructor Details

    • RegistryValueEntityProperties

      public RegistryValueEntityProperties()
  • Method Details

    • keyEntityId

      public String keyEntityId()
      Get the keyEntityId property: The registry key entity id.
      Returns:
      the keyEntityId value.
    • valueData

      public String valueData()
      Get the valueData property: String formatted representation of the value data.
      Returns:
      the valueData value.
    • valueName

      public String valueName()
      Get the valueName property: The registry value name.
      Returns:
      the valueName value.
    • 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:
      the valueType value.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class EntityCommonProperties
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.