View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ChromeAppSiteAccess (google_api_chrome_management v0.9.0)
Represent one host permission.
Attributes
-
hostMatch
(type:String.t
, default:nil
) - Output only. This can contain very specific hosts, or patterns like "*.com" for instance.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementV1ChromeAppSiteAccess{ hostMatch: String.t() | nil }