View Source GoogleApi.AndroidManagement.V1.Model.SecurityPosture (google_api_android_management v0.48.2)

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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.