public class SecureScoreControlProfile extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
actionType
The Action Type.
|
java.lang.String |
actionUrl
The Action Url.
|
java.lang.String |
azureTenantId
The Azure Tenant Id.
|
java.util.List<ComplianceInformation> |
complianceInformation
The Compliance Information.
|
java.lang.String |
controlCategory
The Control Category.
|
java.util.List<SecureScoreControlStateUpdate> |
controlStateUpdates
The Control State Updates.
|
java.lang.Boolean |
deprecated
The Deprecated.
|
java.lang.String |
implementationCost
The Implementation Cost.
|
java.time.OffsetDateTime |
lastModifiedDateTime
The Last Modified Date Time.
|
java.lang.Double |
maxScore
The Max Score.
|
java.lang.Integer |
rank
The Rank.
|
java.lang.String |
remediation
The Remediation.
|
java.lang.String |
remediationImpact
The Remediation Impact.
|
java.lang.String |
service
The Service.
|
java.util.List<java.lang.String> |
threats
The Threats.
|
java.lang.String |
tier
The Tier.
|
java.lang.String |
title
The Title.
|
java.lang.String |
userImpact
The User Impact.
|
SecurityVendorInformation |
vendorInformation
The Vendor Information.
|
| Constructor and Description |
|---|
SecureScoreControlProfile() |
| 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="actionType",
alternate="ActionType")
@Expose
@Nullable
public java.lang.String actionType
@SerializedName(value="actionUrl",
alternate="ActionUrl")
@Expose
@Nullable
public java.lang.String actionUrl
@SerializedName(value="azureTenantId",
alternate="AzureTenantId")
@Expose
@Nullable
public java.lang.String azureTenantId
@SerializedName(value="complianceInformation",
alternate="ComplianceInformation")
@Expose
@Nullable
public java.util.List<ComplianceInformation> complianceInformation
@SerializedName(value="controlCategory",
alternate="ControlCategory")
@Expose
@Nullable
public java.lang.String controlCategory
@SerializedName(value="controlStateUpdates",
alternate="ControlStateUpdates")
@Expose
@Nullable
public java.util.List<SecureScoreControlStateUpdate> controlStateUpdates
@SerializedName(value="deprecated",
alternate="Deprecated")
@Expose
@Nullable
public java.lang.Boolean deprecated
@SerializedName(value="implementationCost",
alternate="ImplementationCost")
@Expose
@Nullable
public java.lang.String implementationCost
@SerializedName(value="lastModifiedDateTime",
alternate="LastModifiedDateTime")
@Expose
@Nullable
public java.time.OffsetDateTime lastModifiedDateTime
@SerializedName(value="maxScore",
alternate="MaxScore")
@Expose
@Nullable
public java.lang.Double maxScore
@SerializedName(value="rank",
alternate="Rank")
@Expose
@Nullable
public java.lang.Integer rank
@SerializedName(value="remediation",
alternate="Remediation")
@Expose
@Nullable
public java.lang.String remediation
@SerializedName(value="remediationImpact",
alternate="RemediationImpact")
@Expose
@Nullable
public java.lang.String remediationImpact
@SerializedName(value="service",
alternate="Service")
@Expose
@Nullable
public java.lang.String service
@SerializedName(value="threats",
alternate="Threats")
@Expose
@Nullable
public java.util.List<java.lang.String> threats
@SerializedName(value="tier",
alternate="Tier")
@Expose
@Nullable
public java.lang.String tier
@SerializedName(value="title",
alternate="Title")
@Expose
@Nullable
public java.lang.String title
@SerializedName(value="userImpact",
alternate="UserImpact")
@Expose
@Nullable
public java.lang.String userImpact
@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