Returns the group membership that satisfies a resource access request. Use this command to simulate the "best fit" calculation to see what groups are returned if you request read or read and write access to a specific resource.
|
Note: This PowerShell cmdlet does not support NFS or Cloud resources (since these types of resources cannot be published to the IT Shop). |
Get-QSelfServiceMethodsToSatisfyRequest [-Path] <String> [-DomainName] <String> [-ActionIdentifier] <String> [[-ClientCulture] [<String>]] [[-ResourceTypeString] [<String>]] [<CommonParameters>]
Parameter | Description |
---|---|
Path | Specify the path of the resource. |
DomainName | Specify the name of the domain where the resource is located. |
ActionIdentifier |
Specify the type of self-service action:
|
ClientCulture | (Optional) Set the client culture. |
ResourceTypeString |
(Optional) Specify the type of resource for which to request access:
|
Example | Description |
---|---|
Get-QSelfServiceMethodsToSatisfyRequest -Path "\\2K8RDJSQL\CS\Test Data\Email_Addresses.txt" -DomainName VMSET6 -ActionIdentifier "RequestReadAccess" -ResourceTypeString NTFS\File | Returns the groups that satisfy the "RequestReadAccess" request for a NTFS/File. |
These commands are available to retrieve the following information about a managed resource.
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 | ||
---|---|---|---|
Get-QManagedGroup |
Retrieve a managed group from the Data Governance Edition deployment.
| ||
Get-QManagedResource |
Retrieve a managed resource from the Data Governance Edition deployment.
| ||
Get-QManagedResourceDuG |
Retrieve a managed resource/DuG mapping object from the Data Governance Edition deployment.
|
Retrieves details about a managed group from the Data Governance Edition deployment.
Get-QManagedGroup [-Id [<String>]] [<CommonParameters>]
Parameter | Description |
---|---|
Id |
(Optional) Specify the ID (GUID format) of the managed group to be retrieved. If this parameter is not specified, all managed groups in the database are returned. |
Example | Description |
---|---|
Get-QManagedGroup | Returns all managed groups in the database. |
Get-QManagedGroup -Id fe59f287-8177-46e8-9cae-71b3b455ee3e | Returns information on the specified managed group. |
Detail | Description (Associated key or property in QAMManagedGroup table) |
---|---|
GroupName | The name assigned to the group when it was created (OriginalGroupName). |
ADSGroupID | The value (GUID) assigned to the ADS group (UID_ADSGroup). |
ManagedGroupTemplateID | The value (GUID) assigned to the managed group template (UID_QAMManagedGroupTemplate). |
ManagedResourceID | The value (GUID) assigned to the managed resource (UID_QAMManagedResource). |
Id | The value (GUID) assigned to the managed group (UID_QAMManagedGroup). |
Retrieves details about a managed resource that was created by Data Governance Edition.
Get-QManagedResource [-Id [<String>]] [<CommonParameters>]
Parameter | Description |
---|---|
Id |
(Optional) Specify the ID (GUID format) of the managed resource to be retrieved. If this parameter is not specified, all managed resources in the database are returned. |
Example | Description |
---|---|
Get-QManagedResource | Returns a list of all managed resources in the database. |
Get-QManagedResource -Id c0bc3da4-f660-4e18-8b14-a945c7a6be69 | Returns information on the specified managed resource. |
Detail | Description (Associated key or parameter in QAMManagedResource table) |
---|---|
Name | The name assigned to the managed resource (Name). |
BusinessOwnerIDObjectKey | The value assigned to the business owner (ObjectKeyBusinessOwner). |
ManagedResourceTypeID | The value (GUID) assigned to the managed resource type (UID_QAMManagedResourceType). |
QAMNodeID | The value (GUID) assigned to the QAMNode (UID_QAMNode). |
Id | The value (GUID) assigned to the managed resource (UID_QAMManagedResource). |
© 2021 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy