Retrieves details about a managed resource type domain object from the Data Governance Edition deployment.
Get-QManagedResourceTypeDomain [-ManagedResourceID [<String>]] [-DomainID [<String>]] [<CommonParameters>]
Parameter | Description | ||
---|---|---|---|
ManagedResourceTypeID |
(Optional) Specify the ID (GUID format) of the managed resource type to retrieve. If no parameters are specified, all objects in the database are returned.
| ||
DomainID |
(Optional) Specify the ID (GUID format) of the Active Directory domain to retrieve. If no parameters are specified, all objects in the database are returned.
|
Example | Description |
---|---|
Get-QManagedResourceTypeDomain | Returns all managed resource type domain objects in the database. |
Get-QManagedResourceTypeDomain -ManagedResourceTypeID 7ade8b8d-a400-4fb1-ab82-6d424feeb63e -DomainID 50905871-5379-455d-8b65-c4bd02360bdb | Returns the managed resource type domain object defined for the specified resource type and domain. |
Detail | Description (Associated key or property in QAMManagedResourceTypeDomain table) |
---|---|
ManagedResourceTypeID | The value (GUID) assigned to the managed resource type (UID_QAMManagedResourceType). |
ADSDomainID | The value (GUID) assigned to the ADS domain (UID_ADSDomain). |
ADSContainerID | The value (GUID) assigned to the ADS group container (UID_ADSContainer). |
FullControlGroup | The value (GUID) assigned to the full control group (UID_FullControlGroup). |
FileOperationsServerTagID | The value (ID or GUID) assigned to the Server tag (Server Function) that identifies which job servers can fulfill functions involving file operations (UID_FileOperationsServerTag). |
Removes a managed resource type domain object from the Data Governance Edition deployment.
Remove-QManagedResourceTypeDomain -ManagedResourceTypeID <String> -DomainID <String> [<CommonParameters>]
Parameter | Description | ||
---|---|---|---|
ManagedResourceTypeID |
Specify the ID (GUID format) of the managed resource type associated with the managed resource type domain object to be removed.
| ||
DomainID | Specify the ID (GUID format) of the Active Directory domain associated with the managed resource type domain object to be removed. |
Example | Description |
---|---|
Remove-QManagedResourceTypeDomain -ManagedResourceID 7ade8b8d-a400-4fb1-ab82-6d424feeb63e -DomainID 50905871-5379-455d-8b65-c4bd02360bdb | Removes the specified managed resource type domain object from the Data Governance Edition deployment. |
Updates the settings for an existing managed resource type domain object in the Data Governance Edition deployment.
Set-QManagedResourceTypeDomain -ManagedResourceTypeID <String> -DomainID <String> [-ContainerID [<String>]] [-FullControlGroupID [<String>]] [-FileOperationsServerTagID [<String>]] [<CommonParameters>]
Parameter | Description | ||
---|---|---|---|
ManagedResourceTypeID |
Specify the ID (GUID format) of the managed resource type associated with the managed resource type domain object to be updated.
| ||
DomainID |
Specify the ID (GUID format) of the Active Directory domain this object applies to.
| ||
ContainerID |
(Optional) Specify this parameter to change the Active Directory container to use for managed group creation for a given Active Directory domain. Enter the ID (GUID format) of the Active Directory container.
| ||
FullControlGroupID |
(Optional) Specify this parameter to change the Active Directory group to give full control access. Enter the ID (GUID format) of the Active Directory group.
| ||
FileOperationsServerTagID
|
(Optional) Specify this parameter to change the Server tag (Server Function) that identifies which job servers can fulfill functions involving file operations. That is, operations involving the creation of folders and shares on managed hosts. Enter the value assigned to the server tag when it was created, which may be an ID, such as QAM-Connector-DGE, for predefined server tags or a GUID for custom server tags. |
Example | Description |
---|---|
Set-QManagedResourceTypeDomain -ManagedResourceTypID 7ade8b8d-a400-4fb1-ab82-6d424feeb63e -DomainID 50905871-5379-455d-8b65-c4bd02360bdb -FullControlGroupID 6a402082-0be9-4815-9910-b69241ce6d6a | Updates the full control group associated with the specified managed resource type domain object. |
A managed group template defines how a hierarchy of Active Directory groups is to be created and nested to support ACLs for managed resources.
|
TIP: Prior to adding or modifying a managed group template, see The security model. |
The following commands are available to manage your group templates, which are used in file system share requests in the IT Shop. For full parameter details and examples, click a command in the table or see the command help, using the Get-Help command.
Use this command |
If you want to | ||
---|---|---|---|
Add-QManagedGroupTemplate | Add a managed group template to the Data Governance Edition deployment. | ||
Get-QManagedGroupTemplate |
Retrieve a managed group template from the Data Governance Edition deployment.
| ||
Remove-QManagedGroupTemplate | Remove a managed group template from the Data Governance Edition deployment. | ||
Set-QManagedGroupTemplate | Update an existing managed group template in the Data Governance Edition deployment. |
© 2023 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy