public class SecureScore extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.Integer |
activeUserCount
The Active User Count.
|
java.util.List<AverageComparativeScore> |
averageComparativeScores
The Average Comparative Scores.
|
java.lang.String |
azureTenantId
The Azure Tenant Id.
|
java.util.List<ControlScore> |
controlScores
The Control Scores.
|
java.time.OffsetDateTime |
createdDateTime
The Created Date Time.
|
java.lang.Double |
currentScore
The Current Score.
|
java.util.List<java.lang.String> |
enabledServices
The Enabled Services.
|
java.lang.Integer |
licensedUserCount
The Licensed User Count.
|
java.lang.Double |
maxScore
The Max Score.
|
SecurityVendorInformation |
vendorInformation
The Vendor Information.
|
| Constructor and Description |
|---|
SecureScore() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="activeUserCount",
alternate="ActiveUserCount")
@Expose
@Nullable
public java.lang.Integer activeUserCount
@SerializedName(value="averageComparativeScores",
alternate="AverageComparativeScores")
@Expose
@Nullable
public java.util.List<AverageComparativeScore> averageComparativeScores
@SerializedName(value="azureTenantId",
alternate="AzureTenantId")
@Expose
@Nullable
public java.lang.String azureTenantId
@SerializedName(value="controlScores",
alternate="ControlScores")
@Expose
@Nullable
public java.util.List<ControlScore> controlScores
@SerializedName(value="createdDateTime",
alternate="CreatedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime createdDateTime
@SerializedName(value="currentScore",
alternate="CurrentScore")
@Expose
@Nullable
public java.lang.Double currentScore
@SerializedName(value="enabledServices",
alternate="EnabledServices")
@Expose
@Nullable
public java.util.List<java.lang.String> enabledServices
@SerializedName(value="licensedUserCount",
alternate="LicensedUserCount")
@Expose
@Nullable
public java.lang.Integer licensedUserCount
@SerializedName(value="maxScore",
alternate="MaxScore")
@Expose
@Nullable
public java.lang.Double maxScore
@SerializedName(value="vendorInformation",
alternate="VendorInformation")
@Expose
@Nullable
public SecurityVendorInformation vendorInformation
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to