Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Destination Service Ip.The Destination Service Name.the OData type of the object as returned by the serviceThe Risk Score. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
destinationServiceIp
@SerializedName(value="destinationServiceIp", alternate="DestinationServiceIp") @Expose @Nullable public String destinationServiceIpThe Destination Service Ip. Destination IP Address of the connection to the cloud application/service. -
destinationServiceName
@SerializedName(value="destinationServiceName", alternate="DestinationServiceName") @Expose @Nullable public String destinationServiceNameThe Destination Service Name. Cloud application/service name (for example 'Salesforce', 'DropBox', etc.). -
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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-