google_api_android_enterprise v0.9.0 GoogleApi.AndroidEnterprise.V1.Model.ProductPermission View Source

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.

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.ProductPermission{
  permissionId: String.t(),
  state: String.t()
}

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.