Class BitLockerRemovableDrivePolicy

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

public class BitLockerRemovableDrivePolicy extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Bit Locker Removable Drive Policy.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • blockCrossOrganizationWriteAccess

      @SerializedName(value="blockCrossOrganizationWriteAccess", alternate="BlockCrossOrganizationWriteAccess") @Expose @Nullable public Boolean blockCrossOrganizationWriteAccess
      The Block Cross Organization Write Access. This policy setting determines whether BitLocker protection is required for removable data drives to be writable on a computer.
    • encryptionMethod

      @SerializedName(value="encryptionMethod", alternate="EncryptionMethod") @Expose @Nullable public BitLockerEncryptionMethod encryptionMethod
      The Encryption Method. Select the encryption method for removable drives. Possible values are: aesCbc128, aesCbc256, xtsAes128, xtsAes256.
    • requireEncryptionForWriteAccess

      @SerializedName(value="requireEncryptionForWriteAccess", alternate="RequireEncryptionForWriteAccess") @Expose @Nullable public Boolean requireEncryptionForWriteAccess
      The Require Encryption For Write Access. Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect.
  • Constructor Details

    • BitLockerRemovableDrivePolicy

      public BitLockerRemovableDrivePolicy()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to