Class SecurityVendorInformation

java.lang.Object
com.microsoft.graph.models.SecurityVendorInformation
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SecurityVendorInformation extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Security Vendor Information.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • provider

      @SerializedName(value="provider", alternate="Provider") @Expose @Nullable public String provider
      The Provider. Specific provider (product/service - not vendor company); for example, WindowsDefenderATP.
    • providerVersion

      @SerializedName(value="providerVersion", alternate="ProviderVersion") @Expose @Nullable public String providerVersion
      The Provider Version. Version of the provider or subprovider, if it exists, that generated the alert. Required
    • subProvider

      @SerializedName(value="subProvider", alternate="SubProvider") @Expose @Nullable public String subProvider
      The Sub Provider. Specific subprovider (under aggregating provider); for example, WindowsDefenderATP.SmartScreen.
    • vendor

      @SerializedName(value="vendor", alternate="Vendor") @Expose @Nullable public String vendor
      The Vendor. Name of the alert vendor (for example, Microsoft, Dell, FireEye). Required
  • Constructor Details

    • SecurityVendorInformation

      public SecurityVendorInformation()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to