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. Not nullable.
    • deviceId

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

      @SerializedName(value="key", alternate="Key") @Expose @Nullable public String key
      The Key. The BitLocker recovery key. Returned only on $select. Not nullable.
    • 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. The possible values are: 1 (for operatingSystemVolume), 2 (for fixedDataVolume), 3 (for removableDataVolume), and 4 (for 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