@@ -894,6 +894,66 @@ export {
894894 fetchEnterprisePamControllers ,
895895 groupOnlineGatewaysByControllerUid ,
896896 isKeeperRouterConnectionError ,
897+ ConfigManager ,
898+ listPamConfigurations ,
899+ formatPamConfigurationsTable ,
900+ renderPamConfigurationsAsciiTable ,
901+ formatPamConfigurationsJson ,
902+ formatPamConfigurationsOutput ,
903+ createPamConfiguration ,
904+ editPamConfiguration ,
905+ removePamConfiguration ,
906+ PamConfigListFormat ,
907+ SUPPORTED_PAM_CONFIGURATION_RECORD_VERSIONS ,
908+ PAM_CONFIGURATION_RECORD_TYPES ,
909+ PAM_CONFIG_ENVIRONMENT_TO_RECORD_TYPE ,
910+ PAM_CONFIG_ENVIRONMENTS ,
911+ PAM_CONFIGURATION_FALLBACK_SCHEMA_FIELDS ,
912+ PAM_RESOURCES_FIELD_TYPE ,
913+ FILE_REF_FIELD_TYPE ,
914+ SCHEDULE_FIELD_TYPE ,
915+ DEFAULT_PAM_CONFIG_SCHEDULE_VALUE ,
916+ EMPTY_PAM_CONFIGURATIONS_MESSAGE ,
917+ PAM_CONFIG_LIST_DEFAULT_HEADERS ,
918+ PAM_CONFIG_LIST_VERBOSE_HEADERS ,
919+ PAM_CONFIG_DETAIL_LABELS ,
920+ PAM_CONFIG_PERMISSION_DAG_KEYS ,
921+ PAM_CONFIG_PERMISSION_FLAGS ,
922+ PAM_CONFIG_PERMISSION_VALUES ,
923+ isPamConfigurationRecordType ,
924+ isPamConfigEnvironment ,
925+ resolvePamConfigurationRecordType ,
926+ isPamConfigurationRecord ,
927+ isSupportedPamConfigurationRecordVersion ,
928+ getPamConfigurationFields ,
929+ parsePamResources ,
930+ resolveSharedFolderName ,
931+ findSharedFolderUidForRecord ,
932+ listPamConfigurationRecords ,
933+ getPamConfigurationDisplayName ,
934+ normalizeFields ,
935+ ensureScheduleField ,
936+ mergeRecordFields ,
937+ adjustPamConfigurationFields ,
938+ seedPamConfigurationFieldsFromRecordTypeSoft ,
939+ readTypedRecordPayload ,
940+ upsertPamResourcesField ,
941+ resolveGatewayUidSoft ,
942+ findPamConfigurationByUidOrTitle ,
943+ resolveResourceRecordUidsToRemove ,
944+ linkConfigurationController ,
945+ hasPermissionsInput ,
946+ convertPermissionValue ,
947+ normalizePermissionValue ,
948+ buildAllowedSettingsFromPermissions ,
949+ applyPamConfigurationPermissions ,
950+ isPamConfigurationInFolder ,
951+ resolvePamConfigFolder ,
952+ findPamConfigFolderForRecord ,
953+ resolvePamConfigFolderTargetFromUid ,
954+ resolvePamConfigFolderName ,
955+ formatPamConfigFolderDisplay ,
956+ placePamConfigurationInFolder ,
897957} from './pam'
898958export type {
899959 ListGatewaysOptions ,
@@ -923,6 +983,36 @@ export type {
923983 GatewayJsonEntry ,
924984 GatewaysJsonPayload ,
925985 KsmAppRecordVersion ,
986+ PamConfigurationRecordType ,
987+ PamConfigurationRecordVersion ,
988+ PamConfigEnvironment ,
989+ PamConfigPermissionFlag ,
990+ PamConfigListFormatInput ,
991+ ListPamConfigurationsOptions ,
992+ PamResourcesInfo ,
993+ PamConfigurationField ,
994+ PamConfigurationListRow ,
995+ PamConfigurationDetail ,
996+ ListPamConfigurationsResult ,
997+ FormattedPamConfigurationsTable ,
998+ FormatPamConfigurationsTableOptions ,
999+ RenderPamConfigurationsAsciiTableOptions ,
1000+ PamConfigurationJsonField ,
1001+ PamConfigurationJsonEntry ,
1002+ PamConfigurationsJsonPayload ,
1003+ PamConfigurationRecordFieldInput ,
1004+ PamConfigurationPermissionValue ,
1005+ PamConfigurationPermissionsInput ,
1006+ PamNetworkAllowedSettings ,
1007+ CreatePamConfigurationInput ,
1008+ CreatePamConfigurationResult ,
1009+ EditPamConfigurationInput ,
1010+ EditPamConfigurationResult ,
1011+ RemovePamConfigurationInput ,
1012+ RemovedPamConfiguration ,
1013+ RemovePamConfigurationResult ,
1014+ PamConfigFolderKind ,
1015+ PamConfigFolderTarget ,
9261016} from './pam'
9271017
9281018export type {
0 commit comments