summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/yaegashi/msgraph.go/beta/ManagedDeviceEncryptionStateModel.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/yaegashi/msgraph.go/beta/ManagedDeviceEncryptionStateModel.go')
-rw-r--r--vendor/github.com/yaegashi/msgraph.go/beta/ManagedDeviceEncryptionStateModel.go31
1 files changed, 31 insertions, 0 deletions
diff --git a/vendor/github.com/yaegashi/msgraph.go/beta/ManagedDeviceEncryptionStateModel.go b/vendor/github.com/yaegashi/msgraph.go/beta/ManagedDeviceEncryptionStateModel.go
new file mode 100644
index 00000000..9084c352
--- /dev/null
+++ b/vendor/github.com/yaegashi/msgraph.go/beta/ManagedDeviceEncryptionStateModel.go
@@ -0,0 +1,31 @@
+// Code generated by msgraph-generate.go DO NOT EDIT.
+
+package msgraph
+
+// ManagedDeviceEncryptionState Encryption report per device
+type ManagedDeviceEncryptionState struct {
+ // Entity is the base model of ManagedDeviceEncryptionState
+ Entity
+ // UserPrincipalName User name
+ UserPrincipalName *string `json:"userPrincipalName,omitempty"`
+ // DeviceType Platform of the device.
+ DeviceType *DeviceTypes `json:"deviceType,omitempty"`
+ // OsVersion Operating system version of the device
+ OsVersion *string `json:"osVersion,omitempty"`
+ // TpmSpecificationVersion Device TPM Version
+ TpmSpecificationVersion *string `json:"tpmSpecificationVersion,omitempty"`
+ // DeviceName Device name
+ DeviceName *string `json:"deviceName,omitempty"`
+ // EncryptionReadinessState Encryption readiness state
+ EncryptionReadinessState *EncryptionReadinessState `json:"encryptionReadinessState,omitempty"`
+ // EncryptionState Device encryption state
+ EncryptionState *EncryptionState `json:"encryptionState,omitempty"`
+ // EncryptionPolicySettingState Encryption policy setting state
+ EncryptionPolicySettingState *ComplianceStatus `json:"encryptionPolicySettingState,omitempty"`
+ // AdvancedBitLockerStates Advanced BitLocker State
+ AdvancedBitLockerStates *AdvancedBitLockerState `json:"advancedBitLockerStates,omitempty"`
+ // FileVaultStates FileVault State
+ FileVaultStates *FileVaultState `json:"fileVaultStates,omitempty"`
+ // PolicyDetails Policy Details
+ PolicyDetails []EncryptionReportPolicyDetails `json:"policyDetails,omitempty"`
+}