google_api_android_enterprise v0.1.0 GoogleApi.AndroidEnterprise.V1.Model.Permission View Source

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 (String.t): A longer description of the Permissions resource, giving more details of what it affects. Defaults to: null.
  • kind (String.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#permission". Defaults to: null.
  • name (String.t): The name of the permission. Defaults to: null.
  • permissionId (String.t): An opaque string uniquely identifying the permission. 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.AndroidEnterprise.V1.Model.Permission{
  description: any(),
  kind: any(),
  name: any(),
  permissionId: 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.