Upgrade-QDataUnderGovernanceRecords
Upgrades the format of existing governed data in the database after an upgrade from Version 6.1.1 or earlier.
Note: This is a requirement for upgrading to Data Governance Edition Version 6.1.2 or 6.1.3.
Syntax:
Upgrade-QDataUnderGovernanceRecords [<CommonParameters>]
Classification management
Classification is included in Data Governance Edition, however you should first define the classification levels in Data Governance Edition to match those defined by your company. Once defined, you can use these classification levels to classify governed resources.
The following commands are available to manage the classification levels used in your Data Governance Edition deployment and to assign a classification level to a governed resource. For full parameter details and examples, click a command hyperlink in the table or see the command help, using the Get-Help command.
Add-QClassificationLevel
Defines a new classification level for use in your Data Governance Edition deployment.
Syntax:
Add-QClassifictionLevel [-Name] <String> [-Description] <String> [[-SortOrder] <Int>] [<CommonParamters>]
Table 249: Parameters
Name |
Specify the name to be associated with the new classification level.
The length of the name is limited to 512 characters. Any text is allowed, including spaces and other 'special characters'. |
Description |
Enter descriptive text to be associated with the new classification level.
Any text is allowed, including spaces and other 'special characters'. |
SortOrder |
(Optional) Specify the display order of the new classification level.
The classification levels are displayed in ascending order based on SortOrder. If no SortOrder value is specified, the classification level will appear at the top of the list. |
Examples:
Table 250: Examples
Add-QClassificationLevel -Name "Internal Eyes Only" -Description "Intended for internal distribution within the organization." -SortOrder 1 |
Adds a new "Internal Eyes Only" classification level. |
Get-QClassificationLevelConfiguration
Retrieves details about the classification levels configured in your Data Governance Edition deployment.
Syntax:
Get-QClassificationLevelConfiguration [<CommonParameters>]
Examples:
Table 251: Examples
Get-QClassificationLevelConfiguration |
Returns details about each classification levels previously configured, including the classification ID. |
Details retrieved:
For each classification level configured, this cmdlet returns the following details.
Table 252: Details retrieved
Id |
The identifier assigned to the classification level by Data Governance Edition (UID_QAMClassificationLevel). |
Name |
The name of the classification level. For example: Critical Handling (Name). |
Description |
The descriptive text associated with the classification level (Description). |
SortOrder |
The display order value assigned to the classification level (SortOrder). |