View Source GoogleApi.AndroidManagement.V1.Model.PostureDetail (google_api_android_management v0.57.0)
Additional details regarding the security posture of the device.
Attributes
-
advice
(type:list(GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t)
, default:nil
) - Corresponding admin-facing advice to mitigate this security risk and improve the security posture of the device. -
securityRisk
(type:String.t
, default:nil
) - A specific security risk that negatively affects the security posture of the device.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AndroidManagement.V1.Model.PostureDetail{ advice: [GoogleApi.AndroidManagement.V1.Model.UserFacingMessage.t()] | nil, securityRisk: String.t() | nil }