diff options
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/BitLockerRemovableDrivePolicyModel.go')
-rw-r--r-- | vendor/github.com/yaegashi/msgraph.go/beta/BitLockerRemovableDrivePolicyModel.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/BitLockerRemovableDrivePolicyModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/BitLockerRemovableDrivePolicyModel.go deleted file mode 100644 index 00eaddb6..00000000 --- a/vendor/github.com/yaegashi/msgraph.go/beta/BitLockerRemovableDrivePolicyModel.go +++ /dev/null @@ -1,15 +0,0 @@ -// 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"` -} |