Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Block Cross Organization Write Access.The Encryption Method.the OData type of the object as returned by the serviceThe Require Encryption For Write Access. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
blockCrossOrganizationWriteAccess
@SerializedName(value="blockCrossOrganizationWriteAccess", alternate="BlockCrossOrganizationWriteAccess") @Expose @Nullable public Boolean blockCrossOrganizationWriteAccessThe 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 encryptionMethodThe 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 requireEncryptionForWriteAccessThe 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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-