Class BitlockerRecoveryKey

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.BitlockerRecoveryKey
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class BitlockerRecoveryKey extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Bitlocker Recovery Key.
  • Field Details

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The date and time when the key was originally backed up to Azure Active Directory.
    • deviceId

      @SerializedName(value="deviceId", alternate="DeviceId") @Expose @Nullable public String deviceId
      The Device Id. ID of the device the BitLocker key is originally backed up from.
    • key

      @SerializedName(value="key", alternate="Key") @Expose @Nullable public String key
      The Key. The BitLocker recovery key.
    • volumeType

      @SerializedName(value="volumeType", alternate="VolumeType") @Expose @Nullable public VolumeType volumeType
      The Volume Type. Indicates the type of volume the BitLocker key is associated with. Possible values are: operatingSystemVolume, fixedDataVolume, removableDataVolume, unknownFutureValue.
  • Constructor Details

    • BitlockerRecoveryKey

      public BitlockerRecoveryKey()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to