View Source GoogleApi.AndroidManagement.V1.Model.SecurityPosture (google_api_android_management v0.57.0)
The security posture of the device, as determined by the current device state and the policies applied.
Attributes
-
devicePosture
(type:String.t
, default:nil
) - Device's security posture value. -
postureDetails
(type:list(GoogleApi.AndroidManagement.V1.Model.PostureDetail.t)
, default:nil
) - Additional details regarding the security posture of the device.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.SecurityPosture{ devicePosture: String.t() | nil, postureDetails: [GoogleApi.AndroidManagement.V1.Model.PostureDetail.t()] | nil }