A feature that enables users to manage and organize resources and resource groups, streamlining administration and enforcing policies.
DigiCert® DNS provides a centralized interface to manage and organize resources into structured groups, simplifying configuration, enforcing access control, and improving operational efficiency. Grouping resources also streamlines administration, strengthens policy enforcement, and optimizes resource allocation.
- Resource management: This function allows users to configure, modify, and monitor individual resources to ensure optimal performance and organization.
- Resource group management: This function enables users to create and manage resource groups, facilitating bulk operations, streamlined access control, and efficient resource allocation.
This guide provides detailed instructions for resource group management, covering both targeted and comprehensive actions.
Targeted actions include:
- Adding multiple resources to a specific resource group
- Adding multiple user groups to a specific resource group
- Assigning a specific user group to a specific resource group
- Creating a new resource group
- Deleting a specific resource group
- Listing the resources of a specific resource group
- Listing the unassigned user groups of a specific resource group
- Listing the user groups assigned to a specific resource group
- Removing multiple resources from a specific resource group
- Removing multiple user groups from a specific resource group
- Returning the details of a specific resource group
- Updating a specific resource group
Comprehensive actions include clearing multiple resource groups and listing all available resource groups.
Resource group management is essential for efficient DNS operations, enabling users to locate and manage DNS records in bulk, saving time and effort. The ability to reassign resources between groups allows flexibility to adapt to changing business or infrastructure needs while maintaining consistent updates across records. With DigiCert® DNS, users can ensure configuration consistency, improve service availability, and strengthen security through role-based permissions. Centralized control reduces administrative overhead and maximizes operational efficiency, streamlining operations and enhancing overall productivity.
Notice
This procedure adds two resources (resource1 and resource2) to a specific resource group (resourcegroup1) created in an earlier procedure.
To test this function, call this API endpoint: POST /accessmanagement/resourcegroups/{resourceGroupId}/resources/bulk/add
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
- Select the name of the resource group (for example, resourcegroup1) to which you want to add resources - see Path 2 for quick filtering.
- In the Resources section, select the Add Resources button.
- In the Add Resources dialog:
- Select a resource (for example, resource1) from the Resource Type drop-down list, then select one or more of its associated options from the drop-down list alongside it.
- Select Add Another Resource, then repeat the previous step, selecting resource2 this time.
-
Select Save to finish.
A message appears confirming the successful addition of the resources.
Notice
This procedure adds two user groups (usergroup1 and usergroup2) to a specific resource group (resourcegroup1) created in an earlier procedure.
To test this function, call this API endpoint: POST /accessmanagement/resourcegroups/{resourceGroupId}/usergroups/bulk/add
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
- Select the name of the resource group (for example, resourcegroup1) to which you want to add user groups - see Path 2 for quick filtering.
- In the User Groups section, select the Add User Groups button.
- In the Add User Groups dialog:
- Select a user group (for example, usergroup1) from the User Group drop-down list, then select one or more roles from the Roles drop-down list alongside it.
- Select Add Another User Group, then repeat the previous step, selecting usergroup2 this time.
-
Select Save to finish.
A message appears confirming the successful addition of the user groups.
Notice
This procedure assigns a specific user group (usergroup1) to a specific resource group (resourcegroup1). Both the user group and resource group were created in earlier procedures. Follow Path 1 to assign the user group from within the Resource Groups tab, or Path 2 to assign it from within the User Groups tab.
To test this function, call this API endpoint: PUT /accessmanagement/resourcegroups/{resourceGroupId}/usergroups/{userGroupId}
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
- Select the name of the resource group (for example, resourcegroup1) to which you want to assign a user group - see Path 2 for quick filtering.
- In the User Groups section, select the Add User Groups button.
- In the Add User Groups dialog:
- Select a user group (for example, usergroup1) from the User Group drop-down list.
- Select one or more roles from the Roles drop-down list.
-
Select Save to finish.
A message appears confirming the successful assignment of the user group.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the USER GROUPS tab.
The table displays all the user groups currently registered in the system.
- Select the name of the user group (for example, usergroup1) that you want to assign - see Path 2 for quick filtering.
- In the Resource Groups section, select the Add Resource Groups button.
- In the Add Resource Groups dialog:
- Select a resource group (for example, resourcegroup1) from the Resource Group drop-down list.
- Select one or more roles from the Roles drop-down list.
-
Select Save to finish.
A message appears confirming the successful assignment of the user group.
Notice
This procedure clears two resource groups (resourcegroup1 and resourcegroup2) created in an earlier procedure. Note that resource groups can only be deleted if they contain no resources and no user groups. The Default resource group cannot be deleted.
To test this function, call this API endpoint: POST /accessmanagement/resourcegroups/bulk/delete
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
- In the RESOURCE GROUPS tab, select the checkboxes of the resource groups you want to clear (for example, resourcegroup1 and resourcegroup2).
- Select Delete at the top of the table.
-
In the Confirm Deletion dialog, select Confirm.
A message appears confirming the successful clearance of the resource groups.
Notice
This procedure creates two resource groups: resourcegroup1 and resourcegroup2. These resource groups are referenced in other procedures.
To test this function, call this API endpoint: POST /accessmanagement/resourcegroups
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
- Select the Add Resource Group button.
- In the Add Resource Group dialog:
- Enter a name in the Resource Group Name field (for example, resourcegroup1).
- (Optional) Enter a description in the Description field.
-
Select Save to finish.
A message appears confirming the successful creation of the resource group.
- Repeat Steps 4-5 to create another resource group, resourcegroup2.
Notice
This procedure deletes a specific resource group (resourcegroup1) created in an earlier procedure. You can follow either Path 1 or Path 2 to complete the deletion. Note that resource groups can only be deleted if they contain no resources and no user groups. The Default resource group cannot be deleted.
To test this function, call this API endpoint: DELETE /accessmanagement/resourcegroups/{resourceGroupId}
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
- In the RESOURCE GROUPS tab, at the end of the row of the resource group you want to delete, select the trash icon.
-
In the Confirm Deletion dialog, select Confirm.
A message appears confirming the successful deletion of the resource group.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
In the RESOURCE GROUPS tab, select the checkbox of the resource group you want to delete.
Tip
You can select multiple checkboxes to delete several resource groups at once.
- Select Delete at the top of the table.
-
In the Confirm Deletion dialog, select Confirm.
A message appears confirming the successful deletion of the resource group.
Notice
This procedure displays all resource groups created by the user.
To test this function, call this API endpoint: GET /accessmanagement/resourcegroups
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently configured in the system.
Tip
Use Columns and Filters to customize your view of the results.
Notice
This procedure displays the resources that exist within a specific resource group (resourcegroup1). The resource group was previously created here.
To test this function, call this API endpoint: GET /accessmanagement/resourcegroups/{resourceGroupId}/resources
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
- Select the name of the resource group (for example, resourcegroup1) whose resources you want to view - see Path 2 for quick filtering.
Notice
The current version of DigiCert® DNS does not include a dedicated front-end tab for viewing the unassigned user groups of a specific resource group. To access this information, use the following endpoint:
GET /accessmanagement/resourcegroups/{resourceGroupId}/usergroups/unassigned
For help configuring your testing environment, refer to the API guide.
Notice
This procedure displays the user groups assigned to a specific resource group (resourcegroup1). The resource group was previously created here.
To test this function, call this API endpoint: GET /accessmanagement/resourcegroups/{resourceGroupId}/usergroups
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
- Select the name of the resource group (for example, resourcegroup1) whose user groups you want to view - see Path 2 for quick filtering.
Notice
This procedure removes two resources (resource1 and resource2) from a specific resource group (resourcegroup1). The resource group was previously created here.
Resources must belong to at least one resource group and cannot exist independently; if a resource exists only in the Default resource group, it cannot be removed from it. If a resource is removed from its only group, it is automatically placed into the Default resource group.
To test this function, call this API endpoint: POST /accessmanagement/resourcegroups/{resourceGroupId}/resources/bulk/remove
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
- Select the name of the resource group (for example, resourcegroup1) whose resources you want to remove - see Path 2 for quick filtering.
- In the Resources section, select the checkboxes of the resources you want to remove (for example, resource1 and resource2).
- Select Remove at the top of the table.
-
In the Confirm Removal dialog, select Confirm.
A message appears confirming the successful removal of the resources.
Notice
This procedure removes two user groups (usergroup1 and usergroup2) from a specific resource group (resourcegroup1). The resource group was previously created here.
To test this function, call this API endpoint: POST /accessmanagement/resourcegroups/{resourceGroupId}/usergroups/bulk/remove
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
- Select the name of the resource group (for example, resourcegroup1) whose user groups you want to remove - see Path 2 for quick filtering.
- In the User Groups section, select the checkboxes of the user groups you want to remove (for example, usergroup1 and usergroup2).
- Select Remove at the top of the table.
-
In the Confirm Removal dialog, select Confirm.
A message appears confirming the successful removal of the user groups.
Notice
This procedure displays the details of a specific resource group (resourcegroup1) created in an earlier procedure. Follow Path 1 if there are only a few results to review. Follow Path 2 if you prefer to filter results quickly.
To test this function, call this API endpoint: GET /accessmanagement/resourcegroups/{resourceGroupId}
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently configured in the system.
- Select the name of the resource group (for example, resourcegroup1) whose details you want to view.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently configured in the system.
-
Select Filters at the top of the results table to locate the specific resource group quickly.
Tip
In this example, the name of the resource group is known, so the following filter was applied:
- Under Column, select Name.
- Under Operator, select contains.
-
Under Value, enter the resource group's name (resourcegroup1).
If no results appear, double-check the Filters selections and input values.
- Select the name of the resource group (for example, resourcegroup1) whose details you want to view.
Notice
This procedure updates a specific resource group (resourcegroup1) created in an earlier procedure.
To test this function, call this API endpoint: PUT /accessmanagement/resourcegroups/{resourceGroupId}
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently configured in the system.
- Locate the specific resource group - see Path 2 for quick filtering.
- Select the name of the resource group (for example, resourcegroup1) whose details you want to update.
- In the resourcegroup1 dialog:
- Edit the resource group's details as required.
-
Select Save to finish.
A message appears confirming the successful update of the resource group.
This guide provides detailed instructions for resource management, covering both targeted and comprehensive actions.
Targeted actions include:
Comprehensive actions include listing all available resources.
Improved resource management increases DNS efficiency by simplifying monitoring, troubleshooting, and record maintenance across multiple domains and resource groups. Using DigiCert® DNS, users can centralize control to ensure DNS resources comply with internal policies and external regulations. This unified approach saves time, reduces operational costs, and minimizes the risk of misconfiguration or downtime. Consistent enforcement of security policies and uniform updates across resources improve reliability, performance, and overall DNS stability.
Notice
The current version of DigiCert® DNS does not include a dedicated front-end tab for viewing all available resource types. To access this information, use the following endpoint:
GET /accessmanagement/resources/types
For help configuring your testing environment, refer to the API guide.
Notice
This procedure displays the details of a specific resource (resource1) that exists within a specific resource group (resourcegroup1). Follow Path 1 if there are only a few results to review. Follow Path 2 if you prefer to filter results quickly.
To test this function, call this API endpoint: GET /accessmanagement/resources/search/{resourceGroupId}/{typeId}
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
- Select the name of the resource group (for example, resourcegroup1) whose resources you want to view - see Path 2 for quick filtering.
- In the Resources section, select the name of the resource (for example, resource1) whose details you want to view.
- Sign in to your DigiCert® DNS account.
- From the landing page, go to the left sidebar and select Settings > Access Management.
-
Select the RESOURCE GROUPS tab.
The table displays all the resource groups currently registered in the system.
- Select the name of the resource group (for example, resourcegroup1) whose resources you want to view - see Path 2 for quick filtering.
-
In the Resources section, select Filters at the top of the results table to locate the specific resource quickly.
Tip
In this example, the name of the resource is known, so the following filter was applied:
- Under Column, select Name.
- Under Operator, select contains.
-
Under Value, enter the resource's name (resource1).
If no results appear, double-check the Filters selections and input values.
- Select the name of the resource (for example, resource1) whose details you want to view.
Notice
The current version of DigiCert® DNS does not include a dedicated front-end tab for viewing the details of a specific resource type. To access this information, use the following endpoint:
GET /accessmanagement/resources/types/{typeId}
For help configuring your testing environment, refer to the API guide.