Update PAM Integrationput https://sentinel.whitehatsec.com/api/pam_integration/{id}Updates an existing PAM integration. Only provided fields will be updatedPath ParamsidintegerrequiredPAM integration IDBody ParamsnamestringUpdated name (must remain unique per client)pam_endpointuriUpdated endpoint URLpam_auth_typestringenumUpdated PAM system typeBoundaryBoundaryVaultAllowed:BoundaryVaultpam_authentication_methodstringenumUpdated authentication method. When changing methods, provide required fields for the new method: token: none credentials: identifier, pam_authentication_method_id app_role: identifier, namespace tokentokencredentialsapp_roleAllowed:tokencredentialsapp_roleidentifier_secretstringUpdated token, password, or secret IDidentifierstringUpdated username (credentials) or role ID (app_role)pam_authentication_method_idstringUpdated auth method ID (credentials only)namespacestringUpdated namespace (app_role only)Responses 200PAM integration updated successfully 400Bad Request - Invalid fields 403Forbidden - Access denied 404Not Found - PAM integration not found 409Conflict - Name already exists for this client 500Internal Server ErrorUpdated 4 months ago