google_api_android_management v0.7.0 GoogleApi.AndroidManagement.V1.Model.NonComplianceDetailCondition View Source

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 (String.t): The reason the device is not in compliance with the setting. If not set, then this condition matches any reason. Defaults to: null.

    • Enum - one of [NON_COMPLIANCE_REASON_UNSPECIFIED, API_LEVEL, MANAGEMENT_MODE, USER_ACTION, INVALID_VALUE, APP_NOT_INSTALLED, UNSUPPORTED, APP_INSTALLED, PENDING, APP_INCOMPATIBLE, APP_NOT_UPDATED]
  • packageName (String.t): The package name of the app that's out of compliance. If not set, then this condition matches any package name. Defaults to: null.
  • settingName (String.t): 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. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.NonComplianceDetailCondition{
  nonComplianceReason: any(),
  packageName: any(),
  settingName: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.