crossProfileAppFunctions property
Controls whether personal profile apps can invoke app functions exposed by apps in the work profile.
Optional. Possible string values are:
- "CROSS_PROFILE_APP_FUNCTIONS_UNSPECIFIED" : Unspecified. If appFunctions is set to APP_FUNCTIONS_ALLOWED, defaults to CROSS_PROFILE_APP_FUNCTIONS_ALLOWED. If appFunctions is set to APP_FUNCTIONS_DISALLOWED, defaults to CROSS_PROFILE_APP_FUNCTIONS_DISALLOWED.
- "CROSS_PROFILE_APP_FUNCTIONS_DISALLOWED" : Personal profile apps are not allowed to invoke app functions exposed by apps in the work profile.
- "CROSS_PROFILE_APP_FUNCTIONS_ALLOWED" : Personal profile apps can invoke app functions exposed by apps in the work profile. If this is set, appFunctions must not be set to APP_FUNCTIONS_DISALLOWED, otherwise the policy will be rejected.
Implementation
core.String? crossProfileAppFunctions;