google_api_android_management v0.5.0 GoogleApi.AndroidManagement.V1.Model.PermissionGrant View Source

Configuration for an Android permission and its grant state.

Attributes

  • permission (String.t): The Android permission or group, e.g. android.permission.READ_CALENDAR or android.permission_group.CALENDAR. Defaults to: null.
  • policy (String.t): The policy for granting the permission. Defaults to: null.

    • Enum - one of [PERMISSION_POLICY_UNSPECIFIED, PROMPT, GRANT, DENY]

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.PermissionGrant{
  permission: any(),
  policy: 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.