View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ChromeAppPermission (google_api_chrome_management v0.3.0)

Permission requested by a Chrome app or extension.

Attributes

  • accessUserData (type: boolean(), default: nil) - Output only. If available, whether this permissions grants the app/extension access to user data.
  • documentationUri (type: String.t, default: nil) - Output only. If available, a URI to a page that has documentation for the current permission.
  • type (type: String.t, default: nil) - Output only. The type of the permission.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ChromeAppPermission{
    accessUserData: boolean() | nil,
    documentationUri: String.t() | nil,
    type: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.