google_api_android_management v0.10.0 GoogleApi.AndroidManagement.V1.Model.ApplicationPolicy View Source
Policy for an individual app.
Attributes
defaultPermissionPolicy
(type:String.t
, default:nil
) - The default policy for all permissions requested by the app. If specified, this overrides the policy-level default_permission_policy which applies to all apps. It does not override the permission_grants which applies to all apps.delegatedScopes
(type:list(String.t)
, default:nil
) - The scopes delegated to the app from Android Device Policy.disabled
(type:boolean()
, default:nil
) - Whether the app is disabled. When disabled, the app data is still preserved.installType
(type:String.t
, default:nil
) - The type of installation to perform.lockTaskAllowed
(type:boolean()
, default:nil
) - Whether the app is allowed to lock itself in full-screen mode.managedConfiguration
(type:map()
, default:nil
) - Managed configuration applied to the app. The format for the configuration is dictated by the ManagedProperty values supported by the app. Each field name in the managed configuration must match the key field of the ManagedProperty. The field value must be compatible with the type of the ManagedProperty:type JSON value BOOL true or false STRING string INTEGER number CHOICE string MULTISELECT array of strings HIDDEN string BUNDLE_ARRAY array of objects managedConfigurationTemplate
(type:GoogleApi.AndroidManagement.V1.Model.ManagedConfigurationTemplate.t
, default:nil
) - The managed configurations template for the app, saved from the managed configurations iframe. This field is ignored if managed_configuration is set.minimumVersionCode
(type:integer()
, default:nil
) - The minimum version of the app that runs on the device. If set, the device attempts to update the app to at least this version code. If the app is not up-to-date, the device will contain a NonComplianceDetail with non_compliance_reason set to APP_NOT_UPDATED. The app must already be published to Google Play with a version code greater than or equal to this value. At most 20 apps may specify a minimum version code per policy.packageName
(type:String.t
, default:nil
) - The package name of the app. For example, com.google.android.youtube for the YouTube app.permissionGrants
(type:list(GoogleApi.AndroidManagement.V1.Model.PermissionGrant.t)
, default:nil
) - Explicit permission grants or denials for the app. These values override the default_permission_policy and permission_grants which apply to all apps.
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()
View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.ApplicationPolicy{
defaultPermissionPolicy: String.t(),
delegatedScopes: [String.t()],
disabled: boolean(),
installType: String.t(),
lockTaskAllowed: boolean(),
managedConfiguration: map(),
managedConfigurationTemplate:
GoogleApi.AndroidManagement.V1.Model.ManagedConfigurationTemplate.t(),
minimumVersionCode: integer(),
packageName: String.t(),
permissionGrants: [GoogleApi.AndroidManagement.V1.Model.PermissionGrant.t()]
}
t() :: %GoogleApi.AndroidManagement.V1.Model.ApplicationPolicy{ defaultPermissionPolicy: String.t(), delegatedScopes: [String.t()], disabled: boolean(), installType: String.t(), lockTaskAllowed: boolean(), managedConfiguration: map(), managedConfigurationTemplate: GoogleApi.AndroidManagement.V1.Model.ManagedConfigurationTemplate.t(), minimumVersionCode: integer(), packageName: String.t(), permissionGrants: [GoogleApi.AndroidManagement.V1.Model.PermissionGrant.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.