# Manage Connection Settings

## Change the status of a data object <a href="#assign-domain-permissions" id="assign-domain-permissions"></a>

{% hint style="warning" %}
**Changing the status of a parent object**

If changing the status of a parent object, all the relevant child objects' statuses will be changed:

* This may take time to complete with a large number of child objects.
* [When enabling a parent object, this is limited to parent objects with under 100,000 child objects](https://documentation.immuta.com/saas/configuration/integrations/data-and-integrations/reference-guides/connections-overview#limitation).

You can check the status of the job with the gear icon in the UI, which will be spinning if jobs are active, or use the `bulkId` to call the [`/jobs` API](https://documentation.immuta.com/saas/developer-guides/api-intro/immuta-v1-api/configure-your-instance-of-immuta/jobs).
{% endhint %}

1. Click <i class="fa-database">:database:</i> **Data** in the navigation menu and select **Connections**.
2. Navigate to the connection and go to the level of data object you want to change the status of.
3. Go to the **Settings** tab and change the **Data Object** switch to the status you want:
   * **Disable**: The data object will be disabled until manually changed. Policies will not impact the data object.
   * **Enable**: The data object will be enabled until manually changed. If the data object is also a data source, policies will impact the data source.
   * **Inherit**: The data object will automatically inherit the status of the parent data object. So if it is a table data object, it will inherit the status of the parent schema data object.
4. Review your changes and click **Save Changes**.

To update the status using the API, see the [Connections API guide](https://documentation.immuta.com/saas/developer-guides/api-intro/connections-api/how-to-guides/manage-a-connection#put-data-settings-objectpath).

## Change the status of new data objects found by object sync <a href="#assign-domain-permissions" id="assign-domain-permissions"></a>

1. Click <i class="fa-database">:database:</i> **Data** in the navigation menu and select **Connections**.
2. Navigate to the connection and go to the level of data object you want to change the settings of.
3. Go to the **Settings** tab and change the **Object Sync** switch to the status you want:
   * **Disable**: All new data objects found within this data object will be registered in a disabled state. Policies will not impact disabled objects.
   * **Enable**: All new data objects found within this data object will be registered in an enabled state. If the data object is also a data source, policies will impact the data source.
   * **Inherit**: All new data objects found within the data object will be registered as the same status as the data object.
4. Review your changes and click **Save Changes**.

To update the status using the API, see the [Connections API guide](https://documentation.immuta.com/saas/developer-guides/api-intro/connections-api/how-to-guides/manage-a-connection#put-data-settings-objectpath).

## Assign data object permissions <a href="#assign-domain-permissions" id="assign-domain-permissions"></a>

1. Click <i class="fa-database">:database:</i> **Data** in the navigation menu and select **Connections**.
2. Navigate to the connection and go to the level of data object you want to assign permissions to.
3. Go to the **Permissions** tab and click **+ Add Permissions**.
4. Choose how to assign the permission:
   * **Individual Users**: Select this option from the dropdown and then search for individual users to grant the permission to.
   * **Users in Group**: Select this option from the dropdown and then search for groups to grant the permission to.
5. Choose the permission to assign:
   * **Data Owner** permission to allow them to manage a data object and its child objects.
6. Review your changes and click **Grant Permissions**.

To assign permissions using the API, see the [Connections API guide](https://documentation.immuta.com/saas/developer-guides/api-intro/connections-api/how-to-guides/manage-a-connection#put-data-settings-objectpath).
