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

A compliance rule condition which is satisfied if there exists any matching NonComplianceDetail for the device. A NonComplianceDetail matches a NonComplianceDetailCondition if all the fields which are set within the NonComplianceDetailCondition match the corresponding NonComplianceDetail fields.

Attributes

  • nonComplianceReason (type: String.t, default: nil) - The reason the device is not in compliance with the setting. If not set, then this condition matches any reason.
  • packageName (type: String.t, default: nil) - The package name of the app that's out of compliance. If not set, then this condition matches any package name.
  • settingName (type: String.t, default: nil) - The name of the policy setting. This is the JSON field name of a top-level Policy field. If not set, then this condition matches any setting name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.NonComplianceDetailCondition{
  nonComplianceReason: String.t() | nil,
  packageName: String.t() | nil,
  settingName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.