auto-install.json Attributes

The auto-install.json file attributes are:

AttributeRequiredDescription
hooksNoContainer for hook types.
hookstypeYesThe type of auto-install hook. Valid values are: PackageInstall.
hooksrequestNameNoThe name for the auto-install request.
configurationappConfigurationNoThe configuration to use for creating the app.
configurationappConfigurationautoShareWithLicensedUsersNoIndicates whether the app is automatically shared with users that have the AnalyticsViewOnlyEmbeddedApp license (true) or not (false). The default value is false.
configurationappConfigurationautoShareWithOriginatorNoIndicates whether the app is automatically shared with the user who initiated the auto-install request (true) or not (false). The default value is true.
configurationappConfigurationdeleteAppOnConstructionFailureNoIndicates whether the app is deleted when the auto-install request fails due to a construction error (true) or not (false). The default value is false.
configurationappConfigurationfailOnDuplicateNameNoIndicates whether the app creation fails when an existing app or asset exists with the same developer name (true) or not (false). The default value is false.
configurationappConfigurationvaluesNoA map of variable values to use when creating the app. The variable names must correspond to variables defined in the variables.json file

See Also