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

A product permissions resource represents the set of permissions required by a specific app and whether or not they have been accepted by an enterprise admin. The API can be used to read the set of permissions, and also to update the set to indicate that permissions have been accepted.

Attributes

  • permissionId (type: String.t, default: nil) - An opaque string uniquely identifying the permission.
  • state (type: String.t, default: nil) - Whether the permission has been accepted or not.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidEnterprise.V1.Model.ProductPermission{
  permissionId: String.t() | nil,
  state: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.