5
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2024-09-20 17:12:31 +00:00
matterbridge/vendor/github.com/yaegashi/msgraph.go/beta/BitLockerRemovableDrivePolicyModel.go

16 lines
935 B
Go

// Code generated by msgraph-generate.go DO NOT EDIT.
package msgraph
// BitLockerRemovableDrivePolicy undocumented
type BitLockerRemovableDrivePolicy struct {
// Object is the base model of BitLockerRemovableDrivePolicy
Object
// EncryptionMethod Select the encryption method for removable drives.
EncryptionMethod *BitLockerEncryptionMethod `json:"encryptionMethod,omitempty"`
// RequireEncryptionForWriteAccess Indicates whether to block write access to devices configured in another organization. If requireEncryptionForWriteAccess is false, this value does not affect.
RequireEncryptionForWriteAccess *bool `json:"requireEncryptionForWriteAccess,omitempty"`
// BlockCrossOrganizationWriteAccess This policy setting determines whether BitLocker protection is required for removable data drives to be writable on a computer.
BlockCrossOrganizationWriteAccess *bool `json:"blockCrossOrganizationWriteAccess,omitempty"`
}