SecurityComplianceStatus Class
- java.
lang. Object - com.
azure. resourcemanager. azurestackhci. models. SecurityComplianceStatus
- com.
Implements
public final class SecurityComplianceStatus
implements JsonSerializable<SecurityComplianceStatus>
Security compliance properties of the resource.
Constructor Summary
| Constructor | Description |
|---|---|
| SecurityComplianceStatus() |
Creates an instance of Security |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Compliance |
dataAtRestEncrypted()
Get the data |
|
Compliance |
dataInTransitProtected()
Get the data |
|
static
Security |
fromJson(JsonReader jsonReader)
Reads an instance of Security |
|
Offset |
lastUpdated()
Get the last |
|
Compliance |
securedCoreCompliance()
Get the secured |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Compliance |
wdacCompliance()
Get the wdac |
Methods inherited from java.lang.Object
Constructor Details
SecurityComplianceStatus
public SecurityComplianceStatus()
Creates an instance of SecurityComplianceStatus class.
Method Details
dataAtRestEncrypted
public ComplianceStatus dataAtRestEncrypted()
Get the dataAtRestEncrypted property: Indicates whether data at-rest encryption is enabled on Azure Stack HCI clustered volumes.
Returns:
dataInTransitProtected
public ComplianceStatus dataInTransitProtected()
Get the dataInTransitProtected property: Indicates whether HCI cluster has data in-transit protection.
Returns:
fromJson
public static SecurityComplianceStatus fromJson(JsonReader jsonReader)
Reads an instance of SecurityComplianceStatus from the JsonReader.
Parameters:
Returns:
Throws:
lastUpdated
public OffsetDateTime lastUpdated()
Get the lastUpdated property: Time in UTC when compliance status was last updated.
Returns:
securedCoreCompliance
public ComplianceStatus securedCoreCompliance()
Get the securedCoreCompliance property: Indicates whether HCI hosts meets secured-core server requirements.
Returns:
toJson
validate
public void validate()
Validates the instance.
wdacCompliance
public ComplianceStatus wdacCompliance()
Get the wdacCompliance property: Indicates whether HCI hosts have enforced consistent Windows Defender Application Control.
Returns: