public class DeviceHealthAttestationState extends java.lang.Object implements IJsonBackedObject
Modifier and Type | Field and Description |
---|---|
java.lang.String |
attestationIdentityKey
The Attestation Identity Key.
|
java.lang.String |
bitLockerStatus
The Bit Locker Status.
|
java.lang.String |
bootAppSecurityVersion
The Boot App Security Version.
|
java.lang.String |
bootDebugging
The Boot Debugging.
|
java.lang.String |
bootManagerSecurityVersion
The Boot Manager Security Version.
|
java.lang.String |
bootManagerVersion
The Boot Manager Version.
|
java.lang.String |
bootRevisionListInfo
The Boot Revision List Info.
|
java.lang.String |
codeIntegrity
The Code Integrity.
|
java.lang.String |
codeIntegrityCheckVersion
The Code Integrity Check Version.
|
java.lang.String |
codeIntegrityPolicy
The Code Integrity Policy.
|
java.lang.String |
contentNamespaceUrl
The Content Namespace Url.
|
java.lang.String |
contentVersion
The Content Version.
|
java.lang.String |
dataExcutionPolicy
The Data Excution Policy.
|
java.lang.String |
deviceHealthAttestationStatus
The Device Health Attestation Status.
|
java.lang.String |
earlyLaunchAntiMalwareDriverProtection
The Early Launch Anti Malware Driver Protection.
|
java.lang.String |
healthAttestationSupportedStatus
The Health Attestation Supported Status.
|
java.lang.String |
healthStatusMismatchInfo
The Health Status Mismatch Info.
|
java.util.Calendar |
issuedDateTime
The Issued Date Time.
|
java.lang.String |
lastUpdateDateTime
The Last Update Date Time.
|
java.lang.String |
oDataType |
java.lang.String |
operatingSystemKernelDebugging
The Operating System Kernel Debugging.
|
java.lang.String |
operatingSystemRevListInfo
The Operating System Rev List Info.
|
java.lang.String |
pcr0
The Pcr0.
|
java.lang.String |
pcrHashAlgorithm
The Pcr Hash Algorithm.
|
java.lang.Long |
resetCount
The Reset Count.
|
java.lang.Long |
restartCount
The Restart Count.
|
java.lang.String |
safeMode
The Safe Mode.
|
java.lang.String |
secureBoot
The Secure Boot.
|
java.lang.String |
secureBootConfigurationPolicyFingerPrint
The Secure Boot Configuration Policy Finger Print.
|
java.lang.String |
testSigning
The Test Signing.
|
java.lang.String |
tpmVersion
The Tpm Version.
|
java.lang.String |
virtualSecureMode
The Virtual Secure Mode.
|
java.lang.String |
windowsPE
The Windows PE.
|
Constructor and Description |
---|
DeviceHealthAttestationState() |
Modifier and Type | Method and Description |
---|---|
AdditionalDataManager |
additionalDataManager()
Provides access to objects not anticipated in the model, as well as
request and response data from the HTTP call
|
com.google.gson.JsonObject |
getRawObject()
Gets the raw representation of this class
|
protected ISerializer |
getSerializer()
Gets serializer
|
void |
setRawObject(ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
@SerializedName(value="@odata.type") @Expose public java.lang.String oDataType
@SerializedName(value="lastUpdateDateTime") @Expose public java.lang.String lastUpdateDateTime
@SerializedName(value="contentNamespaceUrl") @Expose public java.lang.String contentNamespaceUrl
@SerializedName(value="deviceHealthAttestationStatus") @Expose public java.lang.String deviceHealthAttestationStatus
@SerializedName(value="contentVersion") @Expose public java.lang.String contentVersion
@SerializedName(value="issuedDateTime") @Expose public java.util.Calendar issuedDateTime
@SerializedName(value="attestationIdentityKey") @Expose public java.lang.String attestationIdentityKey
@SerializedName(value="resetCount") @Expose public java.lang.Long resetCount
@SerializedName(value="restartCount") @Expose public java.lang.Long restartCount
@SerializedName(value="dataExcutionPolicy") @Expose public java.lang.String dataExcutionPolicy
@SerializedName(value="bitLockerStatus") @Expose public java.lang.String bitLockerStatus
@SerializedName(value="bootManagerVersion") @Expose public java.lang.String bootManagerVersion
@SerializedName(value="codeIntegrityCheckVersion") @Expose public java.lang.String codeIntegrityCheckVersion
@SerializedName(value="secureBoot") @Expose public java.lang.String secureBoot
@SerializedName(value="bootDebugging") @Expose public java.lang.String bootDebugging
@SerializedName(value="operatingSystemKernelDebugging") @Expose public java.lang.String operatingSystemKernelDebugging
@SerializedName(value="codeIntegrity") @Expose public java.lang.String codeIntegrity
@SerializedName(value="testSigning") @Expose public java.lang.String testSigning
@SerializedName(value="safeMode") @Expose public java.lang.String safeMode
@SerializedName(value="windowsPE") @Expose public java.lang.String windowsPE
@SerializedName(value="earlyLaunchAntiMalwareDriverProtection") @Expose public java.lang.String earlyLaunchAntiMalwareDriverProtection
@SerializedName(value="virtualSecureMode") @Expose public java.lang.String virtualSecureMode
@SerializedName(value="pcrHashAlgorithm") @Expose public java.lang.String pcrHashAlgorithm
@SerializedName(value="bootAppSecurityVersion") @Expose public java.lang.String bootAppSecurityVersion
@SerializedName(value="bootManagerSecurityVersion") @Expose public java.lang.String bootManagerSecurityVersion
@SerializedName(value="tpmVersion") @Expose public java.lang.String tpmVersion
@SerializedName(value="pcr0") @Expose public java.lang.String pcr0
@SerializedName(value="secureBootConfigurationPolicyFingerPrint") @Expose public java.lang.String secureBootConfigurationPolicyFingerPrint
@SerializedName(value="codeIntegrityPolicy") @Expose public java.lang.String codeIntegrityPolicy
@SerializedName(value="bootRevisionListInfo") @Expose public java.lang.String bootRevisionListInfo
@SerializedName(value="operatingSystemRevListInfo") @Expose public java.lang.String operatingSystemRevListInfo
@SerializedName(value="healthStatusMismatchInfo") @Expose public java.lang.String healthStatusMismatchInfo
@SerializedName(value="healthAttestationSupportedStatus") @Expose public java.lang.String healthAttestationSupportedStatus
public final AdditionalDataManager additionalDataManager()
IJsonBackedObject
additionalDataManager
in interface IJsonBackedObject
public com.google.gson.JsonObject getRawObject()
protected ISerializer getSerializer()
public void setRawObject(ISerializer serializer, com.google.gson.JsonObject json)
setRawObject
in interface IJsonBackedObject
serializer
- the serializerjson
- the JSON object to set this object to