Class: Google::Apis::AndroidmanagementV1::Device
- Inherits:
-
Object
- Object
- Google::Apis::AndroidmanagementV1::Device
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/androidmanagement_v1/classes.rb,
generated/google/apis/androidmanagement_v1/representations.rb,
generated/google/apis/androidmanagement_v1/representations.rb
Overview
A device owned by an enterprise. Unless otherwise noted, all fields are read- only and can't be modified by enterprises.devices.patch.
Instance Attribute Summary collapse
-
#api_level ⇒ Fixnum
The API level of the Android platform version running on the device.
-
#application_reports ⇒ Array<Google::Apis::AndroidmanagementV1::ApplicationReport>
Reports for apps installed on the device.
-
#applied_policy_name ⇒ String
The name of the policy currently applied to the device.
-
#applied_policy_version ⇒ Fixnum
The version of the policy currently applied to the device.
-
#applied_state ⇒ String
The state currently applied to the device.
-
#common_criteria_mode_info ⇒ Google::Apis::AndroidmanagementV1::CommonCriteriaModeInfo
Information about Common Criteria Mode—security standards defined in the Common Criteria for Information Technology Security Evaluation (https://www. commoncriteriaportal.org/) (CC).This information is only available if statusReportingSettings.commonCriteriaModeEnabled is true in the device's policy.
-
#device_settings ⇒ Google::Apis::AndroidmanagementV1::DeviceSettings
Information about security related device settings on device.
-
#disabled_reason ⇒ Google::Apis::AndroidmanagementV1::UserFacingMessage
Provides a user-facing message with locale info.
-
#displays ⇒ Array<Google::Apis::AndroidmanagementV1::DisplayProp>
Detailed information about displays on the device.
-
#enrollment_time ⇒ String
The time of device enrollment.
-
#enrollment_token_data ⇒ String
If the device was enrolled with an enrollment token with additional data provided, this field contains that data.
-
#enrollment_token_name ⇒ String
If the device was enrolled with an enrollment token, this field contains the name of the token.
-
#hardware_info ⇒ Google::Apis::AndroidmanagementV1::HardwareInfo
Information about device hardware.
-
#hardware_status_samples ⇒ Array<Google::Apis::AndroidmanagementV1::HardwareStatus>
Hardware status samples in chronological order.
-
#last_policy_compliance_report_time ⇒ String
Deprecated.
-
#last_policy_sync_time ⇒ String
The last time the device fetched its policy.
-
#last_status_report_time ⇒ String
The last time the device sent a status report.
-
#management_mode ⇒ String
The type of management mode Android Device Policy takes on the device.
-
#memory_events ⇒ Array<Google::Apis::AndroidmanagementV1::MemoryEvent>
Events related to memory and storage measurements in chronological order.
-
#memory_info ⇒ Google::Apis::AndroidmanagementV1::MemoryInfo
Information about device memory and storage.
-
#name ⇒ String
The name of the device in the form enterprises/
enterpriseId
/devices/deviceId
. -
#network_info ⇒ Google::Apis::AndroidmanagementV1::NetworkInfo
Device network info.
-
#non_compliance_details ⇒ Array<Google::Apis::AndroidmanagementV1::NonComplianceDetail>
Details about policy settings that the device is not compliant with.
-
#ownership ⇒ String
Ownership of the managed device.
-
#policy_compliant ⇒ Boolean
(also: #policy_compliant?)
Whether the device is compliant with its policy.
-
#policy_name ⇒ String
The name of the policy applied to the device, in the form enterprises/
enterpriseId
/policies/policyId
. -
#power_management_events ⇒ Array<Google::Apis::AndroidmanagementV1::PowerManagementEvent>
Power management events on the device in chronological order.
-
#previous_device_names ⇒ Array<String>
If the same physical device has been enrolled multiple times, this field contains its previous device names.
-
#security_posture ⇒ Google::Apis::AndroidmanagementV1::SecurityPosture
The security posture of the device, as determined by the current device state and the policies applied.
-
#software_info ⇒ Google::Apis::AndroidmanagementV1::SoftwareInfo
Information about device software.
-
#state ⇒ String
The state to be applied to the device.
-
#system_properties ⇒ Hash<String,String>
Map of selected system properties name and value related to the device.
-
#user ⇒ Google::Apis::AndroidmanagementV1::User
A user belonging to an enterprise.
-
#user_name ⇒ String
The resource name of the user that owns this device in the form enterprises/
enterpriseId
/users/userId
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Device
constructor
A new instance of Device.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Device
Returns a new instance of Device.
913 914 915 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 913 def initialize(**args) update!(**args) end |
Instance Attribute Details
#api_level ⇒ Fixnum
The API level of the Android platform version running on the device.
Corresponds to the JSON property apiLevel
712 713 714 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 712 def api_level @api_level end |
#application_reports ⇒ Array<Google::Apis::AndroidmanagementV1::ApplicationReport>
Reports for apps installed on the device. This information is only available
when application_reports_enabled is true in the device's policy.
Corresponds to the JSON property applicationReports
718 719 720 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 718 def application_reports @application_reports end |
#applied_policy_name ⇒ String
The name of the policy currently applied to the device.
Corresponds to the JSON property appliedPolicyName
723 724 725 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 723 def applied_policy_name @applied_policy_name end |
#applied_policy_version ⇒ Fixnum
The version of the policy currently applied to the device.
Corresponds to the JSON property appliedPolicyVersion
728 729 730 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 728 def applied_policy_version @applied_policy_version end |
#applied_state ⇒ String
The state currently applied to the device.
Corresponds to the JSON property appliedState
733 734 735 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 733 def applied_state @applied_state end |
#common_criteria_mode_info ⇒ Google::Apis::AndroidmanagementV1::CommonCriteriaModeInfo
Information about Common Criteria Mode—security standards defined in the
Common Criteria for Information Technology Security Evaluation (https://www.
commoncriteriaportal.org/) (CC).This information is only available if
statusReportingSettings.commonCriteriaModeEnabled is true in the device's
policy.
Corresponds to the JSON property commonCriteriaModeInfo
742 743 744 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 742 def common_criteria_mode_info @common_criteria_mode_info end |
#device_settings ⇒ Google::Apis::AndroidmanagementV1::DeviceSettings
Information about security related device settings on device.
Corresponds to the JSON property deviceSettings
747 748 749 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 747 def device_settings @device_settings end |
#disabled_reason ⇒ Google::Apis::AndroidmanagementV1::UserFacingMessage
Provides a user-facing message with locale info. The maximum message length is
4096 characters.
Corresponds to the JSON property disabledReason
753 754 755 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 753 def disabled_reason @disabled_reason end |
#displays ⇒ Array<Google::Apis::AndroidmanagementV1::DisplayProp>
Detailed information about displays on the device. This information is only
available if displayInfoEnabled is true in the device's policy.
Corresponds to the JSON property displays
759 760 761 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 759 def displays @displays end |
#enrollment_time ⇒ String
The time of device enrollment.
Corresponds to the JSON property enrollmentTime
764 765 766 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 764 def enrollment_time @enrollment_time end |
#enrollment_token_data ⇒ String
If the device was enrolled with an enrollment token with additional data
provided, this field contains that data.
Corresponds to the JSON property enrollmentTokenData
770 771 772 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 770 def enrollment_token_data @enrollment_token_data end |
#enrollment_token_name ⇒ String
If the device was enrolled with an enrollment token, this field contains the
name of the token.
Corresponds to the JSON property enrollmentTokenName
776 777 778 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 776 def enrollment_token_name @enrollment_token_name end |
#hardware_info ⇒ Google::Apis::AndroidmanagementV1::HardwareInfo
Information about device hardware. The fields related to temperature
thresholds are only available if hardwareStatusEnabled is true in the device's
policy.
Corresponds to the JSON property hardwareInfo
783 784 785 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 783 def hardware_info @hardware_info end |
#hardware_status_samples ⇒ Array<Google::Apis::AndroidmanagementV1::HardwareStatus>
Hardware status samples in chronological order. This information is only
available if hardwareStatusEnabled is true in the device's policy.
Corresponds to the JSON property hardwareStatusSamples
789 790 791 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 789 def hardware_status_samples @hardware_status_samples end |
#last_policy_compliance_report_time ⇒ String
Deprecated.
Corresponds to the JSON property lastPolicyComplianceReportTime
794 795 796 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 794 def last_policy_compliance_report_time @last_policy_compliance_report_time end |
#last_policy_sync_time ⇒ String
The last time the device fetched its policy.
Corresponds to the JSON property lastPolicySyncTime
799 800 801 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 799 def last_policy_sync_time @last_policy_sync_time end |
#last_status_report_time ⇒ String
The last time the device sent a status report.
Corresponds to the JSON property lastStatusReportTime
804 805 806 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 804 def last_status_report_time @last_status_report_time end |
#management_mode ⇒ String
The type of management mode Android Device Policy takes on the device. This
influences which policy settings are supported.
Corresponds to the JSON property managementMode
810 811 812 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 810 def management_mode @management_mode end |
#memory_events ⇒ Array<Google::Apis::AndroidmanagementV1::MemoryEvent>
Events related to memory and storage measurements in chronological order. This
information is only available if memoryInfoEnabled is true in the device's
policy.
Corresponds to the JSON property memoryEvents
817 818 819 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 817 def memory_events @memory_events end |
#memory_info ⇒ Google::Apis::AndroidmanagementV1::MemoryInfo
Information about device memory and storage.
Corresponds to the JSON property memoryInfo
822 823 824 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 822 def memory_info @memory_info end |
#name ⇒ String
The name of the device in the form enterprises/enterpriseId
/devices/
deviceId
.
Corresponds to the JSON property name
828 829 830 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 828 def name @name end |
#network_info ⇒ Google::Apis::AndroidmanagementV1::NetworkInfo
Device network info.
Corresponds to the JSON property networkInfo
833 834 835 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 833 def network_info @network_info end |
#non_compliance_details ⇒ Array<Google::Apis::AndroidmanagementV1::NonComplianceDetail>
Details about policy settings that the device is not compliant with.
Corresponds to the JSON property nonComplianceDetails
838 839 840 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 838 def non_compliance_details @non_compliance_details end |
#ownership ⇒ String
Ownership of the managed device.
Corresponds to the JSON property ownership
843 844 845 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 843 def ownership @ownership end |
#policy_compliant ⇒ Boolean Also known as: policy_compliant?
Whether the device is compliant with its policy.
Corresponds to the JSON property policyCompliant
848 849 850 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 848 def policy_compliant @policy_compliant end |
#policy_name ⇒ String
The name of the policy applied to the device, in the form enterprises/
enterpriseId
/policies/policyId
. If not specified, the policy_name for the
device's user is applied. This field can be modified by a patch request. You
can specify only the policyId when calling enterprises.devices.patch, as long
as the policyId doesn’t contain any slashes. The rest of the policy name is
inferred.
Corresponds to the JSON property policyName
859 860 861 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 859 def policy_name @policy_name end |
#power_management_events ⇒ Array<Google::Apis::AndroidmanagementV1::PowerManagementEvent>
Power management events on the device in chronological order. This information
is only available if powerManagementEventsEnabled is true in the device's
policy.
Corresponds to the JSON property powerManagementEvents
866 867 868 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 866 def power_management_events @power_management_events end |
#previous_device_names ⇒ Array<String>
If the same physical device has been enrolled multiple times, this field
contains its previous device names. The serial number is used as the unique
identifier to determine if the same physical device has enrolled previously.
The names are in chronological order.
Corresponds to the JSON property previousDeviceNames
874 875 876 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 874 def previous_device_names @previous_device_names end |
#security_posture ⇒ Google::Apis::AndroidmanagementV1::SecurityPosture
The security posture of the device, as determined by the current device state
and the policies applied.
Corresponds to the JSON property securityPosture
880 881 882 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 880 def security_posture @security_posture end |
#software_info ⇒ Google::Apis::AndroidmanagementV1::SoftwareInfo
Information about device software.
Corresponds to the JSON property softwareInfo
885 886 887 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 885 def software_info @software_info end |
#state ⇒ String
The state to be applied to the device. This field can be modified by a patch
request. Note that when calling enterprises.devices.patch, ACTIVE and DISABLED
are the only allowable values. To enter the device into a DELETED state, call
enterprises.devices.delete.
Corresponds to the JSON property state
893 894 895 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 893 def state @state end |
#system_properties ⇒ Hash<String,String>
Map of selected system properties name and value related to the device. This
information is only available if systemPropertiesEnabled is true in the device'
s policy.
Corresponds to the JSON property systemProperties
900 901 902 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 900 def system_properties @system_properties end |
#user ⇒ Google::Apis::AndroidmanagementV1::User
A user belonging to an enterprise.
Corresponds to the JSON property user
905 906 907 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 905 def user @user end |
#user_name ⇒ String
The resource name of the user that owns this device in the form enterprises/
enterpriseId
/users/userId
.
Corresponds to the JSON property userName
911 912 913 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 911 def user_name @user_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 |
# File 'generated/google/apis/androidmanagement_v1/classes.rb', line 918 def update!(**args) @api_level = args[:api_level] if args.key?(:api_level) @application_reports = args[:application_reports] if args.key?(:application_reports) @applied_policy_name = args[:applied_policy_name] if args.key?(:applied_policy_name) @applied_policy_version = args[:applied_policy_version] if args.key?(:applied_policy_version) @applied_state = args[:applied_state] if args.key?(:applied_state) @common_criteria_mode_info = args[:common_criteria_mode_info] if args.key?(:common_criteria_mode_info) @device_settings = args[:device_settings] if args.key?(:device_settings) @disabled_reason = args[:disabled_reason] if args.key?(:disabled_reason) @displays = args[:displays] if args.key?(:displays) @enrollment_time = args[:enrollment_time] if args.key?(:enrollment_time) @enrollment_token_data = args[:enrollment_token_data] if args.key?(:enrollment_token_data) @enrollment_token_name = args[:enrollment_token_name] if args.key?(:enrollment_token_name) @hardware_info = args[:hardware_info] if args.key?(:hardware_info) @hardware_status_samples = args[:hardware_status_samples] if args.key?(:hardware_status_samples) @last_policy_compliance_report_time = args[:last_policy_compliance_report_time] if args.key?(:last_policy_compliance_report_time) @last_policy_sync_time = args[:last_policy_sync_time] if args.key?(:last_policy_sync_time) @last_status_report_time = args[:last_status_report_time] if args.key?(:last_status_report_time) @management_mode = args[:management_mode] if args.key?(:management_mode) @memory_events = args[:memory_events] if args.key?(:memory_events) @memory_info = args[:memory_info] if args.key?(:memory_info) @name = args[:name] if args.key?(:name) @network_info = args[:network_info] if args.key?(:network_info) @non_compliance_details = args[:non_compliance_details] if args.key?(:non_compliance_details) @ownership = args[:ownership] if args.key?(:ownership) @policy_compliant = args[:policy_compliant] if args.key?(:policy_compliant) @policy_name = args[:policy_name] if args.key?(:policy_name) @power_management_events = args[:power_management_events] if args.key?(:power_management_events) @previous_device_names = args[:previous_device_names] if args.key?(:previous_device_names) @security_posture = args[:security_posture] if args.key?(:security_posture) @software_info = args[:software_info] if args.key?(:software_info) @state = args[:state] if args.key?(:state) @system_properties = args[:system_properties] if args.key?(:system_properties) @user = args[:user] if args.key?(:user) @user_name = args[:user_name] if args.key?(:user_name) end |