View Source GoogleApi.AndroidManagement.V1.Model.CrossProfilePolicies (google_api_android_management v0.48.2)

Controls the data from the work profile that can be accessed from the personal profile and vice versa. A nonComplianceDetail with MANAGEMENT_MODE is reported if the device does not have a work profile.

Attributes

  • crossProfileCopyPaste (type: String.t, default: nil) - Whether text copied from one profile (personal or work) can be pasted in the other profile.
  • crossProfileDataSharing (type: String.t, default: nil) - Whether data from one profile (personal or work) can be shared with apps in the other profile. Specifically controls simple data sharing via intents. Management of other cross-profile communication channels, such as contact search, copy/paste, or connected work & personal apps, are configured separately.
  • exemptionsToShowWorkContactsInPersonalProfile (type: GoogleApi.AndroidManagement.V1.Model.PackageNameList.t, default: nil) - List of apps which are excluded from the ShowWorkContactsInPersonalProfile setting. For this to be set, ShowWorkContactsInPersonalProfile must be set to one of the following values: SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_ALLOWED. In this case, these exemptions act as a blocklist. SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED. In this case, these exemptions act as an allowlist. SHOW_WORK_CONTACTS_IN_PERSONAL_PROFILE_DISALLOWED_EXCEPT_SYSTEM. In this case, these exemptions act as an allowlist, in addition to the already allowlisted system apps.Supported on Android 14 and above. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 14.
  • showWorkContactsInPersonalProfile (type: String.t, default: nil) - Whether personal apps can access contacts stored in the work profile.See also exemptions_to_show_work_contacts_in_personal_profile.
  • workProfileWidgetsDefault (type: String.t, default: nil) - Specifies the default behaviour for work profile widgets. If the policy does not specify work_profile_widgets for a specific application, it will behave according to the value specified here.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.CrossProfilePolicies{
  crossProfileCopyPaste: String.t() | nil,
  crossProfileDataSharing: String.t() | nil,
  exemptionsToShowWorkContactsInPersonalProfile:
    GoogleApi.AndroidManagement.V1.Model.PackageNameList.t() | nil,
  showWorkContactsInPersonalProfile: String.t() | nil,
  workProfileWidgetsDefault: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.