Class CloudAppSecurityState

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

public class CloudAppSecurityState extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Cloud App Security State.
  • Field Details

    • oDataType

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

      @SerializedName(value="destinationServiceIp", alternate="DestinationServiceIp") @Expose @Nullable public String destinationServiceIp
      The Destination Service Ip. Destination IP Address of the connection to the cloud application/service.
    • destinationServiceName

      @SerializedName(value="destinationServiceName", alternate="DestinationServiceName") @Expose @Nullable public String destinationServiceName
      The Destination Service Name. Cloud application/service name (for example 'Salesforce', 'DropBox', etc.).
    • riskScore

      @SerializedName(value="riskScore", alternate="RiskScore") @Expose @Nullable public String riskScore
      The Risk Score. Provider-generated/calculated risk score of the Cloud Application/Service. Recommended value range of 0-1, which equates to a percentage.
  • Constructor Details

    • CloudAppSecurityState

      public CloudAppSecurityState()
  • 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