Skip to content

Mobileshareactionconfig

Class: metadata

The Vault Mobile application allows users to share files on their smartphone to Vault using a Sharing Action. When configuring a Sharing Action in the Vault Admin UI, Admins select a Mobile Sharing Action, which provides the logic Vault executes on the files when a user selects the action.

This component type represents a Sharing Action and provides configuration options including a reference to a Mobile Sharing Action. Learn more about Share to Vault in Vault Help.

AttributeMetadataDescription
labelType: String
Max length: 60
UI-friendly string in the Vault’s base language.
activeType: BooleanIndicates whether the component is active.
allowed_forType: Enum
Required
Allowed values:
  • ANYONE
  • SPECIFIC_GROUPS
Defines which users can use this mobile share action.
allowed_for_groupsType: String
Max length: 1500
Multi-value
If allowed_for is set to SPECIFIC_GROUPS, the groups allowed to use this mobile share action.
descriptionType: String
Max length: 1500
A description of the mobile share action in the Vault’s base language.
mobile_share_actionType: ComponentReference
Required
The Mobile Sharing Action to which this configuration applies.
OperationSupport
Create
Recreate
Alter*
Drop
Rename
Describe
Generate Recreate
Queryable

Notes:

  • Alter: MDL Operation may not be supported for some multi-value attributes.