PAM360 Logo

Tables Schema

Find below the list of available tables from which you can fetch data. Click on the respective table link to get information like column name, description, and data type.

AppGatewayServerDetails
Top
Column nameDescriptionData type
serverid (PK)Unique identifier of the endpointsBIGINT
servernameUnique name for endpointCHAR
descriptionDescription for endpointCHAR
hostnameHostnameCHAR
pam_hostnameHostnameCHAR
authtokenAuthtoken for endpointSCHAR
stateFlag variable for endpointBIGINT
osTypeosType of appgateway installedCHAR
isActiveosType of appgateway installedBOOLEAN
versionVersion of the AGCHAR
Constraints
AMP_REMOTE_APPLICATIONS
Top
Column nameDescriptionData type
APPLICATION_ID (PK)Application unique idBIGINT
REMOTE_NAMEName for user referenceCHAR
APPLICATION_NAMEName of the applicationCHAR
PARAMETERSParameters that will be passed while opening RDPCHAR
Constraints
AMP_REMOTE_APPLICATIONS_MAPPING
Top
Column nameDescriptionData type
RESOURCE_ID (PK)PTRX_RESOURCE.RESOURCEIDBIGINTAPPLICATION_ID (PK)Application unique idBIGINT
Constraints
AMP_SSH_COMMANDS
Top
Column nameDescriptionData type
COMMAND_ID (PK) Unique ID for commandsBIGINT
COMMAND_NAME Name of commandsCHAR
COMMAND SSH commandCHAR
DESCRIPTION Brief description about the commandCHAR
Constraints
AMP_COMMANDS_GROUP
Top
Column nameDescriptionData type
COMMAND_GROUP_ID (PK) Unique ID for command groupBIGINT
COMMAND_GROUP_NAME Name of command groupCHAR
DESCRIPTION Brief description about the command groupCHAR
Constraints
AMP_COMMANDS_GROUP_MEMBERS
Top
Column nameDescriptionData type
COMMAND_ID (PK) Command IDBIGINTCOMMAND_GROUP_ID (PK) Command group IDBIGINT
Constraints
AMP_ACCOUNT_COMMAND_GROUP_MAPPING
Top
Column nameDescriptionData type
COMMAND_GROUP_ID (PK) command group idBIGINTACCOUNT_ID (PK) account idBIGINT
Constraints
AMP_RESOURCE_COMMAND_GROUP_MAPPING
Top
Column nameDescriptionData type
COMMAND_GROUP_ID (PK) command group idBIGINTRESOURCE_ID (PK) resource idBIGINT
Constraints
AMP_RES_GROUP_COMMAND_GROUP_MAPPING
Top
Column nameDescriptionData type
COMMAND_GROUP_ID (PK) command group idBIGINTGROUP_ID (PK) resource group idBIGINT
Constraints
AMP_WebsiteRecordedSessionInfo
Top
Column nameDescriptionData type
RECORDING_ID (PK)The Unique Identifier for the Session RecordingBIGINT
SESSIONIDUnique session idCHAR
USERIDUnique User IdentifierBIGINT
RESOURCEIDThe Unique Resource identifierBIGINT
ACCOUNTIDThe Unique Resource identifierBIGINT
NUMERICIDThe Unique Resource identifierBIGINT
IPADDRESSIP addressCHAR
RESOURCE_URLResource URl of the resourceCHAR
ORIGINOrigin of recordingCHAR
START_TIMETime that the recording has startedDATETIME
LAST_MODIFIED_TIMETime that the recording has been last updatedDATETIME
FILENAMETemp File name of recorded session mp4CHAR
LOCATIONFile Location of the recorded session.CHAR
PLAYSTATUSTo know the delete permission access for playCHAR
BACKUP_STATUSTo know the backUP StatusBOOLEAN
ISMOVEDTo get status of the uploaded fileBOOLEAN
LENGTHContent lengthBIGINT
DELETEPLAYREQUESTUSERIDUser request for delete playBIGINT
EXTERNAL_STORAGE_STATUSTo know the need to upload to external storageBOOLEAN
IS_UPLOADED_EXTERNAL_STORAGETo know the external storage upload statusBOOLEAN
USERNAMEUnique User IdentifierCHAR
ACCOUNTNAMEUnique Account IdentifierCHAR
RESOURCE_NAMEUnique Resource IdentifierCHAR
DURATIONdurationCHAR
IS_ALIVEstatusBOOLEAN
HELPDESKREQUESTIDHelpDesk Request IDCHAR
OPERATIONTYPEThe type of the operation done.BIGINT
REASONThe Reason operation failure.CHAR
Constraints
AaaContactInfo
Top
Column nameDescriptionData type
CONTACTINFO_ID (PK)Unique identifierBIGINT
EMAILIDEmail idCHAR
LANDLINELandline phone numberCHAR
MOBILEMobile phone numberCHAR
FAXFax numberCHAR
WEB_URLWeb URLCHAR
RES_PHONEResidence phone numberCHAR
Constraints
AaaUser
Top
Column nameDescriptionData type
USER_ID (PK)Unique identifierBIGINT
FIRST_NAMEFirst name of userNCHAR
MIDDLE_NAMEMiddle name of userNCHAR
LAST_NAMELast name of userNCHAR
CREATEDTIMECreate time of userBIGINT
DESCRIPTIONDescription message about userCHAR
Constraints
AaaUserContactInfo
Top
Column nameDescriptionData type
CONTACTINFO_ID (PK)Identifier of AaaContactInfoBIGINTUSER_ID (PK)Identifier of UserBIGINT
Constraints
AaaPamModule
Top
Column nameDescriptionData type
PAMMODULE_ID (PK)Unique identifierBIGINT
NAMEName to identify the PAM moduleCHAR
TYPEThis indicates the type of the PAM functional module. It can be one of auth (authentication), account (account validation), password (password validation) or session (session management).CHAR
CLASSNAMEPAM module implemented class nameCHAR
DESCRIPTIONDescription message for the PAM moduleCHAR
Constraints
AaaPasswordRule
Top
Column nameDescriptionData type
PASSWDRULE_ID (PK)Unique identifierBIGINT
NAMEName of the password ruleCHAR
MIN_LENGTHGoverns the minimum length of the passwordINTEGER
MAX_LENGTHGoverns the maximum length of the passwordINTEGER
REQ_MIXEDCASEGoverns whether the password should contain mixed caseBOOLEAN
NUMOF_SPLCHARGoverns the number of special characters to be used. If the value is -1 then, it is not considered for validationINTEGER
BEGINWITH_LETTERGoverns whether the password should begin with a alphabetBOOLEAN
LOGINNAME_INDEPNDTGoverns if password can be same as loginnameBOOLEAN
REQ_NUMBERSGoverns whether the password should contain numbersBOOLEAN
ALLOW_SEQUENTIAL_CHARSGoverns whether the password should allows sequential charactersBOOLEAN
Constraints
AaaLogin
Top
Column nameDescriptionData type
LOGIN_ID (PK)Unique identifierBIGINT
USER_IDIdentifier of AaaUser who owns the loginnameBIGINT
NAMELogin name to be used to access accounts owned by userNCHAR
DOMAINNAMEDomain name to be used to access accounts owned by user based on the domain.CHAR
Constraints
AaaAccount
Top
Column nameDescriptionData type
ACCOUNT_ID (PK)Unique identifierBIGINT
LOGIN_IDIdentifier of AaaLoginBIGINT
SERVICE_IDIdentifier of AaaService to which the account has access toBIGINT
ACCOUNTPROFILE_IDIdentifier of AccountProfile that manages the validity of the accountBIGINT
CREATEDTIMETime at which the account was createdBIGINT
Constraints
AaaAccSession
Top
Column nameDescriptionData type
SESSION_ID (PK)Unique identifier of the sessionBIGINT
ACCOUNT_IDIdentifier of account to which the account belongsBIGINT
USER_HOSTIP Address of the host from where the user is accessing the applicationCHAR
APPLICATION_HOSThost name where the application is runningCHAR
OPENTIMETime of session open, i.e, account login timeBIGINT
CLOSETIMETime of session close, i.e, account logout or timeout timeBIGINT
STATUSStatus of the sessionCHAR
USER_HOST_NAMEHost name from where the user connects the application.CHAR
AUTHENTICATORWhich authenticator is usedCHAR
APPLICATION_SERVERhost name where the application is runningCHAR
Constraints
AaaRole
Top
Column nameDescriptionData type
ROLE_ID (PK)Unique identifierBIGINT
NAMEName of the roleCHAR
SERVICE_IDIdentifier of Service to which the role belongs toBIGINT
DESCRIPTIONDescription about the roleCHAR
Constraints
AaaAuthorizedRole
Top
Column nameDescriptionData type
ROLE_ID (PK)Identifier of role which is mapped to accountBIGINTACCOUNT_ID (PK)Identifier of AaaAccount to which the roles are mappedBIGINT
Constraints
CIEM_CLOUD_ACCOUNTS
Top
Column nameDescriptionData type
UID (PK)BIGINT
USER_IDBIGINT
CLOUD_TYPEINTEGER
ACCOUNT_NAMECHAR
SYNC_TIMEDATETIME
SYNC_STATUSCHAR
Constraints
CIEM_AWS_IAM_USER
Top
Column nameDescriptionData type
UID (PK)BIGINT
AWS_AUTH_UIDBIGINT
USER_IDCHAR
USERNAMECHAR
GROUPSCHAR
SERVICESCHAR
PERMISSIONS_BOUNDARY_TYPECHAR
PERMISSIONS_BOUNDARY_ARNCHAR
RESOURCESCHAR
RISKCHAR
RECOMMENDATIONSCHAR
FIXCHAR
LAST_ACTIVITYCHAR
ARNCHAR
CREATED_TIMECHAR
MFACHAR
PASSWORD_AGECHAR
CONSOLE_ACCESSCHAR
LAST_CONSOLE_ACTIVITYCHAR
ACCESS_KEY_IDCHAR
ACCESS_KEY_AGECHAR
LAST_ACCESS_KEY_ACTIVITYCHAR
SIGNING_CERTSCHAR
ISSYNCBOOLEAN
Constraints
CIEM_AWS_IAM_GROUP
Top
Column nameDescriptionData type
UID (PK)BIGINT
AWS_AUTH_UIDBIGINT
GROUP_IDCHAR
GROUP_NAMECHAR
USERSCHAR
SERVICESCHAR
RESOURCESCHAR
RISKCHAR
RECOMMENDATIONSCHAR
FIXCHAR
ARNCHAR
CREATED_TIMEDATETIME
ISSYNCBOOLEAN
Constraints
CIEM_AWS_IAM_ROLE
Top
Column nameDescriptionData type
UID (PK)BIGINT
AWS_AUTH_UIDBIGINT
ROLE_IDCHAR
ROLE_NAMECHAR
ARNCHAR
DESCRIPTIONCHAR
ASSUME_ROLE_POLICY_DOCUMENTstroes additional datta in json formatCHAR
PERMISSIONS_BOUNDARY_TYPECHAR
PERMISSIONS_BOUNDARY_ARNCHAR
TRUSTED_ENTITIESCHAR
SERVICESCHAR
RISKCHAR
RECOMMENDATIONSCHAR
FIXCHAR
LAST_ACTIVITY_TIMEDATETIME
API_SESSIONCHAR
CREATION_TIMEDATETIME
ISSYNCBOOLEAN
Constraints
CIEM_AUDIT
Top
Column nameDescriptionData type
AUDITID (PK)Private key to identify the audit trailsBIGINT
AWS_AUTH_UIDBIGINT
OPERATEDBYAudited user's first and last Name.CHAR
USERNAMEAudited User.CHAR
ACCOUNTNAMEAudited User.CHAR
OPERATIONAUDITTIMEThe Last time stamp when the resource was accessed or attempted any access.DATETIME
IPADDRESSIP Address from which action is performed.CHAR
OPERATION_ID operation_type idINTEGER
OPERATIONTYPEThe type of the operation done.CHAR
REASONThe Reason operation.CHAR
ENTITYTYPEType of entityCHAR
ENTITYNAMEName of entityCHAR
HELPDESKREQUESTIDHelpDesk Request IDCHAR
SESSION_IDSession IDs when the audits are madeBIGINT
Constraints
CIEM_AWS_RISK_ACTIVE
Top
Column nameDescriptionData type
UID (PK)BIGINT
AWS_AUTH_UIDBIGINT
ENTITY_TYPECHAR
ENTITY_UIDBIGINT
ENTITY_NAMECHAR
RISK_UIDBIGINT
RISK_NAMECHAR
DESCRIPTIONCHAR
RISK_TYPECHAR
STATUSBOOLEAN
SEVERITYCHAR
PERCENTAGEINTEGER
NEW_POLICY_DOCUMENTNewly generated policyCHAR
OLD_POLICY_DOCUMENTcurrently attached policyCHAR
ASSOCIATED_LINKSNeed to store the associated links like group,inine,attached policyCHAR
ADMIN_ACTIONSNeed to store the shadow admin actionsCHAR
CREATED_TIMEDATETIME
UPDATED_TIMEDATETIME
Constraints
PAM_ADMP_FeaturesList
Top
Column nameDescriptionData type
ACCESSCONTROL_ID (PK)RESOURCE IDBIGINT
GROUPELEVATIONBOOLEAN
Constraints
PAM_LOCALGROUP_FeaturesList
Top
Column nameDescriptionData type
ACCESSCONTROL_ID (PK)ACCESSCONTROL IDBIGINT
GROUPELEVATIONBOOLEAN
Constraints
PAM_ResElevationAccounts
Top
Column nameDescriptionData type
RESOURCEID (PK)Unique Identifier for a Resource.BIGINT
ACCOUNTIDUnique Identifier for a Account.BIGINT
DOMAINRESOURCEIDUnique Identifier for a Domain Resource.BIGINT
ACCOUNTTYPE Identifier for a Account Type.CHAR
ALLOWEDFILELISTList of files allowedCHAR
SSPELASTPINGTIMELast Update Time of the SSPEDATETIME
Constraints
PAM_SSPEAPPLIST
Top
Column nameDescriptionData type
APPID (PK)Unique Identifier for each applicationBIGINT
APPNAMEApplication NameCHAR
APPFILENAMEApplication File NameCHAR
SHA256SUMSHA256SUM of the fileCHAR
Constraints
PAM_RESOURCEAPPMAPPING
Top
Column nameDescriptionData type
MAPPINGID (PK)Unique Identifier for each applicationBIGINT
RESOURCEIDUnique Identifier for a Resource.BIGINT
APPIDUnique Identifier for a Application.BIGINT
Constraints
PAM_USERSREMOTECONNECTACCESSDETAILS
Top
Column nameDescriptionData type
USER_ID (PK)Identifier of AaaUserBIGINT
ENABLEDStatus, whether the user can access mobile appBOOLEAN
Constraints
PAM_Kube_Secrets
Top
Column nameDescriptionData type
SECRET_ID (PK)Unique ID for each secret.BIGINT
CLUSTER_IDCluster ID the secret belonging toBIGINT
NAMESPACE_IDNamespace ID the secret belonging toBIGINT
ACCOUNT_IDAccount ID of the Kubernetes account created via integration.BIGINT
SECRET_NAMEName of the SecretCHAR
SECRET_JSONSecret JSON in the form of file or plain JSONSBLOB
Constraints
PAM_Kube_Secret_Keys
Top
Column nameDescriptionData type
SECRET_KEYS_ID (PK)Unique ID for each key in the secret.BIGINT
SECRET_IDSecret ID the key belonging toBIGINT
SECRET_KEY_NAMEName of the Secret's KeyCHAR
Constraints
PAM_Kube_Secrets_Mapping
Top
Column nameDescriptionData type
SECRET_KEYS_ID (PK)Key ID of the Secret mapped with PAM360 account.BIGINTSECRET_ID (PK)Secret ID of the Secret mapped with PAM360 accountBIGINTKUBE_RES_ACCOUNT_ID (PK)Account ID of the Account mapped.BIGINTKUBE_RES_RESOURCE_ID (PK)Resource ID of the Account mapped.BIGINTACCOUNT_ID (PK)Account ID of the Account mapped.BIGINTRESOURCE_ID (PK)Resource ID of the Account mapped.BIGINT
Constraints
PAM_SSPEAccountElevationAccount
Top
Column nameDescriptionData type
ACCOUNTID_LOCAL (PK)Unique Identifier for a Resource.BIGINT
ACCOUNTID_PRIVILEGEDUnique Identifier for a Account.BIGINT
DOMAINRESOURCEIDUnique Identifier for a Domain Resource.BIGINT
ACCOUNTTYPE Identifier for a Account Type.CHAR
SSPELASTPINGTIMELast Update Time of the SSPEDATETIME
Constraints
PAM_SSPEResourceCommandGroup
Top
Column nameDescriptionData type
COMMAND_GROUP_ID (PK) command group idBIGINTRESOURCE_ID (PK) resource idBIGINT
Constraints
PAM_SSPEAccountCommandGroup
Top
Column nameDescriptionData type
COMMAND_GROUP_ID (PK) command group idBIGINTACCOUNT_ID (PK) account idBIGINT
Constraints
PAM_JIT_Product_Mapping
Top
Column nameDescriptionData type
ACCESSCONTROL_ID (PK)The Unique Identifier for the ACCESSCONTROL.BIGINT
PRODUCT_NAMEAccess control via PAM or ADMPCHAR
Constraints
Ptrx_PasswordRule
Top
Column nameDescriptionData type
PASSWDRULEID (PK)The Unique Identifier for the Password Rule.BIGINT
PASSWDRULENAMEUnique name for the Password RuleCHAR
ISPREDEFINEDPOLICYTrue if the password policy is predefined(Low, Medium, Strong, OfflinePassword are predefined)BOOLEAN
ISMINRQDis minimum length of password string enabledBOOLEAN
ISMAXRQDis maximum length of the password string enabledBOOLEAN
MINLENGTHMinimum length of the Password StringINTEGER
MAXLENGTHMaximumn length of the Password StringINTEGER
SPLCHARSpecial Characters Required in the Password StringCHAR
REQNOTCHARSCharacters not required in the PasswordCHAR
LOWERCASELowercase Characters allowed in the Password StringCHAR
NUMOFLOWERCASENumber of Lower Case characters to be present in the Password StringINTEGER
NUMOFUPPERCASENumber of Upper Case characters to be present in the Password StringINTEGER
NUMBERSNumbers allowed in the Password StringCHAR
NUMOFNUMERALNumber of Numerals to be present in the Password StringINTEGER
HEXADECIMALHexadecimal Numbers allowed in the Password StringCHAR
OLDPASSWDNUMNumber of Old Passwords to be rememberedINTEGER
VALIDITYPERIODNumber of days the Password is ValidINTEGER
WARNINGPERIODThe threshold time to warn the user about the Password ExpiryBIGINT
GRACEPERIODNumber of Days the user can be allowed to skip the password change, though the password has been expiredBIGINT
CHECKSEQNCETo check for certain sequences present in passwordBOOLEAN
SEQNCELENThe length of sequence to be matchedINTEGER
CONSECUTIVESQNTo check for same consecutive repeated characters in passwordBOOLEAN
ALPHABETSQNTo check for consecutive natural alphabet characters in passwordBOOLEAN
NUMERICSQNTo check for consecutive natural numeric characters in passwordBOOLEAN
KEYBOARDSQNTo check for consecutive nearby keyboard characters in passwordBOOLEAN
KEYBOARDSQNIDThe Identifier for the keyboard layoutBIGINT
CHECKREPSUBSTo check for occurence of repeated substring in passwordBOOLEAN
CHECKDICTWORDTo check for occurence of dictionary word in passwordBOOLEAN
DICTIONARYIDThe Unique Identifier for the Dictionary file.BIGINT
CHECKOBVIOUSWORDTo check for occurence of obvious substituted dictionary word in passwordBOOLEAN
CHECKANAGRAMTo check if password is an anagram of user nameBOOLEAN
CHECKSIMILARITYTo check if password is similar to previous passwordsBOOLEAN
SIMILARITYCOUNTNumber of previous passwords to check for similarityINTEGER
ISCONFLICTdoes the policy have a conflict.BOOLEAN
STRENGTHStrength of the policyINTEGER
Constraints
Ptrx_Resource
Top
Column nameDescriptionData type
RESOURCEID (PK)Unique Identifier of the ResourceBIGINT
PASSWDRULEIDBIGINT
RESOURCENAMEThe Resource Name which is a unique name for a System or ServiceCHAR
DOMAINNAMEDomain Name of the resourceCHAR
SSHPORTSSH connection portBIGINT
ALACCIDUnique identifier of the Auto Logon AccountBIGINT
RESOURCEDESCAny additional details about the resource.CHAR
LOCATIONAny additional details about the resource.CHAR
DEPARTMENTAny additional details about the resource.CHAR
IPADDRESSIP address of the resourceCHAR
RESOURCEURLResource URl of the resourceCHAR
LASTMONITORSYNCTIMELast Monitor Sync TimeBIGINT
COLUMN_LONG1Column for custom long attribute.BIGINT
COLUMN_LONG2Column for custom long attribute.BIGINT
COLUMN_LONG3Column for custom long attribute.BIGINT
COLUMN_LONG4Column for custom long attribute.BIGINT
COLUMN_CHAR1Column for custom char attribute.CHAR
COLUMN_CHAR2Column for custom char attribute.CHAR
COLUMN_CHAR3Column for custom char attribute.CHAR
COLUMN_CHAR4Column for custom char attribute.CHAR
COLUMN_CHAR5Column for custom char attribute.CHAR
COLUMN_CHAR6Column for custom char attribute.CHAR
COLUMN_CHAR7Column for custom char attribute.CHAR
COLUMN_CHAR8Column for custom char attribute.CHAR
COLUMN_CHAR9Column for custom char attribute.CHAR
COLUMN_SCHAR1Column for custom char attribute.SCHAR
COLUMN_SCHAR2Column for custom char attribute.SCHAR
COLUMN_SCHAR3Column for custom char attribute.SCHAR
COLUMN_DATE1Column for custom date attribute.DATETIME
COLUMN_DATE2Column for custom date attribute.DATETIME
COLUMN_DATE3Column for custom date attribute.DATETIME
COLUMN_DATE4Column for custom date attribute.DATETIME
COLUMN_FILE1Column for custom file attribute.CHAR
COLUMN_FILE2Column for custom file attribute.CHAR
COLUMN_FILE3Column for custom file attribute.CHAR
COLUMN_FILE4Column for custom file attribute.CHAR
AUTOSUBMITAutologin to the siteBOOLEAN
PORTRDP connection portBIGINT
EXECUTE_PWDADMExecute pwdadm for IBM AIX resource typeBOOLEAN
DOMAIN_MEMBER_RDPRDP allowed only to domain members from domain account if this is set to trueBOOLEAN
RESTRICT_LOCAL_ACCOUNT_RDPRestricts RDP to this resource from local accounts if this is set to trueBOOLEAN
ISDISABLEDThis flag is set to true if the resource is disabled in the ADBOOLEAN
SECONDARY_DC_NAMEName of the secondary domain controller provided in comma seperated formatCHAR
WEB_SESSION_RECORDINGRecords the launched web session if the value is trueBOOLEAN
GATEWAY_SESSION_RECORDINGRecords the launched web session if the value is trueBOOLEAN
WEB_SESSION_RECORDING_DISBALE_DUPLICATERecords the launched web session if the value is trueBOOLEAN
WEB_SESSION_RECORDING_URL_LAUNCHRecords the launched web session if the value is trueBOOLEAN
Constraints
Ptrx_Password
Top
Column nameDescriptionData type
PASSWDID (PK)Unique Identifier for the Password Entity.BIGINT
DESCRIPTIONThe column type of the custom attributeCHAR
TIMESTAMPPassword Accessed TimeDATETIME
PASSWDLENGTHLength of the passwordBIGINT
ISALPHANUMERICStatus of the password whether it contain both alphabet and numbersBOOLEAN
Constraints
Ptrx_Account
Top
Column nameDescriptionData type
ACCOUNTID (PK)The Unique Identifier for the User AccountBIGINT
RESOURCEIDA Unique Identifier to identify the Resources that has the login name and password pair.BIGINT
PASSWDIDUnique Identifier for the Password Entity.BIGINT
PASSWDRULEIDBIGINT
DESCRIPTIONDescription of the account for ex, whether it is System specific account or application account.CHAR
LOGINNAMEA Unique Identifier to identify the Resources that has the login name and password pair.CHAR
DOMAINNAMEDomain name where the user account is presentCHAR
COMPLIANTSTATUSCompliant status of the corresponding passwordCHAR
COMPLIANTICONCompliant icon of the corresponding passwordCHAR
COMPLIANTREASONCompliant reason of the corresponding passwordCHAR
EXPIRYSTATUSExpiry status of the corresponding passwordCHAR
PASSWRDSYNCSTATUSSync status of the corresponding password with respect to resourceCHAR
TIMESTAMPAccount Creation TimeDATETIME
APPICATIONPORTPort where the application is runningBIGINT
RESTARTSERVICEOption to restart associated services to this accountBOOLEAN
RESETLOCALSERVICEOption to reset associated local services to this accountBOOLEAN
MONITORSTATUSCurrent monitor statusBOOLEAN
RESTARTAPPPOOLOption to restart associated AppPool to this accountBOOLEAN
COLUMN_LONG1Column for custom long attribute.BIGINT
COLUMN_LONG2Column for custom long attribute.BIGINT
COLUMN_LONG3Column for custom long attribute.BIGINT
COLUMN_LONG4Column for custom long attribute.BIGINT
COLUMN_CHAR1Column for custom char attribute.CHAR
COLUMN_CHAR2Column for custom char attribute.CHAR
COLUMN_CHAR3Column for custom char attribute.CHAR
COLUMN_CHAR4Column for custom char attribute.CHAR
COLUMN_CHAR5Column for custom char attribute.CHAR
COLUMN_CHAR6Column for custom char attribute.CHAR
COLUMN_CHAR7Column for custom char attribute.CHAR
COLUMN_CHAR8Column for custom char attribute.CHAR
COLUMN_CHAR9Column for custom char attribute.CHAR
COLUMN_SCHAR1Column for custom char attribute.SCHAR
COLUMN_SCHAR2Column for custom char attribute.SCHAR
COLUMN_SCHAR3Column for custom char attribute.SCHAR
COLUMN_DATE1Column for custom date attribute.DATETIME
COLUMN_DATE2Column for custom date attribute.DATETIME
COLUMN_DATE3Column for custom date attribute.DATETIME
COLUMN_DATE4Column for custom date attribute.DATETIME
COLUMN_FILE1Column for custom file attribute.CHAR
COLUMN_FILE2Column for custom file attribute.CHAR
COLUMN_FILE3Column for custom file attribute.CHAR
COLUMN_FILE4Column for custom file attribute.CHAR
RECORDRDPSESSIONOption to record RDP sessionsBOOLEAN
RECORDCLISESSIONOption to record CLI sessionsBOOLEAN
RESETSERVICEOption to reset password in associated services to this accountBOOLEAN
RESETAPPPOOLOption to reset password in associated apppools to this accountBOOLEAN
RESETSCHTASKOption to reset password in associated schtask to this accountBOOLEAN
RESETIISWEBCONFOption to reset password in associated webconfig to this accountBOOLEAN
LASTSYNCUPDATEDTIMEThe Last time stamp when the resource sync was checked.DATETIME
COMMANDSETIDMapping between Ptrx_command_set and ptrx_Account.BIGINT
LASTSYNCSUCCESSTIMEThe Last time stamp when the resource sync was SUCCESS.DATETIME
PASSWRDFAILCOUNTThe password fail count when the resource sync was checked.INTEGER
SECRETIDClient Id.CHAR
WEB_SESSION_RECORDINGRecords the launched web session if the value is trueBOOLEAN
HTTPS_GATEWAY_RECORDINGRecords the launched proxy session if the value is trueBOOLEAN
Constraints
Ptrx_AccountProperties
Top
Column nameDescriptionData type
ACCOUNTID (PK)The Unique Identifier for the User AccountBIGINT
ISRESETALLOWEDThe status of the accountBOOLEAN
Constraints
Ptrx_ResourceSync
Top
Column nameDescriptionData type
ACCOUNTTYPE (PK)Different types of accounts used for password sync.CHARACCOUNTID (PK)The Unique Identifier for the User AccountBIGINTRESOURCEID (PK)Unique Identifier of the ResourceBIGINT
SYNCMODEDifferent types of password sync mode.BIGINT
PROTOCOLDifferent types of protocol used for password sync.CHAR
PROMPTSPrompts for the various protocol.CHAR
DOMAINNAMEDomain Name used for MSSQL Server Authentication.CHAR
USERNAMEUser name for domain authentication Prompts for the various protocol.CHAR
PASSWORDPassword of windows domain authentication account.SCHAR
PORTPort of MSSQL Server.BIGINT
REMOVEENTERIf it is true then en will removeBOOLEAN
Constraints
Ptrx_PasswordHistory
Top
Column nameDescriptionData type
PASSWDID (PK)Unique Identifier for the Password History Entity.BIGINT
PASSWORDThe old password for the account.SCHAR
RESOURCEIDResource for which password has been changed.BIGINT
ACCOUNTIDUser Account for which password has been changed .BIGINT
MODIFIEDBYContains user name who modified password.CHAR
IPADDRESSContains IP from where password change performed.CHAR
NOTESContains reason for password change.CHAR
TIMESTAMPPassword changed timeDATETIME
FILENAMEFile name of the certificate.CHAR
CERTIFICATEThe old certificate for the account.SBLOB
STATUSDifferent types of status of password success/failed.BIGINT
AUDITIDCorresponding Audit IdBIGINT
Constraints
Ptrx_Owner
Top
Column nameDescriptionData type
RESOURCEID (PK)The Unique Resource identifierBIGINTUSERID (PK)Unique User IdentifierBIGINT
Constraints
Ptrx_ResourceSystem
Top
Column nameDescriptionData type
OSID (PK)Unique Identifier for a Resource System.BIGINT
OPERATINGSYSTEMName for the OSCHAR
ICONIcon for the OSCHAR
ISSYNCSUPPORTEDtrue means password sync is supportedBOOLEAN
ISCERTIFICATEtrue means certificate storage is supportedBOOLEAN
SYNCTYPEType of sync technique (windows \ Linux) used for password sync.CHAR
ISDEFAULTBoolean to denote whether the Resource type has beeen set as default.BOOLEAN
ISSELECTEDboolean value to identify whether to list in add resource uiBOOLEAN
CATEGORYType of sync technique (windows \ Linux) used for password sync.CHAR
ISPMPDEFAULTSUPPORTEDOSTYPEboolean value to identify whether it is PMP added default resource typeBOOLEAN
CUSTOM_RESOURCE_TYPEType of custom resource type.1-like Linux, 2-like cisco.INTEGER
RANDOM_UNIQUE_IDRandom unique id for the resource type (only for default resource types)INTEGER
Constraints
Ptrx_ResourceSystemMembers
Top
Column nameDescriptionData type
RESOURCEID (PK)Unique Identifier for a Resource.BIGINTOSID (PK)Unique Identifier for a Resource System.BIGINT
Constraints
Ptrx_PersonalSettings
Top
Column nameDescriptionData type
SETTINGID (PK)Unique Identifier for a Personal settings.BIGINT
USERIDThe Unique Identifier for User.BIGINT
STORAGETYPEStorage type for personal accountCHAR
KEYKey for personal accountSCHAR
KEYTYPEKeyType for personal accountCHAR
Constraints
Ptrx_ResourceGroup
Top
Column nameDescriptionData type
GROUPID (PK)Unique Identifier for a Resource Group.BIGINT
PASSWDRULEIDBIGINT
USERIDBIGINT
PARENT_IDBIGINT
NO_OF_PARENTSBIGINT
GLOBAL_PARENT_IDBIGINT
NO_OF_GLOBAL_PARENTSBIGINT
GROUPNAMEName for the GroupCHAR
GROUPDESCDescription for the GroupCHAR
TIMESTAMPResource Group Created TimeDATETIME
GROUPORIGINTYPE Display order for Criteria. Null for group added locally. 1 for Import from Active DirectoryINTEGER
GROUPTYPEType Of The Group eg. default group or Static or DynamicBIGINT
Constraints
Ptrx_CriteriaGroup
Top
Column nameDescriptionData type
CRITERIAID (PK)Unique Identifier for a Resource Group By Criteria.BIGINT
GROUPIDUnique Identifier for a AaaUser.BIGINT
TABLENAMEName for the Table and ColumnCHAR
CRITERIACRITERIA for the GroupCHAR
CRITERIAVALUEValue for the Group CriteriaCHAR
Constraints
Ptrx_ResourceGroupMembers
Top
Column nameDescriptionData type
USERID (PK)Unique Identifier of user who adds a resource to the resource group.BIGINTRESOURCEID (PK)Unique Identifier for a Resource.BIGINTGROUPID (PK)Unique Identifier for a Resource Group.BIGINT
Constraints
Ptrx_UserResGroup
Top
Column nameDescriptionData type
USERID (PK)Unique Identifier for a AaaUser.BIGINTGROUPID (PK)Unique Identifier for a UserGroupBIGINT
Constraints
Ptrx_UserGroup
Top
Column nameDescriptionData type
USERGROUPID (PK)Unique Identifier for a UserGroup.BIGINT
GROUPNAMEName for the GroupCHAR
GROUPDESCDescription for the GroupCHAR
TIMESTAMPUserGroup Group Created TimeDATETIME
GROUPORIGINTYPE Unique Identifier for import Null for group added locally. 1 for group imported from Active Directory 2 for group imported from LDAP 3 for group imported from Azure ADINTEGER
Constraints
Ptrx_UserGroupMembers
Top
Column nameDescriptionData type
USERID (PK)Unique Identifier for a AaaUser.BIGINTUSERGROUPID (PK)Unique Identifier for a UserGroupBIGINT
Constraints
Ptrx_AuditConfiguration
Top
Column nameDescriptionData type
CONF_ID (PK)The unique identifier for the AccountBIGINT
OPERATION_TYPEType of audit operation.CHAR
ISAUDITShould audit this operationBOOLEAN
ISNOTIFYShould notify this operationBOOLEAN
AUDIT_TYPEType of audit.CHAR
NOTIFYADMINShould notify this operation adminsBOOLEAN
NOTIFYAUDITORShould notify this operation auditorsBOOLEAN
ISSYSLOGNOTIFYShould send this operation as syslogBOOLEAN
ISSNMPTRAPNOTIFYShould send this operation as snmp trapBOOLEAN
ISMSPAUDITTYPEAudit Type specific to MSP.BOOLEAN
ISAUDITSFEEDShould audit this operationBOOLEAN
PURGEAUDITShould audit be purged in Purge scheduleBOOLEAN
ICONIcon for the Operation Type.CHAR
THEMETheme for the Operation Type.CHAR
Constraints
Ptrx_UserAudit
Top
Column nameDescriptionData type
AUDITID (PK)Private key to identify the audit trailsBIGINT
RESOURCENAMEAudited Resource Name.CHAR
NAMEAudited user's first and last Name.CHAR
OPERATEDBYAudited user's first and last Name.CHAR
LOGINNAMEAudited UserAccount.CHAR
USERNAMEAudited Passafe User.CHAR
LUSERAudited By which Passafe User.CHAR
LASTACCESSEDTIMEThe Last time stamp when the resource was accessed or attempted any access.DATETIME
IPADDRESSIP Address from which action is performed.CHAR
OPERATIONTYPEThe type of the operation done.BIGINT
REASONThe Reason operation failure.CHAR
OSTYPEResource operating system.CHAR
RESOURCEIDUnique Identifier for a ResourceBIGINT
ACCOUNTIDUnique Identifier for a AccountBIGINT
CLIENTTYPEClient which user used to connect pmpINTEGER
HELPDESKREQUESTIDHelpDesk Request IDCHAR
SESSION_IDSession IDs when the audits are madeBIGINT
SERVER_IDServer ID from where the audits are madeBIGINT
PARENT_AUDIT_IDPrivate key to identify the audit task trailsBIGINT
PARENT_AUDIT_TABLE_IDPrivate key to identify the audit task table trailsINTEGER
DONE_VIATo check weather the task is handled through appgateway or PAM360CHAR
Constraints
Ptrx_ResGrpUser
Top
Column nameDescriptionData type
ACCESSTYPE (PK)The access type assigned to that userCHARSHAREDUSERID (PK)Unique Identifier for a AaaUser.BIGINTUSERID (PK)Unique Identifier for a AaaUser.BIGINTGROUPID (PK)Unique Identifier for a ResourceGroupBIGINT
Constraints
Ptrx_ResGrpUserGroup
Top
Column nameDescriptionData type
ACCESSTYPE (PK)The access type assigned to that userCHARUSERID (PK)Unique Identifier for a AaaUser.BIGINTUSERGROUPID (PK)Unique Identifier for a UserGroup.BIGINTGROUPID (PK)Unique Identifier for a ResourceGroupBIGINT
Constraints
Ptrx_ResUserGroup
Top
Column nameDescriptionData type
ACCESSTYPE (PK)The access type assigned to that userCHARUSERID (PK)Unique Identifier for a AaaUser.BIGINTUSERGROUPID (PK)Unique Identifier for a UserGroup.BIGINTRESOURCEID (PK)Unique Identifier for a ResourceBIGINT
Constraints
Ptrx_ResourceUser
Top
Column nameDescriptionData type
ACCESSTYPE (PK)The access type assigned to that userCHARSHAREDUSERID (PK)Unique Identifier for a AaaUser.BIGINTUSERID (PK)Unique Identifier for a AaaUser.BIGINTRESOURCEID (PK)Unique Identifier for a ResourceGroupBIGINT
Constraints
Ptrx_AccountUserGroup
Top
Column nameDescriptionData type
USERID (PK)Unique Identifier for a AaaUser.BIGINTUSERGROUPID (PK)Unique Identifier for a UserGroup.BIGINTACCOUNTID (PK)Unique Identifier for a ResourceBIGINT
ACCESSTYPEThe access type assigned to that userCHAR
Constraints
Ptrx_AccountUser
Top
Column nameDescriptionData type
SHAREDUSERID (PK)Unique Identifier for a AaaUser.BIGINTUSERID (PK)Unique Identifier for a AaaUser.BIGINTACCOUNTID (PK)Unique Identifier for a AccountBIGINT
ACCESSTYPEThe access type assigned to that userCHAR
Constraints
Ptrx_AccessedTime
Top
Column nameDescriptionData type
ACCESSID (PK)The Unique Identifier for the Ptrx_AccessedTimeBIGINT
ACCOUNTIDThe Unique Identifier of Account tableBIGINT
USERIDThe Unique Identifier of User TableBIGINT
TIMESTAMPPassword Accessed TimeDATETIME
Constraints
Ptrx_UserDetails
Top
Column nameDescriptionData type
USERID (PK)Unique Identifier for a AaaUser.BIGINT
DEPTAny additional details about the resource.CHAR
LOCATIONAny additional details about the resource.CHAR
RSAUSERNAMEUser Name for RSA Authentication.CHAR
PHONEFACTORUSERNAMEUser Name for PhoneFactor AuthenticationCHAR
RADIUSUSERNAMEUser Name for RADIUS Authentication.CHAR
DUOUSERNAMEUser Name for Duo Security Authentication.CHAR
ISIMPORTEDUSERThe Unique Identifier for user detail which specifies if its imported or not. 0 - Manual, 1 - AD, 2 - Azure AD, 3 - LDAPBIGINT
WEBACCESSSTATUSDenotes whether Web access is enabled for this user by admin. 0 - Not Enabled for once, 1 - Enabled, 2 - DisabledBIGINT
Constraints
Ptrx_UserGroupOption
Top
Column nameDescriptionData type
OPTIONID (PK)The unique identifier for the configurationBIGINT
USERGROUPIDUnique identifier for the UsersGROUPBIGINT
CONFKEYThe configuration key nameCHAR
CONFVALUEThe configuration value.CHAR
Constraints
Ptrx_ResGrpPasswordRotation
Top
Column nameDescriptionData type
PWDROTATIONID (PK)The unique identifier for the configurationBIGINT
GROUPIDUnique identifier for the Ptrx_ResourceGroupBIGINT
INSTANCEIDThe configuration key nameBIGINT
NOTIFICATIONIDThe configuration key nameBIGINT
SCHEDULETYPEThe configuration value.CHAR
Constraints
Ptrx_ListenerDetails
Top
Column nameDescriptionData type
LISTENERID (PK)The Unique Identifier for the Listener.BIGINT
OWNERThe Unique Identifier for User who owns the listener.BIGINT
PRECOMMANDCommand used before calling the listener fileCHAR
LISTENERNAMEFile name of the listener fileCHAR
LISTENERThe Certificate for the account.SBLOB
PARAMETERSOptional paramters for the listenerSCHAR
ISAPPROVEDtrue means listener is approvedBOOLEAN
APPROVEDBYThe Unique Identifier for User who approved/denied the listener.BIGINT
TYPEType of Listener - default or custom implementationBIGINT
LISTENERMODEtrue means password listener is supported via agentBIGINT
LISTENEREXECUTIONORDER means password listener is supported for post and presetBIGINT
SIZEByte Size of the listenerINTEGER
LAST_UPDATED_TIMEThe Last updated time of the password reset listener.DATETIME
Constraints
Ptrx_ResTypeListener
Top
Column nameDescriptionData type
LISTENERID (PK)The Unique Identifier for the Listener.BIGINTOSID (PK)The Unique Identifier for the Listener.BIGINT
Constraints
Ptrx_SuperAdmin
Top
Column nameDescriptionData type
USERID (PK)Unique User IdentifierBIGINT
ISSUPERADMINtrue means password sync is supportedBOOLEAN
PROFILE_IDsuper admin specific properties based profile idBIGINT
Constraints
Ptrx_AutoLogonHelper
Top
Column nameDescriptionData type
HELPERID (PK)The Unique Identifier for the helper.BIGINT
COMMAND_LINUXCommand used for auto logon helperCHAR
COMMAND_WINDOWSCommand used for auto logon helperCHAR
HELPERNAMEFile name of the helper fileCHAR
ISAPPROVEDtrue means helper is approvedBOOLEAN
Constraints
Ptrx_ResTypeAutoLogon
Top
Column nameDescriptionData type
HELPERID (PK)The Unique Identifier for the helper.BIGINTOSID (PK)The Unique Identifier for the helper.BIGINT
Constraints
Ptrx_SchTasksDetails
Top
Column nameDescriptionData type
SCHTASKID (PK)Unique Scheduled Task IdentifierBIGINT
ACCOUNTIDUnique Account IdentifierBIGINT
RESOURCEIDUnique reosurce IdentifierBIGINT
SCHTASKNAMEName of the scheduled taskCHAR
STATUSStatus of the scheduled taskCHAR
TIMESTAMPTime at which the scheduled task password changedDATETIME
Constraints
Ptrx_TaskAudit
Top
Column nameDescriptionData type
TASKAUDITID (PK)Private key to identify the audit trailsBIGINT
TASKNAMEAudited Task Name.CHAR
SCHEDULENAMEAudited Schedule Name.CHAR
CREATEDBYFullName of the user crerated scheduleCHAR
SCHEDULE_START_TIMEThe time stamp when the schedule started.DATETIME
SCHEDULE_FINISH_TIMEThe time stamp when the schedule completed.DATETIME
STATUSSchedule statusCHAR
SERVERIDServer Id in which the request processedBIGINT
Constraints
Ptrx_AccessControl
Top
Column nameDescriptionData type
ACCESSCONTROL_ID (PK)The Unique Identifier for the Accesscontrol.BIGINT
RESOURCEIDThe Unique Identifier for the Resource.BIGINT
REQUEST_TIMEOUTRequest time out if it is not approved (in hours).BIGINT
CHECKOUT_TIMEOUTTime out for password checkout (in hours).BIGINT
RESET_ALLOWEDIs reset allowed after password checked inBOOLEAN
DUAL_APPROVALIs Multiple approval for password request is requiredBOOLEAN
Approval_Count Approval Count for password request is requiredBIGINT
IS_REASONIs reason necessary for password requestBOOLEAN
IS_REMINDIs reason necessary for password requestBOOLEAN
REMINDER_MINUTESReset passwords after the given number of hoursBIGINT
IS_GRACETIMEIs grace time provided for password accessBOOLEAN
GRACE_TIMEGrace time for password userBIGINT
AUTO_CHECKINIs Auto-Checkin enabled for password requestBOOLEAN
CHECKIN_TIMEAuto-Checkin time for password requestBIGINT
HELPDESK_APPROVALIs Rest approval for password request is requiredBOOLEAN
HELPDESK_APPROVAL_SDPApproval for password request in SDP onlyBOOLEAN
STATUSIs Access control enabled or disabledBOOLEAN
AUTO_APPROVEIs Auto Approve for Password Access Requests enabled or disabledBOOLEAN
IS_ALLDAY_AUTOAPPROVEDIs Auto Approve for Password Access Requests enabled or disabledBOOLEAN
FROM_HRSHours value for From time in Auto ApproveINTEGER
FROM_MINSMins value for From time in Auto ApproveINTEGER
TO_HRSHours value for To time in Auto ApproveINTEGER
TO_MINSMins value for To time in Auto ApproveINTEGER
INACTIVE_STATUS_CODEUsed to maintain inactive status reason during license expiryBIGINT
Constraints
Ptrx_AccessControlMapping
Top
Column nameDescriptionData type
ACCOUNTID (PK)The Unique Identifier for the Account.BIGINTACCESSCONTROL_ID (PK)The Unique Identifier for the ACCESSCONTROL.BIGINT
CONFIG_TYPEType of Accesscontrol configuration.BIGINT
Constraints
Ptrx_ResourceAccessControl
Top
Column nameDescriptionData type
RESOURCEID (PK)The Unique Identifier for the Resource.BIGINTACCESSCONTROL_ID (PK)The Unique Identifier for the ACCESSCONTROL.BIGINT
Constraints
Ptrx_AccountAccessControl
Top
Column nameDescriptionData type
ACCOUNTID (PK)The Unique Identifier for the Resource.BIGINTACCESSCONTROL_ID (PK)The Unique Identifier for the ACCESSCONTROL.BIGINT
Constraints
Ptrx_AccessControlAdmin
Top
Column nameDescriptionData type
USER_ID (PK)The Unique Identifier for the User.BIGINTACCESSCONTROL_ID (PK)The Unique Identifier for the ACCESSCONTROL.BIGINT
RESOURCEIDThe Unique Identifier for the Resource.BIGINT
Constraints
Ptrx_AccessControlAutoApproval
Top
Column nameDescriptionData type
AUTOAPPROVAL_ID (PK)The Unique Identifier for the Resource.BIGINT
RESOURCEIDThe Unique Identifier for the Resource.BIGINT
ACCESSCONTROL_IDThe Unique Identifier for the ACCESSCONTROL.BIGINT
FROM_HRSHours value for From time in Auto ApproveINTEGER
FROM_MINSMins value for From time in Auto ApproveINTEGER
TO_HRSHours value for To time in Auto ApproveINTEGER
TO_MINSMins value for To time in Auto ApproveINTEGER
AUTOAPPROVAL_DAYMins value for To time in Auto ApproveINTEGER
Constraints
Ptrx_AccessControlUsers
Top
Column nameDescriptionData type
USER_ID (PK)The Unique Identifier for the User.BIGINTACCESSCONTROL_ID (PK)The Unique Identifier for the ACCESSCONTROL.BIGINT
RESOURCEIDThe Unique Identifier for the Resource.BIGINT
IS_USERGROUPIs user belong to excluded user groupBOOLEAN
Constraints
Ptrx_RequestRelease
Top
Column nameDescriptionData type
REQUESTID (PK)The Unique Identifier for the Request ID.BIGINT
PASSWDIDThe Unique Identifier for the Password.BIGINT
USER_IDThe Unique Identifier for the User.BIGINT
APRROVEDUSERIDThe Unique Identifier for the User.BIGINT
STATUSStatus of the password request.BIGINT
STARTTIMERequest start timeDATETIME
ENDTIMERequest end timeDATETIME
CHECKOUTTime stamp for request actionsDATETIME
TIMESTAMPTime stamp for request actionsDATETIME
CREATEDTIMECreated TimeStampDATETIME
REASONReason for the Password RequestCHAR
REMINDERTIMEReaminder time given by userBIGINT
ADMIN_REASONAuto-approval or auto-rejection reason will be maintained here.CHAR
HELPDESKREQUESTIDHelpDesk Request ID given for password requestCHAR
SERVERIDServer Id in which the request processedBIGINT
Constraints
Ptrx_RequestReleaseAudit
Top
Column nameDescriptionData type
REQUESTID (PK)The Unique Identifier for the Request ID.BIGINT
PASSWDIDThe Unique Identifier for the Password.BIGINT
USER_IDThe Unique Identifier for the User.BIGINT
STATUS5 - Approved, 6 - Rejected, 7 - CancelledBIGINT
STARTTIMEStart time of the RequestDATETIME
ENDTIME End time of the RequestDATETIME
CHECKOUTTIMETimestamp of enduser when checkouts the passwordDATETIME
TIMESTAMPTime stamp for each actions like request raised, approved, checkoutDATETIME
CREATEDTIMECreated TimeStampDATETIME
COMPLETEDTIMETime of the request killed may be rejected, checkin, cancelledDATETIME
REASONReason for the Password RequestCHAR
REMINDERTIMEReaminder time given by userBIGINT
ADMIN_REASONAuto-approval or auto-rejection reason will be maintained here.CHAR
HELPDESKREQUESTIDHelpDesk Request ID given for password requestCHAR
ADMINCHECKIN_USERIDUserid Of AdminBIGINT
ISADMINCHECKINIs checkin is done by admin.BOOLEAN
ISSERVERCHECKINIs checkin is done by server.BOOLEAN
LASTSTATUSStatus of the password request before the cycle ends.BIGINT
Constraints
Ptrx_RequestDomainDetails
Top
Column nameDescriptionData type
TARGETRESOURCEID (PK)Resource id selected while password request.BIGINTREQUESTID (PK)The Unique Identifier for the Request ID.BIGINT
DOMAINOPTIONDomain Account Option while password request.BIGINT
Constraints
Ptrx_DualApproval
Top
Column nameDescriptionData type
APPROVER_ID (PK)The Unique Identifier for the User.BIGINTREQUESTID (PK)The Unique Identifier for the Password.BIGINT
PASSWDIDThe Unique Identifier for the Password.BIGINT
USER_IDThe Unique Identifier for the User.BIGINT
STATUSStatus of the password request.BIGINT
TIMESTAMPTime stamp for request actionsDATETIME
ADMIN_REASONAdmin's reason for ApprovalCHAR
Constraints
Ptrx_TwoFactorAuth
Top
Column nameDescriptionData type
TWOFACTORID (PK)The Unique Resource identifierBIGINT
AUTHENTICATORNAMETwo factor Authentication nameCHAR
AUTHENTICATORCLASSNAMETwo factor Authentication nameCHAR
AUTHENTICATORSTATUSTwo factor authenticator statusBOOLEAN
Constraints
Ptrx_UsersTwoFactorAuth
Top
Column nameDescriptionData type
USERTWOFACTORID (PK)The unique identifier for the AccountBIGINT
USER_IDThe notication type value.BIGINT
TWOFACTORIDThe unique identifier for the AccountBIGINT
Constraints
Ptrx_SyslogCollector
Top
Column nameDescriptionData type
COLLECTOR_ID (PK)Unique Identifier for the syslog collector setting Entity.BIGINT
COLLECTOR_NAMEName of the syslog collector.CHAR
COLLECTOR_APPNAMEName of the syslog collector application.CHAR
COLLECTOR_PORTPort opened by syslog collectorBIGINT
PROTOCOLProtocol used to connect syslog collector.CHAR
FACILITY_NAMESyslog's facility nameCHAR
MESSAGE_FORMATChoose syslog message formatsCHAR
TOKENTokens used by cloud SIEM toolSCHAR
IS_ENABLED SIEM tool enabled statusBOOLEAN
Constraints
Ptrx_OfflineUserSettings
Top
Column nameDescriptionData type
USERID (PK)The Unique Identifier for User.BIGINT
IS_XLSWhether XLS format is allowed for corresponding userBOOLEAN
IS_REASONIs reason mandatory while exporting offline passwordsBOOLEAN
IS_PASSWORDInclude passwords in plain-text in the exported fileBOOLEAN
IS_CERTOption to include password in XLSBOOLEAN
IS_HTMLWhether HTML format is allowed for corresponding userBOOLEAN
IS_RESET_HTMLReset passwords exported to the fileBOOLEAN
RESET_DAYSReset passwords after the given number of daysBIGINT
RESET_HOURSReset passwords after the given number of hoursBIGINT
IS_DROPBOXIs Dropbox sync allowedBOOLEAN
IS_DELETEAuto delete exported file from DropboxBOOLEAN
DELETE_DAYSDelete file after the given number of daysBIGINT
DELETE_HOURSDelete file after the given number of hoursBIGINT
IS_RESET_DROPBOXAuto delete exported file from DropboxBOOLEAN
Constraints
Ptrx_OfflineUGSettings
Top
Column nameDescriptionData type
USERGROUPID (PK)The Unique Identifier for User Group.BIGINT
IS_XLSWhether XLS format is allowed for corresponding userBOOLEAN
IS_REASONIs reason mandatory while exporting offline passwordsBOOLEAN
IS_PASSWORDInclude passwords in plain-text in the exported fileBOOLEAN
IS_CERTOption to include password in XLSBOOLEAN
IS_HTMLWhether HTML format is allowed for corresponding userBOOLEAN
IS_RESET_HTMLReset passwords exported to the fileBOOLEAN
RESET_DAYSReset passwords after the given number of daysBIGINT
RESET_HOURSReset passwords after the given number of hoursBIGINT
IS_DROPBOXIs Dropbox sync allowedBOOLEAN
IS_DELETEAuto delete exported file from DropboxBOOLEAN
DELETE_DAYSDelete file after the given number of daysBIGINT
DELETE_HOURSDelete file after the given number of hoursBIGINT
IS_RESET_DROPBOXAuto delete exported file from DropboxBOOLEAN
Constraints
Ptrx_LandingServers
Top
Column nameDescriptionData type
LANDINGSERVERID (PK)Unique Identifier for identifying the Landing serverBIGINT
LANDINGSERVERNAMEThe Name for the Landing server which is a unique nameCHAR
LOCATIONLocation of the Landing ServerCHAR
NOTESContains description of this landing serverCHAR
USERIDThe Unique Identifier for User who created this landing serverBIGINT
Constraints
Ptrx_LandingServerOrder
Top
Column nameDescriptionData type
FAILOVER_ORDER (PK)Order in which the resource/account combination should be consideeINTEGERACCOUNTID (PK)Unique Identifier for a Resource.BIGINTRESOURCEID (PK)Unique Identifier for a Resource.BIGINTLANDINGSERVERID (PK)Unique Identifier for identifying the Landing serverBIGINT
Constraints
Ptrx_UsersMobileAccessDetails
Top
Column nameDescriptionData type
USER_ID (PK)Identifier of AaaUserBIGINT
ENABLEDStatus, whether the user can access mobile appBOOLEAN
Constraints
Ptrx_UsersAddonAccessDetails
Top
Column nameDescriptionData type
USER_ID (PK)Identifier of AaaUserBIGINT
ENABLEDStatus, whether the user can access browser extensionsBOOLEAN
Constraints
Ptrx_LanguageMapping
Top
Column nameDescriptionData type
BASELANGUAGE (PK)Value in Base LanguageCHARLANGUAGEID (PK)Unique Identifier for each language supported in Password Manager ProBIGINT
TRANSLATEDLANGUAGEValue in Translated LanguageCHAR
Constraints
Ptrx_ScheduleDisplayName
Top
Column nameDescriptionData type
INSTANCEID (PK)unique identifier to identify each schedule - from task_inputBIGINT
DISPLAYNAMEcontains the diplay name of each scheduleCHAR
SCHEDULETYPEIDIdentifier to find each schedule typeINTEGER
Constraints
Ptrx_SshMessage
Top
Column nameDescriptionData type
MSGID (PK)Primary key to identify the recorded sessionsBIGINT
AUDITIDBIGINT
ORGANIZATIONIDThe ID of the Organization to which the User is mapped.BIGINT
MSGFRMCHAR
MESSAGESCHAR
TIMEThe time stamp when the message is send .DATETIME
Constraints
Ptrx_ServiceAccountMapping
Top
Column nameDescriptionData type
SERVICENAME (PK)Service name running in the resourceCHARRESOURCEID (PK)A Unique Identifier to identify the Resources where the service runsBIGINTACCOUNTID (PK)The Unique Identifier for the Service AccountBIGINT
SERVICEIDUnique SERVICE IdentifierBIGINT
Constraints
Ptrx_AppPoolAccountMapping
Top
Column nameDescriptionData type
APPPOOLNAME (PK)AppPool name running in the resourceCHARRESOURCEID (PK)A Unique Identifier to identify the Resources where the apppool runsBIGINTACCOUNTID (PK)The Unique Identifier for the AppPool AccountBIGINT
Constraints
Ptrx_AccessControlAdminGroup
Top
Column nameDescriptionData type
USERGROUPID (PK)The Unique Identifier for the Group.BIGINTACCESSCONTROL_ID (PK)The Unique Identifier for the ACCESSCONTROL.BIGINT
RESOURCEIDThe Unique Identifier for the Resource.BIGINT
Constraints
Ptrx_UserStatus
Top
Column nameDescriptionData type
USERID (PK)Unique Identifier for a User.BIGINT
STATUSStatus of the UserCHAR
UPDATEDTIMELast updated timeDATETIME
UPDATEDUSERThe Unique Identifier for user who updated the user status.BIGINT
Constraints
Ptrx_ImportedUsersMapping
Top
Column nameDescriptionData type
IMPORTTYPEID (PK) The Unique Import Type Identifier. 1. AD 2. LDAP 3. AZURE ADBIGINTUSERID (PK)Unique User IdentifierBIGINT
LASTSYNCTIMEThe time of user when last synced from AD, LDAP OR AZURE ADDATETIME
Constraints
Ptrx_Role
Top
Column nameDescriptionData type
ROLEID (PK)The Unique Identifier for the Custom RolesBIGINT
AAAROLE_ROLEIDThe Unique Identifier for the Custom RolesBIGINT
ROLENAMECustom Role NameCHAR
DESCRIPTIONRole DescriptionCHAR
ROLETYPEContains Role typeTINYINT
MODIFIEDBYLast Modified ByCHAR
APPROVEDBYCreation/Modification Approved ByCHAR
OPERATEDTIMELast Operation TimeDATETIME
ISSELECTEDboolean value to identify whether to filter this role outBOOLEAN
ISSUPERROLEboolean value to identify whether the role has super admin capabilitiesBOOLEAN
DEFAULTROLEboolean value to identify whether the role is default roleBOOLEAN
Constraints
Ptrx_RoleTree
Top
Column nameDescriptionData type
CATEGORYID (PK)Unique identifier of the CategoryBIGINT
CATEGORYLABELName of the CategoryCHAR
PARENTNode's Parent Index - Root's Parent being -1BIGINT
CHILDPOSITIONSpecifies which position this category is in its Parent's children listINTEGER
PRIVILEGEContains Privilege LevelTINYINT
LICENSESUPPORTSpecifies Whether the Category is supported by the LicenseTINYINT
Constraints
Ptrx_RoleCategoryMapping
Top
Column nameDescriptionData type
CATEGORYID (PK)The Unique Identifier for the Custom RolesBIGINTROLEID (PK)The Unique Identifier for the Custom RolesBIGINT
Constraints
Ptrx_FeatureRoleMapping
Top
Column nameDescriptionData type
CATEGORYID (PK)The Unique Identifier for the Custom RolesBIGINTROLEID (PK)The Unique Identifier of each feature RolesBIGINT
Constraints
Ptrx_RoleCategoryLanguageMap
Top
Column nameDescriptionData type
LANGUAGEID (PK)Unique Identifier for each language supported in Password Manager ProBIGINTCATEGORYID (PK)Unique Identifier for each language supported in Password Manager ProBIGINT
TRANSLATEDCATEGORYLABELValue in Translated LanguageCHAR
Constraints
Ptrx_IISWebsite
Top
Column nameDescriptionData type
CONFID (PK)The Unique Identifier for the Websites.BIGINT
RESOURCEIDResources ID running in the resourceBIGINT
ACCOUNTIDThe Unique Identifier for the IIS AccountBIGINT
IISWEBSITENAMEISS Website name running in the resourceCHAR
WEBCONFPATHweb.config Path of the IIS WebsiteCHAR
WEBCONFLINEConnection String lineCHAR
TIMESTAMPTime noted while fetchingDATETIME
Constraints
Ptrx_PKIAccountMapping
Top
Column nameDescriptionData type
ACCOUNTID (PK)Unique Identifier of the accountBIGINT
PKI_ACCOUNTIDUnique Identifier of the accountBIGINT
ISPKIENABLEDIs pki key is enabled for the accountBOOLEAN
Constraints
Ptrx_ADSSP_DomainDetails
Top
Column nameDescriptionData type
DOMAIN_ID (PK)Unique Identifier for a Domain.BIGINT
DOMAINNAMEUnique identifierCHAR
DISPLAY_NAMECHAR
USERNAMECHAR
Constraints
Ptrx_ADMP_DomainDetails
Top
Column nameDescriptionData type
DOMAIN_ID (PK)Unique Identifier for a Domain.BIGINT
DOMAINNAMEUnique identifierCHAR
DISPLAY_NAMECHAR
USERNAMECHAR
Constraints
Ptrx_ADSSP_PMP_DomainMapping
Top
Column nameDescriptionData type
ACCOUNTID (PK)A Unique Identifier to identify the account in ADSSP.BIGINTRESOURCEID (PK)A Unique Identifier to identify the Resource that matched with ADSSP domain.BIGINTDOMAIN_ID (PK)Unique Identifier for ADSSP Domain.BIGINT
Constraints
Ptrx_ADMP_PMP_DomainMapping
Top
Column nameDescriptionData type
ACCOUNTID (PK)A Unique Identifier to identify the account in ADMP.BIGINTRESOURCEID (PK)A Unique Identifier to identify the Resource that matched with ADMP domain.BIGINTDOMAIN_ID (PK)Unique Identifier for ADMP Domain.BIGINT
Constraints
Ptrx_AgentInfo
Top
Column nameDescriptionData type
AGENT_ID (PK)BIGINT
IPADDRESSCHAR
AGENT_NAMECHAR
USER_NAMECHAR
LOGINNAMECHAR
PASSWORDSCHAR
OSTYPECHAR
TIMEDATETIME
AUTH_TOKENSCHAR
AGENT_TYPEType of the Agent installed.INTEGER
AGENT_USAGE_TYPECHAR
IS_DISASSOCIATEDTrue if Agent is Disassociated from its ResourceBOOLEAN
IS_ZT_ENABLEDTrue if Zero Trust Feature is enabledBOOLEAN
IS_SSPE_ENABLEDTrue if Self Service Priviledge Elevation is EnabledBOOLEAN
IS_PASSWORD_RESET_ENABLEDTrue if Password Reset EnabledBOOLEAN
AGENT_VERSIONProduct Version for which the agent InstalledBIGINT
Constraints
Ptrx_AgentAuthTokenMapping
Top
Column nameDescriptionData type
AGENT_ID (PK)BIGINTRESOURCEID (PK)Unique Identifier for a Resource.BIGINT
Constraints
Ptrx_UserAgentAuthtokenMapping
Top
Column nameDescriptionData type
AGENT_ID (PK)BIGINTUSER_ID (PK)Unique Identifier for a agent associated user.BIGINT
Constraints
Ptrx_ServerInfo
Top
Column nameDescriptionData type
SERVERID (PK)Unique identifier of the SERVERBIGINT
SERVER_DNSServer's address - dns / ipaddressCHAR
SERVER_TYPEType of the serverCHAR
SERVER_VERSIONServer's PMP VersionINTEGER
CONFIGURATION_DETAILSServer's additional Configuration details - Data must be in json formatCHAR
OPERATIONSServer's to do operations - data must be in json formatCHAR
TIMESTAMPRecords the last server scheduled query timestamp for SDBMSBIGINT
SERVER_ALIASServer alias set by userCHAR
SERVER_PORTServer alias set by userINTEGER
STATUSServer status during latest timestamp updateCHAR
DB_NAMEDatabase Name Of the serverCHAR
DB_DNSDomain Name Of The ServerCHAR
DB_PORTServer alias set by userINTEGER
LAST_STARTUP_VERSIONServer's previously started version after applying PPMINTEGER
Constraints
Ptrx_AgentOwnerMapping
Top
Column nameDescriptionData type
AGENT_ID (PK)The Unique Agent identifierBIGINTUSERID (PK)Unique User IdentifierBIGINT
Constraints
Ptrx_ResourceAgentPort
Top
Column nameDescriptionData type
RESOURCEID (PK)Unique Identifier for a Resource.BIGINT
AGENT_IDBIGINT
PORTPort of the AgentCHAR
SCHEDULETIMESchedule Time of the AgentBIGINT
ISONEWAYAGENTFlag to check is the Agent is onewayBOOLEAN
Constraints
Ptrx_UserAgentPort
Top
Column nameDescriptionData type
USERID (PK)Unique Identifier for a Resource.BIGINT
AGENT_IDBIGINT
PORTPort of the AgentCHAR
SCHEDULETIMESchedule Time of the AgentBIGINT
ISONEWAYAGENTFlag to check is the Agent is onewayBOOLEAN
Constraints
Ptrx_AgentPingStatus
Top
Column nameDescriptionData type
AGENT_ID (PK)BIGINT
RESOURCEIDUnique Identifier for a Resource.BIGINT
LASTUPDATETIMELast Update Time of the AgentBIGINT
Constraints
Ptrx_SdkPolicies
Top
Column nameDescriptionData type
POLICYID (PK)Unique identifier for SDK policyBIGINT
POLICYNAMEUnique name for the policyCHAR
POLICYKEYThe secret key associated with the policySCHAR
USER_IDUnique id of user associated to this ruleBIGINT
Constraints
Ptrx_SdkClient
Top
Column nameDescriptionData type
CLIENTID (PK)Unique identifier for SDK ClientBIGINT
CLIENTNAMEUnique display name for the ClientCHAR
NOTESDescription to denote the purpose of this SDK clientCHAR
CLIENTSECRETThe Hashed Secret key for the clientSCHAR
POLICYIDUnique ID of the SDK policy associated with the clientBIGINT
REGISTEREDREMOTEHOSTThe remote host name while SDK registrationCHAR
CLIENTPATHthe file path where SDK is locatedCHAR
CLIENTMACHINEthe client sdk machine nameCHAR
CLIENTTYPEthe type of the sdk usedCHAR
IPthe Ip of the client at the time of registrationCHAR
CREATEDTIMESpecifies the clients created timeBIGINT
LASTACCESSEDTIMESpecifies the last accessed time of the clientBIGINT
ISREGISTRATIONTOKENUPDATEDBoolean value to know if the client has regenerated the registration tokenBOOLEAN
Constraints
Ptrx_UserTrustScoreWeight
Top
Column nameDescriptionData type
UserScoreWeight_ID (PK)Unique identifier for the weightageBIGINT
SignIn_AttemptsWeightage of no log on failureINTEGER
Password_StrengthWeightage of password strengthINTEGER
SignIn_TimeWeightage of anomalous sign in timeINTEGER
SignIn_LocationWeightage of anomalous sign in locationINTEGER
SignIn_IPWeightage of anomalous signin ipINTEGER
SignIn_DeviceWeightage of anomalous signin deviceINTEGER
Privileged_GroupWeightage of privileged userINTEGER
Constraints
Ptrx_DeviceTrustScoreWeight
Top
Column nameDescriptionData type
DeviceScoreWeight_ID (PK)Unique identifier for the weightageBIGINT
Password_ProtectedWeightage for password logonINTEGER
OS_VersionWeightage of vulnerable OS versionINTEGER
Plugin_Addon_ExtensionWeightage of vulnerable plugin, addon and extensionINTEGER
Application_PackageWeightage of vulnerable application and packageINTEGER
Process_ServicesWeightage of suspicious process and servicesINTEGER
AV_SoftwareWeightage of antivirus protectionINTEGER
Firewall_EnabledWeightage of firewall protectionINTEGER
Open_PortsWeightage of unused open portsINTEGER
Secure_BootWeightage of secure bootINTEGER
Driver_IntegrityWeightage of integrity verificationINTEGER
Session_RecordingWeightage of session recordingINTEGER
Privileged_GroupWeightage for privileged groupINTEGER
PE_AgentWeightage of privilege elevation agentINTEGER
Constraints
Ptrx_UserDeviceTrustScoreWeight
Top
Column nameDescriptionData type
DeviceScoreWeight_ID (PK)Unique identifier for the weightageBIGINT
Password_ProtectedWeightage for password logonINTEGER
OS_VersionWeightage of vulnerable OS versionINTEGER
Plugin_Addon_ExtensionWeightage of vulnerable plugin, addon and extensionINTEGER
Application_PackageWeightage of vulnerable application and packageINTEGER
Process_ServicesWeightage of suspicious process and servicesINTEGER
AV_SoftwareWeightage of antivirus protectionINTEGER
Firewall_EnabledWeightage of firewall protectionINTEGER
Open_PortsWeightage of unused open portsINTEGER
Secure_BootWeightage of secure bootINTEGER
Driver_IntegrityWeightage of integrity verificationINTEGER
PE_AgentWeightage of privilege elevation agentINTEGER
Constraints
Ptrx_UserTrustPrivilegeGroupMapping
Top
Column nameDescriptionData type
Mapping_ID (PK)Unique identifier for the user trust mappingBIGINT
UserScoreWeight_IDuser score weightage reference columnBIGINT
UserGroup_IDuser group reference columnBIGINT
Constraints
Ptrx_UserTrustIPMapping
Top
Column nameDescriptionData type
Mapping_ID (PK)Unique identifier for the user trust mappingBIGINT
UserScoreWeight_IDuser score weightage reference columnBIGINT
IPRangeip rangeCHAR
Constraints
Ptrx_DeviceTrustPrivilegeGroupMapping
Top
Column nameDescriptionData type
Mapping_ID (PK)Unique identifier for the privilege mappingBIGINT
DeviceScoreWeight_IDdevice score weightage reference columnBIGINT
Group_IDprivilege group idBIGINT
Constraints
Ptrx_UserTrustScore
Top
Column nameDescriptionData type
UserScore_ID (PK)Unique identifier for the user trust scoreBIGINT
User_IDuser id reference columnBIGINT
Scoreuser trust scoreINTEGER
Last_Update_TimeLast modified timeDATETIME
Constraints
Ptrx_UserAuthTrustScore
Top
Column nameDescriptionData type
UserScore_ID (PK)Unique identifier for the user trust scoreBIGINT
User_IDuser id reference columnBIGINT
Scoreuser trust scoreINTEGER
Last_Update_TimeLast modified timeDATETIME
Constraints
Ptrx_DeviceTrustScore
Top
Column nameDescriptionData type
DeviceScore_ID (PK)Unique identifier for the device trust scoreBIGINT
Resource_IDresource id reference columnBIGINT
Scoreuser trust scoreINTEGER
Last_Update_TimeLast modified timeDATETIME
Constraints
Ptrx_DeviceTrustAgentInformation
Top
Column nameDescriptionData type
Info_ID (PK)Unique identifier for the device trust scoreBIGINT
Resource_IDresource id reference columnBIGINT
Has_Antivirus_SoftwareBOOLEAN
Has_Encrypted_StorageBOOLEAN
Has_Firewall_EnabledBOOLEAN
Has_No_Suspicious_ProcessBOOLEAN
Has_Secure_BootBOOLEAN
Last_Updated_TimeDATETIME
Constraints
Ptrx_LogonTimeConfig
Top
Column nameDescriptionData type
Config_ID (PK)Unique identifier for the tableBIGINT
UserGroup_IDuser group id reference columnBIGINT
LogonTimeCHAR
EnabledStatus of the configBOOLEAN
Last_Updated_TimeDATETIME
Constraints
Ptrx_UserAgentInfo
Top
Column nameDescriptionData type
AGENT_ID (PK)BIGINT
IPADDRESSCHAR
AGENT_NAMECHAR
USER_NAMECHAR
OSTYPECHAR
TIMEDATETIME
AUTH_TOKENSCHAR
AGENT_TYPEType of the Agent installed.INTEGER
IS_ZT_ENABLEDTrue if Zero Trust Feature is enabledBOOLEAN
DEVICE_IDSCHAR
Constraints
Ptrx_UserDeviceTrustAgentInformation
Top
Column nameDescriptionData type
Info_ID (PK)Unique identifier for the device trust scoreBIGINT
AGENT_IDresource id reference columnBIGINT
Has_Antivirus_SoftwareBOOLEAN
Has_Encrypted_StorageBOOLEAN
Has_Firewall_EnabledBOOLEAN
Has_No_Suspicious_ProcessBOOLEAN
Has_Secure_BootBOOLEAN
Last_Updated_TimeDATETIME
Constraints
Ptrx_UserDeviceTrustScore
Top
Column nameDescriptionData type
DeviceScore_ID (PK)Unique identifier for the device trust scoreBIGINT
AGENT_IDresource id reference columnBIGINT
Scoreuser trust scoreINTEGER
Last_Update_TimeLast modified timeDATETIME
Constraints
Ptrx_ZTAgentOSQueryResponse
Top
Column nameDescriptionData type
AGENT_ID (PK)The Unique Agent identifierBIGINT
USERIDUnique User IdentifierBIGINT
RESOURCEIDUnique Resource IdentifierBIGINT
OSQUERY_RESPONSEvalues.SBLOB
TIMESTAMPTime stamp for osquery response fetchedDATETIME
Constraints
PTRX_AccessPolicy
Top
Column nameDescriptionData type
POLICY_ID (PK)The Unique Identifier for the Access Policy.BIGINT
POLICY_NAMEName of the PolicyCHAR
POLICY_DESCPolicy Description.CHAR
POLICY_OWNERIDUser who created the policy.BIGINT
POLICY_APPROVERIDApprover who approves the policyBIGINT
POLICY_STATUSStatus of the policyBIGINT
TIMESTAMPTime stamp for PolicyDATETIME
Constraints
PTRX_AccessPolicyAdmins
Top
Column nameDescriptionData type
USER_ID (PK)The Unique Identifier for the User.BIGINTPOLICY_ID (PK)The Unique Identifier for the Access Policy.BIGINT
APPROVAL_IDThe Unique Identifier for the Approval Admin.BIGINT
Constraints
Ptrx_AccessPolicy_Details
Top
Column nameDescriptionData type
POLICY_CONDITION_ID (PK)The Unique Identifier for the Access Policy.BIGINT
POLICY_IDThe Unique Identifier for the Access Policy.BIGINT
CONDITION_NAMENAme of the conditionCHAR
CONDITION_DESCCondition Description.CHAR
ISRDPIs RDP allowed.BOOLEAN
ISSSHIs ssh allowed.BOOLEAN
iSREMOTEAPPIs Remote app allowed.BOOLEAN
ISLANDINGSERVERIs Landing server allowed.BOOLEAN
ISPASSWORDRESETIs password reset allowed.BOOLEAN
ISPRIVILEGEELEVATIONIs Privilege Elevation allowed.BOOLEAN
ISSQLIs SQL allowed.BOOLEAN
ISSSPELINIs SSPELIN allowed.BOOLEAN
ISSSPEWINIs SQL allowed.BOOLEAN
ISPASSWORDVIEWIs Password view allowed.BOOLEAN
POLICY_ACTIONIDAction for the Access Policy.BIGINT
TIMESTAMPTime stamp for PolicyDATETIME
ISPOLICYSAVEDIs Access Policy Saved after adding condition.BOOLEAN
ISPOLICYAPPROVEDIs Access Policy approved .BOOLEAN
Constraints
Ptrx_AccessPolicyMapping
Top
Column nameDescriptionData type
ACCOUNTID (PK)The Unique Identifier for the Account.BIGINTPOLICY_ID (PK)The Unique Identifier for the Access Policy.BIGINT
CONFIG_TYPEConfiguration mapping.BIGINT
TIMESTAMPTime stamp for PolicyDATETIME
Constraints
Ptrx_AccessPolicy_ResourceGroup_Mapping
Top
Column nameDescriptionData type
GROUPID (PK)The Unique Identifier for the Resource Group.BIGINTPOLICY_ID (PK)The Unique Identifier for the Access Policy.BIGINT
TIMESTAMPTime stamp for PolicyDATETIME
Constraints
Ptrx_AccessPolicy_CriteriaDetails
Top
Column nameDescriptionData type
POLICY_ID (PK)The Unique Identifier for the Access Policy.BIGINTPOLICY_CONDITION_ID (PK)The Unique Identifier for the Access Policy condition.BIGINTCRITERIA_ID (PK)The Unique Identifier for the Access Policy criteria details.BIGINT
CRITERIAEXPRESSIONType of the criteria.CHAR
CRITERIAVALUEvalues.SBLOB
Constraints
Ptrx_ZTConfigurationUserAuthDetails
Top
Column nameDescriptionData type
PROFILE_ID (PK)ID for the ProfileBIGINTUSERAUTHCONF_ID (PK)The Unique Identifier for the Access Policy criteria details.BIGINT
CONFIGURATION_VALUEvalues.SBLOB
Constraints
Ptrx_ZTConfigurationUserDeviceDetails
Top
Column nameDescriptionData type
PROFILE_ID (PK)ID for the ProfileBIGINTUSERDEVICECONF_ID (PK)The Unique Identifier for the Access Policy criteria details.BIGINT
CONFIGURATION_VALUEvalues.SBLOB
Constraints
Ptrx_ZTConfigurationDeviceDetails
Top
Column nameDescriptionData type
PROFILE_ID (PK)ID for the ProfileBIGINTDEVICECONF_ID (PK)The Unique Identifier for the Access Policy criteria details.BIGINT
CONFIGURATION_VALUEvalues.SBLOB
Constraints
Ptrx_ZTAgentOSQueryDetails
Top
Column nameDescriptionData type
PROFILE_ID (PK)ID for the ProfileBIGINTOSQUERY_ID (PK)The Unique Identifier for the Access Policy criteria details.BIGINT
OSQUERY_DETAILSvalues.SBLOB
OS_TYPEType of osCHAR
TIMESTAMPTime stamp for PolicyDATETIME
Constraints
Ptrx_ZTScoreDetails
Top
Column nameDescriptionData type
PROFILE_ID (PK)ID for the ProfileBIGINTSCORE_ID (PK)The Unique Identifier for the Access Policy criteria details.BIGINT
COMMONIDID of the resource or userBIGINT
SCORE_DETAILSvalues.SBLOB
SCORE_TYPEType From which score has been updatedBIGINT
TIMESTAMPTime stamp for PolicyDATETIME
Constraints
Ptrx_SdkClientAudit
Top
Column nameDescriptionData type
AUDITID (PK)Private key to identify the audit trailsBIGINT
CLIENTNAMEAudited Client name.CHAR
CLIENTIDUnique ID of the SDK clientBIGINT
OPERATEDBYAudited user's first and last name.CHAR
LOGINNAMEAudited user's login name.CHAR
ASSOCIATEDRULEAssociated rule of the clientCHAR
TIMESTAMPThe Last time stamp when the resource was accessed or attempted any access.DATETIME
IPADDRESSIP Address from which action is performed.CHAR
OPERATIONThe exact operation performed.CHAR
Constraints
Ptrx_TOTP_Details
Top
Column nameDescriptionData type
ACCOUNTID (PK)Unique Account IdentifierBIGINT
TOTP_ALGORITHMTOTP AlgortihmCHAR
TOTP_VALIDITYTOTP time periodINTEGER
TOTP_DIGITSTOTP DigitsINTEGER
TOTP_SECRETTOTP SecretSCHAR
Constraints
Ptrx_DatabaseConf
Top
Column nameDescriptionData type
CONF_ID (PK)The unique identifier for the configurationBIGINT
RESOURCEIDUnique identifier of the resourceBIGINT
TYPEIDUnique identifier of the resource typeBIGINT
CLASSNAMEDriver class nameCHAR
DISCOVERYQUERYSql query to fetch user accountsCHAR
CHANGE_PWD_QUERYQuery to change password of user accountCHAR
JARFILEName of driver jar to be used while connecting to databaseCHAR
MODIFIED_BYId of the user who modified the propertyBIGINT
APPROVED_BYId of the user who approved the configurationBIGINT
APPROVED_TIMEColumn for custom date attribute.DATETIME
ALLOW_EDIT_DB_ATTRIBUTES_AT_RESOURCEEdit db attributes operation at resource level is allowed if this is set to trueBOOLEAN
Constraints
Ptrx_JDBCProperties
Top
Column nameDescriptionData type
PROPERTY_ID (PK)The unique identifier for the allowed connection propertyBIGINT
KEYKey for the allowed connection propertyCHAR
DEFAULT_VALUEThe connection property key nameCHAR
PROPERTY_TYPEDifferent types of JDBC Properties.BIGINT
ISDEFAULTPROPERTYTrue if the JDBC property is predefinedBOOLEAN
MODIFIEDBYId of the user who updated the propertyBIGINT
Constraints
Ptrx_DatabasePropertiesMapping
Top
Column nameDescriptionData type
PROPERTY_MAP_ID (PK)The unique identifier for the connection propertyBIGINT
CONF_IDUnique identifier of the database configurationBIGINT
PROPERTY_IDUnique identifier of the database configurationBIGINT
Constraints
Ptrx_AppGatewayResMapping
Top
Column nameDescriptionData type
RESOURCEID (PK)The Unique Identifier for the Resource.BIGINT
GATEWAYIDThe Unique Identifier for the Endpoint.BIGINT
Constraints
PKI_SSLCoreCertData
Top
Column nameDescriptionData type
SSL_RESOURCEID (PK)This is a surrogate key. The value is auto generated to identify a SSL Resource uniquely.BIGINT
RESOURCEIDThis is a surrogate key. The value is auto generated to identify the host (domain) uniquelyBIGINT
RESOURCENAMEcert deployed resource name.SCHAR
CERT_DOMAIN_NAMEDomain Name from the certificateSCHAR
PORTPort to connect with the domainINTEGER
RESOURCE_DESCRIPTIONDescription for a give devices.SCHAR
CAis self signed or CA CertificateCHAR
CREATIONTIMEThe time at which the resource was createdDATETIME
LOGIN_IDStores the login id of the user who created the certificateBIGINT
CREATED_BYCertificate Created UserSCHAR
CERT_TYPEFor identifying the certificate is AD/Domain certificateCHAR
ISNEWKEYIt's for create a new key for renewing MSCA certificatesBOOLEAN
IS_AUTODEPLOYIt's for deploying the certifcate to mapped servers after renewalBOOLEAN
CERTIFICATE_TEMPLATEMS CA Certificate template distinguishedName nameCHAR
TEMPLATE_NAMEMS CA Certificate template display NameCHAR
MSCA_NAMEMS CA nameCHAR
ISROOTIdentify the root certificateINTEGER
Constraints
PKI_SSLCertificateDetails
Top
Column nameDescriptionData type
SSL_RESOURCEID (PK)Value to identify a certificate domain (host) uniquelyBIGINT
KEY_STRENGTHBIGINT
FROM_DATECertificate is valid from dataDATETIME
EXPIRY_DATECertificate expires dateDATETIME
DAYS_TO_EXPIRYNumber of days to expireBIGINT
FINGERPRINTCHAR
KEYALGORITHMCHAR
SERIALNUMBERCHAR
SIGNATURE_ALGORITHMCHAR
SANSSubject Alternative NamesCHAR
CURRENT_CERTIFICATEStores the current SSL certificate informationSBLOB
KEYSTORE_CONTENTStores the keystore contentSBLOB
KEYSTORE_PASSKeystore passphraseSCHAR
KEYSTORE_TYPEKeystore typeCHAR
EMAILComma seperated Email AddressSCHAR
Constraints
PKI_SSLIssuerDetails
Top
Column nameDescriptionData type
SSL_RESOURCEID (PK)This is a surrogate key. Host ID associated with the given domain and certificateBIGINT
ISSUER_NAMEStores the certificate issuer nameCHAR
ORGANIZATIONOrganization NameCHAR
ORGANIZATION_UNITorganization unitCHAR
Constraints
PKIAudit
Top
Column nameDescriptionData type
AUDITID (PK)Private key to identify the audit trailsBIGINT
HOST_ADDRESSRemote host address.CHAR
LOGIN_IDAudited user's login Id.BIGINT
SESSION_IDSession idBIGINT
USERNAMEAudited user's first and last Name.CHAR
OPERATIONAUDITTIMEThe Last time stamp when the resource was accessed or attempted any access.DATETIME
OPERATION_ID operation_type idINTEGER
OPERATIONTYPEThe type of the operation done.CHAR
REASONThe Reason operation failure.CHAR
KEY_PARAMSI18N key parameters.CHAR
Constraints
PKI_WHOISDATA
Top
Column nameDescriptionData type
WHOISID (PK)BIGINT
SSLRESOURCEIDBIGINT
COMMONNAMECHAR
EXPIRYCHAR
ISPUBLICDOMAINBOOLEAN
Constraints
PKI_AuditConfiguration
Top
Column nameDescriptionData type
CONF_ID (PK)The unique identifier for the operation_typeBIGINT
OPERATION_ID operation_type idINTEGER
AUDIT_TYPEType of audit operation.CHAR
ISAUDITShould audit this operationBOOLEAN
ISNOTIFYShould notify this operation in mail for kmp users (usergroups in pmp),and notified mailidsBOOLEAN
IS_SNMP_NOTIFYShould notify this operation in snmp(PMP)BOOLEAN
IS_SYSLOG_NOTIFYShould notify this operation in syslog serverBOOLEAN
NOTIFYADMINShould notify this operation adminsBOOLEAN
NOTIFYAUDITORShould notify this operation to all auditors(for PMP)BOOLEAN
Constraints