View Source GoogleApi.AndroidEnterprise.V1.Model.Permission (google_api_android_enterprise v0.26.0)

A Permissions resource represents some extra capability, to be granted to an Android app, which requires explicit consent. An enterprise admin must consent to these permissions on behalf of their users before an entitlement for the app can be created. The permissions collection is read-only. The information provided for each permission (localized name and description) is intended to be used in the MDM user interface when obtaining consent from the enterprise.

Attributes

  • description (type: String.t, default: nil) - A longer description of the Permissions resource, giving more details of what it affects.
  • name (type: String.t, default: nil) - The name of the permission.
  • permissionId (type: String.t, default: nil) - An opaque string uniquely identifying the permission.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.Permission{
  description: String.t() | nil,
  name: String.t() | nil,
  permissionId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.