PROFILE_PARAMETERS
Defines what information is stored in profiles.
	Defines what information is stored in profiles.
| Column Name | Data Type | Description | 
|---|---|---|
| PROFILE_ID | INTEGER | The ID of the profile to which this parameter belongs. | 
| PROFILE_NAME | VARCHAR | The name of the profile to which this parameter belongs. | 
| PARAMETER_TYPE | VARCHAR | The policy type of this parameter ( password_complexity,password_security, etc.) | 
| PARAMETER_NAME | VARCHAR | The name of the parameter. | 
| PARAMETER_LIMIT | VARCHAR | The parameter's value. |